/**/
html{
	overflow-x: hidden;
}

body {
    padding-top: 1em;
}
/**/
.mobile{
	display: none;
}

.desctop{
	display: block;
}
/**/
.compensate-for-scrollbar{
	margin-right: 0px !important;
}
/**/
.hide1{
	display: none !important;
}

.hide_11{
	display: none !important;
}
/**/
a, a:hover{
    color: #df3040;
}
/**/
iframe{
	border: none;
}
/**/
.header__logo{
	text-align: center;
}

.header__logo a{
	display: block;
	margin-bottom: -15px;
}

.head_menu{
	background-color: #333333;
	overflow: visible;
	position: relative;
}

.head_menu:after{
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
	height: 100%;
    left: 100%;
	top: 0px;
    background: #333333;	
}

.header .navbar .navbar-collapse a {
    color: #ffffff !important;
    text-align: center;
	margin: 0px;
	padding: 0em 1.25em 0em 1.25em;
	height: 52px;
	line-height: 52px;
	font-size: 1.0em;
}

.header .navbar .navbar-collapse a:hover, 
.header .navbar .navbar-collapse a.active
{
	background-color: #df2f41 !important;
}
/**/
.header__search{
	padding-right: 55px;
}

#search{
	width: 100%;
	position: relative;
	padding-top: 10px;
}

#search_text{
	display: block;
	background-color: #ffffff;
	color: #6f7489;
	font-size: 16px;
	width: 100%;
	height: 40px;
	padding: 0px 35px 0px 15px;
	box-sizing: border-box;
	border: 1px solid #d6dae1;
	border-radius: 3px;
	outline: none !important;
}

#search_btn{
	display: block;
	width: 35px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	background: transparent url(../img/search_btn.png) 50% 50% no-repeat;
	background-size: 20px auto;
	border: none;
	font-size: 0px;
	text-indent: -9999px;
}
/**/
.header__city {
    padding-left: 15px;
}

.header__contacts {
    text-align: left;
}

.header__contacts .work_tm::before{
	width: 24px;
	background-position: center;
}

.header__contacts_in{
    margin-left: -15px;	
    margin-right: -15px;	
}

.header__contacts .email::before {
	background-position: center;
    width: 24px;
    height: 20px;
    left: auto;
    top: 3px;
    position: relative;
}

.header__contacts .phone::before {
    content: '';
    background-image: url(../img/mobile.png);
	background-size: auto 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    width: 20px;
    height: 18px;
    position: relative;
	margin-right: 5px;
}
/**/
.header__soc{
	padding-top: 10px;
	font-size: 0px;

	margin-left: -3px;
	margin-right: -3px;

}

.header__soc a{
	height: 30px;
    width: 30px;
    margin: 2px;	
}

.header__soc .footer-dark__social_inst{
	background: transparent url(../img/inst-color.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}

.header__soc .footer-dark__social_vk{
	background-color: #3f75a2;
}

.header__soc .footer-dark__social_yt{
	background-color: #db2c32;
}

.header__soc .footer-dark__social_ok{
	background-color: #ff9901;
}
/**/
.header__phone {
	padding-top: 1px;
	text-align: right;
	/*padding-bottom: 30px;*/
}

.header__phone_in{
	margin-left: -50px;
	margin-right: 15px;
}

.header__phone p {
    color: #8194a4;
    line-height: 1;
	font-size: 12px;
	margin-bottom: -3px;
}

.header__phone .phone{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}

.header__phone .btn.btn-primary.btn_shadow.btn-block {
    width: 100%;
    color: #fff !important;
    padding: 0px;
    margin-bottom: 0px;
	height: 36px;
	line-height: 35px;
	border-radius: 18px;
	background-color: #df2f41;
	font-size: 15px;
	text-transform: none;
}

.header__phone .btn.btn-primary.btn_shadow.btn-block:after{
	display: none;
}
/**/
.login_block{
	text-align: center;
	padding-top: 15px !important;	
}

/*
a.login_link{
	display: inline-block;
	font-size: 14px;
	color: #df2f41 !important;
	margin-top: 3px;
	padding-top: 35px;
	background: transparent url(../img/login_link.png) 45% 0px no-repeat;
	background-size: 30px auto;
}
*/

a.login_link{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px !important;
	width: 32px;
	padding: 0px !important;
	/*height: 36px;*/
	background: transparent url(../img/login_link1.png) 50% 50% no-repeat;
	background-size: 100% auto;
	z-index: 99;
}
/**/
@media (min-width: 992px)
{
	.desctop_menubtn_block{
		display: block !important;
		text-align: right !important;
		padding-top: 10px !important;
	}

	.desctop_menubtn_block button{
		display: inline-block;
		vertical-align: top;
	}

	.head_menu_navbar{
		transform: translateX(0px);
		transition: all 0.25s ease;
		height: 52px !important;	
	}

	.head_menu_navbar:not(.show) {
		transform: translateX(2000px);
	}
}
/**/
.clear{
	clear: both;
}
/**/
.reviews {
    margin-top: 3.5em;
    margin-bottom: 3em;
}

.reviews .row {
	overflow: hidden;
}

.reviews .owl-stage-outer {
    box-shadow: none;
	overflow: visible;
}

.reviews .owl-item {
    padding: 5px 0px 35px 0px;
}

.reviews .item img {
    box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.reviews .owl-prev,
.reviews .owl-next {
	margin: 0 !important;
    width: 40px !important;
    height: 40px !important;
	box-shadow: 3px 6px 10px #bbbbbb;
}

.reviews .owl-prev:focus,
.reviews .owl-next:focus {
    outline: none;
	box-shadow: 3px 6px 10px #999999;
}
/**/
.tail {
    transition: all 0.25s ease;
}
/**/
.footer {
    padding-bottom: 1em;
}
/**/
.footer__menu{
	margin-bottom: 20px;
}

.footer__menu a:hover, 
.footer__menu li.active a
{
	color: #ed2024 !important;
}

.footer-dark {
    padding: 1.0em 0;
}

.footer-dark p {
    margin-bottom: 0px;
}

.footer-dark .row {
    line-height: 35px;
}

.footer-dark__social_a {
    vertical-align: middle;
}
/**/
.footer-dark__social_tw {
    background-image: url(../img/tw.png);
}

.footer-dark__social_te {
    background-image: url(../img/te.png);
}

.footer-dark__social_tw:hover {
    background-color: #00aced;
}

.footer-dark__social_te:hover {
    background-color: #31a8db;
}
/**/
.modal_form_block{
	display: none;
}

.form-bottom1{
	background: none;	
	padding: 0;
	width: 320px;
}

.form-bottom1 .form-bottom__h2 {
    color: #000;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	line-height: 1;
	font-size: 4.5em;
	text-align: center;
	text-align: center;
	display: block;
}

.form-bottom1 p {
    color: #000;
}

.form-bottom1 p a {
    color: #000;
}

.form-bottom1 .btn {
    padding: .65em .5em;
}

.form_thank{
	font-size: 1.5em;	
}
/**/
.page_content{
    /*padding: 1.5em 0 2.5em 0;*/
	padding-top: 1.5em;
	padding-bottom: 5.0em;
}

.page_content h1 {
	font-family: 'Highliner', sans-serif;
    font-size: 7.5em;
    line-height: 1;
	margin-bottom: 0.25em;
}

.page_content h2 {
	font-family: 'Highliner', sans-serif;
    font-size: 5.5em;
    line-height: 1;
	margin-bottom: 0.25em;
	display: block;
}

.page_content_in {
    font-weight: 400;
    line-height: 1.3;
}

.page_content_in strong{
    font-weight: 500;
}
/**/
h2.h2__line-right1{
	margin-top: -1em;
	line-height: 0.6;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	position: relative;
    z-index: 99;
}

h2.h2__two-lines{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 0.6;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
}

h2.h2__two-lines_no{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 0.6;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
}
/**/
.interes{
    position: relative;
    padding-bottom: 100px;
    box-shadow: 0 42px 37px -8px inset white, 0 -51px 37px -8px inset white;
}

.interes:before,
.interes:after {
    content: '';
    position: absolute;
    z-index: -1;
}

.interes:before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%), url(../img/bg_pict.png);
    top: 0;
    left: 0;
    bottom: 30%;
    right: 30%;
}

.interes:after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%), url(../img/bg_3.png);
    top: 30%;
    left: 30%;
    bottom: 0;
    right: 0;
}
/**/
.tails1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: row dense;
}

.tail1 {
    background: transparent;
    padding-bottom: 100%;
    height: 0;
    transition: all 0.25s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.tail1h:hover {
    transform: scale(1.05);
    z-index: 3;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .5);
}

.tail1.color-w {
    color: #fff;
}

.tail1.color-b {
    color: #000;
}

.tail1 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.tail1 .tails__content__title {
	position: absolute;
    text-transform: uppercase;
    padding: 1.8em 0em 1.8em 0em;
    font-family: 'DINpro';
    font-size: 1.1em;
    line-height: 1.3;
    letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

.tail1 .tails__content__title.bottom{
	bottom: 0px;
}

.tail1 .tails__content__text {
    padding: 0 1.1em 0;
    font-family: 'DINpro';
    position: relative;
    font-size: 1em;
    line-height: 1.3;
	margin-bottom: 0px;
	
	margin-top: 70px;
}

.tail1 .tails__content__text::before {
    content: '';
    display: inline-block;
    width: 2px;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #df2f41;
    z-index: 1;
}

.tail1 .tails__content__text.link {
    font-size: 1.1em;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding: 0 2.5em 0 0.5em;
    margin: 0 1.7em 0 1.7em;
    text-transform: uppercase;
    background: transparent url(../img/rarrow.png) 100% 50% no-repeat;
	
	margin-top: 110px;
}
/**/
.first-screen-pages{
	box-shadow: none;
	height: 450px;
	margin-top: 30px;
	overflow: hidden;
}

.first-screen-pages .offer {
    margin-top: 50px;
	overflow: visible;
	position: relative;
	min-height: 270px;
}

.first-screen-pages .offer__title{
	text-align: right;
	display: inline-block;
	white-space: nowrap;
	min-width: 100%;
	
	text-align: left;
}

.first-screen-pages .offer__title h1{
	display: inline-block;
	font-size: 60px;
	font-size: 85px;
	background-color: #df2f41;
	color: #ffffff;
	height: 76px;
	line-height: 70px;
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 5px 0px;
	white-space: nowrap;
	
	min-width: 100%;
}

.first-screen-pages .offer__title .description {
	display: inline-block;
    height: 60px;	
    line-height: 50px;	
    font-size: 85px;
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 20px 0px;
	color: #df2f41;
	background-color: #0c0c0c;
	white-space: nowrap;
}

.first-screen-pages .offer__text__div{
	height: 88px;
	margin-bottom: 20px;	
}

.first-screen-pages .offer__text{
    font-weight: bold;
	border-left: 10px solid #df2f41;
	padding: 5px 0px 5px 17px;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	background-color: #0c0c0c;
}

.first-screen-pages .offer__text ul,
.first-screen-pages .offer__text li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#hzay_form_inner_div{
	padding: 25px 25px 10px 0px;
	border-right: 2px solid #df2f41;
	background: transparent url(../img/hzay_form_inner.png) 0px 0px repeat;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#hzay_form_inner_div:before{
	content: " ";
	position: absolute;
	display: block;
	left: -1000px;
	top: 0px;
	width: 1000px;
	height: 100%;
	background: transparent url(../img/hzay_form_inner.png) 0px 0px repeat;	
}

#hzay_form_inner{
	position: relative;
}

.hzay_form_input{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 56px;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #df2f41;
	background: transparent;
	margin-right: 40px;
    font-size: 1.1em;
	outline: none;
}

.hzay_form_input::placeholder {
	opacity: 1;
    color: #000;
}

.hzay_form_btn{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 56px;
	padding: 0;
    font-size: 1.1em;
	text-transform: none;
}


.hzay_form_p2{
    font-size: 0.7em;
    color: #000000;
    line-height: 1.2;
    padding-top: 0.5em;	
	text-align: center;
}

.hzay_form_p2 a{
    color:#000000;	
}

#hzay_form_inner form{
	position: relative;
}

#hzay_form_inner_otvet{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#hzay_form_inner_otvet > div{
	background-color: #ffffff;
	padding: 10px 20px 0px 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}
/**/
.first-screen-pages .offer__text.offer__text_old{
    font-weight: normal;
	border-left: none;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

.first-screen-pages .offer__text.offer__text_old li{
	padding-left: 25px;
	color: #000000;
    background: transparent url(../img/offer_text_li.png) 0px 50% no-repeat;
	font-weight: bold;
}
/**/
.otvet_close{
	position: absolute;
	right: 8px;
	top: 0px;
	font-size: 20px;
	color: #df2f41;
	cursor: pointer;
}
/**/
#kp_form_inner_div{
	position: relative;
}

#kp_form_inner_otvet{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
}

#kp_form_inner_otvet > div{
    background-image: url(../img/bg-form.jpg);
    background-size: cover;
    background-position: center;
	
	padding: 10px 20px 0px 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 99;	
	border: #1px solid #999;
	box-shadow: 0px 0px 10px #999;
}
/**/
h2.h2__line-right1::after{
	display: none;
}
/**/
.page_part_description1, .page_part_description2, .page_part_description3 {
	padding-top: 100px;
	padding-bottom: 133px;
    background: transparent url(../img/page_part_description.jpg) 50% 0px repeat;
	background-size: cover;
	margin-bottom: -133px;
	position: relative;
	overflow: visible;
}

.page_part_description3 {
	padding-top: 50px;
    background: none;
}

.page_part_description1_t15:after,
.page_part_description1_t16:after,
.page_part_description1_t17:after,
.page_part_description1_t18:after,
.page_part_description1_t19:after,
.page_part_description1_t20:after,
.page_part_description1_t25:after
{
	content: "";
	display: block;
	position: absolute;
	/*
	right: 0px;
	top: -25px;
	width: 400px;
	height: 185px;
	*/
	left: 50%;
	top: -20px;
	width: 650px;
	height: 300px;

    /*background: transparent url(../img/fly.gif) 50% 50% no-repeat;*/
    background: transparent url(../img/fly1.png) 50% 50% no-repeat;
	background-size: contain;
	/*
	border: 1px solid #000;
	*/
}
/**/
.text_block{
	box-sizing: border-box;
	width: 50%;
	height: 450px;
	background-color: #ffffff;
	padding: 30px;
	box-shadow: 20px 20px 20px rgba(100, 100, 100, .25);
	overflow-y: auto;
}

