

/* 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?14920707804917*/
/*! 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?14737557441981*/
/*! 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?14738247454105*/
@import url(http://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: 'PTSansB';
    src: url("/fonts/pt-sans-bold.eot");
    src: url("/fonts/pt-sans-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/pt-sans-bold.woff2") format("woff2"),url("/fonts/pt-sans-bold.woff") format("woff"), url("/fonts/pt-sans-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
/* End */


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

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

.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: 43px;
    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: 0px 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: 25px;

    }
    .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: 175px;
        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: -26px 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: 180px;
    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: 180px;
    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: 180px;
    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: 180px;
    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 {
    min-height: 136px;
    background: url(/img/es18_bg.png) center center no-repeat;
    margin-top: -17px
}

.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 {
        min-height:136px
    }

    .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 {
       margin-top: -8px;

    }
    .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: -30px;
    background: url(/img/es6_bg.png) no-repeat center top;
}

.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;
    }

    .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
}

.b-aktsii .b-aktsii__ico {
    width: 461px;
    text-align: center;
    display: inline-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 {
    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: 80px;
    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
}
.tsena_base_cost span.rub {color: #030303; margin-left: 10px; 
 font-family: 'RobotoBI'; 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); 
	font-size: 74px;}
@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: 76px;
        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: 76px;
        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) {
.tsena_base_cost .rub {	font-size: 70px;}
    .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;
        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: 54px;
        text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0.02em 0.02em 0.1em rgba(0, 0, 0, 0.8);
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-style: italic;
        line-height: 1
    }
.tsena_base_cost .rub {color: #030303!important; margin-left: 10px; 
 font-family: 'RobotoBI'; text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0.02em 0.02em 0.08em rgba(0, 0, 0, 0.6); 
	font-size: 48px;}

    .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: 8px 10px 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 .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 380px;
    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 380px;
        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 380px;
        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
}

.b-calc__right .basetsena .tsena_base_cost span.rub { color: #030303}
/* End */


/* Start:/css/bootstrap.min.css?1475585086160273*/
/*!
 * 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?14737557431068*/
/*==========  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?14737557449381*/
.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?14737573136299*/
.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.css?1585133615179708*/
/*© ООО Сео-Гранд seo-grand.ru*/
@charset "UTF-8";
/* include fonts */
@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: normal;
  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: normal;
  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: normal;
  font-style: normal; }
/* include mixins */
/* include common */
/* line 2, ../../sass/_common.sass */
body {
  font-size: 14px;
  min-width: 300px; }

/* line 5, ../../sass/_common.sass */
.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) {
  /* line 15, ../../sass/_common.sass */
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  /* line 19, ../../sass/_common.sass */
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  /* line 23, ../../sass/_common.sass */
  .container {
    width: 1180px; } }
/* line 26, ../../sass/_common.sass */
.clear {
  clear: both; }

/* line 29, ../../sass/_common.sass */
h2 {
  font-size: 49px;
  color: #171616;
  font-family: "ALSSchlangesans-Black";
  text-transform: uppercase;
  text-align: center; }

/* line 35, ../../sass/_common.sass */
h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 48px; }

/* line 41, ../../sass/_common.sass */
h3 {
  font-size: 40px;
  font-family: "ALSSchlangesans-Black";
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px; }

/* line 48, ../../sass/_common.sass */
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, 0.18); }

/* line 60, ../../sass/_common.sass */
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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6); }

/* line 69, ../../sass/_common.sass */
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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6); }

/* line 77, ../../sass/_common.sass */
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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6); }

/* line 85, ../../sass/_common.sass */
html, body {
  height: 100%; }

/* line 87, ../../sass/_common.sass */
.main {
  min-height: 100%; }

/* line 90, ../../sass/_common.sass */
button {
  border: 0px; }

/* line 93, ../../sass/_common.sass */
.b-line {
  background: url("/img/line.png") repeat-x;
  height: 8px; }

/* line 98, ../../sass/_common.sass */
.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: #f00;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Roboto";
  font-size: 24px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.28);
  padding: 15px 35px;
  text-transform: uppercase;
  cursor: pointer; }
  /* line 110, ../../sass/_common.sass */
  .red-button:hover {
    color: #fff;
    text-decoration: none; }

/* line 115, ../../sass/_common.sass */
.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, 0.2);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
  color: #151515;
  font-size: 24px;
  font-family: "Roboto";
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.28);
  padding: 10px 35px 12px 35px;
  text-transform: uppercase;
  display: inline-block; }
  /* line 127, ../../sass/_common.sass */
  .yellow-button:hover {
    color: #151515;
    text-decoration: none;
    cursor: pointer; }

@media only screen and (max-width: 992px) {
  /* line 134, ../../sass/_common.sass */
  h2 {
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px; }
    /* line 138, ../../sass/_common.sass */
    h2 span {
      font-size: 55px; }

  /* line 140, ../../sass/_common.sass */
  h4 {
    font-size: 36px; }

  /* line 142, ../../sass/_common.sass */
  h1 span {
    font-size: 86px; } }
@media only screen and (max-width: 767px) {
  /* line 146, ../../sass/_common.sass */
  h2 {
    font-size: 36px; }

  /* line 148, ../../sass/_common.sass */
  h1 span {
    font-size: 66px; }

  /* line 150, ../../sass/_common.sass */
  h2 span {
    font-size: 45px; }

  /* line 152, ../../sass/_common.sass */
  h3 {
    font-size: 36px;
    line-height: 1; } }
@media only screen and (max-width: 480px) {
  /* line 156, ../../sass/_common.sass */
  h2 {
    font-size: 29px; }

  /* line 158, ../../sass/_common.sass */
  h3 {
    font-size: 32px; }

  /* line 161, ../../sass/_common.sass */
  h2 span {
    font-size: 38px; }

  /* line 163, ../../sass/_common.sass */
  h1 span {
    font-size: 56px; } }
/* include lib blocks */
/* line 1, ../../sass/blocks/top_block/_top_block.sass */
.top_block {
  margin-top: 5px; }

/* line 3, ../../sass/blocks/top_block/_top_block.sass */
.top_block__item {
  display: inline-block;
  width: 33%;
  vertical-align: top; }

/* line 7, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon {
  color: #f91e1e;
  font-size: 27px;
  font-family: "nautilus_pompiliusregular"; }

/* line 12, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--2 {
  text-align: right;
  margin-top: 5px;
  margin-right: -15px; }

/* line 16, ../../sass/blocks/top_block/_top_block.sass */
.top_block__slogon--1 {
  margin-top: 20px; }

/* line 18, ../../sass/blocks/top_block/_top_block.sass */
.top_block__tel {
  color: #030303;
  font-size: 36px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: right;
  margin-top: 10px; }

/* line 25, ../../sass/blocks/top_block/_top_block.sass */
.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; }
  /* line 34, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__vamperez span {
    border-bottom: 2px dotted #030303; }

@media only screen and (max-width: 1200px) {
  /* line 39, ../../sass/blocks/top_block/_top_block.sass */
  .top_block {
    margin-top: 10px; }

  /* line 41, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon {
    font-size: 20px; }

  /* line 43, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__tel {
    font-size: 26px;
    margin-top: 30px; }

  /* line 46, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__vamperez {
    font-size: 20px; }

  /* line 48, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--1 {
    margin-top: 35px; } }
@media only screen and (max-width: 992px) {
  /* line 52, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__logo img {
    width: 100%; }

  /* line 54, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon {
    font-size: 16px; }

  /* line 56, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__vamperez {
    font-size: 18px; }

  /* line 58, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--1 {
    margin-top: 21px; }

  /* line 60, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__item {
    width: 32%; }

  /* line 62, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__tel {
    margin-top: 10px; } }
@media only screen and (max-width: 767px) {
  /* line 66, ../../sass/blocks/top_block/_top_block.sass */
  .top_block {
    text-align: center; }

  /* line 68, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__item {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%; }

  /* line 73, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__logo img {
    width: auto;
    padding-left: 55px; }

  /* line 76, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon {
    font-size: 19px; }

  /* line 78, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--2, .top_block__tel, .top_block__vamperez {
    text-align: center; }

  /* line 80, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--2 {
    margin-right: 0; }

  /* line 82, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--1 {
    margin-top: 10px; }

  /* line 84, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__slogon--2 {
    margin-top: 0px; }

  /* line 86, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__tel {
    margin-top: 5px; }

  /* line 88, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__vamperez {
    margin-right: 0px; } }
@media only screen and (max-width: 400px) {
  /* line 92, ../../sass/blocks/top_block/_top_block.sass */
  .top_block__logo img {
    padding-left: 20px;
    width: 245px; } }
/* line 1, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu {
  box-shadow: 0px 5px 35px 0px rgba(204, 204, 204, 0.6);
  margin-top: 20px; }

/* line 6, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar-default {
  background-color: #ffe600;
  height: 54px;
  border: 0px;
  position: relative;
  z-index: 10; }
  /* line 12, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-header {
    cursor: pointer; }
  /* line 14, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li {
    margin-right: 34px;
    margin-top: 13px; }
    /* line 17, ../../sass/blocks/top_menu/_top_menu.sass */
    .top_menu.navbar-default .navbar-nav > li:last-child {
      margin-right: 0px; }
  /* line 19, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    color: #030303;
    font-size: 17px;
    text-decoration: none;
    padding: 5px 10px 3px 10px;
    text-transform: uppercase;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-family: "ALSSchlangesans-Black";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/* line 31, ../../sass/blocks/top_menu/_top_menu.sass */
.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; }

/* line 36, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0px; }

/* line 41, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .menu_aksii {
  width: 240px;
  margin-top: -22px; }
  /* line 44, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .menu_aksii img {
    width: 100%; }
/* line 46, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .menu_str {
  background: url(/css/../img/menu_str.png) no-repeat center center;
  height: 8px;
  margin-top: -13px;
  margin-bottom: 10px; }
/* line 51, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.475); }
  /* line 58, ../../sass/blocks/top_menu/_top_menu.sass */
  .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; }
/* line 69, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-toggle {
  margin-bottom: 7px; }
/* line 71, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu li > a:hover {
  color: #333 !important;
  background-color: transparent; }
/* line 74, ../../sass/blocks/top_menu/_top_menu.sass */
.top_menu .dropdown-menu .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

@media only screen and (max-width: 1200px) {
  /* line 83, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li {
    margin-right: 50px;
    margin-top: 13px; }
  /* line 86, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 5px 8px 3px 8px; }

  /* line 89, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    font-size: 14px;
    display: block;
    padding: 3px 10px; }

  /* line 93, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu .divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #e5e5e5; } }
@media only screen and (max-width: 992px) {
  /* line 100, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li {
    margin-top: 13px;
    margin-right: 25px; }

  /* line 103, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 5px 6px 3px 6px; }

  /* line 107, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    font-size: 12px; } }
@media only screen and (max-width: 767px) {
  /* line 112, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .navbar-collapse {
    background-color: #ffe600;
    border-top: 1px solid #fff;
    margin-left: -15px;
    margin-right: -15px; }

  /* line 117, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-toggle {
    background-color: #ffe600;
    border-color: #030303; }

  /* line 120, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #030303; }

  /* line 122, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-brand {
    color: #030303;
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    margin-top: 3px; }

  /* line 127, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li {
    margin-top: 13px;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto; }
    /* line 133, ../../sass/blocks/top_menu/_top_menu.sass */
    .top_menu.navbar-default .navbar-nav > li:last-child {
      margin-right: auto; }

  /* line 135, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 12px 7px 6px 7px; }

  /* line 138, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    font-size: 15px;
    color: #333 !important;
    padding: 10px 0px !important;
    text-align: center; }

  /* line 143, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu > li > a {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }

  /* line 145, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-menu {
    margin-bottom: 30px;
    margin-left: 0px !important; } }
@media only screen and (max-width: 767px) {
  /* line 155, ../../sass/blocks/top_menu/_top_menu.sass */
  .top_menu .dropdown-toggle:before {
    display: none; } }
/* ╨г╨▒╨╕╤А╨░╨╡╨╝ ╨║╤А╨╡╤Б╤В╨╕╨║ ╨╕╨╖ ╨╕╨╜╨┐╤Г╤В╨╛╨▓ ╨▓ IE */
/* line 3, ../../sass/blocks/all/_all.sass */
::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

/* ╨б╤В╨╕╨╗╨╕╨╖╤Г╨╡╨╝ ╨┐╨╛╨╗╨╡ ╨▓╤Л╨▒╨╛╤А╨░ ╤В╨╡╨║╤Г╤Й╨╡╨│╨╛ ╨│╨╛╤А╨╛╨┤╨░ */
/* line 11, ../../sass/blocks/all/_all.sass */
#changeCity {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(/css/../img/caret_down_city.png);
  background-position: right;
  background-repeat: no-repeat;
  border-color: #b3cccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-right-color: #869999;
  border-bottom-color: #869999;
  color: black;
  padding: 0px 5px;
  margin-top: -3px;
  width: 100%;
  height: 36px;
  line-height: 36px; }

@media only screen and (max-width: 992px) {
  /* line 34, ../../sass/blocks/all/_all.sass */
  .b-sms__form {
    text-align: center; } }
/* line 38, ../../sass/blocks/all/_all.sass */
.b-legalinfo__content {
  margin-top: 30px;
  font-size: 14px;
  padding: 5px;
  font-family: Arial; }

/* line 43, ../../sass/blocks/all/_all.sass */
.b-legalinfo__subheader {
  font-size: 18px; }

/* line 47, ../../sass/blocks/all/_all.sass */
.red-button._zamer {
  font-size: 20px;
  padding: 10px 20px; }

/* line 51, ../../sass/blocks/all/_all.sass */
.happy_but .red-button {
  width: 256px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 35px; }

/* line 57, ../../sass/blocks/all/_all.sass */
.b-gotovie__zakaz_btn .red-button {
  padding: 10px 14px; }

/* line 60, ../../sass/blocks/all/_all.sass */
.rzdv .b-gotovie__info_ttl {
  margin-right: 60px; }

/* line 63, ../../sass/blocks/all/_all.sass */
.vhd .b-gotovie__item_pict img {
  height: auto;
  width: 95%; }

/* line 68, ../../sass/blocks/all/_all.sass */
.b-contact h2 {
  padding-top: 30px;
  padding-bottom: 20px; }

@media only screen and (max-width: 630px) {
  /* line 73, ../../sass/blocks/all/_all.sass */
  .vhd .b-gotovie__item_pict img {
    height: 140px;
    width: auto; }

  /* line 76, ../../sass/blocks/all/_all.sass */
  .b-gotovie__zakaz_price {
    text-align: center; } }
/* line 79, ../../sass/blocks/all/_all.sass */
span.swiper-pagination-style {
  display: inline-block;
  text-align: center;
  width: 32%;
  float: none;
  vertical-align: top;
  margin-bottom: 16px; }
  /* line 86, ../../sass/blocks/all/_all.sass */
  span.swiper-pagination-style:hover {
    cursor: pointer; }
  /* line 88, ../../sass/blocks/all/_all.sass */
  span.swiper-pagination-style.active {
    cursor: default; }

/* line 90, ../../sass/blocks/all/_all.sass */
.dvra li:hover {
  cursor: pointer; }

/* line 92, ../../sass/blocks/all/_all.sass */
.dvra li.active:hover {
  cursor: default; }

/* line 94, ../../sass/blocks/all/_all.sass */
.swiperBtn___next, .swiperBtn___prev {
  top: 225px; }

/* line 96, ../../sass/blocks/all/_all.sass */
.b_greyblock__block {
  display: table;
  table-layout: auto;
  margin-left: 45px; }

/* line 100, ../../sass/blocks/all/_all.sass */
.b_greyblock_ico {
  display: table-cell;
  vertical-align: top; }

@media only screen and (max-width: 1200px) {
  /* line 104, ../../sass/blocks/all/_all.sass */
  .b-sms__form {
    margin-left: -15px;
    margin-right: -15px; }

  /* line 107, ../../sass/blocks/all/_all.sass */
  .b-sms_but .red-button {
    padding: 15px 17px; }

  /* line 109, ../../sass/blocks/all/_all.sass */
  .d-otziv-form input[type="submit"] {
    float: none !important;
    margin: auto;
    display: inherit; } }
@media only screen and (max-width: 992px) {
  /* line 117, ../../sass/blocks/all/_all.sass */
  .b-aktsii__center .b-aktsii__iconumber {
    display: none; }

  /* line 119, ../../sass/blocks/all/_all.sass */
  .b_greyblock__block {
    display: block;
    margin-left: 0px; }

  /* line 122, ../../sass/blocks/all/_all.sass */
  .b_greyblock_ico {
    display: block;
    width: 300px;
    margin: auto; } }
