@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
}
*, 
*:before, 
*:after { 
-webkit-box-sizing: inherit; 
-moz-box-sizing: inherit; 
-ms-box-sizing: inherit; 
-o-box-sizing: inherit; 
box-sizing: inherit; 
} 
*:focus{ 
outline: none; 
} 
*{
padding: 0; 
} 
a{
text-decoration: none;
line-height: normal;
color: #333333;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-ms-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
a:hover{
color: #e31e24;
}
body{ 
width: 100%; 
font-family: 'roboto_condensedregular';
color: #333333;
font-size: 16px;	
padding-top: 113px;
margin: 0 auto; 
}
input{
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="text"]:invalid,
textarea:invalid{
	box-shadow: none;
}
header *,
footer *{
	margin: 0;
	padding: 0;
}
/*
	f041 - map marker
	f10b - mobile
	f095 - phone
	f0e0 - envelope
	f232 - whatsapp
	f16d - insta
	f09a - facebook
	f104 - angle left
	f105 - angle right
    f099 - twitter
    f189 - vk
*/
.map-marker:before{
    content: '\f041';
    font-family: 'FontAwesome';
    font-style: normal;
}
.envelope:before{
    content: '\f0e0';
    font-family: 'FontAwesome';
    font-style: normal;
}
.phone:before{
    content: '\f095';
    font-family: 'FontAwesome';
    font-style: normal;
}
.insta:before{
    content: '\f16d';
    font-family: 'FontAwesome';
    font-style: normal;
}
.facebook:before{
    content: '\f09a';
    font-family: 'FontAwesome';
    font-style: normal;
}
.vk:before{
    content: '\f189';
    font-family: 'FontAwesome';
    font-style: normal;
}
.twitter:before{
    content: '\f099';
    font-family: 'FontAwesome';
    font-style: normal;
}
h1{
	font-size: 42px;
	color: #333333;
	margin: 45px 0;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	font-weight: 100;
}
h1:after{
	content: '';
	width: 1500px;
	height: 1px;
	background: #e2001a;
	position: absolute;
	left: 0;
	bottom: 0;
}
header{
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px -8px #333;
	padding: 20px 0;
	z-index: 9;
}
header .container {
    position: relative;
}
.container{
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.logo,
.menu{
	display: block;
	vertical-align: bottom;
}
.menu .nav{
	display: flex;
	justify-content: space-between;
	margin: 0 -9px;
	margin-top: 0px;
}
.menu .nav > li{
	padding: 0 11px;
	font-size: 18px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}
.nav li a{
	color: #666666;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.menu .nav .submenu--nav{
	padding-right: 15px;
}
.nav li a:hover,
.nav li.submenu--nav > a:hover:after,
.nav li.active a{
	color: #e41129;
}
.submenu--nav > a:after{
	content: '\f0dd';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #666666;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	position: absolute;
	top: 0;
	right: -0;
}

.submenu{
    background-color: #fff;
	position: absolute;
	display: none;
	top: 24px;
	left: 0;
	min-width: 100%;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.3);
	z-index: 2;
}
.submenu li{
	white-space: nowrap;
	display: block;
	padding: 3px 9px;
}

.search--btn {
    display: block;
    font-family: 'fontAwesome';
    font-size: 20px;
    color: #e41129;
    position: absolute;
    top: 19px;
    right: 15px;
}
.search--btn:after {
    content: '\f002';
}
.search {
    display: none;
    width: 300px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: 9px;
    padding-right: 20px;
    border: 1px solid #e2001a;
    box-sizing: border-box;
    z-index: 1;
}
.search input[type="text"] {
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: none;
    padding: 5px 10px;
}
.search button {
    background-color: transparent;
    font-family: 'fontAwesome';
    font-size: 20px;
    color: #e2001a;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
}
.pags a{
	display: inline-block;
	margin-right: 10px;
}
.pags a.active{
	color:#e31e24!important;
	pointer-events: none;
}
.search button:after {
    content: '\f002';
}

.main--slider{
	margin-top: 25px;
	font-size: 0;
	height: 420px;
	position: relative;
}
.main--slider .container{
	position: relative;
}
.welcome--block{
	width: 65%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	position: relative;
}
.welcome--block img{
	width: 100%;
	object-fit: cover;
}
.welcome--block__text{
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	top: 70%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 35px 60px;
}
.welcome--block__text h4{
	font-family: 'roboto_condensedbold';
	font-size: 30px;
	color: #e70019;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.welcome--block__text p{
	color: #333333;
}
.slider,
.welcome{
	width: 65%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.slider img{
	width: 100%;
}
.main--slider .slick-next{
	right: 50px;
}
.main--slider .slick-prev{
	right: 75px;
	left: auto;
}
.main--slider .slick-prev, 
.main--slider .slick-next{
	top: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	bottom: 50px;
	z-index: 1;
}
.main--slider .slick-prev:before,
.main--slider .slick-next:before{
	font-family: 'FontAwesome';
	opacity: 1;
	font-size: 32px;
	color: #e2001a;
}
.main--slider .slick-prev:before{
	content: '\f104';
}
.main--slider .slick-next:before{
	content: '\f105';
}
.welcome{
	width: 35%;
	padding: 40px 5px 0 30px;
	background: #e2001a;
	position: absolute;
	height: calc(100% - 5px);
}
.welcome h4{
	font-size: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'roboto_condensedregular';
	font-weight: 100;
}
.welcome p{
	font-size: 18px;
	color: #fff;
}
.more{
	font-size: 20px;
	color: #e2001a;
	text-transform: uppercase;
	padding: 13px 25px;
	background: #fff;
	margin-top: 20px;
	display: table;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.more:hover{
	background: #e2001a;
	color: #fff;
}
.welcome-to{
	width: 100%;
	overflow: hidden;
	font-size: 0;
	padding-top: 25px;
}
.welcome--img,
.welcome--text{
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.welcome--img{
	text-align: center;
}
.welcome--text{
	padding-bottom: 70px;
	width: 58%;
}
.more--btn{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 25px;
	background: #e2001a;
	margin-top: 40px;
	display: table;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.more--btn:hover{
	background: #878787;
	color: #fff;
}
.choose{
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}
.choose--block{
	margin: 0 -15px; 
}
.choose--list{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	position: relative;
}
.choose--img{
	width: 50%;
	display: table;
	margin-right: 0;
	margin-left: auto;
}
.choose--img img{
	width: 100%;
}
.choose--text{
	width: 50%;
	font-size: 16px;
	position: absolute;
	left: 1px;
	top: 0;
	height: 100%;
	background: #e2001a;
	padding: 30px 15px 0 15px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.choose--text h4{
	font-size: 22px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.choose--text p{
	color: #fff;
}
.choose--list a:hover .choose--text{
	background: #878787;
}
footer{
	width: 100%;
	padding: 35px 0;
	position: relative;
}
.footer--menu ul{
	margin: 0 -15px;
}
.footer--menu ul li{
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 15px;
	display: inline-block;
	list-style-type: none;
}
.footer--menu ul li a{
	color: #898989;
}
.footer--menu ul li a:hover,
.footer--menu ul li.active a{
	text-decoration: underline;
}
.footer--bottom{
	padding-top: 20px;
	font-size: 0;
}
.copyright,
.artmedia{
	width: 65%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.artmedia{
	width: 35%;
	text-align: right;
	margin-top: 30px;
}
.footer--bottom p{
	font-size: 16px;
	color: #898989;
}
.copyright *,
.artmedia *{
	display: inline-block;
	vertical-align: bottom;
}
.copyright img{
	padding-right: 40px;
}
.artmedia img{
	padding-left: 15px;
}
.footer--png{
	width: 100%;
}
.cat{
	padding-top: 70px;
	padding-bottom: 50px;
}
.cat--block{
	font-size: 0;
	margin: 0 -15px;
}
.cat--list{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}
.cat--text{
	height: 70px;
	background: #e2001a;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	position: relative;
}
.cat--text p{
	font-size: 24px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	margin: 0;
	color: #fff;
}
.cat img{
	width: 100%;
}
.cat--list a:hover .cat--text{
	background: #888888;
}
.question--block{
	background: #e3e4e6;
	padding: 27px 0 50px 0;
	font-size: 0;
}
.question--list{
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-left: 30px;
}
.question h3{
	font-size: 30px;
	text-transform: uppercase;
	color: #e2001a;
	margin: 0;
	font-weight: 100;
}
.question h3 span{
	font-family: 'roboto_condensedbold';
}
.question h5{
	font-family: 'roboto_condensedbold';
	font-size: 18px;
	color: #333333;
	margin: 0;
	margin-top: 15px;
}
.question p{
	color: #333333;
}
.question p.date{
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -16px;
}
.question .more--btn{
	margin-top: 0;
}
.page--img{
	margin-top: 25px;
	margin-bottom: 40px;
}
.page--img img{
	width: 100%;
}
.page{
	font-size: 0;
	overflow: hidden;
}
.sidebar,
.page--text{
	width: 26%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.page--text{
	width: 74%;
	padding-left: 30px;
}
.page--text .breadcrumbs .container {
	padding: 0;
}
.sidebar{
	background: linear-gradient(to top, #dcdcdc, #f7f7f7);
	padding: 35px 15px 30px 25px;
}
.sidebar h5{
	font-size: 28px;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 35px;
	font-weight: 100;
}
.sidebar ul{
	padding: 0;
	margin: 0;
}
.sidebar ul li{
	font-size: 18px;
	padding-bottom: 10px;
	list-style-type: none;
	text-transform: uppercase;
}
.sidebar ul li a{
	color: #666666;
}
.sidebar ul li a:hover,
.sidebar ul li.active a{
	color: #e2001a;
}
.breadcrumbs {
	margin: 15px 0 0 0;
}
.breadcrumbs ul{
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li{
	font-size: 14px;
	display: inline-block;
}
.breadcrumbs ul li a{
	color: #333333;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.breadcrumbs ul li:after{
	content: '/';
	padding-left: 3px;
	padding-right: 3px;
}
.breadcrumbs ul li:last-child:after{
	content: none;
}
.breadcrumbs ul li.active,
.breadcrumbs ul li a:hover{
	color: #e2001a;
}
.page--text p{
	font-size: 16px;
	color: #333333;
}
.fl-r{
	float: right;
}
.contacts--block{
	font-size: 0;
}
.contacts--info,
.map{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.map{
	width: 65%;
}
.adress{
	padding: 0;
	margin: 0;
}
.adress li{
	color: #333333;
	position: relative;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-type: none;
}
.adress li a{
	color: #333333;
	display: block;
}
.adress li a:hover{
	color: #ff0013;
}
.adress .map-marker:before,
.adress .phone:before,
.adress .envelope:before{
	position: absolute;
	font-size: 16px;
	color: #ff0013;
	top: 2px;
	left: 0;
}
.feedback{
	background: #f1f1f2;
	padding-bottom: 70px;
}
.feedback h3{
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0;
	color: #333333;	
	padding-top: 40px;
}
.feedback form{
	width: 750px;
	margin: 0 auto;
	font-size: 0;
}
.feedback form input[type="text"],
.feedback form textarea{
	width: 48%;
	margin-right: 4%;
	background: #fff;
	border: none;
	padding: 15px 20px;
	color: #999999;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 16px;
	font-family: 'roboto_condensedregular';
}
.feedback form input[type="text"]:first-child,
.feedback form textarea{
	margin-right: 0;
	width: 100%;
}
.feedback form input[type="text"]:nth-child(3){
	margin-right: 0;
}
.feedback form input[type="submit"]{
	padding: 8px 35px;
	background: #ff0013;
	color: #fff;
	border: none;
	font-size: 16px;
	float: right;
	margin-top: -35px;
	cursor: pointer;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.feedback form input[type="submit"]:hover{
	background: #10277c;
}
.action--img{
	width: 100%;
}
.page--list{
	margin: 0;
	padding: 0;
}
.page--list li{
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.page--list li:before{
	content: '';
	width: 9px;
	height: 9px;
	border: 1px solid #e30c25;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}
.faq h5{
	font-family: 'roboto_condensedbold';
	font-size: 18px;
	color: #333333;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.faq h5:before{
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #ff000b;
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: 100;
}
.faq h5:after{
	content: 'Показать все ответы';
}
.faq h5.minus:before{
	content: '\f068';
}
.faq h5.minus:after{
	content: 'Скрыть все ответы';
}
.faq ul{
	padding: 0;
	margin: 0;
}
.faq ul li{
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
	list-style-type: none;
}
.faq ul li:before{
	content: '\f067';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #ff000b;
	position: absolute;
	left: 0;
	top: 2px;
}
.faq ul li.minus:before{
	content: '\f068';
}
.faq ul li h6{
	color: #333333;
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
}
.faq ul li p{
	font-size: 16px;
	color: #333333;
	margin-bottom: 0;
	margin-top: 10px;
	display: none;
}
.action{
	margin-top: 35px;
}

.choice .choice__block {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    font-size: 22px;
    text-align: center;
    transform: translateY(-50%);
}
.choice .choice__block a {
    display: inline-block;
    vertical-align: top;
    font-family: 'roboto_condensedbold';
    font-size: 26px;
    text-transform: uppercase;
    background-color: #e3e4e6;
    color: #fff;
    padding: 10px 20px;
    margin: 0 45px 15px;
}
.choice .choice__block a:hover {
    background-color: #e2001a;
}
.choice .choice__block p {
    margin-bottom: 30px;
}
.page .news1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.page .date {
    color: #868686;
    margin-bottom: 10px;
}
.page a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
	body{
		padding-top: 89px;
	}
	header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		background: #fff;
	}
	.container{
		width: 720px;
	}
    .search--btn {
        top: 15px;
        right: 60px;
    }
    .search {
        top: 9px;
        right: 54px;
    }
	.main--slider{
		height: inherit;
	}
	.slider, .welcome{
		width: 100%;
	}
	.welcome{
		position: relative;
		margin-top: -5px;
		padding: 25px 5px 25px 20px;
	}
	.welcome h4{
		font-size: 26px;
	}
	.welcome p{
		font-size: 16px;
	}
	.more{
		font-size: 16px;
	}
	.welcome-to{
		padding-top: 0;
	}
	.welcome-to h1{
		padding-right: 25%;
	}
	.welcome-to .container{
		position: relative;
	}
	.welcome--text{
		width: 100%;
	}
	.welcome--img{
		width: 25%;
		position: absolute;
		right: 0;
		top: 0%;
	}
	.welcome--img img{
		width: 100%;
	}
	h1{
		font-size: 28px;
		margin: 20px 0;
	}
	.more--btn{
		font-size: 16px;
		margin-top: 25px;
	}
	.choose--block{
		margin: 0;
	}
	.choose--list{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.choose--text{
		padding-top: 20px;
	}
	.choose--text h4{
		font-size: 20px;
	}
	footer{
		padding: 25px 0;
	}
	.copyright, .artmedia{
		vertical-align: bottom;
	}
	.footer--bottom p{
		font-size: 14px;
	}
	.copyright img{
		padding-right: 10px;
		width: 135px;
	}
	.artmedia img{
		padding-left: 10px;
	}
	.welcome--block{
		width: 100%;
	}
	.welcome--block__text{
		padding: 20px 35px;
	}
	.cat{
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.welcome--block__text h4{
		font-size: 20px;
	}
	.cat--list{
		width: 50%;
		margin-bottom: 15px;
	}
	.cat--text{
		height: 50px;
	}
	.cat--text p{
		font-size: 18px;
	}
	.question--list{
		padding-left: 5px;
	}
	.question h3{
		font-size: 20px;
		padding-left: 15px;
	}
	.question h5{
		font-size: 16px;
		margin-top: 0;
	}
	header .container{
		position: relative;
	}
	header .nav--btn {
		display: block;
		width: 35px;
		height: 30px;
		position: absolute;
		top: 10px;
		right: 15px;
		z-index: 1;
	}
	header .nav--btn span {
		display: block;
		background-color: #e31e24;
		width: 85%;
		height: 3px;
		position: absolute;
		left: 0;
		right: 0;
		transition: 300ms;
		margin: 0 auto;
	}
	header .nav--btn span:nth-of-type(1) {
		top: 7px;
	} 
	header .nav--btn span:nth-of-type(2) {
		top: 14px;
	}
	header .nav--btn span:nth-of-type(3) {
		top: 21px;
	}
	header .nav--btn.open span:nth-of-type(1) {
		top: 14px;
		transform: rotate(45deg);
	} 
	header .nav--btn.open span:nth-of-type(2) {
		opacity: 0;
	}
	header .nav--btn.open span:nth-of-type(3) {
		top: 14px;
		transform: rotate(-45deg);
	}
	.menu{
		display: none;
		width: 100%;
		position: absolute;
		background: #fff;
		z-index: 1;
		top: 72px;
		left: 0;
	}
	.menu .nav{
		margin: 0;
	}
	.menu .nav li{
		display: block;
		padding: 5px 15px;
	}
	.submenu{
		position: relative;
		top: auto;
	}
	.submenu--nav > a:after{
		right: 25px;
	}
	.sidebar{
		width: 30%;
	}
	.page--text{
		width: 70%;
	}
	.sidebar h5{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sidebar ul li{
		font-size: 16px;
	}
	.fl-r{
		width: 100px;
		margin-left: 15px;
	}
	.contacts--info, .map{
		width: 100%;
	}
	.feedback h3{
		font-size: 26px;
		margin: 30px 0;
		padding-top: 25px;
	}
	.page--text{
		padding-left: 20px;
	}
    .choice .choice__block a {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
	body{
		padding-top: 58px;
	}
	.container{
		width: 100%;
	}
	header{
		padding: 12px 0;
		padding-bottom: 8px;
	}
	.logo img{
		width: 220px;
		padding-left: 20px;
	}
    .search {
        top: 0;
    }
    .search--btn {
        top: 6px;
    }
	.welcome h4{
		font-size: 20px;
	}
	.more{
		padding: 8px 18px;
		margin-top: 15px;
	}
	h1{
		font-size: 22px;
	}
	.welcome--img{
		display: none;
	}
	.more--btn{
		padding: 8px 18px;
		margin-top: 15px;
	}
	.welcome--text{
		padding-bottom: 20px;
	}
	.choose--list{
		width: 100%;
		margin: 0 auto;
		display: table;
		margin-bottom: 10px;
	}
	.choose--text h4{
		font-size: 16px;
	}
	header .nav--btn{
		position: fixed;
		top: 12px;
	}
	.menu{
		max-height: -webkit-calc(100% - 58px);
		max-height: -moz-calc(100% - 58px);
		max-height: -ms-calc(100% - 58px);
		max-height: calc(100% - 58px);
		position: fixed;
		top: 58px;
		left: 0;
		right: 0;
		overflow: auto;
		margin: 0;
	}
	.question--list:first-child{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.question--list{
		width: 50%;
		padding-left: 15px;
	}
	.question h3 br{
		display: none;
	}
	footer{
		padding-bottom: 0;
	}
	.copyright, .artmedia{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.sidebar{
		width: 0;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		padding: 0;
		padding-top: 70px;
		overflow: auto;
	}
	.sidebar h5{
		text-align: center;
		white-space: nowrap;
	}
	.sidebar ul li{
		white-space: nowrap;
	}
	.sidebar ul{
		padding: 0 60px;
	}
	.side--open{
		position: fixed;
		top: 50%;
		left: 10px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.side--open:after{
		content: '\f105';
		font-family: 'FontAwesome';
		font-size: 26px;
		color: #ff000b;
		padding: 10px;
		background: #fff;
		border-radius: 5px;
		border: 1px solid #f2f2f2;
		box-shadow: 0 0 12px -5px #333;
	}
	.close--btn span{
		width: 18px;
		height: 3px;
		background: #e2001a;
		position: absolute;
		top: 90px;
		right: 20px;
	}
	.close--btn span:first-child{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.close--btn span:last-child{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.page--text{
		width: 100%;
	}
	.feedback form{
		width: 90%;
	}
	.feedback form input[type="text"], .feedback form textarea{
		width: 100%;
		margin-right: 0;
	}
    .choice .choice__block h2 {
        font-size: 20px;
    }
    .choice .choice__block a {
        font-size: 24px;
	}
	.artmedia {
		margin-top: 0px;
	}
}
@media screen and (max-width: 500px) {
    .logo img {
        width: 200px;
        padding-left: 0;
    }
    .search {
        width: auto;
        left: 15px;
        right: 15px;
    }
	.welcome--block__text{
		display: none;
	}
	.cat--list{
		width: 100%;
		display: table;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.question--list{
		width: 100%;
		margin-bottom: 10px;
		padding-right: 15px;
	}
	.feedback form input[type="submit"]{
		float: none;
		margin-top: 15px;
	}
    .choice .choice__block a {
        font-size: 18px;
    }
    .choose--text, .choose--img {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
    }
    .choose--img {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .footer--menu ul li {
        display: block;
    }
}
.download ul{
	padding: 0;
	margin: 0;
}
.download ul li{
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
	list-style-type: none;
}
.download ul li:before{
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #ff000b;
	position: absolute;
	left: 0;
	top: 2px;
}
.download ul li.minus:before{
	content: '\f106';
}
.download ul li h6{
	color: #333333;
	cursor: pointer;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
}
.down_block{
	font-size: 0;
	margin-left: -35px;
	margin-top: 10px;
	display: none;
}
.down_list{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}
.down_list img{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.down_list i{
	width: 10%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.down_list i:before{
	content: '\f019';
	font-family: 'FontAwesome';
	font-size: 18px;
	font-style: normal;
	color: #ff0013;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.down_list .down_text{
	width: 62%;
	display: inline-block;
	vertical-align: top;
}
.down_text h4{
	font-size: 16px;
	color: #ff0013;
	margin: 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.down_text p{
	font-size: 16px;
	color: #3f3f3f;
	margin-top: 8px;
	margin-bottom: 0;
}
.down_text span{
	font-size: 14px;
	color: #666666;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.down_list a{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	padding: 18px;
}
.down_list a:hover{
	background: #e3e4e4;
}
.down_list a:hover h4,
.down_list a:hover span,
.down_list a:hover i:before{
	color: #999999;
}
@media screen and (max-width: 1200px) {
	.down_list img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.down_list .down_text{
		width: 100%;
		display: block;
	}
	.down_list i{
		position: absolute;
		top: 18px;
		right: 10px;
	}
}
@media screen and (max-width: 500px){
	.down_list{
		width: 100%;
	}
	.down_list img{
		width: 90%;
	}
}
.q_item{
	/*height: 100%;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.q_flex{
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
	.news_title{
		font-size: 32px;
	}
	.submenu {
    	padding-top: 15px;
	}
	.submenu li a{
		text-transform: none;
	}
}

.table_scroll table{
	border: none!important;
	border-collapse: collapse!important;
	width: 100%!important;
}
.table_scroll table td{
	padding: 10px;
	border: 1px solid #e2001a;
}

@media screen and (max-width: 992px){
	.table_scroll{
		overflow-y: auto;
		padding-bottom: 10px;
	}
	.table_scroll table{
		width: 200%!important;
	}
	.table_scroll table td{
		padding: 10px;
	}
	.menu .nav {
	    display: block;
	    border-bottom: 1px solid #e8e8e8;
	    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 41%);
	}
	.page--text a{
		word-break: break-all;
	}
	.page--text {
	    padding-left: 0;
	}
	.page--img {
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.page--text img{
		float: none!important;
		max-width: 100%!important;
		display: block;
	}
	.copyright p{
		margin-top: 20px;
	}
	.feedback form {
	    width: 100%;
	}
	.footer--menu ul li {
	    display: block;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.footer--png {
	   
	    /*background: #f1f1f2;*/
	}
}


/* modal */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  .modal .modal__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.modal .modal__block {
  text-align: center;
  background-color: #ffffff;
  width: 32rem;
  position: absolute;
  padding: 2rem 3rem;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal__block .g-recaptcha {
  transform-origin: center center;
}
.modal .modal__block h4 {
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
  margin: 1.5rem 0;
  /* color: #404040; */
}
  .modal form {
    display: block;
  }


  .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8px;
  top: 10px;
  opacity: 1;
  outline: none; }
  .close:before, .close:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .close:hover:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .close:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

    @media screen and (max-width: 550px){
    .modal .modal__block {
        width: 95%;
        padding: 3rem 1rem;
    }
}