.text_block_left{
	float: left;
	border-left: 4px solid #d52d3f;
}

.text_block_right{
	float: right;	
	border-right: 4px solid #d52d3f;
	border-left: 1px solid #c9c8c8;
	margin-top: 110px;
}

.text_block_in{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-right: 30px;
	box-sizing: border-box;
}

.text_block_in h3{
	font-size: 1.25rem;
}

.text_block_in a{
    color: #007bff;
    text-decoration: underline;
}

.text_block_in img{
    max-width: 100%;
	height: auto;
}

.text_block_in::-webkit-scrollbar { width: 8px; height: 3px;}
.text_block_in::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:7px;height:0px}
.text_block_in::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 6px;}
.text_block_in::-webkit-scrollbar-track-piece { background-color: #e6e6e8;}
.text_block_in::-webkit-scrollbar-thumb { height: 50px; background-color: #b1b1b1; border-radius: 6px;}
.text_block_in::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.text_block_in::-webkit-resizer { background-color: #b1b1b1;}
/**/
.page_part_vidi{
	
}

.vid_item{
	margin: 1em 0;
	background-color: #f4f5f9;
	background-color: #eeeeee;
	box-shadow: 20px 20px 20px rgba(100, 100, 100, .1);	
	box-shadow: 20px 20px 20px rgba(100, 100, 100, .15);	
	height: 430px;
	position: relative;
	
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    -webkit-transition: 0.25s ease-out;	
}

.vid_item:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	box-shadow: 10px 10px 10px rgba(255, 58, 47, 0.54);	
}

.vid_item_img{
	display: block;
	width: 100%;
	height: auto;
	font-size: 0px;
	margin-bottom: 25px;
}

.vid_item_img img{
	width: 100%;
	height: auto;	
}

.vid_item_name{
	display: block;
	margin: 0px 30px 15px 30px;
	font-size: 1.25rem;
	line-height: 1.1;
	color: #000000;
	font-weight: bold;
}

.vid_item_name:hover{
	color: #000000;
}

.vid_item_desc{
	margin: 0px 30px 10px 30px;
}

.vid_item_desc ul,
.vid_item_desc li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.vid_item_desc li{
	padding: 3px 0px 3px 33px;
	position: relative;
	line-height: 1;
}

.vid_item_desc li:before{
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 20px;
	height: 2px;
	background-color: #000000;
}

.vid_item_price{
	margin: 0px 30px 10px 30px;	
}

.vid_item_price span{
	font-size: 1.5rem;	
	font-weight: bold;	
}

.vid_item_add{
	position: absolute;
	right: 30px;
	bottom: 20px;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 0.85rem;
	color: #000000;
}

.vid_item_add:hover{
	color: #000000;
}
/**/
.vid_item12,
.vid_item13
{
	height: 380px;
	/*background-color: #ffffff;*/
}

.vid_item12 .vid_item_price,
.vid_item13 .vid_item_price
{
	display: none;
}
/**/
.primer_list{
	font-size: 0px;
	text-align: center;
}	

.primer{
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 15px 10px;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	position: relative;
}	

.primer1{
	
}

.primer2{
	
}

.primer.primer_video:after{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: transparent url(../img/play.png) 50% 50% no-repeat;	
}

.primer iframe{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/**/
.page_part_uslugi{
	overflow-x: hidden;
}

.tab_set{
	
}

.tab_head {
	border-bottom: 1px solid #f0f1f3;
}

.tab_head > div,
.tab_head > a
{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #6f7489;
	font-size: 1.2em;
	font-family: 'DINPro';
	height: 45px;
	line-height: 45px;
	margin-right: 80px;
	margin-right: 50px;
	margin-bottom: 0px;
	border-bottom: 3px solid #ffffff;
}

.tab_head1 > div,
.tab_head1 > a
{
	height: 45px;
	line-height: 18px;	
}

.tab_head > div.active, .tab_head > div:hover,
.tab_head > a.active, .tab_head > a:hover
{
	border-bottom: 3px solid #ed2024;	
	color: #000000;
	text-decoration: none;
}

.tab_body{
	padding-top: 35px;
}

.tab_body > div{
	display: none;
	max-height: 500px;
	overflow-y: auto;
	/*overflow-x: hidden;*/
	padding-right: 20px;
}

.tab_body > div.active{
	display: block;	
}

.tab_body > div::-webkit-scrollbar { width: 8px; height: 3px;}
.tab_body > div::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:7px;height:0px}
.tab_body > div::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 6px;}
.tab_body > div::-webkit-scrollbar-track-piece { background-color: #e6e6e8;}
.tab_body > div::-webkit-scrollbar-thumb { height: 50px; background-color: #b1b1b1; border-radius: 6px;}
.tab_body > div::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.tab_body > div::-webkit-resizer { background-color: #b1b1b1;}

.tab_body > div table p{
	margin: 0px;
}
/**/
/*
.tab_body > div.tab_body_present{
	text-align: center;
	font-size: 0px;
	margin-left: -20px;
	margin-right: -20px;
	padding-right: 0px;	
}

.tab_body_present p{
	display: inline-block;
	vertical-align: top;
}

.tab_body_present iframe{
	display: block;
	margin: 0px 15px 0px 15px;
	width: 540px;
	height: 303px;
}
*/

.tab_body > div p:nth-child(1) iframe, .tab_body > div p:nth-child(2) iframe{
	display: block;
	float: left;
	width: 540px;
	height: 303px;	
}

.tab_body > div p:nth-child(1) iframe{
	margin-right: 15px; 
}

.tab_body > div p:nth-child(2) iframe{
	margin-left: 15px;
	margin-right: -25px;
	margin-top: -15px;
}
/**/
.formats .owl-carousel .owl-nav .owl-prev,
.formats .owl-carousel .owl-nav .owl-next
{
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40%;

	margin: 0px;
	box-shadow: 3px 6px 10px #bbbbbb;	
}

.formats .owl-carousel .owl-nav .owl-prev {
    background-image: url('../img/prev.png');
    left: 0;
}

.formats .owl-carousel .owl-nav .owl-next {
    background-image: url('../img/next.png');
    right: 0;
}

.formats .owl-prev:focus,
.formats .owl-next:focus
{
    outline: none;
	box-shadow: 3px 6px 10px #999999;
}

.format{
    position: relative;
}

.format img{
	display: block;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.format iframe{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.formats .owl-item {
    padding: 5px 0px 35px 0px;
}

.formats {
	/*
    margin-top: 3.5em;
    margin-bottom: 3em;
	*/
}

.formats .row {
	overflow: hidden;
}

.formats .owl-stage-outer {
    box-shadow: none;
	overflow: visible;
}
/**/
.page_part_present{
	overflow-x: hidden;
	padding-bottom: 35px;
}

.page_part_present .h2__two-lines:after{
	display: none;
}

.present_text{
	float: left;
	width: 250px;
	font-size: 24px;
	color: #010000;
	line-height: 1.5;
	font-family: 'DINPro';
}

.present_list{
	float: left;
	margin-left: 10px;
	border-left: 5px solid #d52d3f;
	
	box-sizing: border-box;
    width: 675px;
    width: 800px;
    height: auto;
    max-height: 605px;
    background-color: #ffffff;
    /*padding: 15px 30px 15px 30px;*/
    padding: 0px 5px 0px 15px;
    box-shadow: 20px 20px 20px rgb(100 100 100 / 25%);
    overflow-x: visible;
	position: relative;
}

.present_list:after{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 100%;
	right: -100px;
	top: 0px;
	background-color: #d52d3f;
	z-index: -1;
}

.present_list_in{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-right: 10px;
	box-sizing: border-box;	
}

.present_list_in p{
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.present_list_in img{
    max-width: 100%;
	height: auto;
}

.present_list_in iframe{
    width: 100%;
}

.present_list_in::-webkit-scrollbar { width: 8px; height: 3px;}
.present_list_in::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:7px;height:0px}
.present_list_in::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 6px;}
.present_list_in::-webkit-scrollbar-track-piece { background-color: #e6e6e8;}
.present_list_in::-webkit-scrollbar-thumb { height: 50px; background-color: #b1b1b1; border-radius: 6px;}
.present_list_in::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.present_list_in::-webkit-resizer { background-color: #b1b1b1;}
/**/
.page_part_primeri{
	overflow-x: hidden;
}

.primeri_tv_list{
	text-align: center;
	font-size: 0px;
	margin-left: -20px;
	margin-right: -20px;
}

.primeri_tv_list p{
	display: inline-block;
	vertical-align: top;
}

.primeri_tv_list iframe{
	display: block;
	margin: 0px 15px 15px 15px;
	width: 350px;
	height: 196px;
}
/**/
.page_part_u2vidi1{
	
}
	
.u2vidi1_list{
	margin-left: -20px;
	margin-right: -20px;
	text-align: center
}	
	
.u2vidi_item{
	display: inline-block;
	margin: 0px 15px 30px 15px;
	width: 540px;
	/*height: 415px;*/	
	background-color: #f4f5f9;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);;
}

.u2vidi1_list_add{
	text-align: right;
	padding-top: 30px;
}

.u2vidi1_list_add_btn{
	margin-right: 70px;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 35px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #df2f41;
	cursor: pointer;
}

.u2vidi1_list_add_btn1{
	background: transparent url(../img/u2vidi1_list_add_btn1.png) 95% 55% no-repeat;
}

.u2vidi1_list_add_btn2{
	background: transparent url(../img/u2vidi1_list_add_btn2.png) 95% 55% no-repeat;
}

.u2vidi1_list_add_btn:hover{
	color: #df2f41;
}

.u2vidi_item{
	display: none;
	vertical-align: top;
}

.u2vidi_item:nth-child(1),
.u2vidi_item:nth-child(2),
.u2vidi_item:nth-child(3),
.u2vidi_item:nth-child(4)
/*
,
.u2vidi_item:nth-child(5),
.u2vidi_item:nth-child(6)
*/
{
	display: inline-block;
}

.u2vidi_item.active{
	display: inline-block;
}

.u2vidi1_list.open .u2vidi_item{
	display: inline-block;
}

.u2vidi1_list_add_btn.hide{
	display: none;
}

.u2vidi_item_img{
	font-size: 0px;
	position: relative;
}

.u2vidi_item_img img{
	display: block;
}

.u2vidi_item_img a{
	display: none;
}

.u2vidi_item_img.primer_video a{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: transparent url(../img/play.png) 50% 50% no-repeat;	
}

.u2vidi_item_img iframe{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.u2vidi_item_text{
	padding: 25px;
	text-align: left;
}	

.u2vidi_item_text_title{
	color: #000000;
	font-size: 1.2em;
	font-family: 'DINPro';
}

.u2vidi_item_text_desc{
	margin-top: 15px;
	height: 72px;
	/*height: 48px;*/
	overflow-y: auto;
}

.u2vidi_item_text_desc::-webkit-scrollbar { width: 4px; height: 3px;}
.u2vidi_item_text_desc::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:4px;height:0px}
.u2vidi_item_text_desc::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 6px;}
.u2vidi_item_text_desc::-webkit-scrollbar-track-piece { background-color: #e6e6e8;}
.u2vidi_item_text_desc::-webkit-scrollbar-thumb { height: 25px; background-color: #b1b1b1; border-radius: 2px;}
.u2vidi_item_text_desc::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.u2vidi_item_text_desc::-webkit-resizer { background-color: #b1b1b1;}
/**/
.page_part_radio_prr, .page_part_tv_prr{
	margin-top: 70px;
	position: relative;
    background-image: url(../img/page_part_adio_prr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	box-sizing: border-box;
}

.page_part_radio_prr_calc, .page_part_tv_prr_calc{
	margin-top: 75px;
	margin-bottom: 75px;
	background-color: rgba(255, 255, 255, 0.90);
	/*height: 690px;*/
	box-shadow: 20px 20px 20px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	padding: 0px 50px 50px 50px;
	overflow: hidden;
}

.h2__two-lines_calc{
	line-height: 1;
	color: #000000;
}

.h2__two-lines:before,
.h2__two-lines:after {
    background-color: #000000;
}

.h2__two-lines_calc:before {
    content: '';
    top: .32em;
}

.h2__two-lines_calc:after {
    bottom: .28em;
}
/**/
.prr_body{
	position: relative;
}

.prr_body select, .prr_body input[type="text"]{
	height: 42px;
	padding: 0px 20px 0px 20px;
	border: 1px solid #e3e5e9;	
	background-color: #ffffff;
	/*display: block;*/
	box-sizing: border-box;
}

.prr_body_line1{
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d9db;
}

.prr_body_line1_left{
	float: left;
	width: 380px;
}

.prr_body_line1_tr{
	margin-bottom: 20px;
}

.prr_body_line1_tr select{
	width: 100%;
}

.prr_body_line1_tr input[type="text"]{
	width: 60px;
	text-align: center;
	margin-right: 35px;
	vertical-align: middle;
}

.prr_body_line1_tr input[type="range"]{
	width: 270px;
	height: 42px;
	vertical-align: middle;
}

#prr_lenght_range_div{
	display: inline-block;
	position: relative;
}

#prr_lenght_range_div input{
	position: relative;
}

#prr_lenght_range_div > div{
	position: absolute;
	left: 0px;
	top: 25%;
	width: 100%;
	height: 25%;
}

#prr_lenght_range_div div div{
	width: 1px;
	height: 100%;
	background-color: #cccccc;
	margin-left: 22px;
	float: left;
}

#prr_lenght_range_div div div:first-child{
	margin-left: 7px
}

.prr_label{
	font-size: 1.1em;
	height: 40px;
	line-height: 40px;
}

.prr_body_line1_right{
	float: left;
	width: 380px;
	margin-left: 125px;
}

.prr_body_line2{
	padding-top: 10px;
}

.prr_body_line2_left{
	float: left;
}

.prr_time_block{
	margin-bottom: 15px;
}

.prr_time_block .prr_label{
	display: inline-block;
	vertical-align: middle;
}

.prr_time_block input[type="radio"]{
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 45px;
}

.prr_time_block label{
	height: 40px;
	line-height: 40px;	
	margin-bottom: 0px;
}

.prr_stlb{
	float: left;
	width: 170px;
	margin-right: 65px;
}

.prr_label_b{
	font-weight: bold;
	padding-bottom: 10px;
}

.prr_stlb_tr{
	height: 25px;	
	line-height: 25px;	
	margin-bottom: 5px;
}

.prr_itog1-1{
	border: 1px solid #df2f41;
    padding-left: 10px;
    margin-left: -10px;
    margin-right: -10px;
	height: 30px;
}

.prr_stlb_tr div{
	float: left;
}

.prr_stlb_tr select{
	/*width: 50px;*/
	padding: 0px 10px 0px 10px;
	height: 25px;
	float: right;
}

.prr_body_line2_right{
	width: 270px;
	float: right;
}

#prr_itog0{
	display: inline;
	font-weight: bold;
}

.prr_itog{
	text-align: center;
}

.prr_itog1{
	height: 40px;
	line-height: 40px;
	border: 1px solid #df2f41;
}

.prr_itog1 div{
	font-weight: bold;
	display: inline-block;
	padding-left: 5px;
	font-size: 1.3em;
}

.prr_itog2{
	font-size: 2.0em;	
	padding-top: 5px;
	padding-bottom: 15px;
}

.prr_itog2 div{
	display: inline-block;
}

.prr_itog2 span{
	font-size: 0.5em;
}

.prr_itog3{
	font-size: 0.95em;
	line-height: 1.5;
}

.prr_itog4{
	padding-top: 15px;
}

.prr_stlb_tr #prr_itog1_1{
	font-weight: bold;
    display: inline-block;
    padding-left: 15px;
    font-size: 1.3em;
}

.calc_body12 .prr_radio_label_v2{
	display: none;
}

.calc_body13 .prr_radio_label_v1{
	display: none;	
}
/**/
.page_part_stat{
	margin-top: 80px;
	margin-bottom: 40px;
	position: relative;
    background-image: url(../img/page_part_radio_prt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	box-sizing: border-box;	
	padding-top: 95px;
	padding-bottom: 80px;
}

.page_part_stat_slider{
	background-color: rgba(255, 255, 255, 1.0);
	width: 820px;
	height: 540px;
	box-shadow: 20px 20px 20px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	overflow: hidden;	
	float: left;
}

.page_part_stat_slide{
	width: 100%;
	height: 100%;
	line-height: 100%;
	font-size: 0px;
	text-align: center;
	box-sizing: border-box;
	padding: 25px;
	display: none;
}

.page_part_stat_slide.active{
	display: block;
}

.page_part_stat_slide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.page_part_stat_slider_control{
	float: left;
	margin-left: 70px;
	width: 220px;
	height: 540px;
	box-sizing: border-box;
	position: relative;
}

.page_part_stat_slider_control_title{
	font-size: 1.2em;
	font-family: 'DINPro';
	color: #ffffff;
	line-height: 1.2;	
	/*
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	*/
	padding-bottom: 15px;
}

.page_part_stat_slider_control_tbl{
	display: table;
	width: 100%;
	/*height: 100%;*/
}

.page_part_stat_slider_control_td{
	display: table-cell;
	vertical-align: middle;
}

.page_part_stat_slide_control{
	margin-top: 15px;
	margin-bottom: 15px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.page_part_stat_slide_control span{
	display: inline-block;
	cursor: pointer;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-family: 'DINPro';
	color: #ffffff;
	line-height: 1.1;
}

.page_part_stat_slide_control.active span, .page_part_stat_slide_control:hover span{
	/*
	padding-bottom: 7px;
	border-bottom: 3px solid #ffffff;
	*/
	/*
	color: #ed2024;
	*/
	color: #f8f32b;
}
/**/
.page_part_roliki{
	padding-top: 2em;
}

.page_part_roliki .mplayer{
	width: 100% !important;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;	
}

.page_part_roliki .mplayer__front-header {
    height: 370px;
}
/**/
.page_part_news{
    margin-top: -4.5em;
    margin-bottom: 5.0em;	
}

.page_part_news .news-advertising__item {
    margin-bottom: 5.5em;
}
/**/
.page_part_works{
    margin-top: -4.5em;
    margin-bottom: 5.0em;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center
}	
	
.works_item{
	display: inline-block;
	margin: 0px 15px 30px 15px;
	width: 540px;
	background-color: #f4f5f9;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);;
}

.works_item_img{
	font-size: 0px;
	display: block;	
}

.works_item_img img{
	display: block;
}

.works_item_text{
	padding: 25px;
	text-align: left;
}	

.works_item_text_title{
	display: block;
	color: #000000;
	font-size: 1.2em;
	font-family: 'DINPro';
}

.works_item_text_desc{
	margin-top: 15px;
	height: 72px;
	overflow-y: auto;
}

.works_item_text_desc::-webkit-scrollbar { width: 4px; height: 3px;}
.works_item_text_desc::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:4px;height:0px}
.works_item_text_desc::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 6px;}
.works_item_text_desc::-webkit-scrollbar-track-piece { background-color: #e6e6e8;}
.works_item_text_desc::-webkit-scrollbar-thumb { height: 25px; background-color: #b1b1b1; border-radius: 2px;}
.works_item_text_desc::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.works_item_text_desc::-webkit-resizer { background-color: #b1b1b1;}
/**/
#page_part_map{
	position: relative;
}

#page_part_map_div{
	position: relative;
	height: 650px;
}

#page_part_map_body{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
}

#page_part_map_search{
	box-sizing: border-box;
	width: 360px;
	height: 560px;
	background-color: #ffffff;
	padding: 30px;
	box-shadow: 20px 20px 20px rgba(0, 0, 0, .15);
	position: absolute;
	left: 15px;
	top: 40px;
	z-index: 10;
	overflow-y: auto;
}

#page_part_map_search_in{
	
}

#page_part_map_search_in_filtres{
	
}

#page_part_map_search_in_filtres > div{
	padding-bottom: 10px;
}