@media only screen and (max-width: 767px) {
  /* line 130, ../../sass/blocks/all/_all.sass */
  .es13_but_div .yellow-button {
    width: 429px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 133, ../../sass/blocks/all/_all.sass */
  .b-contact__block1 {
    text-align: center; }

  /* line 135, ../../sass/blocks/all/_all.sass */
  .b-contact__block_ico1 {
    display: inline-block; }

  /* line 137, ../../sass/blocks/all/_all.sass */
  .b-contact__block_ico2 {
    display: inline-block; } }
@media only screen and (max-width: 480px) {
  /* line 144, ../../sass/blocks/all/_all.sass */
  .b-contact h2 {
    font-size: 2.7em; }

  /* line 146, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 3em; }

  /* line 148, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 1.8em; }

  /* line 150, ../../sass/blocks/all/_all.sass */
  .b-sms_bg .col-md-7 {
    padding-right: 0px;
    padding-left: 0px; }

  /* line 153, ../../sass/blocks/all/_all.sass */
  .b-sms_bg .b-sms__undertext {
    padding: 0px;
    margin-bottom: 15px; }

  /* line 157, ../../sass/blocks/all/_all.sass */
  .es13_but_div .yellow-button {
    font-size: 18px;
    width: 290px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 161, ../../sass/blocks/all/_all.sass */
  .es13_bg .es13_but_div {
    width: 290px; }

  /* line 163, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico1 {
    background: none;
    padding-left: 20px; }

  /* line 166, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico2 {
    background: none;
    padding-left: 20px; }

  /* line 169, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico3 {
    background: none;
    padding-left: 20px; }

  /* line 172, ../../sass/blocks/all/_all.sass */
  .b-contact .b-contact__block_ico4 {
    padding-left: 20px; }

  /* line 174, ../../sass/blocks/all/_all.sass */
  .b-contact__block_zag2 {
    text-align: center;
    line-height: 1.2; }

  /* line 177, ../../sass/blocks/all/_all.sass */
  .b-contact__block_underzag2 {
    text-align: center; } }
@media only screen and (max-width: 992px) {
  /* line 181, ../../sass/blocks/all/_all.sass */
  .es10__text_cont {
    font-size: 24px; }

  /* line 183, ../../sass/blocks/all/_all.sass */
  .es10__zag_cont, .es10__zag_red {
    font-size: 35px; } }
@media only screen and (max-width: 767px) {
  /* line 189, ../../sass/blocks/all/_all.sass */
  .es10__text_cont {
    font-size: 20px; }

  /* line 191, ../../sass/blocks/all/_all.sass */
  .es10__zag_cont, .es10__zag_red {
    font-size: 30px; } }
/* line 194, ../../sass/blocks/all/_all.sass */
.inpfilephoto input.inputfile {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer; }

/* line 201, ../../sass/blocks/all/_all.sass */
input.ERROR::-webkit-input-placeholder {
  color: #f55 !important; }

/* line 203, ../../sass/blocks/all/_all.sass */
input.ERROR:-moz-placeholder {
  color: #f55 !important; }

/* line 205, ../../sass/blocks/all/_all.sass */
input.ERROR::-moz-placeholder {
  color: #f55 !important; }

/* line 207, ../../sass/blocks/all/_all.sass */
input.ERROR:-ms-input-placeholder {
  color: #f55 !important; }

/* line 210, ../../sass/blocks/all/_all.sass */
textarea.ERROR::-webkit-input-placeholder {
  color: #f55 !important; }

/* line 212, ../../sass/blocks/all/_all.sass */
textarea.ERROR:-moz-placeholder {
  color: #f55 !important; }

/* line 214, ../../sass/blocks/all/_all.sass */
textarea.ERROR::-moz-placeholder {
  color: #f55 !important; }

/* line 216, ../../sass/blocks/all/_all.sass */
textarea.ERROR:-ms-input-placeholder {
  color: #f55 !important; }

/* line 219, ../../sass/blocks/all/_all.sass */
#legal-info .modal-dialog {
  width: 900px; }
  /* line 221, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog p {
    padding: 0;
    margin: 0; }
  /* line 224, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog .b-legalinfo__subheader {
    padding-top: 20px; }

@media (max-width: 992px) {
  /* line 228, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 600px;
    margin: 30px auto; } }
@media (max-width: 767px) {
  /* line 232, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 500px;
    margin: 30px auto; } }
@media (max-width: 550px) {
  /* line 237, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 400px;
    margin: 30px auto; }
  /* line 240, ../../sass/blocks/all/_all.sass */
  #legal-info .modal_zag {
    font-size: 3.9em; } }
@media (max-width: 480px) {
  /* line 244, ../../sass/blocks/all/_all.sass */
  #legal-info .modal-dialog {
    width: 300px;
    margin: 30px auto; }
  /* line 247, ../../sass/blocks/all/_all.sass */
  #legal-info .modal_zag {
    font-size: 3.7em; } }
/* line 251, ../../sass/blocks/all/_all.sass */
.b-zamer {
  cursor: pointer; }

/* line 254, ../../sass/blocks/all/_all.sass */
.countdownHolder {
  font-size: 94px; }

@media only screen and (max-width: 992px) {
  /* line 257, ../../sass/blocks/all/_all.sass */
  .countdownHolder {
    font-size: 68px; } }
@media only screen and (max-width: 767px) {
  /* line 260, ../../sass/blocks/all/_all.sass */
  .countdownHolder {
    font-size: 48px; }

  /* line 262, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b1 {
    font-size: 22px; }

  /* line 264, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b2 {
    font-size: 18px;
    line-height: 1.2; }

  /* line 267, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__ico {
    width: 150px;
    margin: auto; }
    /* line 270, ../../sass/blocks/all/_all.sass */
    .b-rassr .b-rassr__ico img {
      width: 75%; }

  /* line 272, ../../sass/blocks/all/_all.sass */
  .windows_free .windows_free_text .windows_free_zag {
    font-size: 36px; } }
@media only screen and (max-width: 480px) {
  /* line 275, ../../sass/blocks/all/_all.sass */
  .countdownHolder {
    font-size: 38px; }

  /* line 277, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b1 {
    font-size: 20px; }

  /* line 279, ../../sass/blocks/all/_all.sass */
  .b_contact_zhdu_bg .b_contact_zhdu_t1 {
    font-size: 24px;
    line-height: 1.2; }

  /* line 282, ../../sass/blocks/all/_all.sass */
  .b_contact_zhdu_bg .b_contact_zhdu_t2, .b_contact_zhdu_bg .b_contact_zhdu_t3 {
    font-size: 21px;
    line-height: 1.2; }

  /* line 285, ../../sass/blocks/all/_all.sass */
  .windows_free .windows_free_text .windows_free_t {
    font-size: 22px;
    line-height: 1.3; }

  /* line 288, ../../sass/blocks/all/_all.sass */
  .windows_free .windows_free_text .windows_free_zag {
    font-size: 32px !important; }

  /* line 291, ../../sass/blocks/all/_all.sass */
  .es1_otzivy__form_bg__star nobr {
    display: block; }

  /* line 293, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 30px; }

  /* line 295, ../../sass/blocks/all/_all.sass */
  .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 18px; }

  /* line 297, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b1 {
    font-size: 18px; }

  /* line 299, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__b2 {
    font-size: 16px;
    line-height: 1.2; }

  /* line 302, ../../sass/blocks/all/_all.sass */
  .b-rassr .b-rassr__ico {
    width: 120px;
    margin: 20px auto 10px; }
    /* line 305, ../../sass/blocks/all/_all.sass */
    .b-rassr .b-rassr__ico img {
      width: 75%; } }
/* line 309, ../../sass/blocks/all/_all.sass */
.b-sms_but .red-button, .calc_potolok_rasch_bg .red-button {
  padding: 11px 35px; }

/* line 312, ../../sass/blocks/all/_all.sass */
.b-rassr__text span {
  white-space: nowrap; }

/* line 315, ../../sass/blocks/all/_all.sass */
.modal_form_happy {
  text-align: center; }

/* line 317, ../../sass/blocks/all/_all.sass */
#happy .happy_but {
  display: inline-block; }

/* line 319, ../../sass/blocks/all/_all.sass */
#happy .modal-header .close {
  z-index: 9; }

/* line 322, ../../sass/blocks/all/_all.sass */
.es17_bg .red-button {
  padding: 10px 35px;
  margin-left: 6px;
  width: 349px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  text-align: center; }

@media only screen and (max-width: 480px) {
  /* line 332, ../../sass/blocks/all/_all.sass */
  .es17_bg .red-button {
    width: 258px;
    padding: 10px 10px;
    margin-left: 0; } }
/* line 337, ../../sass/blocks/all/_all.sass */
.b-time {
  display: inline-block;
  padding-left: 50px;
  position: relative; }
  /* line 341, ../../sass/blocks/all/_all.sass */
  .b-time:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0px; }

/* line 351, ../../sass/blocks/all/_all.sass */
.gift_but .red-button {
  padding: 9px 35px; }

/* line 354, ../../sass/blocks/all/_all.sass */
.inpfile:hover {
  cursor: pointer;
  color: #red; }

/* line 357, ../../sass/blocks/all/_all.sass */
.sale-work {
  color: #25bbec;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 15px; }

/* line 365, ../../sass/blocks/all/_all.sass */
span.red-button {
  display: inline-block; }

/* line 1, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
.b-top__zamer {
  width: 420px;
  background: #fde800;
  border-radius: 40px;
  margin-left: -65px;
  height: 92px;
  cursor: pointer;
  float: right; }

/* line 11, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
.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; }

/* line 18, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
.b-top__zamer_txt {
  margin-left: 40px;
  padding-top: 14px;
  text-align: center;
  font-size: 30px;
  font-family: "ALSSchlangesans-Black";
  line-height: 1; }
  /* line 25, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
  .b-top__zamer_txt span {
    font-size: 37px; }

@media only screen and (max-width: 1200px) {
  /* line 28, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
  .b-top__zamer {
    width: 380px; } }
@media only screen and (max-width: 992px) {
  /* line 31, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
  .b-top__zamer {
    width: 90%;
    margin-right: 45px; } }
@media only screen and (max-width: 850px) {
  /* line 35, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
  .b-top__zamer {
    float: none;
    margin-left: 40px; } }
@media only screen and (max-width: 480px) {
  /* line 39, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
  .b-top__zamer {
    margin-left: 0px;
    margin: 0px auto;
    width: 90%;
    min-width: 230px;
    height: 80px; }
    /* line 45, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
    .b-top__zamer .b-top__zamer_txt {
      padding-top: 20px;
      font-size: 22px;
      line-height: 1;
      margin-left: 25px; }
      /* line 50, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
      .b-top__zamer .b-top__zamer_txt span {
        font-size: 26px; }
    /* line 52, ../../sass/blocks/b-top__zamer/_b-top__zamer.sass */
    .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; } }
/* line 1, ../../sass/blocks/es1/_es1.sass */
.es1 {
  min-height: 620px;
  background: url(/css/../img/es1_bg.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 50px; }
  /* line 6, ../../sass/blocks/es1/_es1.sass */
  .es1 .container {
    position: relative;
    /*background: url(/i/1.jpg) top center */ }

/* line 9, ../../sass/blocks/es1/_es1.sass */
.es1_flat__block {
  background: url(/css/../img/es1_bg.jpg) center top no-repeat; }
  /* line 11, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    position: relative; }
  /* line 13, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .es1 {
    background: none; }

/* line 15, ../../sass/blocks/es1/_es1.sass */
.es1__pict {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/* line 22, ../../sass/blocks/es1/_es1.sass */
.es1__block {
  margin-top: 55px;
  position: relative;
  z-index: 5; }

/* line 26, ../../sass/blocks/es1/_es1.sass */
.es1__sto {
  position: absolute; }

/* line 28, ../../sass/blocks/es1/_es1.sass */
.es1_skidka__block {
  display: inline-block; }

/* line 31, ../../sass/blocks/es1/_es1.sass */
.es1_skidka {
  font-size: 72px;
  color: #0b0b0b;
  font-family: PFDinBI;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.07em 0.07em 0.09em rgba(0, 0, 0, 0.8);
  margin-bottom: 5px; }

/* line 41, ../../sass/blocks/es1/_es1.sass */
.es1_7day {
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0.07em 0.06em 0.07em rgba(0, 0, 0, 0.8); }
  /* line 48, ../../sass/blocks/es1/_es1.sass */
  .es1_7day span {
    color: #ff0000;
    font-size: 51px; }

/* line 52, ../../sass/blocks/es1/_es1.sass */
.es1_sale {
  display: inline-block;
  vertical-align: top; }

/* line 55, ../../sass/blocks/es1/_es1.sass */
.es1_skidka__block_item {
  display: inline-block;
  margin-top: -5px; }

/* line 61, ../../sass/blocks/es1/_es1.sass */
.es1__menu {
  margin-left: 115px;
  margin-top: 20px; }

/* line 65, ../../sass/blocks/es1/_es1.sass */
.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: 30px;
  padding-top: 7px; }
  /* line 76, ../../sass/blocks/es1/_es1.sass */
  .es1__menu_item span {
    border-bottom: 2px solid #01d2e9; }
  /* line 78, ../../sass/blocks/es1/_es1.sass */
  .es1__menu_item:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -60px;
    display: block; }
  /* line 90, ../../sass/blocks/es1/_es1.sass */
  .es1__menu_item:hover {
    text-decoration: none;
    color: #01d2e9; }
    /* line 93, ../../sass/blocks/es1/_es1.sass */
    .es1__menu_item:hover span {
      border-bottom: 1px solid transparent; }

/* line 96, ../../sass/blocks/es1/_es1.sass */
.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, 0.27);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.27);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.27);
  padding: 16px 8px;
  z-index: 5; }

/* line 106, ../../sass/blocks/es1/_es1.sass */
.es1_menutub__item {
  font-size: 24px;
  font-family: Roboto;
  font-weight: bold;
  padding: 6px 15px;
  color: #000;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 5px solid transparent;
  z-index: 5; }
  /* line 115, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub__item span {
    border-bottom: 2px dotted #000; }
  /* line 117, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub__item:hover {
    color: #ff0000;
    cursor: pointer; }
    /* line 120, ../../sass/blocks/es1/_es1.sass */
    .es1_menutub__item:hover span {
      border-bottom: 2px dotted #ff0000; }
  /* line 122, ../../sass/blocks/es1/_es1.sass */
  .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, 0.13);
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.13);
    cursor: default;
    color: #000; }
    /* line 130, ../../sass/blocks/es1/_es1.sass */
    .es1_menutub__item.actnp span {
      border-bottom: 2px dotted transparent; }

/* line 140, ../../sass/blocks/es1/_es1.sass */
.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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6); }

/* line 150, ../../sass/blocks/es1/_es1.sass */
.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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
  margin-left: 10px; }
  /* line 160, ../../sass/blocks/es1/_es1.sass */
  .es1_price__count span {
    margin-left: 10px;
    color: #030303;
    font-family: Roboto, sans-serif;
    font-style: italic;
    font-weight: bold;
    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);
    font-size: 80px; }

/* line 170, ../../sass/blocks/es1/_es1.sass */
.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, 0.22);
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.22);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MGIwYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlMGUwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  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 0px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0.01s;
  transition: all 0.3s ease 0.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; }
  /* line 192, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat span {
    font-size: 23px;
    font-family: "ALSSchlangesans-bold";
    display: block; }
  /* line 196, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlMGUwZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5MGIwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    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); }

/* line 198, ../../sass/blocks/es1/_es1.sass */
.none {
  display: none; }

/*main */
/* line 202, ../../sass/blocks/es1/_es1.sass */
.es1._main h1 span {
  font-size: 106px; }
/* line 204, ../../sass/blocks/es1/_es1.sass */
.es1._main h2 {
  text-align: left; }
  /* line 206, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 span {
    font-size: 68px; }
/* line 208, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1__pict {
  background: url("/css/../img/es1_main.png") top right no-repeat; }
/* line 210, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1_7day {
  margin-left: 35px; }
/* line 212, ../../sass/blocks/es1/_es1.sass */
.es1._main .b-top__zamer {
  margin-top: 40px; }
/* line 214, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1__sto {
  top: 35px;
  left: 41%; }
/* line 217, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1__pict {
  right: 0; }
/* line 219, ../../sass/blocks/es1/_es1.sass */
.es1._main .es1_skidka__block {
  margin-top: 10px; }

/*flat */
/* line 223, ../../sass/blocks/es1/_es1.sass */
.es1._flat h2 {
  margin: 0;
  text-align: right; }
/* line 226, ../../sass/blocks/es1/_es1.sass */
.es1._flat h1 {
  margin-right: 125px; }
/* line 228, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__pict {
  background: url("/css/../img/es1_flat.png") top left no-repeat; }
  /* line 230, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._flatnew {
    background: url("/css/../img/es1_flatnew.png") top left no-repeat; }
  /* line 232, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._ofis {
    background: url("/css/../img/es1_ofis.png") top left no-repeat; }
  /* line 234, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._tip {
    background: url("/css/../img/es1_flattip.png") top left no-repeat; }
  /* line 236, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._material {
    background: url("/css/../img/es1_material.png") top left no-repeat; }
/* line 238, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__sto {
  top: 50px;
  left: 395px; }
  /* line 241, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto._flatnew {
    top: 163px;
    left: 630px; }
/* line 244, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1__block {
  text-align: right; }
/* line 246, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1_skidka {
  font-size: 56px;
  margin-left: 20px; }
/* line 249, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1_sale {
  margin-left: 15px; }
/* line 251, ../../sass/blocks/es1/_es1.sass */
.es1._flat .es1_skidka__block {
  margin-bottom: 50px;
  margin-top: 20px; }

/*ofis */
/* line 258, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_skidka__block {
  margin-top: -56px;
  margin-right: 100px; }
/* line 262, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_skidka {
  margin-top: 57px;
  font-size: 44px; }
/* line 265, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_sale {
  text-align: left;
  margin-left: 0px; }
/* line 268, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1_7day {
  margin-left: 30px;
  font-size: 31px; }
  /* line 271, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_7day span {
    font-size: 45px; }
/* line 273, ../../sass/blocks/es1/_es1.sass */
.es1._flat._ofis .es1__sto {
  top: 230px;
  left: 605px; }

/*tip */
/* line 279, ../../sass/blocks/es1/_es1.sass */
.es1._flat._tip .es1_skidka__block {
  margin-bottom: 30px; }
/* line 281, ../../sass/blocks/es1/_es1.sass */
.es1._flat._tip .es1__sto {
  top: 235px;
  left: 547px; }
/* line 284, ../../sass/blocks/es1/_es1.sass */
.es1._flat._tip h1 {
  margin-right: 295px; }

/*materiali */
/* line 289, ../../sass/blocks/es1/_es1.sass */

/* line 291, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater h2 span {
  font-size: 62px; }
/* line 293, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater .es1_skidka__block {
  margin-bottom: 30px; }
/* line 295, ../../sass/blocks/es1/_es1.sass */
.es1._flat._mater .es1__sto {
  top: 140px;
  left: 475px; }

