

/* Start:/bitrix/templates/.default/components/bitrix/menu/top-menu/style.min.css?1574249847490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/template1/style.min.css?1574249847467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer-menu1/style.min.css?1574249847490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/footer-menu1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer-menu2/style.min.css?1574249847490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/footer-menu2/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/elcore/feedback/otzivy/style.css?15790713663156*/
.elc_form{
	width:420px;
	position:relative;
}
.elc_form .elc_title{
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.elc_form .elc_text a{
	text-decoration:none;
}
.elc_form .elc_ok_mess{
	margin-top:15px;
}
.elc_form .elc_string{
    width: 420px;
    margin: 0 0 10px 0;
    font-size: 16px;
    padding-top: 25px;
    position: relative;
}
.elc_form .elc_string input {
    background: none;
    border: none;
    width: 420px;
    height: 24px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    z-index: 2;
    position: relative;
}
.elc_form .elc_string label {
    margin: 0;
    top: 25px;
    left: 0;
    display: block;
    position: absolute;
    font-size: 16px;
    z-index: 1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
	opacity:0.5;
}
.elc_form .elc_string.active label {
    top: 5px;
    font-size: 14px;
    opacity: 1;
}
.elc_form .elc_string:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-size: 100% 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 3;
}
.elc_form .elc_string.text{
	padding-top:45px;
}
.elc_form .elc_string.text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
    width: 0;
    height: 1px;
    background-size: 100% 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 3;
}
.elc_form .elc_string.active:after {
    width: 100%;
}
.elc_form .elc_string.text.active:before {
    width: 100%;
}
.elc_form .elc_string.text label{
	top:20px;
}
.elc_form .elc_string textarea{
	width:400px;
	height:100px;
	padding:10px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	display:block;
	resize: none;
	background:none
}
.elc_form .elc_string.textarea.active label{
	top: 20px;
    font-size: 14px;
    opacity: 1;
}
.elc_form .elc_string.elc_captha img{
	position:absolute;
	right:0;
	top:13px;
}
.elc_form .elc_string.elc_captha input{
	width:210px;
}
.elc_form .submit{
    width: 136px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: block;
    margin: 32px 0 0 0;
    text-align: center;
    font-size: 18px;
    background: none;
    box-sizing: initial;
    padding: 0;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	z-index:2;
}
.elc_form .submit:before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.elc_form .submit:hover::before{
	width:50%;
}
.elc_form .submit:after{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.elc_form .submit:hover::after{
	width:50%;
}
.elc_form .elc_string.error label {
    opacity: 1;
}
/* End */


/* Start:/bitrix/templates/.default/components/elcore/feedback/otzivy/themes/black/style.css?15790713661153*/
.elc_form.tpl-black .elc_title{
	color: #bababa;
}
.elc_form.tpl-black .elc_text{
	color: #bababa;
}
.elc_form.tpl-black .elc_text a{
	color: #bababa;
	border-bottom:1px solid #bababa;
}
.elc_form.tpl-black .elc_ok_mess{
	color:#fff;
}
.elc_form.tpl-black .elc_string input{
	border-bottom: 1px solid RGBA(250,250,250,0.2);
	color:#fff;
}
.elc_form.tpl-black .elc_string label{
	color:#fff;
}
.elc_form.tpl-black .elc_string:after,
.elc_form.tpl-black .elc_string.text:before{
	background: #fff;
}
.elc_form.tpl-black .elc_string textarea{
	border:1px solid RGBA(250,250,250,0.2);
	color:#fff;
}
.elc_form.tpl-black .elc_string textarea:focus{
	border-left-color:#fff;
	border-right-color:#fff;
}
.elc_form.tpl-black .submit{
	color: #fff;
	border: 1px solid #fff;
}
.elc_form.tpl-black .submit:hover{
	color:#000;
}
.elc_form.tpl-black .submit:before{
	background: #fff;
}
.elc_form.tpl-black .submit:after{
	background: #fff;
}
.elc_form.tpl-black .elc_string.error label {
    color: #ff3939;
}
.elc_form.tpl-black .elc_string.error input {
    border-bottom-color: #ff3939;
}
.elc_form.tpl-black .elc_string.error textarea{
	border-color: #ff3939;
}
/* End */


/* Start:/bitrix/templates/.default/components/elcore/feedback/otzivy2/style.css?15742498483156*/
.elc_form{
	width:420px;
	position:relative;
}
.elc_form .elc_title{
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.elc_form .elc_text a{
	text-decoration:none;
}
.elc_form .elc_ok_mess{
	margin-top:15px;
}
.elc_form .elc_string{
    width: 420px;
    margin: 0 0 10px 0;
    font-size: 16px;
    padding-top: 25px;
    position: relative;
}
.elc_form .elc_string input {
    background: none;
    border: none;
    width: 420px;
    height: 24px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    z-index: 2;
    position: relative;
}
.elc_form .elc_string label {
    margin: 0;
    top: 25px;
    left: 0;
    display: block;
    position: absolute;
    font-size: 16px;
    z-index: 1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
	opacity:0.5;
}
.elc_form .elc_string.active label {
    top: 5px;
    font-size: 14px;
    opacity: 1;
}
.elc_form .elc_string:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-size: 100% 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 3;
}
.elc_form .elc_string.text{
	padding-top:45px;
}
.elc_form .elc_string.text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
    width: 0;
    height: 1px;
    background-size: 100% 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 3;
}
.elc_form .elc_string.active:after {
    width: 100%;
}
.elc_form .elc_string.text.active:before {
    width: 100%;
}
.elc_form .elc_string.text label{
	top:20px;
}
.elc_form .elc_string textarea{
	width:400px;
	height:100px;
	padding:10px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	display:block;
	resize: none;
	background:none
}
.elc_form .elc_string.textarea.active label{
	top: 20px;
    font-size: 14px;
    opacity: 1;
}
.elc_form .elc_string.elc_captha img{
	position:absolute;
	right:0;
	top:13px;
}
.elc_form .elc_string.elc_captha input{
	width:210px;
}
.elc_form .submit{
    width: 136px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: block;
    margin: 32px 0 0 0;
    text-align: center;
    font-size: 18px;
    background: none;
    box-sizing: initial;
    padding: 0;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	z-index:2;
}
.elc_form .submit:before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.elc_form .submit:hover::before{
	width:50%;
}
.elc_form .submit:after{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.elc_form .submit:hover::after{
	width:50%;
}
.elc_form .elc_string.error label {
    opacity: 1;
}
/* End */


/* Start:/bitrix/templates/.default/components/elcore/feedback/otzivy2/themes/black/style.css?15742498481153*/
.elc_form.tpl-black .elc_title{
	color: #bababa;
}
.elc_form.tpl-black .elc_text{
	color: #bababa;
}
.elc_form.tpl-black .elc_text a{
	color: #bababa;
	border-bottom:1px solid #bababa;
}
.elc_form.tpl-black .elc_ok_mess{
	color:#fff;
}
.elc_form.tpl-black .elc_string input{
	border-bottom: 1px solid RGBA(250,250,250,0.2);
	color:#fff;
}
.elc_form.tpl-black .elc_string label{
	color:#fff;
}
.elc_form.tpl-black .elc_string:after,
.elc_form.tpl-black .elc_string.text:before{
	background: #fff;
}
.elc_form.tpl-black .elc_string textarea{
	border:1px solid RGBA(250,250,250,0.2);
	color:#fff;
}
.elc_form.tpl-black .elc_string textarea:focus{
	border-left-color:#fff;
	border-right-color:#fff;
}
.elc_form.tpl-black .submit{
	color: #fff;
	border: 1px solid #fff;
}
.elc_form.tpl-black .submit:hover{
	color:#000;
}
.elc_form.tpl-black .submit:before{
	background: #fff;
}
.elc_form.tpl-black .submit:after{
	background: #fff;
}
.elc_form.tpl-black .elc_string.error label {
    color: #ff3939;
}
.elc_form.tpl-black .elc_string.error input {
    border-bottom-color: #ff3939;
}
.elc_form.tpl-black .elc_string.error textarea{
	border-color: #ff3939;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top-menu-footer/style.min.css?1574249847490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/top-menu-footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/UKVZ_site/template_styles.css?1620468821375*/
.header_baner__info {
	background: rgba(255,255,255,0.4);
    border-radius: 20px;
}

@media screen and (max-width: 640px) {
	body section.header_baner .header_baner__items .slick-list .slick-track .header_baner__item .header_baner__content .header_baner__info {
		padding-left: 12px;
	}

section.main_news div.news_items_navigation .news_items__arrow {
		display: none;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/top-menu/style.min.css?1574249847490 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/template1/style.min.css?1574249847467 */
/* /bitrix/templates/.default/components/bitrix/menu/footer-menu1/style.min.css?1574249847490 */
/* /bitrix/templates/.default/components/bitrix/menu/footer-menu2/style.min.css?1574249847490 */
/* /bitrix/templates/.default/components/elcore/feedback/otzivy/style.css?15790713663156 */
/* /bitrix/templates/.default/components/elcore/feedback/otzivy/themes/black/style.css?15790713661153 */
/* /bitrix/templates/.default/components/elcore/feedback/otzivy2/style.css?15742498483156 */
/* /bitrix/templates/.default/components/elcore/feedback/otzivy2/themes/black/style.css?15742498481153 */
/* /bitrix/templates/.default/components/bitrix/menu/top-menu-footer/style.min.css?1574249847490 */
/* /bitrix/templates/UKVZ_site/template_styles.css?1620468821375 */