#page_part_map_search_in_filtres .label{
	font-weight: bold;
}

#page_part_map_search_in_filtres select{
	box-sizing: border-box;
	height: 29px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #d8dbe4;
	width: 100%;
	cursor: pointer;
}

#page_part_map_search_in_filtres_btn{
	padding-top: 10px;
	position: relative;
}

#page_part_map_search_in_filtres_btn .btn {
    padding: 0;
	width: 165px;
	height: 55px;
	line-height: 55px;
}

.filter_reset{
	width: 100px;
	height: 55px;
	box-sizing: border-box;
	padding: 12px 0px 0px 30px;
	background: transparent url(../img/filter_reset.png) 10px 50% no-repeat;
	text-align: center;
	color: #838383;
	position: absolute;
	right: 0px;
	top: 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}

.filter_reset:hover{
	text-decoration: none;	
}
/**/
.page_part_map1 #page_part_map_div{
	height: 100%;	
	height: auto;
}
/*
#page_part_map_body > ymaps{
	width: 100%;
	height: 100%;
}
*/
/**/
#page_part_price_tbl_div{
	
}

#page_part_price_tbl_div table{
	width: 100%;
}

#page_part_price_tbl_div tr.hide,
#page_part_price_tbl_div tr.hide_filter
{
	display: none;
	/*background-color: #cccccc;*/
}

#page_part_price_tbl_div th, #page_part_price_tbl_div td{
	border: 1px solid #e5e3e4;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

#page_part_price_tbl_div th{
	text-align: left;
	font-size: 0.9em;
	white-space: nowrap;
}

#page_part_price_tbl_div tr td{
	font-size: 0.9em;
}

#page_part_price_tbl_div tr td:nth-child(1){
	text-align: left;
}

#page_part_price_tbl_div select{
	box-sizing: border-box;
	height: 29px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #d8dbe4;
	width: 100%;
	cursor: pointer;
}

#page_part_price_tbl_div select:focus,
#page_part_price_tbl_div select.active
{
	border: 1px solid #df2f41;
	outline: none;
}

#page_part_price_tbl_div .modalboxYaDisc,
#page_part_price_tbl_div .modalboxYaDisc1
{
	color: #007bff;
	text-decoration: underline;
}

ymaps .modalboxYaDisc,
ymaps .modalboxYaDisc1
{
	color: #007bff;
	text-decoration: underline;
}

#page_part_price_tbl_div_paginate{
	text-align: right;
	font-size: 0px;
	padding-top: 30px;
}


#page_part_price_tbl_div_reset{
	text-align: right;
}

#page_part_price_tbl_div_reset a{
	padding: 0.25em 0.75em;
	font-size: 1em;
}

.tbl_paginate_elem, .tbl_paginate_tchk{
	display: inline-block;
	vertical-align: top;
	height: 27px;
	line-height: 27px;
	padding: 0px 8px 0px 8px;
	margin: 1px;
	font-size: 18px;
	cursor: pointer;
	background-color: transparent;
	color: #5c5c5c;
}

.tbl_paginate_elem.active, .tbl_paginate_elem:hover{
	background-color: #e02f41;
	color: #ffffff;
}

.tbl_paginate_tchk{
	cursor: default;
}
/**/
.chosen-container-single .chosen-single {
	padding: 0px 10px 0px 10px;
	height: 29px;
	border: 1px solid #d8dbe4;
    border-radius: 0px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
}

.chosen-container-single .chosen-single span{
	margin-right: 0px;
	padding-right: 26px;
}

th .chosen-container-single .chosen-single span{
	position: absolute;
	left: 0px;
	padding-left: 10px;
	width: 100%;
}

.chosen-container-single .chosen-single.chosen-single-with-deselect {
	border: 1px solid #df2f41;
}

.chosen-container-single .chosen-single.chosen-default {
	border: 1px solid #d8dbe4;
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 4px;
}

.chosen-container-single .chosen-single abbr {
    top: 8px;
	right: 20px;
}

.chosen-container .chosen-drop {
	font-weight: normal;
	border: 1px solid #d8dbe4;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 14px;
	border-radius: 0px;
	width: auto;
	min-width: 100%;
	max-width: 400px;
	white-space: normal;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #d8dbe4;
	-webkit-box-shadow: none;
    box-shadow: none;
	background: none;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: none;
}
/**/
.tab_body_price{
	float: left;
	width: 520px;
	margin-right: 60px;
	margin-bottom: 30px;
	padding: 20px;
	box-shadow: 20px 20px 20px rgba(100, 100, 100, .25);
	font-size: 0.8em;
	line-height: 1.4;
}

.tab_body_price table{
	border: none;
	width: 100%;
}

.tab_body_price td{
	width: auto;
	height: auto;
	vertical-align: middle;
	border: none;
	padding: 5px;
	table-layout: fixed;
}
/**/
.img_tbl_slider_div{
	display: inline-block;	
	position: relative;
	width: 200px;
	height: 140px;
	overflow: hidden;
}

.slick-dots{
	position: absolute;
	display: block;
	left: 0px;
	bottom: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0px 5px 0px 5px;
} 

.slick-dots li.slick-active{
	
} 

.slick-dots li button{
	font-size: 0;
	text-indent: 9999px;
	border: none;
	border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	outline: none;
} 

.slick-dots li.slick-active button, .slick-dots li button:hover{
	background-color: #df2f41;	
	outline: none;
}
/**/
ymaps img{
	display: block;
	float: left;
	margin: 5px 5px 0px 0px;
}
/**/
.uslugi_content_rec{
	float: left;
	width: 520px;
	margin-right: 60px;
	margin-bottom: 30px;
}

.uslugi_content_rec_item{
	padding: 30px;
	box-shadow: 20px 20px 20px rgba(100, 100, 100, .25);
	/*
	font-size: 0.8em;
	line-height: 1.4;
	*/
	margin-bottom: 15px;
}

.uslugi_content_rec_item_left{
	float: left;
	width: 290px;
}

.uslugi_content_rec_item_title{
	font-family: 'DINPro';
	font-size: 1.2em;
	color: #d52d3f;
	padding-bottom: 20px;
}

.uslugi_content_rec_item_desc{
	padding-bottom: 5px;
}

.uslugi_content_rec_item_desc div{
	line-height: 1;
	padding: 2px 0px 2px 0px;
	position: relative;	
}

.uslugi_content_rec_item_desc div:before{
	content: "";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 2px;
	background-color: #212529;
}

.uslugi_content_rec_item_right{
	float: right;
	width: 160px;
	text-align: right;
}

.uslugi_content_rec_item_srok{
	padding-top: 4px;
	padding-bottom: 25px;
}

.uslugi_content_rec_item_price{
	padding-bottom: 10px;
}

.uslugi_content_rec_item_price span{
	font-size: 1.3em;
	font-weight: bold;
	padding-right:  5px;
}

.uslugi_content_rec_item_audio, .uslugi_content_rec_item_video{
	display: block;
	font-family: 'DINPro';
	color: #d52d3f;	
	padding-bottom: 20px;
}

.uslugi_content_rec12 .uslugi_content_rec_item_video{
	display: none;
}

.uslugi_content_rec13 .uslugi_content_rec_item_audio{
	display: none;
}

.uslugi_content_rec_item_audio:before{
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
    background: transparent url(../img/audio.png) 50% 50% no-repeat;	
	margin-right: 7px;
	vertical-align: middle;
}

.uslugi_content_rec_item_btn{
	display: inline-block;
    font-size: 1em;
    padding: 0;	
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.uslugi_content_rec_item_audio span{
	color: #d52d3f;	
}

.uslugi_content_rec_item_audio .span_play{
	display: inline-block;
}

.uslugi_content_rec_item_audio .span_pause{
	display: none;	
}

.uslugi_content_rec_item_audio.pause .span_play{
	display: none;
}

.uslugi_content_rec_item_audio.pause .span_pause{
	display: inline-block;	
}
/**/
/* ABOUT BEG */
/**/
.page_part_about h1.h1__line-right {
    position: relative;
    display: inline-block;
	font-size: 6.75em;
	padding-bottom: 35px;
}

.page_part_about h1.h1__line-right::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 100px;
    position: absolute;
    top: 63px;
    right: -25px;
    background-color: #df2f41;
    z-index: 1;
}

.page_part_about h1, .page_part_about h2{
    margin-top: 0;
	font-size: 7.5em;
	display: inline-block;	
}

.page_part_about h2.h2__line-right::after {
    top: 63px;
}
/**/
.page_content_about{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 0px;
	padding-bottom: 50px;
	
    background: transparent url(../img/page_part_about.jpg) 50% 155px no-repeat;
	background-size: 100% auto;
	
	font-size: 18px;
	line-height: 1.8;
}

.page_content_about p{
	margin-bottom: 30px;
}