/*action */
/* line 299, ../../sass/blocks/es1/_es1.sass */
.es1._action {
  min-height: 745px; }
  /* line 303, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 90px;
    display: block; }
    /* line 306, ../../sass/blocks/es1/_es1.sass */
    .es1._action h1 span.blue {
      color: #01d2e9; }
  /* line 308, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__pict {
    background: url("/css/../img/es1_action.png") top left no-repeat; }
  /* line 310, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    font-size: 50px;
    text-transform: uppercase;
    margin-right: 260px;
    margin-top: 105px; }
    /* line 316, ../../sass/blocks/es1/_es1.sass */
    .es1._action .es1_7day span {
      font-size: 70px; }
  /* line 318, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__action {
    position: absolute;
    top: 25px;
    right: 25px; }
  /* line 322, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__block {
    text-align: right; }
  /* line 324, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_ttl {
    text-align: left;
    display: inline-block;
    margin-right: 187px;
    margin-top: 17px; }
  /* line 330, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_skidka {
    font-size: 54px;
    margin-right: 320px;
    margin-top: 15px;
    position: relative;
    z-index: 3; }
  /* line 336, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_sale {
    float: right; }
    /* line 338, ../../sass/blocks/es1/_es1.sass */
    .es1._action .es1_sale img {
      position: relative;
      z-index: 1;
      margin-top: -30px;
      margin-left: 98px; }

/*kottedj */
/* line 345, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1__pict {
  background: url("/css/../img/es1_kottedj.png") top right no-repeat; }
/* line 347, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj h2 {
  text-align: left;
  margin-left: 115px; }
/* line 350, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_price__txt {
  text-align: right; }
/* line 352, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_price__block {
  margin-left: 97px; }
/* line 354, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_rasschitat, .es1._kottedj .b-top__zamer {
  float: none;
  margin-left: 50px; }
/* line 357, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_skidka__block {
  float: right;
  margin-top: -170px;
  margin-right: 63px; }
/* line 361, ../../sass/blocks/es1/_es1.sass */
.es1._kottedj .es1_skidka__block_item {
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 15px;
  margin-right: 20px; }

@media only screen and (max-width: 1200px) {
  /* line 372, ../../sass/blocks/es1/_es1.sass */
  .es1__sto {
    width: 100px;
    top: 15px; }
    /* line 375, ../../sass/blocks/es1/_es1.sass */
    .es1__sto img {
      width: 100%; }

  /* line 377, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub {
    left: 30px; }

  /* line 379, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub__item {
    font-size: 22px; }

  /* line 381, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto._flatnew, .es1._flat .es1__sto, .es1._flat._ofis .es1__sto, .es1._flat._tip .es1__sto, .es1._flat._mater .es1__sto {
    top: 54px;
    left: inherit;
    right: 25px; }

  /* line 386, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h2 span {
    display: block; }
    /* line 388, ../../sass/blocks/es1/_es1.sass */
    .es1._flat._tip h2 span:first-child {
      margin-right: 75px; }
  /* line 390, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h1 {
    margin-right: 130px; }

  /* line 393, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_ttl {
    margin-right: 25px; }
  /* line 395, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    margin-right: 55px; }

  /* line 397, ../../sass/blocks/es1/_es1.sass */
  .es1__action {
    width: 100px; }
    /* line 399, ../../sass/blocks/es1/_es1.sass */
    .es1__action img {
      width: 100%; }

  /* line 402, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_rasschitat, .es1._kottedj .b-top__zamer {
    margin-left: 25px; }
  /* line 404, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block {
    margin-right: 15px; }
  /* line 406, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block_item {
    margin-right: 10px; }
  /* line 408, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_7day {
    font-size: 34px; }
    /* line 410, ../../sass/blocks/es1/_es1.sass */
    .es1._kottedj .es1_7day span {
      font-size: 48px; } }
@media only screen and (max-width: 992px) {
  /* line 414, ../../sass/blocks/es1/_es1.sass */
  .es1._main h1 span {
    font-size: 86px; }
  /* line 416, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 span {
    font-size: 55px; }

  /* line 419, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 {
    margin-right: 88px; }
    /* line 421, ../../sass/blocks/es1/_es1.sass */
    .es1._flat._mater h1 span {
      font-size: 76px; }
  /* line 423, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h2 span {
    font-size: 48px; }

  /* line 426, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block {
    float: none;
    margin-top: 0px;
    margin-bottom: 30px; }
  /* line 430, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj h2 {
    margin-left: 25px; }
  /* line 432, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_price__block {
    margin-left: 20px; }

  /* line 435, ../../sass/blocks/es1/_es1.sass */
  .es1__action {
    display: none; }

  /* line 438, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 66px; }
  /* line 440, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    margin-top: 0px;
    font-size: 40px; }
    /* line 443, ../../sass/blocks/es1/_es1.sass */
    .es1._action .es1_7day span {
      font-size: 60px; }
  /* line 445, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_skidka {
    font-size: 44px;
    margin-right: 0; }
  /* line 449, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_sale img {
    width: 66%;
    margin-right: -137px;
    margin-top: -23px; }

  /* line 453, ../../sass/blocks/es1/_es1.sass */
  .es1._main .es1__pict {
    background-size: 590px; }

  /* line 455, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._flatnew {
    background-size: 450px; }

  /* line 457, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict {
    background-size: 450px; }

  /* line 459, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._ofis {
    background-size: 660px; }

  /* line 461, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._tip {
    background-size: 585px; }

  /* line 463, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._material {
    background-size: 585px; }

  /* line 465, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1__pict {
    background-size: 615px; }

  /* line 467, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    width: 790px; }

  /* line 469, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .es1 {
    min-height: auto;
    margin-bottom: 20px; }

  /* line 472, ../../sass/blocks/es1/_es1.sass */
  .es1._action {
    min-height: 540px; }
    /* line 474, ../../sass/blocks/es1/_es1.sass */
    .es1._action .es1__pict {
      background-size: 810px; }

  /* line 476, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1_skidka__block {
    margin-top: 30px;
    margin-bottom: 30px; }

  /* line 479, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater .es1_skidka__block {
    text-align: right; }

  /* line 481, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto._flatnew {
    width: 75px; }

  /* line 483, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__sto {
    width: 75px; }

  /* line 485, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_7day.open {
    display: none; }

  /* line 487, ../../sass/blocks/es1/_es1.sass */
  .none {
    display: block; }

  /* line 490, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_7day {
    margin-left: 0px; }
  /* line 492, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka {
    margin-top: 0px; }
  /* line 494, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka__block {
    margin: 0 auto 30px auto; }
  /* line 496, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka__block_item {
    text-align: right; }
  /* line 498, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_sale {
    margin-left: 15px; }

  /* line 500, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub {
    top: 280px;
    left: -8px; }

  /* line 503, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub__item {
    font-size: 18px; }

  /* line 505, ../../sass/blocks/es1/_es1.sass */
  .es1_skidka__block {
    display: block;
    width: 100%;
    text-align: center; }

  /* line 509, ../../sass/blocks/es1/_es1.sass */
  .b-top__zamer {
    margin: auto;
    float: none; } }
@media only screen and (max-width: 840px) {
  /* line 513, ../../sass/blocks/es1/_es1.sass */
  .es1_menutub {
    display: none; }

  /* line 515, ../../sass/blocks/es1/_es1.sass */
  .es1_price__txt {
    text-align: right; }

  /* line 517, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat {
    float: none;
    margin: 20px auto; }

  /* line 520, ../../sass/blocks/es1/_es1.sass */
  .es1__action {
    display: none; }

  /* line 522, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._flatnew {
    background: url("/css/../img/es1_flatnew.png") top center no-repeat;
    background-size: 310px; }

  /* line 525, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict {
    background: url("/css/../img/es1_flat.png") top center no-repeat;
    background-size: 310px; }

  /* line 528, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._ofis {
    background: url("/css/../img/es1_ofis.png") top center no-repeat;
    background-size: 310px; }

  /* line 531, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._tip {
    background: url("/css/../img/es1_flattip.png") top center no-repeat;
    background-size: 310px; }

  /* line 534, ../../sass/blocks/es1/_es1.sass */
  .es1._flat .es1__pict._material {
    background: url("/css/../img/es1_material.png") top center no-repeat;
    background-size: 310px; }

  /* line 537, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__pict {
    background: url("/css/../img/es1_action.png") top center no-repeat;
    background-size: 310px; }

  /* line 540, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1__pict {
    background: url("/css/../img/es1_kottedj.png") top center no-repeat;
    background-size: 310px; }

  /* line 544, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h1 {
    margin-right: 0px; }
  /* line 546, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._tip h2 span:first-child {
    margin-right: 0px; }

  /* line 549, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 {
    margin-right: 0px; }
  /* line 551, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater .es1_skidka__block {
    text-align: center; }

  /* line 554, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_sale {
    margin: auto;
    text-align: center; }
  /* line 557, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka {
    width: 100%;
    text-align: center; }
  /* line 560, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._ofis .es1_skidka__block {
    margin: 30px auto 30px auto; }

  /* line 562, ../../sass/blocks/es1/_es1.sass */
  .es1._flat {
    height: auto; }
    /* line 564, ../../sass/blocks/es1/_es1.sass */
    .es1._flat h1 {
      margin-right: 0px; }
    /* line 566, ../../sass/blocks/es1/_es1.sass */
    .es1._flat h2 {
      text-align: center; }
    /* line 568, ../../sass/blocks/es1/_es1.sass */
    .es1._flat .es1__block {
      margin-top: 225px;
      text-align: center; }
    /* line 571, ../../sass/blocks/es1/_es1.sass */
    .es1._flat .es1_skidka__block {
      margin-top: 30px; }
    /* line 573, ../../sass/blocks/es1/_es1.sass */
    .es1._flat .es1_sale {
      display: block;
      margin: auto; }
    /* line 576, ../../sass/blocks/es1/_es1.sass */
    .es1._flat .es1_skidka {
      margin-left: 0px; }
    /* line 578, ../../sass/blocks/es1/_es1.sass */
    .es1._flat .es1_price__count {
      width: 200px; }
    /* line 580, ../../sass/blocks/es1/_es1.sass */
    .es1._flat .es1__sto._flatnew, .es1._flat .es1__sto {
      display: none; }

  /* line 582, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    width: 750px; }

  /* line 585, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1__block {
    margin-top: 200px;
    text-align: center; }
  /* line 588, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_ttl {
    margin-right: 0px;
    text-align: center; }
  /* line 591, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    margin-right: 0; }
  /* line 593, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_sale {
    margin-top: 20px;
    float: none;
    width: 100%;
    text-align: center; }
    /* line 598, ../../sass/blocks/es1/_es1.sass */
    .es1._action .es1_sale img {
      width: 200px;
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 10px; }
  /* line 603, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_skidka {
    width: 100%;
    text-align: center; }

  /* line 607, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1__block {
    margin-top: 225px;
    text-align: center; }
  /* line 610, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj h2 {
    text-align: center; }
  /* line 612, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_rasschitat {
    margin: auto; } }
@media only screen and (max-width: 800px) {
  /* line 615, ../../sass/blocks/es1/_es1.sass */
  .es1_flat__block .container {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  /* line 619, ../../sass/blocks/es1/_es1.sass */
  .es1._main h1 span {
    font-size: 66px; }
  /* line 621, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 span {
    font-size: 45px; }

  /* line 624, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 span {
    font-size: 56px; }
  /* line 626, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h2 span {
    font-size: 40px; }

  /* line 628, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 66px; }

  /* line 630, ../../sass/blocks/es1/_es1.sass */
  .es1 {
    height: auto; }
    /* line 632, ../../sass/blocks/es1/_es1.sass */
    .es1 h1, .es1 h2 {
      text-align: center; }

  /* line 634, ../../sass/blocks/es1/_es1.sass */
  .es1_skidka {
    font-size: 55px; }

  /* line 636, ../../sass/blocks/es1/_es1.sass */
  .es1_7day {
    font-size: 26px; }
    /* line 638, ../../sass/blocks/es1/_es1.sass */
    .es1_7day span {
      font-size: 36px; }

  /* line 640, ../../sass/blocks/es1/_es1.sass */
  .es1__sto {
    display: none; }

  /* line 642, ../../sass/blocks/es1/_es1.sass */
  .es1__block {
    margin-top: 225px; }

  /* line 644, ../../sass/blocks/es1/_es1.sass */
  .es1__menu {
    width: 280px;
    margin: 30px auto;
    padding-left: 40px; }

  /* line 648, ../../sass/blocks/es1/_es1.sass */
  .es1__menu_item {
    font-size: 24px; }
    /* line 650, ../../sass/blocks/es1/_es1.sass */
    .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; }

  /* line 654, ../../sass/blocks/es1/_es1.sass */
  .es1_sale {
    width: 150px;
    display: block;
    margin: auto; }
    /* line 658, ../../sass/blocks/es1/_es1.sass */
    .es1_sale img {
      width: 100%; }

  /* line 660, ../../sass/blocks/es1/_es1.sass */
  .es1_price__txt {
    font-size: 36px; }

  /* line 662, ../../sass/blocks/es1/_es1.sass */
  .es1_price__count {
    font-size: 84px; }
    /* line 664, ../../sass/blocks/es1/_es1.sass */
    .es1_price__count span {
      font-size: 64px; }

  /* line 667, ../../sass/blocks/es1/_es1.sass */
  .es1._main .es1__pict {
    background: url("/css/../img/es1_main.png") top center no-repeat;
    background-size: 310px; }
  /* line 670, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 {
    text-align: center; }
  /* line 672, ../../sass/blocks/es1/_es1.sass */
  .es1._main .es1_7day {
    margin-left: 0px; }

  /* line 675, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_rasschitat {
    margin-top: 20px;
    margin-bottom: 20px; }
  /* line 678, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block_item {
    text-align: center; } }
@media only screen and (max-width: 480px) {
  /* line 682, ../../sass/blocks/es1/_es1.sass */
  .es1._main h2 span {
    font-size: 38px; }
  /* line 684, ../../sass/blocks/es1/_es1.sass */
  .es1._main h1 span {
    font-size: 56px; }

  /* line 687, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h1 span {
    font-size: 46px; }
  /* line 689, ../../sass/blocks/es1/_es1.sass */
  .es1._flat._mater h2 span {
    font-size: 32px; }

  /* line 691, ../../sass/blocks/es1/_es1.sass */
  .es1_price__txt {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 26px;
    margin-top: 25px; }

  /* line 697, ../../sass/blocks/es1/_es1.sass */
  .es1_price__count {
    margin-left: 0px;
    text-align: center;
    margin-top: 0px; }

  /* line 701, ../../sass/blocks/es1/_es1.sass */
  .es1_rasschitat {
    width: 90%;
    float: none;
    margin: 20px auto;
    font-size: 32px; }
    /* line 706, ../../sass/blocks/es1/_es1.sass */
    .es1_rasschitat span {
      font-size: 16px; }

  /* line 709, ../../sass/blocks/es1/_es1.sass */
  .es1._action h1 span {
    font-size: 56px; }
  /* line 711, ../../sass/blocks/es1/_es1.sass */
  .es1._action .es1_7day {
    font-size: 30px; }

  /* line 714, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_price__txt {
    text-align: center; }
  /* line 716, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj h2 {
    margin: 0; }
  /* line 718, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_7day {
    font-size: 28px; }
    /* line 720, ../../sass/blocks/es1/_es1.sass */
    .es1._kottedj .es1_7day span {
      font-size: 36px; }
  /* line 722, ../../sass/blocks/es1/_es1.sass */
  .es1._kottedj .es1_skidka__block {
    margin-top: 30px; } }
/* line 1, ../../sass/blocks/es2/_es2.sass */
.es2 {
  margin-bottom: 50px; }
  /* line 3, ../../sass/blocks/es2/_es2.sass */
  .es2 h2 {
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.3; }

/* line 7, ../../sass/blocks/es2/_es2.sass */
.b-day_item.count {
  font-size: 25px;
  font-family: Raleway, sans-serif;
  text-align: center; }
  /* line 11, ../../sass/blocks/es2/_es2.sass */
  .b-day_item.count span {
    font-size: 32px;
    font-weight: bold; }

/* line 1, ../../sass/blocks/es3/_es3.sass */
.es3 {
  min-height: 494px;
  background: url("/img/es3_container.png") top center no-repeat, url("/img/fon_es3.png") top center no-repeat; }

/* line 5, ../../sass/blocks/es3/_es3.sass */
.es3__block {
  margin-left: 475px;
  text-transform: uppercase;
  margin-top: 55px; }

/* line 9, ../../sass/blocks/es3/_es3.sass */
.es3__ttl {
  font-size: 60px;
  font-family: ALSSchlangesans-Black; }

/* line 12, ../../sass/blocks/es3/_es3.sass */
.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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6); }

/* line 19, ../../sass/blocks/es3/_es3.sass */
.es3__ttl_block {
  display: inline-block; }

/* line 21, ../../sass/blocks/es3/_es3.sass */
.es3__ttl_3 {
  font-size: 50px;
  font-family: ALSSchlangesans-Black; }

/* line 24, ../../sass/blocks/es3/_es3.sass */
.es3__info {
  font-size: 20px;
  font-family: Raleway, sans-serif;
  text-transform: none;
  line-height: 1.2; }

/* line 29, ../../sass/blocks/es3/_es3.sass */
.es3__phone_block {
  margin-top: 20px; }

/* line 31, ../../sass/blocks/es3/_es3.sass */
.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; }

/* line 40, ../../sass/blocks/es3/_es3.sass */
.es3__phone_number {
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  font-family: Roboto, sans-serif; }
  /* line 49, ../../sass/blocks/es3/_es3.sass */
  .es3__phone_number:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px; }

@media only screen and (max-width: 1200px) {
  /* line 58, ../../sass/blocks/es3/_es3.sass */
  .es3 {
    background: url("/img/fon_es3.png") top center no-repeat;
    background-size: cover; }
    /* line 61, ../../sass/blocks/es3/_es3.sass */
    .es3 .es3__block {
      text-align: center;
      width: 100%;
      margin-left: 0; } }
@media only screen and (max-width: 992px) {
  /* line 67, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl {
    font-size: 46px; }

  /* line 69, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl_2, .es3__ttl_3 {
    font-size: 36px; }

  /* line 71, ../../sass/blocks/es3/_es3.sass */
  .es3__info {
    width: 70%;
    margin: 20px auto; }

  /* line 75, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl_block img {
    width: 250px; } }
@media only screen and (max-width: 767px) {
  /* line 80, ../../sass/blocks/es3/_es3.sass */
  .es3 {
    min-height: auto; }

  /* line 82, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl {
    font-size: 36px; }

  /* line 84, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl_2, .es3__ttl_3 {
    font-size: 26px; }

  /* line 88, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl_block img {
    width: 200px; }

  /* line 90, ../../sass/blocks/es3/_es3.sass */
  .es3__phone_block {
    text-align: center; }

  /* line 92, ../../sass/blocks/es3/_es3.sass */
  .es3__phone_ttx {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

  /* line 97, ../../sass/blocks/es3/_es3.sass */
  .es3__phone_number {
    font-size: 30px;
    padding-left: 0; }
    /* line 100, ../../sass/blocks/es3/_es3.sass */
    .es3__phone_number:before {
      display: none; }

  /* line 102, ../../sass/blocks/es3/_es3.sass */
  .es3__block {
    margin: 45px auto; } }
@media only screen and (max-width: 480px) {
  /* line 105, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl {
    font-size: 29px;
    margin-bottom: 15px; }

  /* line 108, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl_2, .es3__ttl_3 {
    font-size: 18px; }

  /* line 110, ../../sass/blocks/es3/_es3.sass */
  .es3__info {
    width: 90%;
    font-size: 18px; }

  /* line 113, ../../sass/blocks/es3/_es3.sass */
  .es3__ttl_block img {
    width: 130px; }

  /* line 115, ../../sass/blocks/es3/_es3.sass */
  .es3__phone_ttx {
    font-size: 18px; } }
/* line 3, ../../sass/blocks/es4/_es4.sass */
.b_windownow_bg h4 {
  margin-left: 235px;
  margin-bottom: 45px; }

/* line 6, ../../sass/blocks/es4/_es4.sass */
.b_windownow__btn {
  margin-top: 25px; }

@media only screen and (max-width: 992px) {
  /* line 9, ../../sass/blocks/es4/_es4.sass */
  .b_windownow_bg {
    height: auto;
    background-size: cover;
    padding-bottom: 50px; }
    /* line 13, ../../sass/blocks/es4/_es4.sass */
    .b_windownow_bg h4 {
      margin-left: 0px; } }
@media only screen and (max-width: 767px) {
  /* line 19, ../../sass/blocks/es4/_es4.sass */
  .b_windownow_bg h4 {
    margin-bottom: 25px; } }
/* line 23, ../../sass/blocks/es4/_es4.sass */
.es4_bg {
  position: relative;
  z-index: 2; }

/* line 27, ../../sass/blocks/es4/_es4.sass */
.red-button._garantiya {
  position: relative;
  margin-left: 120px;
  padding: 10px 35px; }
  /* line 31, ../../sass/blocks/es4/_es4.sass */
  .red-button._garantiya:before {
    content: "";
    display: block;
    position: absolute;
    top: -28px;
    left: -93px; }

/* line 40, ../../sass/blocks/es4/_es4.sass */
.es4__form {
  display: table;
  table-layout: auto;
  margin-top: 30px;
  margin-bottom: 35px; }

/* line 45, ../../sass/blocks/es4/_es4.sass */
.es4__form_item {
  display: table-cell; }
  /* line 47, ../../sass/blocks/es4/_es4.sass */
  .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; }
  /* line 55, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._phone {
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 36px;
    position: relative;
    padding-left: 70px;
    vertical-align: middle;
    height: 84px; }
    /* line 63, ../../sass/blocks/es4/_es4.sass */
    .es4__form_item._phone:before {
      position: absolute;
      display: block;
      content: "";
      top: 0px;
      left: 0; }

@media only screen and (max-width: 1200px) {
  /* line 73, ../../sass/blocks/es4/_es4.sass */
  .es4__form {
    display: block;
    margin-top: 20px; }

  /* line 76, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item {
    display: block; }

  /* line 78, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    width: 69%;
    text-align: center;
    margin: auto; }

  /* line 82, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._phone {
    display: none; } }
@media only screen and (max-width: 992px) {
  /* line 86, ../../sass/blocks/es4/_es4.sass */
  .es4_bg {
    background: none;
    background-color: #ffe100; }

  /* line 89, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    font-size: 22px;
    width: 100%; }

  /* line 92, ../../sass/blocks/es4/_es4.sass */
  .es4__form_block {
    margin-top: 30px;
    margin-bottom: 30px; }

  /* line 95, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_bg__desctext {
    width: 100%;
    font-size: 18px; } }
@media only screen and (max-width: 992px) {
  /* line 99, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    font-size: 20px;
    width: 90%; }

  /* line 102, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_bg__desctext {
    width: 90%;
    font-size: 16px; } }
@media only screen and (max-width: 480px) {
  /* line 107, ../../sass/blocks/es4/_es4.sass */
  .es4__form_item._txt {
    font-size: 18px;
    padding-top: 0; }

  /* line 110, ../../sass/blocks/es4/_es4.sass */
  .red-button._garantiya:before {
    display: none; }

  /* line 112, ../../sass/blocks/es4/_es4.sass */
  .red-button._garantiya {
    margin-left: 0; }

  /* line 114, ../../sass/blocks/es4/_es4.sass */
  .es4__form_block {
    margin-bottom: 0px; }

  /* line 116, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_bg__desctext {
    margin: 0 auto 20px auto; }

  /* line 118, ../../sass/blocks/es4/_es4.sass */
  .es4_bg .es4_but {
    padding-bottom: 0;
    margin: 0 auto; } }
/* line 1, ../../sass/blocks/es7/_es7.sass */
.es7 {
  padding-top: 50px;
  padding-bottom: 50px; }
  /* line 4, ../../sass/blocks/es7/_es7.sass */
  .es7 h4 {
    padding-top: 0px;
    text-align: left;
    text-shadow: none; }

/* line 2, ../../sass/blocks/es8/_es8.sass */
.es8_but .red-button {
  width: 75%; }

@media only screen and (max-width: 1200px) {
  /* line 6, ../../sass/blocks/es8/_es8.sass */
  .es8_bg .container {
    position: relative; }
  /* line 8, ../../sass/blocks/es8/_es8.sass */
  .es8_bg .es8__text_2 {
    margin-left: 0px; } }
@media only screen and (max-width: 992px) {
  /* line 12, ../../sass/blocks/es8/_es8.sass */
  .es8_bg .es8__text_2 {
    right: inherit; } }
@media only screen and (max-width: 767px) {
  /* line 17, ../../sass/blocks/es8/_es8.sass */
  .es8_but .red-button {
    width: 83%; } }
@media only screen and (max-width: 480px) {
  /* line 21, ../../sass/blocks/es8/_es8.sass */
  .es8_but .red-button {
    width: 95%; } }
@media only screen and (max-width: 768px) {
  /* line 2, ../../sass/blocks/es10/_es10.sass */
  .es10_bg .container .es10__text {
    font-size: 20px;
    line-height: 27px; } }
/* line 1, ../../sass/blocks/es12/_es12.sass */
.es12_bg {
  height: 424px;
  background: url("/css/../img/es12_bg.png") no-repeat center center;
  margin: 0px auto; }
  /* line 5, ../../sass/blocks/es12/_es12.sass */
  .es12_bg h2 {
    padding-top: 45px;
    margin-bottom: 60px; }

/* line 9, ../../sass/blocks/es12/_es12.sass */
.es12__block {
  text-align: center; }

/* line 12, ../../sass/blocks/es12/_es12.sass */
.es12_item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center; }

/* line 18, ../../sass/blocks/es12/_es12.sass */
.es12_ico {
  height: 120px;
  margin: 0 auto;
  width: 236px; }

/* line 24, ../../sass/blocks/es12/_es12.sass */
.es12_ico__img {
  width: 100px;
  float: left;
  text-align: center; }

/* line 30, ../../sass/blocks/es12/_es12.sass */
.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; }

/* line 42, ../../sass/blocks/es12/_es12.sass */
.es12_ico__lenta div {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  text-align: center;
  margin-top: 18px;
  margin-left: 7px; }

/* line 50, ../../sass/blocks/es12/_es12.sass */
.es12_ico__lenta div span {
  font-size: 27px;
  font-weight: 500;
  text-shadow: 1px 1px 0px #666; }

/* line 56, ../../sass/blocks/es12/_es12.sass */
.es12_ico_name {
  font-size: 27px;
  text-transform: uppercase;
  font-family: "ALSSchlangesans-Black";
  line-height: 1.3;
  margin: 0 auto 50px auto;
  width: 236px; }

@media only screen and (max-width: 992px) {
  /* line 67, ../../sass/blocks/es12/_es12.sass */
  .es12_item {
    width: 40%; }

  /* line 69, ../../sass/blocks/es12/_es12.sass */
  .es12_bg {
    height: 680px;
    background: url(/img/es12_bg_.png) center center;
    margin: 0px auto; } }
@media only screen and (max-width: 767px) {
  /* line 75, ../../sass/blocks/es12/_es12.sass */
  .es12_item {
    width: 100%; }

  /* line 77, ../../sass/blocks/es12/_es12.sass */
  .es12_bg {
    height: 1040px; }

  /* line 79, ../../sass/blocks/es12/_es12.sass */
  .es12_ico_name {
    font-size: 24px;
    margin: 0px auto 35px auto; } }
/* line 1, ../../sass/blocks/es13_bg/_es13_bg.sass */
.es13_item {
  display: inline-block;
  vertical-align: top; }

/* line 4, ../../sass/blocks/es13_bg/_es13_bg.sass */
.es13_block {
  text-align: center; }

/* line 7, ../../sass/blocks/es13_bg/_es13_bg.sass */
.es13_bg {
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 480px) {
  /* line 14, ../../sass/blocks/es13_bg/_es13_bg.sass */
  .es13_bg .container {
    padding-left: 5px;
    padding-right: 5px; } }
/* line 1, ../../sass/blocks/es13_14/es13_14.sass */
.es13_14 {
  padding: 0px 0px 45px; }

/* line 3, ../../sass/blocks/es13_14/es13_14.sass */
.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) {
  /* line 13, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14__desc {
    font-size: 26px;
    line-height: 1.2; } }
@media only screen and (max-width: 767px) {
  /* line 18, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14__desc {
    font-size: 20px;
    width: 80%;
    margin: auto; } }
@media (max-width: 480px) {
  /* line 24, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14 h3 {
    font-size: 32px;
    line-height: 1; }

  /* line 27, ../../sass/blocks/es13_14/es13_14.sass */
  .es13_14__desc {
    width: 100%; } }
/* line 2, ../../sass/blocks/es14_bg/_es14_bg.sass */
.es14_bg h2 {
  padding: 30px 20px 150px !important; }

@media only screen and (max-width: 767px) {
  /* line 8, ../../sass/blocks/es14_bg/_es14_bg.sass */
  .es14_bg h2 {
    padding: 30px 20px 30px !important; }
  /* line 10, ../../sass/blocks/es14_bg/_es14_bg.sass */
  .es14_bg .container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
/* line 2, ../../sass/blocks/es16/_es16.sass */
.es16_bg h2 {
  padding: 50px 20px 30px; }

/* line 2, ../../sass/blocks/b-pay/_b-pay.sass */
.b-pay {
  margin-top: 30px;
  margin-bottom: 50px; }
  /* line 5, ../../sass/blocks/b-pay/_b-pay.sass */
  .b-pay h2 {
    margin-bottom: 50px; }

/* line 7, ../../sass/blocks/b-pay/_b-pay.sass */
.payform {
  width: 40%;
  float: left;
  background: #ffe600;
  padding: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffdd00;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif; }

/* line 21, ../../sass/blocks/b-pay/_b-pay.sass */
.payform input.paytext {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 5px;
  text-transform: uppercase;
  /* Medium Devices, Desktops */ }

@media only screen and (max-width: 1200px) {
  /* line 38, ../../sass/blocks/b-pay/_b-pay.sass */
  .payform {
    width: 90%;
    float: none;
    margin: 0 auto;
    background: #ffe600;
    padding: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffdd00;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif; } }
/* line 1, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta {
  background: url("/img/b_market_filtr_bg.png");
  position: relative; }
  /* line 4, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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; }
  /* line 13, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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; }

/* line 24, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__block {
  text-align: center;
  margin-bottom: 65px;
  margin-top: 60px; }

/* line 29, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.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, 0.22);
  -webkit-box-shadow: 0 21px 23px rgba(0, 0, 0, 0.22);
  box-shadow: 0 21px 23px rgba(0, 0, 0, 0.22);
  padding: 7px;
  position: relative;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px; }

/* line 43, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_pict {
  width: 100%;
  height: 220px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  /* line 47, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_pict img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* line 51, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_ttl {
  height: 99px;
  position: relative;
  text-align: center;
  line-height: 67px; }
  /* line 56, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_ttl span {
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    font-size: 30px;
    z-index: 2;
    position: relative; }
  /* line 63, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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; }

/* line 75, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_spisok {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 25px 30px 17px;
  text-align: left; }
  /* line 80, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_spisok .check {
    margin: 0px;
    padding: 0px;
    min-height: 116px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 85, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
    .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: 8px; }
      /* line 92, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
      .b-vid-remonta__item_spisok .check li:before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 0; }

/* line 100, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__spisok_all {
  margin-top: 10px;
  text-align: center; }
  /* line 103, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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; }

/* line 110, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_price {
  text-align: center;
  font-family: ALSSchlangesans-Black;
  padding-top: 20px;
  padding-bottom: 45px;
  line-height: 1.2; }

/* line 116, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__price_old {
  position: relative;
  font-size: 38px;
  color: #ff0000;
  display: inline-block; }
  /* line 121, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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; }

/* line 132, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__price_new {
  font-size: 48px; }
  /* line 134, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__price_new span {
    font-size: 56px; }

/* line 137, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.b-vid-remonta__item_btn {
  padding: 25px 15px;
  background-color: #ffffff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  bottom: -35px;
  left: 40px; }
  /* line 144, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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: #f00;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjAxNjgzIiB5MT0iMC40ODE5NTIiIHgyPSIxLjAxNjgzIiB5Mj0iMC41MTgwNDgiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yMSIvPjxzdG9wIG9mZnNldD0iNTUuMiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(358deg, rgba(0, 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, 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, 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: #ffffff; }
    /* line 156, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
    .b-vid-remonta__item_btn .red-button-radius:hover {
      color: #fff;
      text-decoration: none; }

/* line 161, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
.nonedisplay {
  display: none; }

@media only screen and (max-width: 480px) {
  /* line 164, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item {
    width: 234px;
    display: block;
    margin: 50px auto 70px; }

  /* line 168, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_pict {
    height: 160px; }

  /* line 170, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .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; }

  /* line 180, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_ttl {
    line-height: 45px;
    height: 70px; }
    /* line 183, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
    .b-vid-remonta__item_ttl span {
      font-size: 20px; }

  /* line 185, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_spisok .check {
    height: auto; }
    /* line 187, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
    .b-vid-remonta__item_spisok .check li {
      line-height: 21px;
      font-size: 16px; }

  /* line 190, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__spisok_all .b-link-blue {
    font-size: 16px; }

  /* line 192, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__price_old {
    font-size: 34px; }

  /* line 194, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__price_new {
    font-size: 32px; }
    /* line 196, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
    .b-vid-remonta__price_new span {
      font-size: 38px; }

  /* line 199, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
  .b-vid-remonta__item_btn {
    left: 20px; }
    /* line 201, ../../sass/blocks/b-vid-remonta/_b-vid-remonta.sass */
    .b-vid-remonta__item_btn .red-button-radius {
      font-size: 20px;
      padding: 14px 20px; } }
/* line 1, ../../sass/blocks/b-raschet/_b-raschet.sass */
.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; }

/* line 10, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__form {
  font-size: 24px;
  font-family: Roboto, sans-serif;
  margin-top: 20px; }
  /* line 14, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__block {
    display: table;
    table-layout: auto; }
  /* line 17, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item {
    height: 93px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px; }
    /* line 22, ../../sass/blocks/b-raschet/_b-raschet.sass */
    .b-raschet__form .b-form__item .b-form__field {
      position: relative; }
      /* line 24, ../../sass/blocks/b-raschet/_b-raschet.sass */
      .b-raschet__form .b-form__item .b-form__field:before {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px; }
      /* line 31, ../../sass/blocks/b-raschet/_b-raschet.sass */
      .b-raschet__form .b-form__item .b-form__field:after {
        content: "";
        display: block;
        position: absolute;
        right: 24px;
        top: 12px; }
      /* line 38, ../../sass/blocks/b-raschet/_b-raschet.sass */
      .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, 0.13);
        -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.13);
        box-shadow: inset 3px 4px 5px rgba(0, 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; }

/* line 51, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_lbl {
  text-align: right;
  padding-right: 20px;
  line-height: 1.2; }

/* line 55, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_ravno {
  font-size: 33px;
  padding-left: 10px;
  padding-right: 10px; }

/* line 59, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_oldprice {
  font-size: 41px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  white-space: nowrap; }
  /* line 65, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_oldprice:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 28px;
    height: 2px;
    width: 120%;
    background-color: #ff0000; }

/* line 75, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-form_newprice {
  font-size: 50px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 30px;
  padding-left: 30px; }

/* line 81, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__ttl1 {
  font-size: 24px;
  font-family: Roboto, sans-serif;
  text-align: center;
  margin-top: 25px;
  line-height: 1.2; }

/* line 87, ../../sass/blocks/b-raschet/_b-raschet.sass */
.b-raschet__ttl2 {
  font-size: 36px;
  font-family: ALSSchlangesans-Black;
  text-align: center; }