.page_content_about li{
	margin-bottom: 25px;
}
/**/
.page_content_history{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
    background: transparent url(../img/page_content_history.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.page_content_history h2.h2__two-lines{
	margin-top: 0;
	color: #ffffff;
}

.page_content_history .h2__two-lines:before,
.page_content_history .h2__two-lines:after
{
    background-color: #8194a4;
}

#history_list{
	margin-left: -35px;
	margin-right: -35px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	font-size: 0px;
	text-align: center;
	
	white-space: nowrap;
	overflow-x: auto;
}

#history_list::-webkit-scrollbar { /*width: 8px;*/ height: 10px;}
/*#history_list::-webkit-scrollbar-button {  background-color: #df2f41; background-repeat:no-repeat; width:10px; height:10px; border-radius: 6px;}*/
/*#history_list::-webkit-scrollbar-track {  background-color: #df2f41; border-radius: 6px;}*/
#history_list::-webkit-scrollbar-track-piece { background-color: #ffffff; border-radius: 6px;}
#history_list::-webkit-scrollbar-thumb { /*height: 50px;*/ background-color: #df2f41; border-radius: 6px; cursor: pointer;}
/*#history_list::-webkit-scrollbar-corner { background-color: #df2f41;}*/
/*#history_list::-webkit-resizer { background-color: #df2f41;}*/

.history_item{
	display: inline-block;
	vertical-align: top;
	margin: 0px -22px 0px 0px;
	width: 180px;
	overflow-x: visible;
	
	white-space: normal;
}

.history_item__even .history_item_in_even,
.history_item__odd .history_item_in_odd
{
	display: block;	
}

.history_item__even .history_item_in_odd,
.history_item__odd .history_item_in_even
{
	display: none;	
}


.history_item_img{
	font-size: 0px;
	border: 2px solid #ffffff;
	background-color: #df2f41;
	width: 67px;
	height: 67px;
	line-height: 65px;
	text-align: center;
	border-radius: 50%;
}

.history_item_img img{
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	height: auto;
}

.history_item_title, .history_item_desc{
	width: 250px;
	padding-left: 15px;
	box-sizing: border-box;
	border-left: 1px solid #ffffff;
	text-align: left;
	
}

.history_item_title{
	font-size: 24px;
	color: #df2f41;
	font-family: 'DINPro';
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.history_item_desc{
	font-size: 15px;
	color: #ffffff;
	font-family: 'DINPro';
	padding-top: 7px;
	padding-bottom: 7px;
}
/**/
.page_content_rukovod{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 30px;
	padding-bottom: 50px;
	
    background: transparent url(../img/page_part_about.jpg) 50% -70px no-repeat;
	background-size: 100% auto;
}

#rukovod_list{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 55px;
	padding-bottom: 0px;
	font-size: 0px;
	text-align: center;
}	

.rukovod_item{
	display: inline-block;
	margin: 0px 10px 35px 10px;
	width: 262px;
	background-color: #f4f5f9;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	border-bottom: 5px solid #df2f41;
}

.rukovod_item_img{
	font-size: 0px;
}

.rukovod_item_img img{
	display: block;
	width: 100%;
	height: auto;
}

.rukovod_item_text{
	padding: 15px 25px 15px 25px;
	text-align: left;
}	

.rukovod_item_text_title{
	line-height: 0.7;
	font-size: 48px;
	color: #000000;
	font-family: 'Highliner', sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
}

.rukovod_item_text_desc{
	font-size: 16px;
	color: #7a7a83;
	font-family: 'DINPro';
	height: 35px;
	overflow-y: auto;
}
/**/
.diktori_list{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 0px;
	text-align: center;	
}

.diktori_item{
	display: inline-block;
	margin: 0px 10px 35px 10px;
	width: 355px;
	background-color: #ffffff;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	text-align: left;
	padding: 15px 20px 15px 20px;
}

.diktori_item_img{
	float: left;
	width: 105px;
	height: 105px;
	font-size: 0px;
	border-radius: 50%;
	overflow: hidden;
}

.diktori_item_img img{
	display: block;
	width: 100%;
	height: 100%;
}

.diktori_item_golos, .diktori_item_price, .diktori_item_srok{
	margin-left: 125px;
	font-size: 15px;
	line-height: 1;
	color: #6c6c6c;
	font-family: 'DINPro';
}

.diktori_item_golos_link{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	
    background: transparent url(../img/play.png) 50% 50% no-repeat;
	background-size: 100% auto;
}

.diktori_item_golos_link.pause{
    background: transparent url(../img/pause.png) 50% 50% no-repeat;
	background-size: 100% auto;	
}

.diktori_item_price span, .diktori_item_srok span{
	color: #1e1f20;
	font-weight: bold;
}

.diktori_item_golos{
	color: #1e1f20;
	font-size: 14px;	
	position: relative;
	padding-top: 12px;
	padding-bottom: 25px;
}

.diktori_item_price{
	padding-bottom: 20px;	
}

.diktori_item_srok{
	padding-bottom: 15px;	
}

.diktori_item_name{
	line-height: 0.7;
	font-size: 40px;
	color: #e31c25;
	font-family: 'Highliner', sans-serif;
	text-transform: uppercase;	
	padding-bottom: 5px;	
}
/**/
.vidrol_list{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 0px;
	text-align: center;		
}

.vidrol_item{
	display: inline-block;
	margin: 0px 10px 35px 10px;
	width: 355px;
	background-color: #ffffff;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	text-align: left;
	padding-bottom: 24px;
}

.vidrol_item_img{
	width: 100%;
	height: auto;
	font-size: 0px;	
	position: relative;
}

.vidrol_item_img img{
	display: block;
	width: 100%;
	height: auto;	
}

.vidrol_item_img iframe{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.vidrol_item_name{
	padding: 20px 24px 20px 24px;
	font-size: 20px;
	line-height: 1;
	color: #df3040;
	color: #000000;
	font-family: 'DINPro';
	text-transform: uppercase;
}

.vidrol_item_srok, .vidrol_item_price, .vidrol_item_hron{
	font-size: 15px;
	line-height: 1;
	color: #6c6c6c;
	font-family: 'DINPro';	
	padding-left: 24px;
	padding-right: 24px;
}

.vidrol_item_srok span, .vidrol_item_price span, .vidrol_item_hron span{
	color: #1e1f20;
	font-weight: bold;
}

.vidrol_item_price span span{
	font-size: 24px;
}

.vidrol_item_srok{
	padding-bottom: 10px;
}

.vidrol_item_price{
	padding-bottom: 15px;
}

.vidrol_item_hron{
	padding-bottom: 0px;	
}
/**/
.page_content_uspned{
	padding-bottom: 30px;
}

.uspned_title{
	text-align: center;
}

.page_content_uspned .h2__two-lines.h2__no_right-lines:after{
	display: none;
}

.page_content_uspned .h2__two-lines.h2__no_left-lines:before{
	display: none;
}

.page_content_uspned .h2__two-lines:before, .page_content_uspned .h2__two-lines:after
{
	background-color: #8194a4;
}
/**/
#uspeh_list, #nedost_list{
	position: relative;
	overflow: visible;
}

#uspeh_list:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: -15px;
	right: -5px;
	background-color: #df2f41;
}

.uspeh_item, .nedost_item{
	position: relative;
	padding: 5px 10px 30px 60px;
}

.uspeh_item_title, .nedost_item_title{
	font-size: 18px;
	color: #343536;
	font-family: 'DINPro';
}

.uspeh_item_marker, .nedost_item_marker{
	position: absolute;
	left: 0px;
	top: 0px;
}

.uspeh_item_marker{
	border: 3px solid #df2f41;
}

.nedost_item_marker{
	border: 3px solid #8194a4;	
}

.uspeh_item_marker:before, .nedost_item_marker:before{
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	background-color: #ffffff;
	box-sizing: border-box;
}

.uspeh_item_marker:before{
    background: transparent url(../img/uspeh_item.png) 50% 50% no-repeat;
	
	border: 1px solid #ffffff;
	background-color: #df2f41;
}

.nedost_item_marker:before{
    background: transparent url(../img/nedost_item.png) 50% 50% no-repeat;
}
/**/
.page_content_cennost{
    background: transparent url(../img/page_part_about.jpg) 50% 0px no-repeat;
	background-size: 100% auto;
	
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -15px;
    margin-right: -15px;
	margin-bottom: -50px;
}

#cennost_list{
	margin-left: -25px;
	margin-right: -25px;
	padding-top: 65px;
	padding-bottom: 10px;
	font-size: 0px;
	text-align: center;
}	

.cennost_item{
	display: inline-block;
	vertical-align: top;
	margin: 0px 24px 50px 24px;
	width: 338px;
}

.cennost_item_text{
	text-align: left;
}	

.cennost_item_text_title{
	font-size: 18px;
	color: #000000;
	font-family: 'DINPro';
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.cennost_item_text_desc{
	font-size: 16px;
	color: #343536;
	font-family: 'DINPro';
}
/**/
/* ABOUT END */
/**/

/**/
/* VIDIREK BEG */
/**/
.page_part_vidirek h1.h1__line-right {
    position: relative;
    display: inline-block;
	padding-bottom: 35px;
}

.page_part_vidirek h1.h1__line-right::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 100px;
    position: absolute;
    top: 63px;
    right: -30px;
    background-color: #df2f41;
    z-index: 1;
}

.vidirek_gight_text{
    display: block;
	margin-left: 320px;
	margin-right: 100px;
	margin-top: -125px;
	min-height: 125px;
	font-size: 18px;
}
/**/
.vidirek_list{
	overflow: hidden;
}

.page_content_in .vidirek_list{
	margin-left: -35px;
	margin-right: -35px;
}
/**/
ul.vidirek_ul1, ul.vidirek_ul1 > li{
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

ul.vidirek_ul1{
	font-size: 0px;
	text-align: left;
	/*
	margin-left: -15px;
	margin-right: -30px;
	*/
}

ul.vidirek_ul1 > li{
	box-sizing: content-box;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	position: relative;
}

ul.vidirek_ul1 > li.col1{ width: 140px; }
ul.vidirek_ul1 > li.col2{ width: 280px; }
ul.vidirek_ul1 > li.col3{ width: 420px; }
ul.vidirek_ul1 > li.col4{ width: 560px; }
ul.vidirek_ul1 > li.col5{ width: 700px; }
ul.vidirek_ul1 > li.col6{ width: 840px; }
ul.vidirek_ul1 > li.col7{ width: 980px; }
ul.vidirek_ul1 > li.col8{ width: 1150px; }

ul.vidirek_ul1 > li:before{
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0px;
	height: 40px;
	background-color: #c4c4c4;
}

ul.vidirek_ul1 > li > a{
	text-decoration: none;
	height: 40px;
	line-height: 41px;
}

ul.vidirek_ul1 > li > a > img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 10px;
	width: auto;
	height: 32px;
}

ul.vidirek_ul1 > li > a > img.img2{
	display: none;
}

ul.vidirek_ul1 > li > a > span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'DINpro' !important;
	color: #131313 !important;
	font-weight: bold;
}

ul.vidirek_ul1 > li.active:before{
	background-color: #df2f41;
}

ul.vidirek_ul1 > li.active > a > span{
	background-color: transparent;
	color: #df2f41 !important; 
	color: #ffffff !important; 
}

ul.vidirek_ul1 > li.active > a > img.img1{
	display: none;
}

ul.vidirek_ul1 > li.active > a > img.img2{
	display: inline-block;
}
/**/
ul.vidirek_ul2, ul.vidirek_ul2 > li{
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

ul.vidirek_ul2{
	display: block;
	font-size: 0px;
	vertical-align: top;
	padding: 15px 0px 15px 0px;
}

ul.vidirek_ul2 > li{
	display: inline-block;
	vertical-align: top;
	/*width: 120px;*/
	max-width: 205px;
	margin-left: 20px;
}

ul.vidirek_ul2 > li > a{
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	padding: 1px 1px 1px 10px;
	font-family: 'DINpro' !important;
	color: #000000 !important;
	white-space: nowrap;
}

ul.vidirek_ul2 > li > a:before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000000;
}

ul.vidirek_ul2 > li.active > a, ul.vidirek_ul2 > li > a:hover{
	background-color: transparent;
	color: #df2f41 !important; 
}

ul.vidirek_ul2 > li.active > a:before, ul.vidirek_ul2 > li > a:hover:before{
	background-color: #df2f41;
}
/**/
/* VIDIREK END */
/**/
.header .row{
	position: relative;
}

.vidirek_submenu{
	display: block;
	visibility: hidden;
	position: absolute;
	left: -40px;
	top: 52px;
	width: 100%;
	box-sizing: content-box;
	background-color: #ffffff;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	padding: 20px 40px 20px 40px;
	z-index: 9999;
}

.vidirek_submenu.active{
	display: block;	
}

.vidirek_submenu_in{
	max-height: 560px;
	overflow-y: auto;
	margin-left: -15px;
	margin-right: -35px;
}

.vidirek_submenu_in::-webkit-scrollbar { width: 8px; height: 3px;}
.vidirek_submenu_in::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:7px;height:0px}
.vidirek_submenu_in::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 8px;}
.vidirek_submenu_in::-webkit-scrollbar-track-piece { background-color: #e6e6e8; border-radius: 8px;}
.vidirek_submenu_in::-webkit-scrollbar-thumb { height: 50px; background-color: #b1b1b1; border-radius: 8px;}
.vidirek_submenu_in::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.vidirek_submenu_in::-webkit-resizer { background-color: #b1b1b1;}
/**/
/* CONTACTS BEG */
/**/
.page_part_contact{
	padding-left: 0px;
	padding-right: 0px;	
	padding-bottom: 5px;
}

#cmap_left{
	float: left;
	width: 48%;
}

#cmap_right{
	float: right;
	width: 48%;	
}

.page_part_contact h1, .page_part_contact h2 {
    margin-top: 0;
    font-size: 7.5em;
    display: inline-block;
}
/**/
.page_part_contact_line1{
	margin-bottom: 20px;
}

.page_part_contact_line1 h1{
	line-height: 1.2;
	margin-bottom: 0.1em;
}

.page_part_contact_line1 h2{
	margin-bottom: 0.1em;
}

.page_part_contact .h2__two-lines.h2__no_left-lines:before{
	display: none;
}

.cmap_left_line{
	margin-bottom: 15px;
}

.cmap_left_line_img{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 0px;
	background-color: #f5f5f5;
	border-left: 5px solid #df2f41;
}

.cmap_left_line_img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 40%;
	max-height: 40%;
	width: auto;
	height: auto;
}

.cmap_left_line_text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	
	font-family: 'DINpro';
	color: #343536;
	font-size: 18px;
	line-height: 1.1;
}