@media only screen and (max-width: 1200px) {
  /* line 93, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet {
    padding-bottom: 30px; }

  /* line 96, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__block {
    display: block;
    text-align: center;
    margin: auto; }
  /* line 100, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item {
    display: inline-block;
    height: auto; }
    /* line 103, ../../sass/blocks/b-raschet/_b-raschet.sass */
    .b-raschet__form .b-form__item:first-child {
      display: block;
      margin-bottom: 15px; }
    /* line 106, ../../sass/blocks/b-raschet/_b-raschet.sass */
    .b-raschet__form .b-form__item:last-child {
      margin-top: 15px;
      display: block; }

  /* line 109, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_lbl {
    text-align: center;
    padding-right: 0; } }
@media only screen and (max-width: 700px) {
  /* line 113, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_oldprice {
    display: none; }

  /* line 115, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_newprice {
    padding-left: 0px; }

  /* line 117, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item {
    padding-left: 0px; } }
@media only screen and (max-width: 500px) {
  /* line 120, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_ravno {
    display: none; }

  /* line 122, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_newprice {
    margin-top: 10px; }

  /* line 124, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__form .b-form__item:nth-child(3) {
    display: block; }

  /* line 126, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-form_newprice {
    padding-right: 0px; }

  /* line 128, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__ttl1 {
    font-size: 20px; }

  /* line 130, ../../sass/blocks/b-raschet/_b-raschet.sass */
  .b-raschet__ttl2 {
    font-size: 30px; } }
/* line 1, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.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; }
  /* line 6, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont h2 {
    text-align: left;
    padding-top: 50px;
    line-height: 64px; }
    /* line 10, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont h2 span {
      font-size: inherit;
      color: #ff0000;
      text-shadow: none;
      font-family: "ALSSchlangesans-Black"; }
  /* line 15, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont._line {
    position: relative; }
    /* line 17, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .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; }
  /* line 26, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont .container {
    height: 100%;
    background: url("/css/../img/b-kosmet-remont.png") right top no-repeat;
    position: relative; }
  /* line 30, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont .garant {
    position: absolute;
    top: 67px;
    left: 530px; }

/* line 34, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__block {
  margin-top: 25px; }

/* line 36, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__block_lft {
  display: inline-block;
  vertical-align: top; }

/* line 39, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.b-kosmet-remont__block_rght {
  display: inline-block;
  vertical-align: top; }

/* line 42, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
.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; }
  /* line 52, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico1 {
    background: url("/img/ico1.png") left center no-repeat; }
  /* line 54, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico2 {
    background: url("/img/ico2.png") left center no-repeat; }
  /* line 56, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico3 {
    width: 265px;
    background: url("/img/ico3.png") left center no-repeat; }
  /* line 59, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico4 {
    width: 265px;
    background: url("/img/ico4.png") left center no-repeat; }

@media only screen and (max-width: 1200px) {
  /* line 64, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont {
    height: 510px; }
    /* line 66, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont .container {
      background: none; }
    /* line 68, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont h2 {
      text-align: center;
      line-height: 1.2; }
    /* line 71, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont .garant {
      left: 50px; }

  /* line 73, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__block {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  /* line 77, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont {
    height: auto;
    padding-bottom: 15px; }
    /* line 80, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont .container {
      height: auto; }
    /* line 82, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont .garant {
      display: none; }
    /* line 84, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont h2 {
      padding-top: 30px; }

  /* line 87, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico3 {
    width: 370px;
    padding-top: 20px; }
  /* line 90, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico4 {
    width: 370px;
    padding-top: 20px; } }
@media only screen and (max-width: 480px) {
  /* line 96, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont {
    margin-bottom: 0; }
    /* line 98, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont h2 {
      line-height: 38px; }

  /* line 101, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico3 {
    width: 370px;
    padding-top: 20px; }
  /* line 104, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item.ico4 {
    width: 370px;
    padding-top: 20px; }

  /* line 107, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
  .b-kosmet-remont__item {
    width: 270px;
    padding-left: 75px;
    line-height: 22px;
    font-size: 20px;
    padding-top: 0;
    margin-bottom: 22px; }
    /* line 114, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont__item.ico1 {
      background-size: 60px; }
    /* line 116, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont__item.ico2 {
      background-size: 60px; }
    /* line 118, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont__item.ico3 {
      width: 270px;
      background-size: 60px;
      padding-top: 13px; }
    /* line 122, ../../sass/blocks/b-kosmet-remont/_b-kosmet-remont.sass */
    .b-kosmet-remont__item.ico4 {
      width: 270px;
      background-size: 60px; } }
/* line 1, ../../sass/blocks/b-way/_b-way.sass */
.b-way {
  text-align: center;
  padding-bottom: 60px;
  margin-top: 40px; }

/* line 6, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 50px 10px 0 10px; }
  /* line 11, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item .b-way__item_info span {
    white-space: nowrap; }

/* line 15, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_pict {
  width: 100%;
  height: 165px;
  text-align: center; }

/* line 19, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_ttl {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: ALSSchlangesans-Black;
  text-align: center;
  line-height: 34px; }

/* line 26, ../../sass/blocks/b-way/_b-way.sass */
.b-way__item_info {
  margin-top: 20px;
  font-size: 20px; }
  /* line 29, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_info strong {
    color: #ff0000; }

@media only screen and (max-width: 1200px) {
  /* line 32, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 270px;
    margin: 50px 20px 0 20px; }

  /* line 35, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_pict {
    height: 120px; }
    /* line 37, ../../sass/blocks/b-way/_b-way.sass */
    .b-way__item_pict img {
      height: 100%; }

  /* line 39, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_ttl {
    font-size: 26px;
    line-height: 30px; }

  /* line 42, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_info {
    line-height: 25px; } }
@media only screen and (max-width: 992px) {
  /* line 45, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 50%; } }
@media only screen and (max-width: 650px) {
  /* line 48, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 70%; } }
@media only screen and (max-width: 480px) {
  /* line 51, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item {
    width: 90%;
    margin: 40px 20px 0 20px; }

  /* line 54, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_pict {
    height: 90px; }

  /* line 56, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_ttl {
    font-size: 24px;
    line-height: 28px; }

  /* line 59, ../../sass/blocks/b-way/_b-way.sass */
  .b-way__item_info {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px; } }
/* line 2, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.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 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 10, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.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; }

/* line 15, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
.b-middle-menu__item {
  display: table-cell;
  padding-left: 75px;
  position: relative; }
  /* line 20, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .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; }
  /* line 28, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 34, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl1 {
    padding-right: 50px; }

@media only screen and (max-width: 1200px) {
  /* line 44, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item .b-link {
    font-size: 24px; } }
@media only screen and (max-width: 992px) {
  /* line 47, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__block {
    height: auto; }

  /* line 50, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__items {
    display: block;
    padding: 55px 24px 25px 24px; }

  /* line 53, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .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; }
    /* line 60, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
    .b-middle-menu__item.mdl1 {
      padding-right: 0px; } }
@media only screen and (max-width: 767px) {
  /* line 63, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item {
    width: 270px;
    padding-left: 65px;
    height: 55px; }
    /* line 67, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
    .b-middle-menu__item .b-link {
      font-size: 20px;
      display: table-cell;
      vertical-align: middle;
      height: 55px; }
    /* line 72, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
    .b-middle-menu__item.mdl1:before {
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    /* line 74, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
    .b-middle-menu__item.mdl2:before {
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    /* line 76, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
    .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) {
  /* line 80, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__items {
    padding: 35px 15px 20px 0px; }

  /* line 83, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item .b-link {
    font-size: 20px; }
  /* line 85, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl1:before {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  /* line 87, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .b-middle-menu__item.mdl2:before {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  /* line 89, ../../sass/blocks/b-middle-menu/_b-middle-menu.sass */
  .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); } }
/* line 1, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent {
  height: 458px;
  background: url("/css/../img/b_windownow_bg.png") no-repeat center top;
  position: relative;
  margin-top: -30px; }
  /* line 7, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door .b-prezent-fon {
    background: url("/css/../img/b-prezent-fon.png") no-repeat center top;
    height: 458px; }
  /* line 10, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4 {
    font-size: 69px; }
  /* line 13, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling .b-prezent-fon {
    background: url("/css/../img/b-prezent-fon2.png") no-repeat center top;
    height: 458px; }
  /* line 16, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling h4 {
    font-size: 64px; }
  /* line 19, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling2 .b-prezent-fon {
    background: url("/css/../img/b-prezent-fon3.png") no-repeat center top;
    height: 458px; }
  /* line 22, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling2 h4 {
    font-size: 64px; }
  /* line 24, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 {
    text-align: left;
    margin-bottom: 45px;
    line-height: 1.2;
    width: 700px; }
    /* line 29, ../../sass/blocks/b-prezent/_b-prezent.sass */
    .b-prezent h4 span {
      color: #000000;
      text-shadow: none; }

/* line 34, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__block {
  width: 700px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 38, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__item {
  display: inline-block;
  vertical-align: top;
  width: 48%; }
  /* line 42, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    display: inline-block;
    text-align: center;
    width: 245px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    float: right; }
    /* line 49, ../../sass/blocks/b-prezent/_b-prezent.sass */
    .b-prezent__item .yellow-button:hover {
      cursor: pointer; }

/* line 51, ../../sass/blocks/b-prezent/_b-prezent.sass */
.b-prezent__ttl {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  padding-left: 100px;
  position: relative;
  font-weight: bold;
  line-height: 1.2; }
  /* line 58, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__ttl:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

@media only screen and (max-width: 1200px) {
  /* line 67, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 54px; }

  /* line 69, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 {
    width: 635px; }

  /* line 71, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling .b-prezent-fon {
    height: 415px;
    background-size: cover; }

  /* line 74, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door .b-prezent-fon {
    height: 415px;
    background-size: cover; }

  /* line 78, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    margin-right: 50px; } }
@media only screen and (max-width: 992px) {
  /* line 82, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.ceiling .b-prezent-fon, .b-prezent.door .b-prezent-fon, .b-prezent.ceiling2 .b-prezent-fon {
    background: none; }

  /* line 85, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent {
    text-align: center;
    height: 400px; }
    /* line 88, ../../sass/blocks/b-prezent/_b-prezent.sass */
    .b-prezent h4 {
      text-align: center;
      width: 100%; }
      /* line 91, ../../sass/blocks/b-prezent/_b-prezent.sass */
      .b-prezent h4 span {
        display: block; }
    /* line 93, ../../sass/blocks/b-prezent/_b-prezent.sass */
    .b-prezent .b-prezent__item .yellow-button {
      margin-right: 0; }

  /* line 95, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 49px; }

  /* line 97, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__block {
    margin: auto; }

  /* line 99, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  /* line 104, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 39px; }

  /* line 108, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent h4 {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 55px; }

  /* line 112, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__block {
    width: 100%; }

  /* line 114, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item {
    display: block;
    width: 335px;
    margin: auto;
    text-align: center; }

  /* line 119, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__ttl {
    font-size: 28px;
    text-align: left;
    padding-left: 88px;
    padding-top: 10px;
    margin-bottom: 20px; }

  /* line 125, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    margin-right: 0px;
    float: none;
    font-size: 22px; } }
@media only screen and (max-width: 525px) {
  /* line 132, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent.door h4, .b-prezent.ceiling h4, .b-prezent.ceiling2 h4 {
    font-size: 32px; }

  /* line 134, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__ttl {
    font-size: 22px;
    padding-left: 74px;
    padding-top: 14px; }
    /* line 138, ../../sass/blocks/b-prezent/_b-prezent.sass */
    .b-prezent__ttl:before {
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7); }

  /* line 140, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item {
    width: 268px; }

  /* line 142, ../../sass/blocks/b-prezent/_b-prezent.sass */
  .b-prezent__item .yellow-button {
    font-size: 20px; } }
/* line 1, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: -15px; }
  /* line 6, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 60px; }

/* line 8, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info {
  height: 80px;
  display: table;
  table-layout: auto;
  margin-top: 10px;
  width: 100%; }

/* line 15, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__info_item {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  font-family: ALSSchlangesans-Black;
  text-transform: uppercase; }
  /* line 22, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item:first-child {
    padding-top: 3px;
    padding-right: 28px; }
  /* line 26, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .yellow {
    background-color: #fff200;
    font-size: 44px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px; }
  /* line 33, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .red {
    color: #ff0000;
    font-size: 46px; }
  /* line 36, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item .rub {
    text-transform: none;
    font-size: 36px; }

/* line 39, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__block {
  text-align: center;
  margin-top: 40px; }

/* line 42, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__item {
  width: 47%;
  display: inline-block; }
  /* line 45, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item:last-child {
    margin-left: 60px; }

/* line 47, ../../sass/blocks/bf-slider/_bf-slider.sass */
.b-beforeAfter__item_slider {
  -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, 0.29);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  /* line 55, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item_slider img {
    width: 100%;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px; }

@media only screen and (max-width: 1200px) {
  /* line 60, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item {
    display: block;
    margin: auto;
    width: 550px; }
    /* line 64, ../../sass/blocks/bf-slider/_bf-slider.sass */
    .b-beforeAfter__item:last-child {
      margin-left: 0px;
      margin: 40px auto 0 auto; }

  /* line 68, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 49px; } }
@media only screen and (max-width: 767px) {
  /* line 72, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 36px; }

  /* line 74, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item {
    width: 420px; }

  /* line 76, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item {
    font-size: 20px; }
    /* line 78, ../../sass/blocks/bf-slider/_bf-slider.sass */
    .b-beforeAfter__info_item .yellow {
      font-size: 32px; }
    /* line 80, ../../sass/blocks/bf-slider/_bf-slider.sass */
    .b-beforeAfter__info_item .red {
      font-size: 36px; }

  /* line 82, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info {
    height: 55px; }

  /* line 84, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item:first-child {
    padding-left: 0;
    padding-right: 20px; }

  /* line 87, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .twentytwenty-handle {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@media only screen and (max-width: 480px) {
  /* line 91, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__block {
    margin-top: 30px; }

  /* line 94, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter h2 {
    font-size: 29px; }

  /* line 96, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__item {
    width: 280px;
    margin-bottom: 60px; }

  /* line 99, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item {
    display: block; }

  /* line 101, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info {
    text-align: center; }

  /* line 103, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item:first-child {
    padding-right: 0px; }

  /* line 105, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info {
    display: block; }

  /* line 107, ../../sass/blocks/bf-slider/_bf-slider.sass */
  .b-beforeAfter__info_item {
    font-size: 18px; }
    /* line 109, ../../sass/blocks/bf-slider/_bf-slider.sass */
    .b-beforeAfter__info_item .yellow {
      font-size: 30px; }
    /* line 111, ../../sass/blocks/bf-slider/_bf-slider.sass */
    .b-beforeAfter__info_item .red {
      font-size: 32px; } }
/* line 1, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days {
  height: auto;
  background: url("/img/b-15-days.png") bottom center no-repeat;
  margin-top: -100px;
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 8, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__ttl {
  padding-top: 125px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-family: ALSSchlangesans-Black; }
  /* line 14, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__ttl span {
    color: #ff0000; }

/* line 16, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__desc {
  font-size: 26px;
  font-family: Roboto;
  text-align: center;
  line-height: 1.2;
  width: 75%;
  margin: auto; }

/* line 25, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item {
  width: 370px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #6b6b6b;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  display: inline-block; }
  /* line 32, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item._before {
    background-color: #6b6b6b; }
    /* line 34, ../../sass/blocks/b-15-days/_b-15-days.sass */
    .b-15-days__item._before .b-15-days__item_ttl span:after {
      top: 6px; }
  /* line 37, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item._after {
    background-color: #17d124;
    float: right; }
    /* line 40, ../../sass/blocks/b-15-days/_b-15-days.sass */
    .b-15-days__item._after .b-15-days__item_ttl span:after {
      top: -4px; }

/* line 45, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__block {
  margin: 30px auto;
  height: 330px;
  background: url("/img/b-15-fon.png") center no-repeat;
  width: 1175px; }

/* line 52, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_ttl {
  height: 65px;
  line-height: 65px;
  text-align: center; }
  /* line 56, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item_ttl span {
    color: #FFFFFF;
    font-family: ALSSchlangesans-Black;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    padding-right: 45px; }
    /* line 63, ../../sass/blocks/b-15-days/_b-15-days.sass */
    .b-15-days__item_ttl span:after {
      content: "";
      display: block;
      position: absolute;
      right: 0; }

/* line 70, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-days__item_pict {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  height: 250px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px; }
  /* line 78, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item_pict img {
    width: 100%;
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

/* line 83, ../../sass/blocks/b-15-days/_b-15-days.sass */
.b-15-day__btn {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px; }
  /* line 87, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-day__btn .red-button {
    padding: 12px 20px;
    display: inline-block; }

@media only screen and (max-width: 1200px) {
  /* line 91, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    background: none;
    width: 800px; } }
@media only screen and (max-width: 992px) {
  /* line 95, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    width: 670px;
    height: 307px;
    margin: 60px auto; }

  /* line 99, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item {
    width: 300px; }

  /* line 101, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item_pict {
    height: 215px; }

  /* line 103, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__desc {
    font-size: 24px; } }
@media only screen and (max-width: 820px) {
  /* line 106, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days {
    background: url("/img/pattern-line.jpg");
    border-bottom: 2px solid #d7d7d7; } }
@media only screen and (max-width: 767px) {
  /* line 110, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item {
    display: block;
    margin: auto; }
    /* line 113, ../../sass/blocks/b-15-days/_b-15-days.sass */
    .b-15-days__item._after {
      float: none;
      margin-top: 30px; }

  /* line 117, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    width: 90%;
    height: auto; } }
@media only screen and (max-width: 480px) {
  /* line 122, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__desc {
    font-size: 20px; }

  /* line 124, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__ttl {
    font-size: 22px;
    line-height: 1.2; }

  /* line 127, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__block {
    margin: 40px auto; }

  /* line 129, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item {
    width: 270px; }

  /* line 131, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-days__item_pict {
    height: 190px; }

  /* line 133, ../../sass/blocks/b-15-days/_b-15-days.sass */
  .b-15-day__btn {
    width: 80%;
    margin: auto; } }
/* line 1, ../../sass/blocks/b-project/_b-project.sass */
.b-project {
  background: url("/css/../img/b-project-fon.png") center top no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px; }
  /* line 5, ../../sass/blocks/b-project/_b-project.sass */
  .b-project .container {
    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; }
  /* line 10, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    font-size: 55px;
    text-align: left;
    line-height: 1.2; }

/* line 14, ../../sass/blocks/b-project/_b-project.sass */
.b-project__ttl {
  font-size: 26px;
  font-family: Roboto, sans-serif;
  line-height: 1.2; }

/* line 18, ../../sass/blocks/b-project/_b-project.sass */
.b-project__block {
  display: table;
  table-layout: auto;
  text-align: center;
  margin-top: 10px; }

/* line 23, ../../sass/blocks/b-project/_b-project.sass */
.b-project__item {
  display: table-cell;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  line-height: 1.2; }
  /* line 28, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item img {
    padding-bottom: 5px;
    display: block;
    margin: auto; }
  /* line 32, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item:nth-child(2) {
    width: 240px; }

/* line 35, ../../sass/blocks/b-project/_b-project.sass */
.b-project__form {
  margin-top: 25px;
  padding-bottom: 40px; }

/* line 38, ../../sass/blocks/b-project/_b-project.sass */
.b-project_input {
  width: 295px;
  height: 55px;
  display: inline-block;
  margin-right: 10px;
  padding-top: 13px;
  text-align: left; }
  /* line 45, ../../sass/blocks/b-project/_b-project.sass */
  .b-project_input input {
    width: 200px;
    margin-left: 62px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    border: 0px;
    background: none; }

/* line 53, ../../sass/blocks/b-project/_b-project.sass */
.b-project_input_tel {
  background: url("/img/proj_inp_tel.png") center center; }

/* line 55, ../../sass/blocks/b-project/_b-project.sass */
.b-project__btn {
  display: inline-block;
  vertical-align: top; }
  /* line 58, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__btn .red-button {
    padding: 10px 16px; }

@media only screen and (max-width: 1200px) {
  /* line 63, ../../sass/blocks/b-project/_b-project.sass */
  .b-project .container {
    background: none;
    padding-left: 15px;
    text-align: center;
    height: auto; }
  /* line 68, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    text-align: center;
    font-size: 49px; }

  /* line 71, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    width: 580px;
    margin: 30px auto; } }
@media only screen and (max-width: 992px) {
  /* line 76, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    font-size: 36px; }

  /* line 78, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__ttl {
    font-size: 24px; }

  /* line 80, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item {
    font-size: 18px; }

  /* line 82, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    margin: 15px auto 30px auto; } }
@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/blocks/b-project/_b-project.sass */
  .b-project_input_tel {
    background: url(/img/es4_input_tel_sm230.png) no-repeat center center;
    margin-bottom: 20px; }

  /* line 88, ../../sass/blocks/b-project/_b-project.sass */
  .b-project_input {
    width: 230px;
    height: 57px;
    display: inline-block;
    margin: 0px 10px 20px 10px;
    padding-top: 15px;
    text-align: left; }
    /* line 95, ../../sass/blocks/b-project/_b-project.sass */
    .b-project_input input {
      width: 145px;
      margin-left: 62px;
      font-size: 18px; }

  /* line 99, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__btn {
    vertical-align: top; }

  /* line 101, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    width: 450px; }

  /* line 104, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item img {
    width: 75px; }
  /* line 106, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item:nth-child(2) {
    width: auto; }

  /* line 109, ../../sass/blocks/b-project/_b-project.sass */
  .b-project h2 {
    font-size: 30px; }

  /* line 111, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item {
    font-size: 16px; }

  /* line 113, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__ttl {
    font-size: 22px; } }
@media only screen and (max-width: 480px) {
  /* line 117, ../../sass/blocks/b-project/_b-project.sass */
  .b-project {
    background-size: cover; }

  /* line 119, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__block {
    width: 100%;
    display: block; }

  /* line 122, ../../sass/blocks/b-project/_b-project.sass */
  .b-project__item {
    display: block;
    height: 65px;
    margin: auto; }
    /* line 126, ../../sass/blocks/b-project/_b-project.sass */
    .b-project__item img {
      display: inline-block;
      width: 50px;
      vertical-align: top; }
    /* line 130, ../../sass/blocks/b-project/_b-project.sass */
    .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; } }
/* line 1, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu {
  background-color: rgba(0, 0, 11, 0.5);
  padding: 10px 0 10px 0; }

/* line 4, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_block {
  display: inline-block;
  vertical-align: top; }
  /* line 7, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block .white-link {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px; }
    /* line 17, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
    .b-footer-menu_block .white-link:hover {
      border-bottom: 1px solid transparent; }

/* line 19, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
.b-footer-menu_slogan {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "ALSSchlangesans-Black";
  position: relative;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 80px; }
  /* line 27, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_slogan:after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: -6px; }
  /* line 34, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_slogan:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 3px;
    right: 50%;
    margin-right: -21px; }

@media only screen and (max-width: 1200px) {
  /* line 43, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu {
    padding: 12px 0 12px 0; }

  /* line 45, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_slogan {
    padding-left: 0px;
    padding-right: 60px;
    font-size: 18px; }
    /* line 49, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
    .b-footer-menu_slogan:after {
      right: 10px;
      top: -9px; }

  /* line 52, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block .white-link {
    margin-right: 8px;
    margin-left: 8px; } }
@media only screen and (max-width: 992px) {
  /* line 58, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu {
    padding: 10px 0px 12px 0px; }

  /* line 60, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu_block {
    display: block;
    text-align: center; }
    /* line 63, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
    .b-footer-menu_block .b-footer-menu_slogan {
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 22px; }
      /* line 67, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
      .b-footer-menu_block .b-footer-menu_slogan:after {
        display: none; }
      /* line 69, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
      .b-footer-menu_block .b-footer-menu_slogan:before {
        display: block; } }
@media only screen and (max-width: 500px) {
  /* line 74, ../../sass/blocks/b-footer-menu/_b-footer-menu.sass */
  .b-footer-menu {
    margin-top: 20px; } }
/* line 3, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__item {
  padding-bottom: 50px; }
  /* line 5, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__item .container {
    border-bottom: 1px solid #a1a1a1; }
  /* line 7, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__item:last-child {
    padding-bottom: 10px; }
    /* line 9, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov__item:last-child .container {
      border-bottom: 0px; }

/* line 12, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__block {
  margin-bottom: 50px;
  height: 210px;
  background: url("/img/tip-fon.jpg") left center no-repeat;
  font-family: "Roboto", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: 30px;
  background-size: 62% 100%; }

/* line 21, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2; }

/* line 25, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_item {
  font-size: 25px;
  max-width: 545px;
  width: 100%; }
  /* line 29, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item .b-link {
    color: #000000;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    padding: 5px 15px 3px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 36, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov_item .b-link span {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    /* line 38, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov_item .b-link:hover {
      color: #ff0000; }
      /* line 40, ../../sass/blocks/b-tipov/_b-tipov.sass */
      .b-tipov_item .b-link:hover span {
        border-bottom: 1px solid rgba(255, 0, 0, 0.5); }
    /* line 42, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov_item .b-link.active {
      color: #ffffff;
      font-weight: bold;
      -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: #009cd6;
      -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.37);
      -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.37);
      box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.37); }
      /* line 49, ../../sass/blocks/b-tipov/_b-tipov.sass */
      .b-tipov_item .b-link.active span {
        border-bottom: 1px solid transparent; }

/* line 51, ../../sass/blocks/b-tipov/_b-tipov.sass */
.link-item {
  display: inline-block;
  vertical-align: top;
  width: 103px; }

/* line 55, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__vid {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px; }

/* line 60, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_pict {
  float: right;
  display: inline-block;
  width: 295px;
  height: 210px;
  vertical-align: top;
  margin-top: -20px;
  overflow: hidden;
  border: 2px solid #fbcd01;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  /* line 70, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_pict img {
    width: 100%; }

/* line 74, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__imgblock {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px; }

/* line 79, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__img {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 25px 17px; }

/* line 84, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov_size {
  margin-top: 7px;
  width: 100%;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  background-color: #fde500; }
  /* line 90, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_size span {
    margin-left: 10px;
    margin-right: 10px; }

/* line 94, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__priceblock {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px; }

/* line 98, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_old {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px; }
  /* line 105, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__price_old:before {
    content: "";
    display: block;
    position: absolute;
    top: 42px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #000000; }
  /* line 114, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__price_old span {
    font-size: 21px; }

/* line 116, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_new {
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  color: #fc1010;
  font-family: "ALSSchlangesans-Black";
  margin-right: 20px;
  margin-left: 20px; }
  /* line 124, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__price_new span {
    font-size: 38px; }

/* line 127, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__price_btn {
  display: inline-block;
  vertical-align: top; }
  /* line 130, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__price_btn .red-button {
    padding: 10px 20px; }

/* line 134, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others {
  max-width: 960px;
  width: 100%;
  padding: 40px;
  background: url("/img/pattern-line.jpg");
  background-color: #f6f5f5;
  border: 1px solid #d7d7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 40px auto 50px auto; }
  /* line 144, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others h3 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    font-family: "ALSSchlangesans-Black"; }

/* line 149, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__others_block {
  margin-top: 20px;
  text-align: center; }
  /* line 152, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block .b-link {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
    display: inline-block; }
    /* line 161, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov__others_block .b-link span {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    /* line 163, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov__others_block .b-link:hover {
      color: #ff0000; }
      /* line 165, ../../sass/blocks/b-tipov/_b-tipov.sass */
      .b-tipov__others_block .b-link:hover span {
        border-bottom: 1px solid rgba(255, 0, 0, 0.5); }

/* line 167, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-home {
  margin-bottom: 70px; }

/* line 169, ../../sass/blocks/b-tipov/_b-tipov.sass */
.tip_block {
  display: inline-block; }

@media only screen and (max-width: 1200px) {
  /* line 173, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__imgblock {
    width: 75%;
    margin: 50px auto 20px auto; }

  /* line 176, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    margin-left: 0px; } }
@media only screen and (max-width: 992px) {
  /* line 179, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_ttl {
    font-size: 28px;
    text-align: center; }

  /* line 182, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item {
    font-size: 22px; }

  /* line 184, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .link-item {
    text-align: left; }

  /* line 186, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    width: 47%;
    text-align: center; }

  /* line 189, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block {
    height: auto;
    padding-bottom: 20px;
    background-size: 53% 100%; }

  /* line 193, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__imgblock {
    width: 100%; }

  /* line 195, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others h3 {
    font-size: 28px; }

  /* line 197, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block .b-link {
    font-size: 22px; }

  /* line 200, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others {
    width: 525px; }

  /* line 203, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block .b-link {
    margin-right: 0px;
    margin-left: 0px; } }
@media only screen and (max-width: 760px) {
  /* line 207, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block {
    margin-bottom: 0px; }
    /* line 209, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov__block .container {
      text-align: center; }

  /* line 211, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_pict {
    float: none;
    display: block;
    margin: auto; }

  /* line 215, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__block {
    background: none; }

  /* line 217, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    margin: 20px auto;
    padding: 20px 25px;
    -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;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmYwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fbbf01), color-stop(100%, #fde700));
    background-image: -moz-linear-gradient(bottom, #fbbf01 0%, #fde700 100%);
    background-image: -webkit-linear-gradient(bottom, #fbbf01 0%, #fde700 100%);
    background-image: linear-gradient(to top, #fbbf01 0%, #fde700 100%);
    width: 400px; } }
@media only screen and (max-width: 580px) {
  /* line 227, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others {
    width: 390px; } }
@media only screen and (max-width: 480px) {
  /* line 230, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_ttl, .b-tipov__others h3 {
    font-size: 22px; }

  /* line 232, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item, .b-tipov__others_block .b-link {
    font-size: 16px; }

  /* line 234, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__imgblock {
    margin: 40px auto 0 auto; }

  /* line 236, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others {
    padding: 15px;
    width: 275px; }

  /* line 240, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__vid {
    width: 275px;
    padding: 20px 15px; }

  /* line 244, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item {
    width: 100%; }

  /* line 246, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .link-item.w50 {
    width: 75px; }

  /* line 248, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_pict {
    width: 275px; }

  /* line 250, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov_item .b-link {
    padding: 5px 10px 3px 10px; }

  /* line 252, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__others_block {
    margin-left: 10px; }

  /* line 254, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .link-item {
    width: 75px; } }
/* line 257, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-zamer {
  display: inline-block;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fde700;
  color: #000000;
  font-size: 18px;
  font-family: "ALSSchlangesans-Black";
  padding: 8px 20px 7px 65px;
  position: relative;
  margin-top: 15px;
  margin-left: 8px;
  line-height: 1;
  width: 240px; }
  /* line 271, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-zamer span {
    font-size: 22px;
    display: block;
    text-transform: uppercase; }
  /* line 275, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-zamer:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0px; }

/* line 283, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #8f8f8f; }
  /* line 287, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat:last-child {
    border-bottom: 0px; }

/* line 289, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_pict {
  padding-top: 12px;
  width: 550px;
  display: inline-block;
  vertical-align: top;
  text-align: center; }

/* line 295, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_info {
  width: 590px;
  display: inline-block;
  vertical-align: top; }

/* line 299, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_info-ttl {
  font-size: 40px;
  text-transform: uppercase;
  font-family: ALSSchlangesans-Black; }

/* line 303, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_info-tt2 {
  font-size: 26px;
  font-family: ALSSchlangesans-Black;
  margin-top: -6px; }

/* line 307, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item {
  display: inline-block;
  vertical-align: top; }
  /* line 310, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item._rght {
    float: right;
    width: 240px; }
    /* line 313, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov__flat_item._rght .b-tipov__flat_item-ttl {
      text-align: center; }

/* line 315, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-ttl {
  font-family: Roboto, sans-serif;
  font-size: 24px; }

/* line 318, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S {
  font-size: 32px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  padding-left: 60px;
  position: relative; }
  /* line 324, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-S span {
    font-size: 36px; }
  /* line 326, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-S:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px; }

/* line 334, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_block {
  margin-top: 22px; }

/* line 336, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S {
  margin-top: 12px; }

@media only screen and (max-width: 992px) {
  /* line 339, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat {
    text-align: center; }

  /* line 341, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info {
    margin-top: 20px; }

  /* line 343, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item._rght {
    display: none; }

  /* line 345, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-ttl {
    font-size: 36px; }

  /* line 347, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-tt2 {
    font-size: 24px; } }
@media only screen and (max-width: 767px) {
  /* line 350, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info {
    width: auto; }

  /* line 352, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .katalog__price_block {
    display: block; } }
@media only screen and (max-width: 480px) {
  /* line 356, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-ttl {
    font-size: 29px;
    line-height: 1.2; }

  /* line 359, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_info-tt2 {
    font-size: 20px; }

  /* line 361, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-ttl {
    font-size: 20px; }

  /* line 363, ../../sass/blocks/b-tipov/_b-tipov.sass */
  .b-tipov__flat_item-S {
    font-size: 28px; }
    /* line 365, ../../sass/blocks/b-tipov/_b-tipov.sass */
    .b-tipov__flat_item-S span {
      font-size: 32px; } }
/* line 367, ../../sass/blocks/b-tipov/_b-tipov.sass */
.b-tipov__flat_item-S:before {
  top: -5px; }

/* line 1, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price {
  margin-top: 40px;
  text-align: left; }

/* line 5, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_block {
  -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: #fde700;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmYwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fbbf01), color-stop(100%, #fde700));
  background-image: -moz-linear-gradient(bottom, #fbbf01 0%, #fde700 100%);
  background-image: -webkit-linear-gradient(bottom, #fbbf01 0%, #fde700 100%);
  background-image: linear-gradient(to top, #fbbf01 0%, #fde700 100%);
  padding: 17px 18px 7px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  table-layout: auto; }

/* line 14, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_item {
  display: table-cell;
  vertical-align: top;
  line-height: 1.2; }
  /* line 18, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_item:nth-child(2) {
    padding-left: 25px; }
  /* line 21, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_item .red-button {
    padding: 10px 15px;
    font-size: 22px; }

/* line 24, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_old {
  font-size: 20px;
  font-family: "Roboto"; }

/* line 27, ../../sass/blocks/katalog/_katalog.sass */
._old {
  position: relative;
  display: inline-block;
  font-size: 34px;
  white-space: nowrap;
  font-family: PTSansB; }
  /* line 33, ../../sass/blocks/katalog/_katalog.sass */
  ._old span {
    font-size: 27px;
    display: inline-block; }
  /* line 37, ../../sass/blocks/katalog/_katalog.sass */
  ._old:before {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ff0000; }

/* line 46, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_new {
  font-size: 20px;
  font-family: "Roboto";
  padding-left: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block; }

/* line 52, ../../sass/blocks/katalog/_katalog.sass */
.price_old {
  margin-bottom: 10px;
  white-space: nowrap; }

/* line 55, ../../sass/blocks/katalog/_katalog.sass */
.katalog__price_newprice {
  display: inline-block;
  /*padding-left: 13px */
  font-family: "ALSSchlangesans-Black";
  font-size: 50px; }
  /* line 60, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_newprice span {
    font-size: 33px; }

@media only screen and (max-width: 1200px) {
  /* line 66, ../../sass/blocks/katalog/_katalog.sass */
  .b-tipov__flat_pict {
    width: 295px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    /* line 70, ../../sass/blocks/katalog/_katalog.sass */
    .b-tipov__flat_pict img {
      width: 100%; } }
@media only screen and (max-width: 992px) {
  /* line 73, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price {
    float: none; } }
@media only screen and (max-width: 600px) {
  /* line 77, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_block {
    text-align: center; }

  /* line 79, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_item:first-child {
    display: none; } }
@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    float: none; }

  /* line 90, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_block {
    margin: auto; } }
@media only screen and (max-width: 480px) {
  /* line 95, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_new {
    display: none; }

  /* line 97, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_item {
    display: block; }

  /* line 99, ../../sass/blocks/katalog/_katalog.sass */
  .katalog__price_old {
    display: inline-block; } }