.cmap_left_line_text strong{
	font-weight: normal;
	color: #de2e40;
	font-size: 48px;
	font-family: 'Highliner', sans-serif;
	line-height: 0.8;
	text-transform: uppercase;
}
/**/
#cmap_body{
	box-sizing: border-box;
	width: 100%;
	height: 450px;
}
/**/
.page_part_contact_line2{
    background: transparent url(../img/page_part_about.jpg) 50% 0px no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
}

.page_part_contact_line2 h2 {
    margin-top: 0;
    font-size: 7.5em;
    display: inline-block;
}

.page_part_contact_line2 h2.h2__line-right::after {
    top: 63px;
}

#komand_list{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 55px;
	padding-bottom: 10px;
	font-size: 0px;
	text-align: center;
}	

.komand_item{
	display: inline-block;
	margin: 0px 10px 35px 10px;
	width: 262px;
	background-color: #f4f5f9;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.komand_item_img{
	font-size: 0px;
}

.komand_item_img img{
	display: block;
	width: 100%;
	height: auto;
}

.komand_item_text{
	padding: 15px 25px 15px 25px;
	text-align: left;
}	

.komand_item_text_title{
	line-height: 0.7;
	font-size: 48px;
	color: #000000;
	font-family: 'Highliner', sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
}

.komand_item_text_desc{
	font-size: 16px;
	color: #7a7a83;
	font-family: 'DINPro';
	height: 35px;
	overflow-y: auto;
}

.komand_item_text_phone{
	line-height: 1;
	font-size: 18px;
	color: #000000;
	font-family: 'DINPro';
	padding-top: 0px;
}

.komand_item_text_email{
	line-height: 1;
	font-size: 16px;
	color: #000000;
	font-family: 'DINPro';
	padding-top: 5px;
}
/**/
.page_part_contact_line3{
	background-color: #f3f3f3;
	position: relative;
	overflow: hidden;
}

.page_part_contact_line3:before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 50%;
	height: 100%;
	background: transparent url(../img/page_part_contact_line3.jpg) 50% 50% no-repeat;
	background-size: cover;
}

#cform_left{
	width: 50%;
	float: left;
	padding: 125px 100px 125px 0px;
}

#cform_left_title h2{
	line-height: 0.6;
}

#cform_left_title h2 span{
	color: #df2f41;
}

#cform_left_desc{
	line-height: 1.5;
	font-size: 18px;
	color: #62626c;
	font-family: 'DINPro';
	padding-bottom: 45px;
	/*border-bottom: 5px solid #df2f41;*/
	display: inline-block;
	position: relative;
}

#cform_left_desc:after{
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 1000px;
	height: 5px;
	background-color: #df2f41;
}
/**/
#cform_right{
	width: 50%;
	float: right;
	padding: 125px 0px 125px 100px;
}

#ov_form_inner_otvet{
	line-height: 1.5;
	font-size: 18px;
	color: #ffffff;
	font-family: 'DINPro';	
}

.ov_form_chek{
    font-size: 0.7em;
    color: #ffffff !important;
    line-height: 1.3;
    padding-top: 1em;
	text-align: center;
	padding-top: 15px;
}
.ov_form_chek a{
    color: #ffffff !important;
}
/**/
/* CONTACTS END */
/**/
#price_pish_list{
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 0px;
	text-align: center;
}	

.price_pish_item{
	display: inline-block;
	padding: 10px 25px 30px 25px;
	margin: 0px 10px 35px 10px;
	width: 262px;
	background-color: #ffffff;
	box-shadow: 0 15px 25px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.price_pish_item_img{
	font-size: 0px;
	margin-bottom: 5px;
}

.price_pish_item_img img{
	display: block;
	width: 100%;
	height: auto;
}

.price_pish_item_text{
	text-align: left;
	font-family: 'DINPro';
}	

.price_pish_item_text_title{
	font-size: 18px;
	color: #000000;
	line-height: 1;
	margin-bottom: 12px;
}

.price_pish_item_text_param{
	font-size: 15px;
	text-align: 1;
	margin-bottom: 5px;
	color: #797979;
}

.price_pish_item_text_param span{
	font-size: 14px;	
	color: #151414;
}

.price_pish_item_text_price{
	padding-top: 5px;
	font-size: 14px;	
	color: #151414;	
	margin-bottom: 20px;
}

.price_pish_item_text_price span{
	font-size: 24px;	
}

.price_pish_item_text_btn{
	font-size: 15px;
}
/**/
.pagination{
	text-align: left;
	font-size: 0px;
	padding-top: 30px;	
}

.pagination b, .pagination span, .pagination a{
	display: inline-block;
	vertical-align: top;
	height: 27px;
	line-height: 27px;
	padding: 0px 8px 0px 8px;
	margin: 1px;
	font-size: 18px;
	cursor: pointer;
	background-color: transparent;
	color: #5c5c5c;
	font-weight: normal;
}

.pagination b, .pagination span, .pagination a:hover{
	background-color: #e02f41;
	color: #ffffff;	
}

.pish_list_pagination{
	text-align: right;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
/**/
#pzay_form_block{
	border: 1px solid #c5c5c7;
	padding: 0px 45px 35px 45px;
	position: relative;
}

.form-bottom2 {
    background: none;
    padding: 0;
    width: auto;
}

.form-bottom2  .form-bottom__h2 {
    text-align: center;
}

.form-bottom.form-bottom2  * {
    color:  #000000;
}

.form-bottom.form-bottom2 .btn-primary{
	color: #ffffff;
	width: 300px;
	margin: 0 auto;
}

.form-bottom.form-bottom2 p{
	text-align: center;
	font-size: 0.9em;
}

#pzay_form_inner{
	
}

#pzay_set{
	position: relative;
}

#pzay_set_part_left{
	float: left;
	width: 49%;
}

#pzay_set_part_right{
	float: right;
	width: 49%;
}

#pzay_set_part_niz{
	padding-top: 0.8em;
	clear: both;
}
/**/
#pzay_form_inner_otvet > div{	
	position: absolute;
	left: 5%;
	top: 5%;
	padding: 10px 20px 30px 10px;
	width: 90%;
	height: 90%;
	box-sizing: border-box;
	z-index: 99;
	box-shadow: 0px 0px 10px #999;
	background-color: #ffffff;	
}
/**/
.fixed_menu_btn{
	position: fixed;
	left: -36px;
	top: 50%;
	margin-top: -150px;
	background-color: #f4f5f9;
	width: 120px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	color: #df2f41;
	text-transform: uppercase;
	border-bottom: 4px solid #df2f41;
	
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 988;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.25s ease;
}

.fixed_menu_btn.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 1em;
    right: 1em;
    height: 0px;
    box-shadow: 0 0px 15px 0.45em rgba(223, 47, 65, .71);
    transition: .3s;
}

.fixed_menu_btn.active{
	background-color: #df2f41;
	color: #f4f5f9;	
}

.fixed_menu{
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -300px;
	z-index: 1001;	
	background-color: #ffffff;
	display: none;
	padding: 2px 0px 0px 0px;
}

.fixed_menu ul, .fixed_menu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.fixed_menu li{
	margin-bottom: 2px;
	padding-right: 2px;
}

.fixed_menu a{
	display: block;
	width: 225px;
	height: 70px;
	box-sizing: border-box;
	padding: 18px 15px 0px 82px;
	text-transform: uppercase;
	color: #000000;
	line-height: 1;
	text-decoration: none;
	font-size: 15px;
	position: relative;
}

li.active a, .fixed_menu a:hover{
	color: #ffffff;	
}

.fixed_menu_doc{
	background-color: #f4f5f9;
}

li.active > .fixed_menu_doc,
.fixed_menu_doc:hover
{
	background-color: #cc2b3b;
}

.ctg_menu_item_img1, .ctg_menu_item_img2{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.ctg_menu_item_img1{
	display: block;	
}

.ctg_menu_item_img2{
	display: none;	
}

li.active > .fixed_menu_doc .ctg_menu_item_img1,
.fixed_menu_doc:hover .ctg_menu_item_img1
{
	display: none;	
}

li.active > .fixed_menu_doc .ctg_menu_item_img2,
.fixed_menu_doc:hover .ctg_menu_item_img2
{
	display: block;	
}

.fixed_menu ul ul{
	display: none;
}

.fixed_menu ul ul li{
	margin: 0px;
}

.fixed_menu li:hover ul{
	display: block;
	position: absolute;
	left: 220px;
	top: 0px;
	background-color: #f4f5f9;
	height: 100%;
	overflow-y: auto;
	border-top: 3px solid #cc2b3b;
	box-sizing: border-box;
	padding: 15px 0px 15px 0px;
}

.fixed_menu li:hover ul::-webkit-scrollbar { width: 8px; height: 3px;}
.fixed_menu li:hover ul::-webkit-scrollbar-button {  background-color: #b1b1b1; background-repeat:no-repeat;width:7px;height:0px}
.fixed_menu li:hover ul::-webkit-scrollbar-track {  background-color: #b1b1b1; border-radius: 6px;}
.fixed_menu li:hover ul::-webkit-scrollbar-track-piece { background-color: #e6e6e8;}
.fixed_menu li:hover ul::-webkit-scrollbar-thumb { height: 50px; background-color: #b1b1b1; border-radius: 6px;}
.fixed_menu li:hover ul::-webkit-scrollbar-corner { background-color: #b1b1b1;}
.fixed_menu li:hover ul::-webkit-resizer { background-color: #b1b1b1;}

.fixed_menu ul ul a{
	background-color: #f4f5f9;
	color: #000000;
	padding: 10px 20px 10px 20px;	
	text-transform: none;
	height: auto;
}

ul ul li.active a, .fixed_menu ul ul a:hover{
	background-color: #cc2b3b;
	color: #ffffff;	
}
/**/
.fixed_social_panel{
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -55px;
	width: 48px;
	text-align: center;
	z-index: 99;
}

.fixed_social_panel .footer-dark__social_a{
	margin-right: 0em;
	margin-bottom: 0.4em;
}
/**/
#back-top{
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: block;
	width: 60px;
	height: 60px;
	background: transparent url(../img/arrow_gray.png) 0px 0px no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	z-index: 999;
}
/**/
.evoSearch_highlight{
	font-weight: bold;
}
/**/
.btn-primary{
	overflow-x: hidden;
}

.btn-primary:before{	
    content: "";
	display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(10%,hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -20%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blick{
    30%,to{
        left:110%
    }
}
@keyframes blick{
    30%,to{
        left:110%
    }
}
/**/
.justifyleft     {text-align:left;}
.justifyright    {text-align:right;}
img.justifyleft  {float:left; margin-right:10px;margin-bottom:5px;}
img.justifyright {float:right; margin-left:10px;margin-bottom:5px;}
/**/

/* CALC BEG */
/**/
.page_part_radio_prr_calc {
	padding: 0px 50px 30px 50px;
}

h2.h2__two-lines_calc{

	padding: 25px 0px 10px 0px;
	margin: 0px 0px 25px 0px;
}

.h2__two-lines_calc:before {
	top: 0.32em;
}

.h2__two-lines_calc:after {
	bottom: .06em;
}

.calc_body:after{
	content: "";
	display: block;
	clear: both;
}
/**/
.calc_section{
	position: relative;
	box-sizing: border-box;
}

.calc_section_hidden{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.calc_section_left{
	float: left;
	width: 50%;
}

.calc_section_right{
	float: right;
	width: 50%;
	padding-left: 77px;
}

.calc_section_full{
	clear: both;
}

.calc_field{
	margin-bottom: 20px;
}

.calc_field_title{
	font-size: 20px;
}

.calc_field_body{
	position: relative;
}

.calc_field_body select, .calc_field_body input[type="text"] {
	background-color: #ffffff;
	display: block;
	box-sizing: border-box;
	font-size: 18px;
}
/**/
.calc_field_hidden{
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;	
}

.calc_field_hidden .calc_field_title{
	margin-bottom: 7px;
	line-height: 22px;
}
.calc_field_hidden .calc_field_body input{
	height: 42px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #d9dbe4;
	width: 380px;
	cursor: pointer;
}
/**/
.calc_field_text .calc_field_title{
	margin-bottom: 7px;
	line-height: 22px;
}
.calc_field_text .calc_field_body input{
	height: 42px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #d9dbe4;
	width: 380px;
	cursor: pointer;
}
/**/
.calc_field_select .calc_field_title{
	margin-bottom: 7px;
	line-height: 22px;
}
.calc_field_select .calc_field_body select{
	height: 42px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #d9dbe4;
	width: 380px;
	cursor: pointer;
}
/**/
.calc_field_select1 .calc_field_title{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	line-height: 22px;
	margin-top: -5px;
}
.calc_field_select1 .calc_field_body{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.calc_field_select1 .calc_field_body select{
	width: 170px;
}
/**/
.calc_field_range .calc_field_title{
	margin-bottom: 7px;
	line-height: 22px
}

.calc_field_range input[type="text"]{
	width: 60px;
	text-align: center;
	margin-right: 35px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	text-align: center;
}

.calc_field_range input[type="range"]{
	width: 280px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
}
/**/
.calc_field_checkbox .calc_field_title{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	line-height: 22px;
	margin-top: -5px;
}

.calc_field_checkbox .calc_field_body{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	padding-top: 5px;
}

.calc_field_checkbox .calc_field_body input{
    width: 20px;
    height: 20px;
    font-size: 34px;
    border: 1px solid #d9dbe4;
}






/**/
.calc_field_checkbox_grid .calc_field_title{
	/*text-align: center;*/
	font-weight: bold;
	margin-bottom: 7px;
}

.calc_field_checkbox_grid .calc_field_body{
	padding-bottom: 7px;
}

.calc_field_checkbox_grid .calc_field_body table td{
	padding: 10px;
	border: 1px solid #d9dbe4;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	line-height: 22px;
	position: relative;
}

.calc_field_checkbox_grid .calc_field_body table td div{
	margin-right: 30px;
}

.calc_field_checkbox_grid .calc_field_body input{
	width: 20px;
	height: 20px;
	font-size: 34px;
	border: 1px solid #d9dbe4;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
/**/
.calc_field_result .calc_field_title{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	line-height: 22px;
	margin-top: -5px;
}

.calc_field_result .calc_field_body{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.calc_field_result .calc_field_body input{
	height: 42px;
	width: 170px;
	text-align: center;
	/*border: 2px solid #ee909a;*/
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
/**/
.calc_section_right .calc_field_zakaz{
	max-width: 350px;
}

.calc_field_zakaz .calc_field_title{
	display: none;
}

.calc_field_zakaz .calc_field_body > div{
	font-size: 14px;
	line-height: 22px;
	width: 330px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
}

.calc_field_zakaz .calc_field_body .btn{
	width: 250px;
	margin: 0 auto;
}
/**/
.calc_field_null{
	height: 43px;
}
/**/
.calc_body .tab_body{
	padding: 0;
}

.calc_body .tab_body > div{
	padding-top: 35px;
	max-height: none;
}

.calc_body .tab_head > div {
border-bottom: 3px solid #6f7489;
}

.calc_body .tab_head > div.active, .tab_head > div:hover{
border-bottom: 3px solid #ed2024;
}

/**/
.special, .lastname{
	display: none;
}
/**/
/* CALC END */
/* PAGINATE BEG */
#page_pagination {
	text-align: center;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
	padding-top: 15px;
}

#page_pagination ul {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    font-size: 0px;
    list-style: none;
}

#page_pagination ul li {
    display: inline-block;
	vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

#page_pagination ul li a {
    font-size: 16px;
    line-height: 23px;
    height: 22px;
	padding: 0px 7px 0px 7px;
	display: block;
}

#page_pagination ul li a:hover, #page_pagination ul li.pp_active a {
    color: #ffffff;
    background-color: #df3040;
}
/* PAGINATE END */
.noselect {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;  
}
/* HPFS BEG */
.hpfsHide{
	display: none;
}

.hpfs_body_beg .fixed_menu_btn,
.hpfs_body_beg .fixed_social_panel
{
	display: none;	
}



#hpfs{
	height: 1500px;
	min-height: 750px;
	margin-top: -1em;
	margin-bottom: 85px;
	position: relative;
	background-color: #213043;
}

#hpfs_fon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent url(../img/hpfs_fon.jpg) 50% 50% no-repeat;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
	transition: all 1.5s ease;
}

#hpfs_fon.hpfsActive{
	opacity: 1;
}

#hpfs_fon_mask{
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
}

.hpfs_line{
	position: absolute;
	width: 1120px;
	left: 50%;
	margin-left: -560px;
	transition: all 1.5s ease;
}

#hpfs_line1{
	top: 50px;
	text-align: justify;
	opacity: 0;
}

#hpfs_line1.hpfsActive{
	opacity: 1;
}

.hpfs_line1_elem{
	display: inline-block;
	vertical-align: bottom;
}

#hpfs_line1:after{
	content: "";
	display: inline-block;
	width: 100%;
}

#hpfs_logo{
	width: 170px;
	margin-bottom: -7px;
}

#hpfs_logo img{
	display: block;
	width: 100%;
	height: auto;	
}