/* line 1, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka {
  padding-top: 30px;
  padding-bottom: 30px; }
  /* line 4, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka h2 {
    width: 70%;
    padding: 0;
    margin: 0;
    margin: 5px auto;
    line-height: 1.2; }

/* line 12, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka_ttl {
  line-height: 1;
  font-size: 40px;
  font-family: "ALSSchlangesans-Black";
  color: #ff0000;
  text-align: center; }

/* line 18, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__items {
  padding-top: 25px;
  padding-bottom: 70px;
  background: url("/img/line.png") bottom center repeat-x; }

/* line 23, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__items_block {
  margin-top: 25px;
  margin-bottom: 50px; }

/* line 26, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item {
  display: inline-block;
  width: 48%;
  vertical-align: top; }
  /* line 31, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item._right {
    margin-left: 20px; }
    /* line 33, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
    .b-ustanovka__item._right .b-ustanovka__item_gost {
      margin-left: 75px; }

/* line 35, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_pict {
  text-align: center;
  position: relative; }

/* line 38, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_sale {
  position: absolute;
  bottom: -10px;
  right: -10px; }

/* line 42, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_gost {
  margin-top: 30px;
  line-height: 1.3;
  position: relative;
  -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 5px 5px rgba(25, 63, 87, 0.24);
  -webkit-box-shadow: 0 5px 5px rgba(25, 63, 87, 0.24);
  box-shadow: 0 5px 5px rgba(25, 63, 87, 0.24);
  border: 1px solid #acacac;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  height: 145px;
  width: 440px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 25px 0 25px; }
  /* line 57, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost strong {
    font-weight: bold; }
  /* line 59, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost p {
    margin: 0 0 20px; }
  /* line 61, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost .gost {
    position: absolute;
    right: 5px;
    bottom: -15px; }

/* line 68, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__item_price {
  margin-top: 40px;
  width: 518px;
  min-height: 219px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  /* line 75, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_price._price-left {
    background: url("/img/price-left.png") no-repeat;
    padding: 20px 30px 0 100px; }
  /* line 78, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_price._price-right {
    background: url("/img/price-right.png") no-repeat;
    padding: 20px 100px 0 50px; }

/* line 81, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price_ttl {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center; }

/* line 86, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price_block {
  display: table;
  table-layout: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 91, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__price {
  line-height: 1.2;
  text-align: left;
  font-family: "Roboto", sans-serif;
  display: table-cell;
  height: 90px;
  vertical-align: bottom; }
  /* line 98, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 {
    font-size: 20px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 5px; }
    /* line 103, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
    .b-ustanovka__price._old2:before {
      content: "";
      display: block;
      position: absolute;
      right: 0px;
      top: 8px;
      width: 1px;
      height: 72px;
      background-color: #000000; }
    /* line 112, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
    .b-ustanovka__price._old2 .old-price {
      font-size: 39px;
      position: relative; }
      /* line 115, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
      .b-ustanovka__price._old2 .old-price .rub {
        font-size: 29px; }
      /* line 117, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
      .b-ustanovka__price._old2 .old-price:before {
        content: "";
        position: absolute;
        display: block;
        top: 22px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #ff0000; }
  /* line 126, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._new {
    padding-left: 30px;
    font-size: 28px;
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase; }
    /* line 131, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
    .b-ustanovka__price._new .new-price {
      font-size: 44px;
      position: relative; }
      /* line 134, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
      .b-ustanovka__price._new .new-price .rub {
        font-size: 33px; }

/* line 138, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__btn .red-button {
  font-size: 20px;
  padding: 10px 35px; }

/* line 143, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
.b-ustanovka__items_info {
  font-size: 30px;
  text-align: center;
  font-family: RobotoMedium;
  line-height: 1.2; }

@media only screen and (max-width: 1200px) {
  /* line 151, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item {
    width: 100%; }

  /* line 153, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost, .b-ustanovka__item._right .b-ustanovka__item_gost {
    margin-left: 0;
    margin: 30px auto; }

  /* line 156, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_price._price-left, .b-ustanovka__item_price._price-right {
    background: none;
    width: 440px;
    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; }

  /* line 167, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items:nth-child(2) .b-ustanovka__item_pict {
    margin-top: 40px; }
  /* line 169, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items:nth-child(2) .b-ustanovka__item_gost {
    margin: 0 auto 30px; }

  /* line 171, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_sale {
    position: relative;
    margin-top: -100px; }

  /* line 174, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item._right {
    margin-left: 0; } }
@media only screen and (max-width: 992px) {
  /* line 178, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items_info {
    font-size: 28px;
    line-height: 1.2; }

  /* line 181, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka_ttl {
    font-size: 34px; } }
@media only screen and (max-width: 767px) {
  /* line 185, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items_info {
    font-size: 20px;
    width: 80%;
    margin: auto; }

  /* line 190, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item._right {
    margin-left: 0px; }

  /* line 192, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka h2 {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  /* line 195, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__items_info {
    font-size: 18px; }

  /* line 197, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_pict {
    max-width: 441px;
    width: 100%;
    margin-bottom: 20px; }
    /* line 201, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
    .b-ustanovka__item_pict img {
      width: 80%; }

  /* line 203, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_gost {
    max-width: 440px;
    width: 100%;
    height: auto;
    padding: 30px 25px 20px 25px; }
    /* line 208, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
    .b-ustanovka__item_gost .gost img {
      width: 135px; }

  /* line 210, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__item_price._price-left, .b-ustanovka__item_price._price-right {
    max-width: 440px;
    width: 100%; }

  /* line 213, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price_block, .b-ustanovka__price {
    display: block; }

  /* line 215, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2:before {
    display: none; }

  /* line 217, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 {
    padding-right: 0; }

  /* line 219, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price {
    text-align: center; }

  /* line 221, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 .old-price:before {
    top: 24px; }

  /* line 223, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._old2 .old-price {
    display: inline-block; }

  /* line 225, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka__price._new {
    padding-left: 0; }

  /* line 227, ../../sass/blocks/b-ustanovka/_b-ustanovka.sass */
  .b-ustanovka_ttl {
    font-size: 28px;
    margin-bottom: 10px; } }
/* line 1, ../../sass/blocks/b-calc/_b-calc.sass */
.calc_tub {
  color: #03b2de;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px dotted rgba(3, 178, 222, 0.5);
  font-size: 22px;
  margin-top: 7px; }

/* line 11, ../../sass/blocks/b-calc/_b-calc.sass */
.b-calc__left .tipokna1.actok .calc_tub, .b-calc__left .tipokna2.actok .calc_tub, .b-calc__left .tipokna3.actok .calc_tub {
  color: #000000;
  border-bottom: 1px dotted transparent; }

/* line 14, ../../sass/blocks/b-calc/_b-calc.sass */
.rub-dark {
  color: #000000;
  display: inline-block; }

/* line 18, ../../sass/blocks/b-calc/_b-calc.sass */
.tipokna1:hover, .tipokna2:hover, .tipokna3:hover {
  cursor: pointer; }
  /* line 20, ../../sass/blocks/b-calc/_b-calc.sass */
  .tipokna1:hover .calc_tub, .tipokna2:hover .calc_tub, .tipokna3:hover .calc_tub {
    color: #ff0000;
    border-bottom: 2px dotted rgba(255, 0, 0, 0.5); }