#hpfs_search{
	width: 300px;
}

#hpfs_search #search{
	padding-top: 0px;
}

#hpfs_phone a, #hpfs_email a{
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-family: Roboto;
}

#hpfs_email a{
	font-size: 18px;
}

#hpfs_phone a:before, #hpfs_email a:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 22px;
	margin-right: 5px;
}

#hpfs_phone a:before{
	background: transparent url(../img/hpfs_phone.png) 50% 50% no-repeat;
	background-size: contain;	
}

#hpfs_email a:before{
	background: transparent url(../img/hpfs_email.png) 50% 50% no-repeat;
	background-size: contain;	
}

#hpfs_menu{
	position: relative;
	overflow: visible;
}

#hpfs_menu_btn{
	height: 40px;
	line-height: 39px;
	width: 110px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: Roboto;
	text-transform: uppercase;
	background-color: #DF2F41;
	cursor: pointer;
}

#hpfs_menu_btn:before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 100%;
	margin-right: 5px;
	background: transparent url(../img/hpfs_btn.png) 50% 50% no-repeat;
	background-size: contain;	
}

#hpfs_menu_body{
	display: none;
	position: absolute;
	right: 0px;
	top: 40px;
	padding: 10px 0px 10px 0px;
	background-color: #213043;
	z-index: 999;
	text-align: right;
}

#hpfs_menu_body .login_link{
	height: 36px;	
	margin-right: 20px;
}

.hpfs_menu_body_list{
	
}

#hpfs_menu_body_list a{
	display: block;
	padding: 5px 20px;
	font-size: 16px;
	font-family: Roboto;
	color: #ffffff;
	white-space: nowrap;
}

#hpfs_menu_body_list a:hover,
#hpfs_menu_body_list a.active
{
    background-color: #df2f41 !important;
	text-decoration: none;
}

#hpfs_line2{
	top: 50%;
	margin-top: -150px;
}

.hpfs_line2_in{
	text-align: center;
	transition: all 1.5s ease;
	opacity: 0;
}

.hpfs_line2_in.hpfsActive{
	opacity: 1;
}

#hpfs_line2_1{
	width: 470px;
	width: 0px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	
	transition: all 0.5s ease;
}

#hpfs_line2_1.hpfsActive{
	width: 470px;
}

#hpfs_line2_1.hpfsActive span {
	display: block;
	color: #ffffff;
	font-family: Highliner;
	font-size: 150px;
	line-height: 130px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	overflow: hidden;
	border-right: 2px solid transparent;  
	white-space: nowrap;  
	margin: 0 auto;  
	letter-spacing: 0px;
	animation:  
	typing 3.0s steps(30, end),
	blink-caret 0.6s step-end 5;
}

@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}

@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #ffffff }
}




#hpfs_line2_2{
	width: 290px;
	margin: 0 auto;	
	padding-top: 20px;
	padding-bottom: 20px;
}

#hpfs_line2_2.hpfsActive span {
	display: block;
	color: #ffffff;
	font-family: Roboto;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
	overflow: hidden;
	border-right: 1px solid transparent;  
	white-space: nowrap;  
	margin: 0 auto;  
	letter-spacing: 0px;
	animation:  
	typing 1.5s steps(30, end),
	blink-caret 0.3s step-end 5;
}


#hpfs_line2_3{
	padding-top: 30px;
	width: 290px;
	margin: 0 auto;	
}

#hpfs_line2_3 .btn {
    padding: 0.5em 0.5em;
}


#hpfs_line3{	
	bottom: 50px;
	text-align: justify;
	opacity: 0;
}

#hpfs_line3.hpfsActive{
	opacity: 1;
}

#hpfs_line3 a{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	width: 123px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: Roboto;
	z-index: 1;
	text-transform: uppercase;
	border: 2px solid #FFFFFF;
	margin-bottom: 15px;
}

#hpfs_line3 a:first-child,
#hpfs_line3 a:last-child
{
	width: 195px;	
}

#hpfs_line3 a:hover{
	text-decoration: none;
	color: #000000;
}

#hpfs_line3 a:before{
	content: "";
	display: block;
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;	
	background-color: #ffffff;
	transition: all 1.5s ease;
}

#hpfs_line3 a:hover:before{
	left: 0px;
}

#hpfs_line3:after{
	content: "";
	display: inline-block;
	width: 100%;
}
/* HPFS END */

@media (max-width: 991px) {
	/**/
	body {
		padding-top: 0px;
	}
	/**/
	.desctop{
		display: none;
	}

	.mobile{
		display: block;
	}
	/**/
	h2{
		font-size: 4.5em !important;
		line-height: 0.55 !important;
	}
	/**/
	h2.h2__line-right{
		padding-bottom: 20px;
		padding-top: 20px;
		margin-top: 0px;
	}
	
	h2.h2__line-right::after {
		display: inline-block;
		width: 3px;
		height: 44px;
		top: auto;
		bottom: 17px;
		right: -25px;
	}
	/**/
	h2.h2__line-long{
		padding-bottom: 20px;
		padding-top: 20px;
		margin-top: 0px;
		position: relative;
		top: auto;
	}
	
    .h2__line-long::after {
        display: inline-block;
		width: 3px;
		height: 44px;
		position: absolute;
		top: auto;
		bottom: 17px;
		right: -25px;
    }
	/**/
    .h2__two-lines::before,
    .h2__two-lines::after {
		display: inline-block;
		height: 3px;
    }
	/**/
	.offer__title h1 {
		font-size: 55px;
		line-height: 0.7;
		margin-bottom: 5px;
	}
	
	.offer__title .description {
		font-size: 32px;
		line-height: 0.7;
	}
	
	.first-screen-home .offer__text{
		display: none;
	}
	/**/
	.header{
		background: linear-gradient(to bottom, #c6ceda, #ffffff);
	}
	
	.header__logo{
		padding-top: 10px;
	}
	
	.header__logo a{
		display: block;
		display: inline-block;
		width: 150px;
		height: auto;
		font-size: 0px;
		margin-bottom: 0px;
	}
	
	.header__logo a img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.header__city {
		display: none;
	}
	
	.header__contacts {
		/*display: none;*/
		text-align: center;
		padding-left: 55px;
		padding: 0px 10px 0px 10px;
	}
	
	.header__phone {
		/*display: none;*/
	}
	
	.header__phone_in {
		margin-left: 0px;
		margin-right: 5px;
		text-align: right;
	}
	
	.header__phone .phone {
		font-size: 18px;
	}
	
	.header__contacts .phone::before {
		content: '';
		width: 14px;
		height: 14px;
		margin-right: 0px;
	}
	
	.header__phone .email {
		font-size: 14px;
	}
	
	.header__logo{
		padding-top: 5px;
		/*margin-left: -15px;*/
	}
	
	.header__search {
		/*display: none;*/
		padding-right: 15px;
	}
	
	.header__city {
		display: none;
	}

	.header__city {
		display: none;
	}
	
	/*
	.header__city {
		margin-top: 1.0em;
		margin-bottom: 1.0em;
	}
	
	.header__logo{
		padding-bottom: 12px;		
	}
	
	.header__phone {
		padding-left: 0px;
		padding-bottom: 0px;	
	}
	
	.header__phone_in {
		margin-left: -10px;	
		margin-right: 0px;	
		padding-top: 3px;
	}
	
	.header__phone .phone{
		font-size: 16px;
	}
	
	.header__phone .btn.btn-primary.btn_shadow.btn-block {
		height: 26px;
		line-height: 25px;
		border-radius: 13px;
		font-size: 14px;
	}
		
	.header__soc {
		margin-left: 0px;
		margin-right: -10px;
	}
	
	a.login_link{
		font-size: 12px;
		background-size: 25px auto;
		padding-top: 25px;
	}
	*/
	/**/
	.desctop_menubtn_block button{
		display: none;
	}
	/**/
	.first-screen-home {
		margin-bottom: 0;
		height: auto;
		padding-bottom: 30px;
		
		background-image: url(../img/bg.jpg);
		background-position: 72% 50%;
		background-size: auto 100%;
		box-shadow: none;
	}
	
	.first-screen-home .btn.btn-primary {
		padding: 0px;
		font-size: 15px;
		width: 240px;
		margin: 0 auto;
		margin-top: 235px;
		height: 40px;
		line-height: 40px;
	}
	/**/
	.first-screen-pages {
		position: relative;
		margin-top: 10px;
		height: 760px;
		height: auto;
		padding-bottom: 20px;
	}
		
	.first-screen-pages-smartfon{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-size: auto 760px;
		background-position: 50% 0%;
	}

	.first-screen-pages .offer{
		margin-top: 395px;
		padding-top: 15px;
		min-height: 165px;
		min-height: auto;
	}
	
	.first-screen-pages .offer__title{
		margin-bottom: 5px;
	}
	
	.first-screen-pages .offer__title h1 {
		font-size: 50px;	
		line-height: 32px;
		padding: 0px 5px 5px 10px;
		color: #ffffff;	
		white-space: normal;
		height: auto;
	}
	
	.first-screen-pages .offer__title .description {
		padding: 0;
		margin: 0;
		color: #ffffff;
		height: 35px;
		line-height: 30px;
		font-size: 40px;
		padding: 0px 5px 0px 10px;
	}
	
	.first-screen-pages .offer__text__div {
		height: 60px;
		margin-bottom: 5px;
	}
	
	.first-screen-pages .offer__text {
		height: auto;
		border-left: 5px solid #df2f41;
		padding: 3px 0px 3px 10px;
		font-size: 16px;
		line-height: 18px;
		font-weight: normal;
	}
	/**/
	.head_menu_out1{
		margin-top: 0px !important;
		padding-top: 5px;
		position: relative;		
	}
	
	.head_menu_out{
		position: relative;
	}
	
	.head_menu_btn{
		position: absolute;
		left: 30px;
		top: 0px;
		z-index: 999;
		
		padding: 0px;
		background-color: #df2f41;
		border: none !important;
		outline: none !important;
		border-radius: 0px;
		width: 30px;
		height: 22px;
		text-align: center;
	}
	
	.head_menu_btn .navbar-toggler-icon {
		background: none;
		display: block;
		width: 21px;
		height: 11px;
		margin: 0 auto;
		margin-top: 1px;
		position: relative;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.head_menu_btn .navbar-toggler-icon:before {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		top: 4px;
		height: 1px;
		width: 21px;
		background-color: #ffffff;
	}
	
	.navbar-brand{
		display: none;
	}
	
	#navbarNavAltMarkup{
		/*
		position: absolute;
		right: 10px;
		top: 42px;
		min-width: 160px;
		z-index: 999;
		*/
	}
	
	.head_menu_navbar{
		position: relative;
		background-color: #222222;
	}
	
	.head_menu{
		background: transparent;
		padding: 10px;
		width: 140px;
		margin: 0 auto;
	}	
	
	.head_menu:after{
		display: none;
	}
		
	.header .navbar .navbar-collapse a {
		display: block;
		text-align: center;
		padding: 7px 5px 8px 5px;
		height: auto;
		font-size: 15px;
		line-height: 18px;
	}
	/**/
	a.login_link{
		position: absolute;
		right: 10px;
		top: 10px;
		width: 32px;
		height: 32px !important;
	}		
	/**/
	.first-screen-pages .offer__text li{
		color: #ffffff;
	}
	
	#hzay_form_inner_div{
		padding: 8px 8px 5px 8px;
		border-right: none;
		display: block;
		margin: 0 auto;
		width: auto;
	}	
	
	#hzay_form_inner_div:before{
		display: none;	
	}	
	
	.hzay_form_input{
		display: block;
		width: 100%;
		height: 26px;
		box-sizing: border-box;
		border-bottom: none;
		border: 1px solid #666666;
		margin-right: 0px;
		font-size: 1em;
		margin-bottom: 4px;
		text-align: center;
	}	

	.hzay_form_btn{
		display: block;
		width: 100%;
		height: 26px;
		font-size: 1em;
		text-transform: none;
	}
	
	.hzay_form_p2 {
		font-size: 0.6em;
		line-height: 1.1;
		padding-top: 0.2em;
	}

	.page_part_description1, .page_part_description2, .page_part_description3 {
		padding-top: 40px;
		margin-bottom: -123px;
	}
	
	.text_block{
		padding: 10px;
		box-shadow: 10px 10px 10px rgba(100, 100, 100, .25);
	}	
	
	.text_block_left, .text_block_right{
		width: 100%;
		border-width: 2px;
		float: none;
	}
	
	.text_block_right {
		margin-top: 30px;
	}
	/**/
	.fixed_social_panel{
		width: 30px;
		top: 101px;
		margin-top: auto;
	}
	
	.fixed_social_panel .footer-dark__social_a {
		height: 28px;
		width: 28px;
		margin-bottom: 2px;
	}	
	/**/
	.fixed_menu_btn{
		/*display: none;*/
		left: -48px;
		height: 24px;
		line-height: 22px;
		border-bottom: 2px solid #cc2b3b;
		margin-top: 0;
		top: 440px;
	}	
	
	.fixed_menu {
		margin-top: -80px;
	}
	
	.fixed_menu a{
		display: block;
		width: 150px;
		height: 50px;
		line-height: 15px;
		padding: 3px 5px 0px 50px;
		font-size: 12px;
	}
	
	.fixed_menu li:hover ul {
		left: 150px;
		border-top: 2px solid #cc2b3b;
		padding: 5px 0px 5px 0px;
	}
	
	.fixed_menu ul ul a{
		padding: 5px 10px 5px 10px;
	}

	.ctg_menu_item_img1, .ctg_menu_item_img2{
		left: 5px;
		width: 35px;
		background-size: contain;
	}
	/**/
	.news-advertising{
		display: none;
	}
	/**/
	.footer__menu{
		display: none;		
	}
	/**/
	.page_part_description1_t15,
	.page_part_description1_t16,
	.page_part_description1_t17,
	.page_part_description1_t18,
	.page_part_description1_t19,
	.page_part_description1_t20,
	.page_part_description1_t25
	{
		padding-top: 50px;
	}
	
	.page_part_description1_t15:after,
	.page_part_description1_t16:after,
	.page_part_description1_t17:after,
	.page_part_description1_t18:after,
	.page_part_description1_t19:after,
	.page_part_description1_t20:after,
	.page_part_description1_t25:after
	{
		width: 300px;
		height: 150px;
		left: 50%;
		margin-left: -150px;
		top: -60px;
		right: auto;
		background: transparent url(../img/fly1.png) 50% 50% no-repeat;	
		background-size: 100% auto;
	}
	/**/
	.tail .tails__content__title {
		padding: 1.2em 0.3em 1.2em 0.3em;
		font-size: 0.75em;
		text-transform: none;
		line-height: 1;
	}
	
	.tail .tails__content__text{
		display: block;
		padding: 0.3em;
		font-size: 0.7em;
		line-height: 1;
	}
	/**/
	.tails1 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-auto-flow: row dense;
	}
	
	.tail1 .tails__content__title {
		padding: 0.8em 0em 0.8em 0em;
		
		padding: 0.5em 0.2em 0.5em 0.2em;
		font-size: 1.0em;
	}
	
	.tail1 .tails__content__text {
		font-size: 0.9em;
		line-height: 1.0;
		margin-top: 0.5em;
	}
	
	.tail1 .tails__content__text.link {
		font-size: 1.0em;
		line-height: 1.1;
		letter-spacing: 0.5px;
		margin-top: 3.5em;
	}
	/**/
	.primer{
		margin-bottom: 20px;
	}	
	.primer img{
		width: 140px;
		height: 117px;
	}	
	/**/
	/*
	.primeri_tv_list iframe, .tab_body_present iframe, iframe{
		margin: 0px;
		width: 280px;
		height: 157px;
	}
	*/
	.tab_body > div p:nth-child(1) iframe, .tab_body > div p:nth-child(2) iframe{
		float: none;
		margin-left: 0px;		
		margin-right: 0px;		
		margin: 0 auto;
		margin-bottom: 15px;
		width: 280px;
		height: 157px;
	}
	/**/
	.text_block_in {
		padding-right: 10px;
	}
	
	.text_block_in iframe{
		width: 100%;
		height: auto;
	}
		
	.text_block_in img, .tab_body img{
		max-width: 100%;
		height: auto;
	}
	/**/
	.page_part_stat{
		padding-top: 30px;
		padding-bottom: 10px;
	}	
	
	.page_part_stat_slider{
		width: 100%;
		height: auto;	
		float: none;
	}	
	
	.page_part_stat_slide{
		width: 100%;
		height: auto;
		line-height: auto;
		padding: 5px;
	}	
	
	.page_part_stat_slide img{
		width: 100%;
		height: auto;
	}	
	
	.page_part_stat_slider_control{
		float: none;
		margin: 0px;
		width: 100%;
		height: auto;
		padding-top: 10px;
	}	
	
	.page_part_stat_slider_control_title{
		font-size: 1.1em;
		line-height: 1.1;
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		padding-bottom: 5px;
	}
	
	.page_part_stat_slider_control_tbl{
		display: block;
		width: 200px;
		height: auto;
		margin-left: 20px;
	}	
	
	.page_part_stat_slider_control_td{
		display: block;
	}	
	
	.page_part_stat_slide_control{
		margin-top: 1px;
		margin-bottom: 1px;
	}	
	
	.page_part_stat_slide_control span{
		font-size: 0.8em;
		line-height: 1.3;
		padding-bottom: 4px;
		font-weight: normal;
	}	
	
	.page_part_stat_slide_control.active span, .page_part_stat_slide_control:hover span{
		padding-bottom: 3px;
		border-bottom: 1px solid #ffffff;
	}
	/**/
	.u2vidi_item{
		margin: 0px 15px 30px 15px;
		width: 280px;
	}
	
	.u2vidi_item_img img {
		width: 100%;
		height: auto;
	}

	.u2vidi_item_text{
		padding: 15px;
	}	

	.u2vidi_item_text_title{
		font-size: 1em;
		line-height: 1.2;
	}

	.u2vidi_item_text_desc{
		margin-top: 0px;
		height: 72px;
	}

	.u2vidi1_list_add{
		padding-top: 0px;
		text-align: center;
		font-size: 0.9em;		
	}

	.u2vidi1_list_add_btn{
		margin-right: 0px;
		padding-right: 35px;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #df2f41;
	}
	/**/
	.works_item{
		margin: 0px 15px 30px 15px;
		width: 280px;
	}
	
	.works_item_img img {
		width: 100%;
		height: auto;
	}

	.works_item_text{
		padding: 15px;
	}	

	.works_item_text_title{
		font-size: 1em;
		line-height: 1.2;
	}

	.works_item_text_desc{
		margin-top: 0px;
		height: 72px;
	}
	/**/
	.tab_head {
		border-bottom: 0px solid #f0f1f3;
	}
	
	.tab_head > div,
	.tab_head > a
	{
		font-size: 0.95em;
		width: 45%;
		height: auto;
		line-height: 1;
		margin-right: 5%;
		text-align: center;
		border-bottom: 2px solid #eeeeee;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.tab_head > div.active, .tab_head > div:hover,
	.tab_head > a.active, .tab_head > a:hover
	{
		border-bottom: 2px solid #ed2024;
	}
	/**/
	.page_part_radio_prr_calc, .page_part_tv_prr_calc{
		margin-top: 30px;
		margin-bottom: 30px;
		/*height: auto;*/
		padding: 0px 25px 25px 25px;
		padding: 0px 15px 15px 15px;
	}
	
	.h2__two-lines_calc{
		line-height: 0.5;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
		font-size: 4.0em;
	}	
	/**/
	.prr_body_line1_left {
		float: none;
		width: auto;
	}
	
	.prr_body_line1_right {
		float: none;
		width: auto;
		margin-left: auto;
	}	
	
	.prr_body_line2_left {
		float: none;
	}	
	
	.prr_body_line2_right {
		width: auto;
		float: none;
	}	
	
	.prr_body_line1_tr input[type="range"] {
		width: 150px;
	}	
	
	.prr_time_block .prr_label {
		display: block;
		margin-bottom: 10px;
	}
	
	.prr_time_block input[type="radio"]{
		margin-left: 0px;
		display: block;
		vertical-align: top;
	}
	
	.prr_time_block label{
		display: block;
		vertical-align: top;
		margin-left: 30px;
		margin-top: -30px;
	}
	
	#prr_lenght_range_div div div{
		margin-left: 11.2px;
	}

	#prr_lenght_range_div div div:first-child{
		margin-left: 7px
	}
	/**/
	#page_part_map_search {
		width: auto;
		height: auto;
		padding: 15px;
		position: relative;
		left: auto;
		top: auto;
		border: 1px solid #e5e3e4;
		box-shadow: none;
		margin-bottom: 15px;
	}
	
	#page_part_map_div{
		height: 450px;
	}
	/**/
	#page_part_price_tbl_div {
		overflow-x: auto;
	}
	
	#page_part_price_tbl_div table{

	}
	/**/
	.page_part_present{
		padding-bottom: 25px;
	}

	.present_text{
		float: none;
		width: auto;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.present_list{
		float: none;
		margin-left: 0px;
		border-width: 2px;
		width: 100%;
		max-height: 450px;
		padding: 5px 10px 5px 10px;
		box-shadow: 10px 10px 10px rgb(100 100 100 / 25%);	
	}

	.present_list:after{
		display: none;
	}

	.present_list_in{
		padding-right: 10px;
	}
	
	.present_list_in iframe{
		width: 100%;
		height: auto;
	}
	/**/
	.uslugi_content_rec{
		float: none;
		width: auto;
		margin-right: auto;
	}

	.uslugi_content_rec_item{
		padding: 20px;
		margin-bottom: 20px;
	}

	.uslugi_content_rec_item_left{
		float: none;
		width: auto;
	}

	.uslugi_content_rec_item_title{
		font-size: 1.1em;
		padding-bottom: 15px;
	}

	.uslugi_content_rec_item_right{
		float: none;
		width: auto;
		margin-right: auto;
		text-align: left;
	}

	.uslugi_content_rec_item_srok{
		padding-bottom: 15px;
	}

	.uslugi_content_rec_item_price{
		padding-bottom: 10px;
	}

	.uslugi_content_rec_item_audio, .uslugi_content_rec_item_video{
		padding-bottom: 10px;
	}	
	/**/
	#cmap_left{
		float: none;
		width: auto;
	}

	#cmap_right{
		float: none;
		width: auto;	
	}

	#cmap_body{
		height: 250px;
	}
	/**/
	#pzay_form_block{
		border: 1px solid #c5c5c7;
		padding: 0px 20px 15px 20px;	
	}	
	
	.form-bottom.form-bottom2 .btn-primary{
		width: 240px;
	}	
	
	#pzay_set_part_left, #pzay_set_part_right{
		float: none;
		width: auto;
	}	
	
	.form-bottom2 .form-bottom__h2{
		padding: 0px;
		margin: 0px;
		margin-bottom: 25px;
		margin-top: 10px;
	}
	/**/
	.form-bottom1 {
		width: 280px;
	}
	
	.fancybox-slide{
		padding: 0px;
		margin: 0px;
	}
	
	.fancybox-content{
		padding: 0px;
		margin: 0px;
	}
	/**/
	.page_content h1{
		line-height: 0.5;
		font-size: 4.5em !important;
		margin-bottom: 0.75em;
	}
	
	.page_content_in > p > img,
	.page_content_in > p > span > img,
	.page_content_in > span > img
	{
		max-width: 100%;
		height: auto;
	}
	/**/
	/* ABOUT BEG */
	/**/
	.page_part_about h1.h1__line-right {
		padding-bottom: 0px;
	}

	.page_part_about h1.h1__line-right::after {
		width: 3px;
		height: 50px;
		top: 19px;
		right: -10px;
	}
	/**/
	.page_content_about{
		padding-bottom: 40px;
		font-size: 16px;
	}

	.page_content_about p{
		margin-bottom: 20px;
	}

	.page_content_about li{
		margin-bottom: 20px;
	}
	/**/
	.page_content_history{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#history_list{
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 0px;
		padding-bottom: 20px;
		text-align: left;
	}	

	.history_item{
		margin: 0px 5px 20px 5px;
		width: 210px;
		margin-top: 0 !important;
		
		width: auto;
		display: block;
	}
	
	.history_item_in_even{
		display: block !important;		
	}
	
	.history_item_in_odd{
		display: none !important;		
	}	
	
	.history_item_img{
		display: none !important;		
	}
	
	.history_item_title, .history_item_desc{
		width: auto;
		padding-left: 10px;
	}

	.history_item_title{
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.history_item_desc{
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	/**/
	.page_content_rukovod{
		padding-top: 0px;
		padding-bottom: 30px;
	}

	#rukovod_list{
		padding-top: 25px;
		margin-left: -10px;
		margin-right: -10px;
	}	

	.rukovod_item{
		margin: 0px 5px 20px 5px;
		width: 140px;
		box-shadow: 0 5px 15px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);
		border-bottom: 2px solid #df2f41;
	}

	.rukovod_item_text{
		padding: 5px 10px 5px 10px;
	}	

	.rukovod_item_text_title{
		font-size: 34px;
		margin-bottom: 5px;
	}

	.rukovod_item_text_desc{
		font-size: 12px;
		line-height: 1;
		height: 30px;
	}
	/**/
	.page_content_uspned{
		padding-bottom: 0px;
	}
	/**/
	.uspeh_item, .nedost_item{
		position: relative;
		padding: 0px 10px 20px 35px;
	}

	.uspeh_item_title, .nedost_item_title{
		font-size: 16px;
	}

	.uspeh_item_marker{
		border: 2px solid #df2f41;
	}

	.nedost_item_marker{
		border: 2px solid #8194a4;	
	}

	.uspeh_item_marker:before, .nedost_item_marker:before{
		width: 20px;
		height: 20px;
	}

	.uspeh_item_marker:before, .nedost_item_marker:before{
		background-size: 75%;
	}
	/**/
	.page_content_cennost{
		margin: 0px -15px -10px -15px;
	}

	#cennost_list{
		margin-left: -5px;
		margin-right: -5px;
		padding-top: 25px;
		padding-bottom: 5px;
	}	

	.cennost_item{
		margin: 0px 4px 20px 4px;
		width: auto;
	}

	.cennost_item_text_title{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.cennost_item_text_desc{
		font-size: 14px;
	}
	/**/
	/* ABOUT END */
	/**/
	/* CONTACTS BEG */
	/**/
	.page_part_contact{
		padding-left: 0px;
		padding-right: 0px;	
		padding-bottom: 5px;
	}

	#cmap_left, #cmap_right{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	/**/
	.page_part_contact_line1{
		margin-bottom: 15px;
	}

	.cmap_left_line{
		margin-bottom: 15px;
	}

	.cmap_left_line_img{
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-left: 2px solid #df2f41;
	}

	.cmap_left_line_img img{
		max-width: 50%;
		max-height: 50%;
	}

	.cmap_left_line_text{
		margin-left: 10px;
		font-size: 14px;
	}

	.cmap_left_line_text strong{
		font-size: 32px;
	}
	/**/
	#cmap_body{
		height: 320px;
	}
	/**/
	.page_part_contact_line2{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.page_part_contact_line2 h2.h2__line-right {
		padding-top: 0;
	}

	.page_part_contact_line2 h2.h2__line-right::after {
		top: 26px;
	}

	#komand_list{
		margin-left: -10px;
		margin-right: -10px;
		padding-top: 25px;
		padding-bottom: 5px;
	}
	
	.komand_item{
		margin: 0px 5px 20px 5px;
		width: 140px;
		box-shadow: 0 5px 15px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);
		border-bottom: 2px solid #df2f41;
	}

	.komand_item_text{
		padding: 5px 10px 5px 10px;
	}	

	.komand_item_text_title{
		font-size: 34px;
		margin-bottom: 5px;
	}

	.komand_item_text_desc{
		font-size: 12px;
		line-height: 1;
		height: 30px;
	}
	
	.komand_item_text_phone{
		font-size: 12px;
		margin-bottom: 0px;
	}
	
	.komand_item_text_email{
		font-size: 12px;
		margin-bottom: 5px;
	}
	/**/
	.page_part_contact_line3:before{
		display: none;
	}

	#cform_left{
		width: auto;
		float: none;
		padding: 25px 0px 25px 0px;
	}
	
	.page_part_contact h2{
		padding: 0px;
	}

	#cform_left_desc{
		line-height: 1.3;
		font-size: 14px;
		padding-bottom: 25px;
	}

	#cform_left_desc:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
	}
	/**/
	#cform_right{
		width: auto;
		float: none;
		padding: 25px 15px 25px 15px;
		margin: 0px -15px 0px -15px;
		background: transparent url(../img/page_part_contact_line3.jpg) 50% 50% no-repeat;
		background-size: cover;
	}

	#ov_form_inner_otvet{
		line-height: 1.3;
		font-size: 16px;
	}

	.ov_form_chek{
		padding-top: 10px;
	}
	/**/
	/* CONTACTS END */
	/**/
	/* VIDIREK BEG */
	/**/
	.page_part_vidirek .container{
		padding: 0px;
	}
	
	.page_part_vidirek h1.h1__line-right {	
		padding-bottom: 0px;
	}

	.page_part_vidirek h1.h1__line-right::after {
		width: 3px;
		height: 50px;
		top: 19px;
		right: -10px;
	}

	.vidirek_gight_text{
		display: block;
		margin: 0px 0px 20px 0px;
		min-height: auto;
		font-size: 16px;
	}
	/**/
	ul.vidirek_ul1{
		margin-right: 0;
	}

	ul.vidirek_ul1 > li{
		margin: 0px 0px 0px 0px;
	}
	/**/
	ul.vidirek_ul2.col1, ul.vidirek_ul2.col2, ul.vidirek_ul2.col3{
		width: auto;	
	}

	ul.vidirek_ul2 > li{
		/*width: auto;*/
	}

	ul.vidirek_ul2 > li > a{
		/*padding: 5px 20px 5px 20px;*/
	}
	/**/
	/* VIDIREK END */
	/**/
	.vidirek_submenu{
		left: 15px;
		right: 15px;
		top: 85px;
		width: auto;
	}
	
	.vidirek_submenu{
		padding: 0px;
		overflow-x: hidden;
	}
	
	ul.vidirek_ul1 > li{
		display: block;
		width: 100% !important;
	}
	
	ul.vidirek_ul1 > li > a > span{
		font-size: 12px;
	}
	/**/
	.uslugi_bg {
		padding-bottom: 30px;
	}
	/**/
	.hide_mobile{
		display: none;
	}
	
	.hide_mobile_btn{
		width: 40px;
		height: 40px;
		background: transparent url(../img/hide_mobile.png) 50% 50% no-repeat;
		box-shadow: 0 5px 15px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);	
		display: inline-block;
		margin-left: 60px;
	}
	/**/
	.uslugi_bg {
		background: transparent url(../img/bg_pict.png) 50% 0px no-repeat;
		background-size: 100% auto;
		padding-bottom: 0px;
		box-shadow: none;
	}
	
	.uslugi_bg h2.h2__line-right{
	}
	
	.uslugi_bg h2.h2__line-right::after{
		width: 6px;
		height: 65px;
		bottom: 16px;
	}
	
	.uslugi_bg .tails{
		display: block;
		font-size: 0px;
	}
	
	.uslugi_bg .tails:after{
		content: "";
		display: block;
		height: 1px;
		clear: both;
	}
	
	.uslugi_bg .tail{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	
	.uslugi_bg .tail:nth-child(1){
		height: 118px;		
	}
	
	.uslugi_bg .tail:nth-child(2){
		height: 68px;		
	}	
	
	.uslugi_bg .tail:nth-child(3){
		height: 68px;		
	}
	
	.uslugi_bg .tail:nth-child(4){
		height: 149px;		
		margin-top: -50px;
	}
	
	.uslugi_bg .tail:nth-child(5){
		height: 120px;
		margin-top: -31px;
	}	
	
	.uslugi_bg .tail:nth-child(6){
		height: 163px;		
		height: 133px;		
	}
	
	.uslugi_bg .tail:nth-child(7){
		height: 91px;
		margin-top: -44px;
	}

	.uslugi_bg .tail:nth-child(8){
		height: 96px;		
	}
	
	.uslugi_bg .tail:nth-child(9){
		height: 132px;
		margin-top: -49px;
	}
	
	.uslugi_bg .tail:nth-child(10){
		height: 83px;
	}

	.uslugi_bg .tail .tails__content__title{
		padding: 15px 22px 0px 22px;
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
	.uslugi_bg .tail .tails__content__text{
		display: none;
		margin-bottom: 0px;
	}
	/**/
	.advantage_full{
		background: transparent url(../img/advantage_full.jpg) 50% 15px no-repeat;	
		background-size: 100% auto;
	}
	
	.advantage {
		background-image: none;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	
	.advantage_title h2.h2__line-right{
		width: 165px;
	}
	
	.advantage_title h2.h2__line-right::after {
		width: 6px;
		height: 102px;
	}
	
	.advantage__paragraph {
		padding: 0px;
		margin-bottom: 5px;
	}
	
	.advantage__paragraph_title{
		position: relative;
		padding-top: 7px;
		font-size: 34px;
		min-height: 40px;
		padding-left: 37px;
		background: transparent url(../img/advantage__paragraph_title.png) 0px 10px no-repeat;
		margin-bottom: 0px;
	}
	
	.advantage__paragraph_title br{
		display: none;
	}
	
	.hide_mobile_btn_advantage{
		position: absolute;
		right: 0px;
		top: 0px;
		margin: 0px;
	}
	
	.advantage__paragraph_text{
		padding-top: 15px;
		font-size: 14px;
		display: none;
	}
	/**/
	.steps {
		margin-top: 0px;
		padding-top: 15px;
	}
	
	.steps .mb-5, .steps .my-5 {
		margin-bottom: 15px !important;
	}
	
	.steps .mt-4, .steps .my-4 {
		margin-top: 0px !important;
	}
	
	.steps .mt-4 a, .steps .my-4 a {
		width: 250px;
		margin: 0 auto;
	}	
	/**/
	.clients{
		
	}
	
	.clients .col-12 .row{
		margin-right: -7px;
		margin-left: -7px;		
	}	
	
	.clients .col-4{
	    position: relative;
		padding-right: 7px;
		padding-left: 7px;
	}
	
	.clients .offset-3 {
		margin-left: 0px;
	}
	
	.clients__img-block {
		margin: 0px 0px 12px 0px;
	}
	/**/
	.reviews {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	/**/
	.part_form_kp{
		padding-bottom: 0px;
		overflow: visible;
		margin-bottom: 150px;
	}
	
	.form-bottom__h2{
		font-size: 75px !important;
		margin-top: -15px;
		margin-bottom: -5px;
	}
	
	.part_form_kp_foot{
		padding-top: 20px;
		width: 250px;
		margin: 0 auto;
		height: 170px;
		margin-bottom: -150px;
	}
	
	.part_form_kp_foot p, .part_form_kp_foot a{
		color: #212529 !important;
	}	
	/**/
	.footer{
		padding: 30px 15px 15px 15px;		
	}
	
	.footer__contacts{
		padding: 0px;
	}
	
	.footer__contacts p{
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	p.footer__contacts_title{
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.footer__contacts_phone{
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	.footer__contacts_phone a{
		font-size: 22px;
	}
	/**/
	.footer-dark .row{
		line-height: 17px;
	}
	
	.footer-dark {
		padding: 5px 0px 5px 0px;
	}
	
	.footer-dark p{
		font-size: 12px;
	}	
	
	.footer-dark__docs{
		font-size: 12px;
	}	
	/**/
	.footer-dark__social{
		display: none;
		text-align: center;
	}
	
	.footer-dark__social a{
		height: 30px;
		width: 30px;
	}	
	/**/
	.footer__logo{
		display: none;		
	}
	
	.footer__text{
		display: none;		
	}	
	/**/
	.diktori_list{
		margin-left: -5px;
		margin-right: -5px;
	}

	.diktori_item{
		display: block;
		margin: 0px 0px 25px 0px;
		width: auto;
		box-shadow: 0 5px 15px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);
		padding: 10px 15px 10px 15px;
	}

	.diktori_item_img{
		width: 85px;
		height: 85px;
	}

	.diktori_item_golos, .diktori_item_price, .diktori_item_srok{
		margin-left: 95px;
		font-size: 14px;
	}
	
	.diktori_item_golos_link{
		width: 30px;
		height: 30px;
	}


	.diktori_item_golos{
		padding-top: 7px;
		padding-bottom: 17px;
	}

	.diktori_item_price{
		padding-bottom: 17px;	
	}

	.diktori_item_srok{
		padding-bottom: 12px;	
	}

	.diktori_item_name{
		font-size: 30px;	
	}
	/**/
	.vidrol_list{
		margin-left: -5px;
		margin-right: -5px;	
	}

	.vidrol_item{
		display: inline-block;
		margin: 0px 0px 20px 0px;
		width: auto;
		box-shadow: 0 5px 15px rgba(50, 50, 93, .1), 0 5px 10px rgba(0, 0, 0, .07);
		padding-bottom: 14px;
	}

	.vidrol_item_name{
		padding: 10px 14px 10px 14px;
		font-size: 18px;
	}

	.vidrol_item_srok, .vidrol_item_price, .vidrol_item_hron{
		font-size: 14px;	
		padding-left: 14px;
		padding-right: 14px;
	}

	.vidrol_item_price span span{
		font-size: 20px;
	}

	.vidrol_item_srok{
		padding-bottom: 5px;
	}

	.vidrol_item_price{
		padding-bottom: 10px;
	}

	.vidrol_item_hron{
		padding-bottom: 0px;	
	}
	/**/


	/* CALC BEG */
	/**/
	h2.h2__two-lines_calc{
		padding: 15px 0px 10px 0px;
		margin: 0px 0px 15px 0px;
	}

	.h2__two-lines_calc:before {
		top: 0.3em;
	}

	.h2__two-lines_calc:after {
		bottom: .07em;
	}
	/**/
	.calc_section_left, .calc_section_right{
		float: none;
		width: auto;
		padding: 0;
	}
	.calc_field{
		margin-bottom: 15px;
	}

	.calc_field_title{
		font-size: 18px;
	}
	/**/
	.calc_field_select .calc_field_title{
		margin-bottom: 2px;
	}

	.calc_field_select .calc_field_body select{
		height: 34px;
		padding: 0px 10px 0px 10px;
		width: 100%;
	}
	/**/
	.calc_field_select1 .calc_field_title {
		width: 195px;
	}

	.calc_field_select1 .calc_field_body select{
		height: 34px;
		padding: 0px 10px 0px 10px;
	}
	/**/
	.calc_field_range .calc_field_title{
		margin-bottom: 2px;
	}

	.calc_field_range input[type="text"]{
		width: 55px;
		height: 34px;
		margin-right: 15px;
	}

	.calc_field_range input[type="range"]{
		width: 185px;
		height: 34px;
	}
	/**/
	.calc_field_checkbox_grid .calc_field_title{
		margin-bottom: 5px;
	}

	.calc_field_checkbox_grid .calc_field_body{
		padding-bottom: 5px;
	}

	.calc_field_checkbox_grid .calc_field_body table,
	.calc_field_checkbox_grid .calc_field_body table tbody,
	.calc_field_checkbox_grid .calc_field_body table tr,
	.calc_field_checkbox_grid .calc_field_body table td
	{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.calc_field_checkbox_grid .calc_field_body table td{
		padding: 5px;
		font-size: 18px;
		line-height: 20px;
		margin-bottom: -1px;
	}

	.calc_field_checkbox_grid .calc_field_body table td div{
		margin-right: 20px;
	}

	.calc_field_checkbox_grid .calc_field_body input{
		width: 16px;
		height: 16px;
		font-size: 24px;
		right: 5px;
		margin-top: -7px;
	}
	/**/
	.calc_field_result .calc_field_title{
		width: 160px;
		line-height: 20px;
		font-size: 18px;
	}

	.calc_field_result .calc_field_body input{
		height: 34px;
		width: 140px;
		border: 1px solid #ee909a;
		font-size: 20px;
	}
	/**/
	.calc_field_zakaz .calc_field_body > div{
		font-size: 14px;
		line-height: 20px;
		width: 300px;
		max-width: 100%;
		margin-bottom: 10px;
		padding-top: 5px;
	}

	.calc_field_zakaz .calc_field_body .btn{
		width: 240px;
	}
	/**/
	.calc_field_null{
		display: none;
	}
	/**/
	/* CALC END */


}
/**/
/**/