/* line 23, ../../sass/blocks/b-calc/_b-calc.sass */
.b-calc__right .basetsena {
  width: 409px;
  height: 184px;
  margin-top: -14px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #ffe500;
  border: 2px solid #898989;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 25px; }

/* line 34, ../../sass/blocks/b-calc/_b-calc.sass */
.calc_rassr .b-link {
  color: #03c1d7;
  font-size: 30px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  text-decoration: underline; }
  /* line 40, ../../sass/blocks/b-calc/_b-calc.sass */
  .calc_rassr .b-link:hover {
    text-decoration: none; }

/* line 43, ../../sass/blocks/b-calc/_b-calc.sass */
.v-mes {
  display: inline-block; }

@media only screen and (max-width: 1200px) {
  /* line 47, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .oknofull {
    margin: 205px 0px 0px 80px; }

  /* line 49, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tabletipokna {
    margin: 38px 0px 0px -15px; }

  /* line 51, ../../sass/blocks/b-calc/_b-calc.sass */
  .Costver11_block span {
    display: none; }

  /* line 53, ../../sass/blocks/b-calc/_b-calc.sass */
  .Costhor11_block span {
    display: none; } }
@media only screen and (max-width: 767px) {
  /* line 57, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .oknofull {
    margin: 205px 0px 0px 110px; }

  /* line 59, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
    width: 130px; }

  /* line 61, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .ok1_1, .b-calc__left .ok2_1, .b-calc__left .ok3_1 {
    width: 130px; } }
@media only screen and (max-width: 480px) {
  /* line 65, ../../sass/blocks/b-calc/_b-calc.sass */
  .calc_tub {
    font-size: 16px; }

  /* line 67, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
    width: 95px;
    margin-left: 0;
    margin-right: 0; }

  /* line 71, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .ok1_1, .b-calc__left .ok2_1, .b-calc__left .ok3_1 {
    width: 95px; }

  /* line 73, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .tabletipokna {
    margin: 38px auto; }

  /* line 75, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__left .oknofull {
    margin: 150px 0px 0px 65px; }

  /* line 77, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__right .basetsena {
    width: 280px;
    height: 135px;
    margin: 20px auto; }

  /* line 81, ../../sass/blocks/b-calc/_b-calc.sass */
  .b-calc__right .basetsena .tsena_base_cost img {
    padding-top: 3px; }

  /* line 83, ../../sass/blocks/b-calc/_b-calc.sass */
  .calc_rassr .b-link {
    font-size: 25px; } }
/* line 2, ../../sass/blocks/b-aktsii/_b-aktsii.sass */
.b-aktsii h2 {
  margin-bottom: 15px; }

/* line 1, ../../sass/blocks/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/blocks/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/blocks/gk-menu/_gk-menu.sass */
  .gk-menu__block:hover {
    opacity: 1; }
  /* line 30, ../../sass/blocks/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/gk.png"); }

/* line 44, ../../sass/blocks/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 58, ../../sass/blocks/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/gk.png"); }

/* line 67, ../../sass/blocks/gk-menu/_gk-menu.sass */
.gk-menu__item {
  height: 50px;
  width: 150px;
  text-align: right;
  margin: 13px auto 0 auto; }
  /* line 72, ../../sass/blocks/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 78, ../../sass/blocks/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 85, ../../sass/blocks/gk-menu/_gk-menu.sass */
    .gk-menu__item.active a:hover {
      cursor: default; }

/* line 88, ../../sass/blocks/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 99, ../../sass/blocks/gk-menu/_gk-menu.sass */
  .gk-menu__blockopen a {
    text-decoration: none;
    color: #000000; }

/* lib for sprites */
/* line 208, icon/*.png */
.icon-sprite, .icon-S, .b-tipov__flat_item-S:before, .icon-after, .b-15-days__item._after .b-15-days__item_ttl span:after, .icon-before, .b-15-days__item._before .b-15-days__item_ttl span:after, .icon-birka, .red-button._garantiya:before, .icon-check, .b-vid-remonta__item_spisok .check li:before, .icon-lbl1, .es1__menu_item.lbl1:before, .icon-lbl2, .es1__menu_item.lbl2:before, .icon-lbl3, .es1__menu_item.lbl3:before, .icon-mdl1, .b-middle-menu__item.mdl1:before, .icon-mdl2, .b-middle-menu__item.mdl2:before, .icon-mdl3, .b-middle-menu__item.mdl3:before, .icon-mkv, .b-raschet__form .b-form__item .b-form__field:after, .icon-phone, .es3__phone_number:before, .icon-prezent, .b-prezent__ttl:before, .icon-rash, .b-raschet__form .b-form__item .b-form__field:before, .icon-seo, .icon-str, .b-footer-menu_slogan:after, .icon-str2, .b-footer-menu_slogan:before, .icon-time, .b-time:before, .icon-ugl, .es4__form_item._phone:before, .icon-zamer, .b-zamer:before {
  background-image: url('/css/../img/icon-s01679a48fb.png');
  background-repeat: no-repeat; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-S, .b-tipov__flat_item-S:before {
  background-position: -28px -170px;
  height: 49px;
  width: 49px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-after, .b-15-days__item._after .b-15-days__item_ttl span:after {
  background-position: 0 0;
  height: 38px;
  width: 32px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-before, .b-15-days__item._before .b-15-days__item_ttl span:after {
  background-position: 0 -170px;
  height: 27px;
  width: 28px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-birka, .red-button._garantiya:before {
  background-position: 0 -484px;
  height: 118px;
  width: 117px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-check, .b-vid-remonta__item_spisok .check li:before {
  background-position: 0 -82px;
  height: 19px;
  width: 19px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lbl1, .es1__menu_item.lbl1:before {
  background-position: -49px -41px;
  height: 41px;
  width: 42px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lbl2, .es1__menu_item.lbl2:before {
  background-position: -69px -82px;
  height: 42px;
  width: 42px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-lbl3, .es1__menu_item.lbl3:before {
  background-position: -75px 0;
  height: 41px;
  width: 42px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mdl1, .b-middle-menu__item.mdl1:before {
  background-position: 0 -356px;
  height: 53px;
  width: 59px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mdl2, .b-middle-menu__item.mdl2:before {
  background-position: 0 -303px;
  height: 53px;
  width: 59px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mdl3, .b-middle-menu__item.mdl3:before {
  background-position: 0 -219px;
  height: 53px;
  width: 63px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-mkv, .b-raschet__form .b-form__item .b-form__field:after {
  background-position: -19px -82px;
  height: 38px;
  width: 50px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-phone, .es3__phone_number:before {
  background-position: -41px -124px;
  height: 46px;
  width: 46px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-prezent, .b-prezent__ttl:before {
  background-position: 0 -413px;
  height: 71px;
  width: 71px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-rash, .b-raschet__form .b-form__item .b-form__field:before {
  background-position: -59px -356px;
  height: 57px;
  width: 57px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-seo {
  background-position: -20px -41px;
  height: 30px;
  width: 29px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-str, .b-footer-menu_slogan:after {
  background-position: 0 -124px;
  height: 43px;
  width: 41px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-str2, .b-footer-menu_slogan:before {
  background-position: 0 -41px;
  height: 19px;
  width: 20px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-time, .b-time:before {
  background-position: -32px 0;
  height: 31px;
  width: 43px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-ugl, .es4__form_item._phone:before {
  background-position: -63px -219px;
  height: 84px;
  width: 52px; }

/* line 84, C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-zamer, .b-zamer:before {
  background-position: -59px -303px;
  height: 43px;
  width: 55px; }

/* line 16, ../../sass/_icon.sass */
*[class^='icon-'] {
  display: inline-block; }

/* End */


/* Start:/css/custom.css?173250727274481*/
@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: '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
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
input:-webkit-autofill:active {
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
-webkit-transition-delay: 9999s;

}
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;

}




.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}
}
.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;}
}







.es2 h2 {margin-bottom: 0}
.predop {    text-align: center;   font-family: 'ALSSchlangesans-Black';
    text-transform: uppercase; color: #ff0000; font-size: 34px;    display: block; margin-bottom: 60px}
@media only screen and (max-width: 992px){
	.predop {font-size: 28px;}
}
@media only screen and (max-width: 480px){
	.predop {font-size: 20px;}
}

/*-----vnimanie-----*/
.vnimanie {display: none;}
/*
.main {margin-top:23px}
.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:40px}
}
*/
/*-----vnimanie-----*/


.yellow-button { font-family: 'Roboto-Regular';}
.nobr {white-space: nowrap;}
.es1_otzivy_zag {color:#000}
.b-calcblock {border: 1px solid #acacac;width: 90%; margin: 30px auto; text-align: center; border-radius:10px; padding: 5px 0 10px 0;}
.b-calc-ttl {font-family: 'ALSSchlangesans-Black';  font-size: 30px; text-transform: uppercase;}
.b-calcblock .yellow-button {text-decoration: none;padding: 6px 20px 7px 20px;    font-size: 22px;}
.es19_telemail {position: relative; z-index:5}
.es1__block h1 span.small{font-size:68px; color: #000}
.es1__block .zagl { 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, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);}
.b-tipov h1 {font-size: 49px;  color: #171616;   font-family: "ALSSchlangesans-Black";   text-transform: uppercase;   text-align: center;}
.b-calc__right .basetsena .tsena_base_cost span {    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';}
.es1aktsii_bg .es1aktsii__right_col .es1aktsii_15dney {font-family: 'RobotoBI';}
.es1aktsii_bg .es1aktsii__right_col .es1aktsii_skidka{font-family: 'RobotoBI';}
.es1_7day{font-family: 'RobotoBI';}
.calc_tub{    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;}
.es12_bg .ttl { padding-top: 45px; margin-bottom: 60px;}
.es16_bg h5 { padding: 50px 20px 30px;}
.es29 .ttl {color: #fff; text-align: left; margin-top: 20px}
.es13_14 .ttl {    margin-bottom: 20px;    line-height: 1.1;    text-transform: none;    margin-top: 20px;}
.es7 h5 {font-size: 30px; color: #0e0e0e; text-transform: uppercase;  font-family: 'ALSSchlangesans-Black';  margin-bottom: 20px;    margin-top: 0;}
.b-ustanovka .ttl { width: 70%; padding: 0; margin: 0;  margin: 5px auto;  line-height: 1.2;}
.b-prezent .ttl {       color: #fff;  font-size: 69px;text-align: left;  margin-bottom: 45px;  line-height: 1.2;  width: 700px; padding-top: 80px}
.b-prezent .ttl span {  color: #000000; }
.es1_rassr_bg h1 { font-size: 7em; color: #000;  font-family: 'RobotoBI';
    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;}
.b-calc h1 { font-size: 49px;  color: #171616;  font-family: "ALSSchlangesans-Black";  text-transform: uppercase;  text-align: center;}
.b-contact h1 { padding-top: 30px; padding-bottom: 20px;font-size: 49px;  color: #171616;  font-family: "ALSSchlangesans-Black";  text-transform: uppercase;  text-align: center;}

.es1aktsii_bg h1 { font-size: 7.5em;  color: #01d2e9; font-family: 'RobotoBI'; 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-left: 15px;   margin-bottom: 20px;}
.es1aktsii_bg h1 span { color: #000;}
.es1._flat span.small {text-align: right;}
.es1._flat._mater h1 {margin-right:0}

.toptop { width: 80px;height: 95px;}
.toptop img{ width: 100%;}



.main {min-height: auto}
.b-footer-menu_block {    display: block;
    vertical-align: top;
    text-align: center;}
.b-footer-menu_slogan{
	padding-right: 30px;margin-bottom: 15px;}
.b-footer-menu_slogan:before {display: block; bottom: -15px;}
.b-footer-menu_slogan:after {display: none;}
.b-beforeAfter__info_item {   font-size: 24px;}
@media only screen and (max-width: 767px){
	.b-beforeAfter__info_item { font-size: 17px;}
}

.windows_free .windows_free_text .ttl {font-size: 80px; font-family: 'ALSSchlangesans-Black';
    line-height: 1; text-transform: uppercase;  margin-bottom: 20px; text-align: left;}


@media only screen and (max-width: 1200px){
	.es1__block .zagl {  margin-right: 115px;}
	.ttl {  font-size: 42px;}
.es16_bg h5 {  font-size: 42px;}
.es7 h5 {font-size: 26px; margin-bottom: 15px;}
.b-prezent.door .ttl { font-size: 54px;}
.windows_free .windows_free_text .ttl {font-size: 66px;}
	.es1._flat._mater .es1__sto {right: auto;}
}

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

	.ttl {  font-size: 36px;}
.es16_bg h5 {  font-size: 36px;}
	.b-calc h1 { font-size: 36px;  }
.b-contact h1 { font-size: 36px;  }
	.b-tipov h1 {font-size: 36px;} 
.es29 .ttl {text-align: center;}
.es1__block .zagl {  font-size: 86px;}
.es1__block h1 span.small{font-size:55px}
	.b-footer-menu_slogan {margin-bottom: 0px;}
    .b-footer-menu_slogan:before { bottom: 3px;}
.b-prezent .ttl { text-align: center;  width: 100%;}
.b-prezent .ttl span {  display: block;}
.b-prezent.door .ttl { font-size: 49px;}
.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: 2em; margin-top: 10px}
.es1aktsii_bg .es1aktsii__right_col .es1aktsii__right_col__zag90 {font-size: 6.5em; line-height: 1;  margin-left: 15px;}
	.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag { font-size: 42px;}
.windows_free .windows_free_text .ttl {font-size: 48px; text-align: center}
	.es1._flat._mater h1 span {  font-size: 68px;}
}

.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}
}
@media only screen and (max-width: 840px) {
	.es1__block .zagl {  margin-right: 0px;}
}

@media only screen and (max-width: 768px) {
.es1._flat._mater h1 span { font-size: 56px;}
.es1__block .zagl {  font-size: 66px;}
.es1__block h1 span.small{font-size:45px}
.b-calc-ttl {font-size: 26px; }
	.b-calcblock .yellow-button { font-size: 18px;    margin-top: 5px;}
	.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}
	.b-ustanovka .ttl { width: 100%;}
.b-prezent .ttl { width: 100%;  margin-bottom: 25px;  padding-top: 55px;}
.b-prezent.door .ttl { font-size: 39px;}
.es1_rassr_bg h1 { font-size: 5em; line-height: 1;  margin-bottom: 5px;}
.b-rassr .b-rassr__zag {font-size: 36px}
}
@media only screen and (max-width: 525px){
.b-prezent.door .ttl {font-size: 32px;}
}

@media only screen and (max-width: 480px){
.b-calc h1 { font-size: 29px;  }
.b-contact h1 { font-size: 29px;  }
.es1._flat._mater h1 span { font-size: 42px;}
	.b-tipov h1 {font-size: 29px;} 
.es1__block .zagl {  font-size: 56px;}
.es1__block h1 span.small{font-size:38px}
.b-calc-ttl {font-size: 26px; }
	.b-calcblock .yellow-button { font-size: 18px;    margin-top: 5px;}
.es13_14 .ttl {  font-size: 32px; line-height: 1;}
.countdownHolder {font-size:38px!important}
    .es17_bg .es17_blockbg {margin: 20px auto}
	.ttl {  font-size: 28px;}
 .es17_bg h5 {  font-size: 28px;}
.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;}
	.es1aktsii_bg h1 { font-size: 5em;}
	.es1aktsii_bg .es1aktsii__right_col .es1aktsii_15dney { font-size: 30px;}
	.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag { font-size: 30px;}
	.b-contact .b-contact__zag {font-size: 30px}
.windows_free .windows_free_text .ttl {font-size: 40px;}

}
@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;}
}


.b-top {
    margin: -1px 0 -85px 0}



#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 .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%}
}


.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 }

.b-sposob__content_pict {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px; }
  .b-sposob__content_pict img {
    width: 100%; }
  @media only screen and (max-width: 992px) {
    .b-sposob__content_pict {
      position: relative; } }

.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; }

  .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) {

    .b-sposob__info {
      max-width: 460px; } }
  @media only screen and (max-width: 992px) {

    .b-sposob__info {
      position: relative;
      top: auto;
      margin: auto; } }
  @media only screen and (max-width: 768px) {

    .b-sposob__info {
      display: none; } }


.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; } }

.b-sposob__lbl {
  position: absolute;
  top: -35px;
  left: -65px; }
  @media only screen and (max-width: 1200px) {
    .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) {
    .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}
}

.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);

}




.es28 { background: url("/img/es19.png") top center no-repeat;  height: 517px; }

  .es28 h2 {
    text-align: left;
    font-size: 60px;
    color: #000;
    font-family: ALSSchlangesans-Black;
    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); }

.es28__ttl {
  display: flex;
  font-size: 20px;
  font-family: "RobotoMedium";
  align-items: center; }


.es28__ttl_desc {
  padding-right: 30px; }


.es28__block {
  margin-left: 83px;
  margin-top: 70px; }


.es28__item_desc {
  font-size: 24px;
  font-family: "RobotoMedium"; }

.es28__items {
  margin-top: 60px;
  display: flex; }


.es28__item_pict {
  height: 90px; }


.es28__item_desc {
  margin-top: 15px; }


.es28__item {
  width: 280px;
  flex: none; }

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

  .es28__block {
    margin-left: 0px; } }
@media only screen and (max-width: 1200px) {

  .es28 h2 {
    font-size: 49px;
    text-align: center; }

  .es28__ttl img {
    width: 500px; }

  .es28__item {
    width: 245px; }

  .es28__item_desc {
    font-size: 22px; } }
@media only screen and (max-width: 992px) {
  .es28__ttl { display: block; text-align: center; }
  .es28__ttl_desc { padding-right: 0; margin-bottom: 30px; }
  .es28__items { margin-top: 45px; }
  .es28__item_desc {  font-size: 20px; }
  .es28__item_pict {  height: auto; margin-bottom: 10px; }
  .es28__item_pict img { width: 60px; }
  .es28__item { width: auto;  flex: auto; }
  .es28__ttl img { width: 410px; }
 }
@media only screen and (max-width: 768px) {
  .es28 { background: url("/img/es19.png") top center no-repeat;
    background-size: cover; height: auto; }
   .es28 h2 { font-size: 40px; }
  .es28__block { margin-top: 60px; }
  .es28__ttl_desc { margin-bottom: 10px; }
  .es28__items { display: block;  text-align: center;  margin: 40px auto; }
  .es28__item { display: inline-block; vertical-align: top; width: 250px;  margin-bottom: 40px; } }
@media only screen and (max-width: 480px) {
  .es28 h2 { font-size: 36px; }
  .es28__ttl img {  max-width: 410px;  width: 100%; }
 }

.es29 form { margin-top: 25px; }

.es29 h2 {
  color: #fff;
  text-align: left;
  font-size: 40px; }
.es29 .es29__block {
  line-height: 1; 
  padding: 35px 70px;
  width: 1070px;
  height: 405px;
  margin: 110px auto 80px auto;
  background: url("/img/b_market_filtr_bg.png");
  position: relative;  }

  .es29 .es29__block:before {
    content: "";
    display: block;
    position: absolute;
    right: 40px;
    top: -82px;
    background: url("/img/es29-man.png") top center;
    width: 430px;
    height: 566px; }


.es29_input {
  width: 429px;
  height: 55px;
  background: url(/img/es13_input.png);
  text-align: left;
  margin-right: 20px; }
  .es29_input input {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin: 15px 0px 0px 50px;
    width: 360px;
    border: 0px; }


.es29__btn {
  margin-top: 10px; }

  .es29__btn .yellow-button {
    padding: 13px 30px 17px 30px; }

.es29__block_ttl {
  font-size: 30px;
  font-family: "Roboto", sans-serif; }

.es29__block_ttl-2 {
  font-size: 30px;
  font-family: "PTSansB";
  margin-top: 10px; }

@media only screen and (max-width: 1200px) {
  .es29 .es29__block {
    width: 100%; }
    .es29 .es29__block:before {
      right: 0; } }
@media only screen and (max-width: 992px) {
  .es29 h2 { text-align: center; }
  .es29 .es29__block {  margin: 50px auto 50px auto; text-align: center; }
  .es29 .es29__block::before { display: none; }
  .es29_input { margin-right: 0; margin: auto; }
 }
@media only screen and (max-width: 768px) {
  .es29 h2 { font-size: 36px; }
  .es29 .es29__block { padding: 35px 10px; }
  .es29__block_ttl, .es29__block_ttl-2 { font-size: 28px; }
  .es29_input { width: 290px;
    height: 55px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    float: none;
    margin: 0 auto 20px auto;
    border-radius: 5px; }
    .es29_input input {
      font-weight: 300;
      font-size: 22px;
      width: 270px;
      border: 0px solid #ccc;
      text-align: center;
      margin: 10px auto 0px auto; } }
@media only screen and (max-width: 480px) {
  .es29 h2 { font-size: 32px; }
  .es29 .es29__block { height: auto; }
  .es29__block_ttl, .es29__block_ttl-2 {font-size: 26px; }
  .es29__btn { width: 290px; margin: 20px auto; }
  .es29__btn .yellow-button { font-size: 22px;
      padding: 13px 15px 17px 15px; }
 }
.es29 .es29__block {    line-height: 1;}
.zoom-gallery img{width: 100%; height: 100%}


#bom {display: none}
#bom  .modal-dialog { background: url(/img/gift/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;}
#bom  .modal-header .close {float: none; width: 25px; height: 25px; line-height: 1; text-shadow: none; margin: 0; position: absolute; top: 5px; right: 0}
#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/gift/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/gift/bg.png) no-repeat center 40px #fff; background-size: 100%; width: 300px;  height: 570px;  margin:30px auto;  border-radius: 6px  }
#bom .modal-content { background: none;   border: 0;  width: 300px; height: 570px }
#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/gift/input260.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 15px; 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;
}
.b-calcblock._2 {padding: 6px 5px 10px 5px;}

.es19_bg .container {    display: flex;
    justify-content: space-between;}
@media (max-width: 992px) {
	.es19_bg .container {    display: block;}
}


.feedback h4 {
    font-size: 49px;
    color: #171616;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    line-height: 1;
    text-transform: uppercase;padding-top: 0px; margin-bottom:0;     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%; }

.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;}



/* line 1, ../../sass/blocks/whatsapp/_whatsapp.sass */
.b-whats { 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; }

.whatsapp-top {
float: right;
    margin-top: -38px;
  position: relative;
  width: 36px;
  height: 36px;
  background: url("/img/what2.png") center;
  background-size: cover; }
  .whatsapp-top span {
font-family: 'PT Sans',sans-serif;
font-size: 10px;
    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; }
.top_block .top_block__vamperez {   margin-right: 45px;}

@media only screen and (max-width: 1200px) {
  .whatsapp-top {    float: right;
    margin-top: -30px;  position: relative;  width: 30px; height: 30px; }
  .whatsapp { margin-left: 0px; margin-right: 20px; } 
	.top_block .top_block__vamperez { margin-right: 40x;}
}
@media only screen and (max-width: 992px) {

  .whatsapp .count { margin-top: 0; }
  .whatsapp-top { margin-right: 5px; }
  .b-foot { position: relative; }
  .b-whats { display: inline-flex; position: relative; z-index: 100 } 

}



.ii {display:flex;    align-items: center; }
.ii img {border-radius: 10%;}
.ii .ii-text {padding-left: 20px;max-width: 760px;}
.main-subscribe{  position: relative;   margin: 30px auto 50px auto;   width: 96%; max-width: 1200px;
background-image: -webkit-gradient(linear,50% 100%,50% 0,color-stop(0,#f5c501),color-stop(100%,#ffdf15));
    background-image: -moz-linear-gradient(bottom,#f5c501 0,#ffdf15 100%);
    background-image: -webkit-linear-gradient(bottom,#f5c501 0,#ffdf15 100%);
    background-image: linear-gradient(to top,#f5c501 0,#ffdf15 100%);
    border-radius: 16px;
}
.ii-block {display:flex;padding: 0 20px;  justify-content: space-between;align-items: center;}
.main-subscribe-img{  max-width: 175px;margin-top:10px;}
.main-subcribe-wrapper{text-decoration: none;    padding: 34px 24px;}
.main-subcribe-wrapper:hover{ text-decoration: none;}
.main-subcribe-wrapper:focus { text-decoration: none;}
.main-subcribe-wrapper .main-subscribe__title{  font-weight: 600;   font-style: normal;    font-size: 30px;
    line-height: 1.2;    letter-spacing: 0.03em;    color: #FFFFFF;}

.main-subcribe-wrapper .main-subscribe__subtitle{ font-style: normal;  font-size: 22px;   line-height: 1.2;margin-top:15px; letter-spacing: 0.03em;
    color: #FFFFFF;}

.ii-link img {width: 45px; border-radius:4px;    margin-right: 10px;margin-top: 2px; border: 4px solid #fff}
@media only screen and (max-width: 1100px){
.main-subscribe-img {right: 30px;}
.main-subcribe-wrapper .main-subscribe__title {  font-size: 28px;}
.main-subcribe-wrapper .main-subscribe__subtitle  {  font-size: 20px;}
}

@media only screen and (max-width: 992px){
.main-subcribe-wrapper {  padding: 20px;}
.ii img{    width: 100px;   height: 100px;}
.main-subcribe-wrapper .main-subscribe__title { font-size: 26px;  line-height: 1.2;}
.main-subcribe-wrapper .main-subscribe__subtitle  {  font-size: 18px;}
.main-subscribe-img {   width: 95px;    margin-top: 10px;}
}

@media only screen and (max-width: 760px){
	.ii{    align-items: flex-start;}

.main-subcribe-wrapper .main-subscribe__title {   font-size: 24px;}
	.main-subcribe-wrapper .main-subscribe__title br {display:none}
	.main-subcribe-wrapper .main-subscribe__subtitle {  line-height: 1.2;margin-top: 5px;}
}
@media only screen and (max-width: 600px){
	.ii {display:block; text-align: center}
	.main-subcribe-wrapper { padding: 20px;}
	.main-subcribe-wrapper .main-subscribe__title {margin-top:10px}
.main-subcribe-wrapper .main-subscribe__title { font-size: 22px;}
	.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){
.main-subcribe-wrapper .main-subscribe__title { font-size: 20px; }
.main-subcribe-wrapper .main-subscribe__subtitle  {  font-size: 16px;}
	.main-subscribe-img {   width: 75px; }
	.ii-block {padding: 0 10px}
}

@media only screen and (max-width: 400px){
.b-whats { flex-wrap: wrap;justify-content: center;}
	.b-whats .black.ya-link {margin-top: 15px; display: block}
.whatsapp { margin-right: 0;}
}

.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;}

.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}
.bom-container {  bottom: 50px!important;}
}
@media only screen and (max-width: 480px){
	.small__item._1 {font-size: 14px;  }
}

/* End */


/* Start:/css/animate.css?147747713276112*/
@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?15516888651137*/
.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(/css/../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(/css/../img/es16_right.png) no-repeat;right:-50px;width:55px;height:55px;z-index:10}.zoom-gallery{position:relative;font-family:"YanoneKaffeesatzRegular",Geneva,sans-serif;font-size:24px}.zoom-gallery a{outline:none}.zoom-gallery ul{margin:0;list-style:none;display:none}.zoom-gallery li{margin:0;overflow:hidden;border:2px solid #EEE;-moz-box-shadow:0 5px 10px #888;-webkit-box-shadow:0 5px 10px #888;box-shadow:0 5px 10px #888}.zoom-gallery ul li ul{display:none}.zoom-gallery img.preloader{display:none;position:absolute}.zoom-gallery-info-text{padding:10px;position:absolute;white-space:nowrap;overflow:hidden;z-index:9999}.zoom-gallery #noscript{width:980px;text-align:center}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?147375412051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/main/styles.css?167681611336*/
.field-name {
    display: none;
}
/* End */
/* /js/globals/2.0/preloader.css?17313044221931 */
/* /js/fancybox/source/jquery.fancybox.css?14920707804917 */
/* /css/normalize.min.css?14737557441981 */
/* /css/fonts.css?14738247454105 */
/* /css/style-old.css?1606462239294959 */
/* /css/bootstrap.min.css?1475585086160273 */
/* /css/media.css?14737557431068 */
/* /css/skin.css?14737557449381 */
/* /js/twentytwenty-master/twentytwenty.css?14737573136299 */
/* /css/style.css?1585133615179708 */
/* /css/custom.css?173250727274481 */
/* /css/animate.css?147747713276112 */
/* /css/zoom-showcase.css?15516888651137 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?147375412051 */
/* /bitrix/templates/main/styles.css?167681611336 */
