/*fonts*/
@font-face {
	font-family: helveticaneuecyr_roman;
	src: url("fonts/helvetica/helveticaneuecyr-roman.otf");
	font-display: swap;
}

@font-face {
	font-family: helveticaneuecyr_bold;
	src: url("fonts/helvetica/helveticaneuecyr-bold.otf");
	font-display: swap;
}

@font-face {
	font-family: helveticaneuecyr_light;
	src: url("fonts/helvetica/helveticaneuecyr-light.otf");
	font-display: swap;
}

@font-face {
	font-family: idealist;
	src: url("fonts/idealist/Idealist Sans.otf");
	font-display: swap;
}

@font-face {
	font-family: bebasneue;
	src: url("fonts/BebasNeue Regular.otf");
	font-display: swap;
}

@font-face {
	font-family: bebasneue_bold;
	src: url("fonts/BebasNeue Bold.ttf");
	font-display: swap;
}

@font-face {
	font-family: pt_caption_bold;
	src: url("fonts/PT Sans Pro Caption Bold.otf");
	font-display: swap;
}

@font-face {
	font-family: intro;
	src: url("fonts/Intro.otf");
	font-display: swap;
}

@font-face {
	font-family: myriadpro;
	src: url("fonts/MyriadPro-Regular.otf");
	font-display: swap;
}

@font-face {
	font-family: fontAwesome;
	src: url("fonts/fontawesome-webfont.ttf");
	font-display: swap;
}

/*colors*/
/*styles*/
p,
ul {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

a,
a:hover {
	text-decoration: none;
}

ul {
	list-style-position: inside;
}

input,
a,
select {
	outline: none;
}

html,
body {
	min-height: 100%;
}

h1,
h2,
h3,
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: helios, tahoma, arial, sans-serif;
	background-color: #f1e2dd;
}

i {
	font-family: fontAwesome;
	font-style: normal;
}

.clear {
	clear: both;
}

.no-margin {
	padding: 0;
}

.no-right {
	padding-right: 0;
}

.no-left {
	padding-left: 0;
}

.container-fluid {
	max-width: 1020px;
	min-width: 480px;
	margin: auto;
	background: #fff;
	padding: 0;
}

header .top-block {
	height: 45px;
	background: #333;
	padding: 0 15px;
}

header .top-block .top-phone {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #fff;
	margin-top: 11px;
	float: left;
}

header .top-block .top-phone>a {
	display: inline-block;
	vertical-align: middle;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #fff;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

header .top-block .top-phone>a:hover {
	color: #ccc;
}

header .top-block ul.header-socials {
	list-style-type: none;
	margin-top: 8px;
	float: right;
	display: inline-block;
}

header .top-block ul.header-socials li {
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
}

header .top-block ul.header-socials li:last-child {
	margin-right: 0;
}

header .top-block ul.header-socials li>a {
	font-family: fontAwesome;
	font-size: 20.3px;
	color: #fff;
}

header .top-block .language-switcher {
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
	float: right;
	margin-left: 11%;
}

header .top-block .language-switcher>a {
	display: inline-block;
	vertical-align: top;
	opacity: 0.5;
	margin-left: 12px;
}

header .top-block .language-switcher>a.active {
	opacity: 1;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}

header .middle-block {
	position: relative;
	border-top: 1px solid #e7e7e7;
}

header .middle-block .logo-block {
	padding-top: 30px;
	padding-left: 32px;
	padding-bottom: 32px;
	width: 65.7%;
	border-right: 1px solid #e7e7e7;
	float: left;
}

header .middle-block .logo-block>a {
	display: inline-block;
	padding-left: 110px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #666666;
	height: 120px;
	background: url("images/main-logo.jpg") left top no-repeat;
}

header .middle-block .logo-block>a .organization {
	padding-top: 3px;
}

header .middle-block .logo-block>a .org-name {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 38px;
	color: #333;
	line-height: 0.93;
	margin-top: 3px;
	text-transform: uppercase;
}

header .middle-block .logo-block>a .est {
	font-size: 12px;
	color: #c0c0c0;
	margin-top: 8px;
}

header .middle-block .right-block {
	width: 34.3%;
	float: right;
}

header .middle-block .right-block form.search-form {
	height: 56px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

header .middle-block .right-block form.search-form input[type="search"] {
	display: block;
	height: 55px;
	width: 100%;
	border: none;
	padding-left: 19px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #999;
}

header .middle-block .right-block form.search-form input[type="submit"] {
	display: block;
	width: 17%;
	height: 57px;
	border: 1px solid #e7e7e7;
	position: absolute;
	right: 0px;
	top: -1px;
	background: #fff;
	font-family: fontAwesome;
	font-size: 22px;
	color: #c7c7c7;
}

header .middle-block .right-block form.search-form .mobile-search {
	display: inline-block;
	width: 13%;
	min-width: 46px;
	height: 58px;
	font-size: 22px;
	background: #f0f0f0;
	text-align: center;
	padding-top: 13px;
	color: #c7c7c7;
	display: none;
}

header .middle-block .right-block .phones .title {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 19px;
}

header .middle-block .right-block .phones .short,
header .middle-block .right-block .phones .long {
	text-align: right;
	padding-right: 7%;
	float: left;
	height: 77px;
}

header .middle-block .right-block .phones .short>a,
header .middle-block .right-block .phones .long>a {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 50.44px;
	color: #f26522;
}

header .middle-block .right-block .phones .short>i,
header .middle-block .right-block .phones .long>i {
	color: #c7c7c7;
	font-size: 44.43px;
	margin-right: 10px;
}

header .middle-block .right-block .phones .short {
	width: 38%;
	border-right: 1px solid #e7e7e7;
}

header .middle-block .right-block .phones .long {
	width: 62%;
}

nav.main-nav {
	height: 70px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #fafafa;
	padding-top: 18px;
}

nav.main-nav .navbar-header .navbar-toggle {
	height: 58px;
	background: #333;
	color: #fff;
	font-size: 20px;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 30px;
	float: none;
	margin: auto;
}

nav.main-nav .navbar-header .navbar-toggle>i {
	margin-right: 8px;
}

nav.main-nav .navbar-collapse {
	position: relative;
	z-index: 9;
	background: #fafafa;
	padding-left: 20px;
}

nav.main-nav ul.main-menu {
	width: 100%;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

nav.main-nav ul.main-menu>li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
	position: relative;
	height: 40px;
	padding-right: 15px;
}

nav.main-nav ul.main-menu>li:last-child {
	margin-right: 0;
}

nav.main-nav ul.main-menu>li:hover ul.sub-menu {
	display: block;
}

nav.main-nav ul.main-menu>li>a {
	display: block;
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 22px;
	color: #666;
	text-transform: uppercase;
	text-decoration: underline;
}

nav.main-nav ul.main-menu>li>a:hover {
	color: #000;
}

nav.main-nav ul.main-menu>li>i {
	color: #f26522;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 7px;
}

nav.main-nav ul.main-menu>li ul.sub-menu {
	display: block;
	min-width: 200px;
	background: #fafafa;
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 10px;
	text-align: left;
	border: 1px solid #e7e7e7;
	display: none;
	z-index: 3;
	list-style-type: none;
}

nav.main-nav ul.main-menu>li ul.sub-menu>li {
	padding: 8px 0px 8px 20px;
	margin-bottom: 10px;
}

nav.main-nav ul.main-menu>li ul.sub-menu>li>a {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #2f2f2f;
	line-height: 0.9;
}

nav.main-nav ul.main-menu>li ul.sub-menu>li>a:hover {
	color: #f26522;
}

section.main {
	padding-left: 21px;
}

section.main .left-content {
	width: calc(100% - 350px);
	padding-top: 24px;
	float: left;
}

section.main .left-content #carousel-main {
	margin: auto;
}

section.main .left-content #carousel-main .item>img {
	display: block;
	width: 100%;
}

section.main .left-content #carousel-main .carousel-indicators {
	bottom: -45px;
}

section.main .left-content #carousel-main .carousel-indicators li {
	margin: 2px;
	background: #e5e5e5;
	border: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

section.main .left-content #carousel-main .carousel-indicators li.active {
	background: #f26522;
}

section.main .left-content #carousel-main .carousel-caption {
	min-height: 96px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	text-align: left;
}

section.main .left-content #carousel-main .carousel-caption .date {
	font-size: 12px;
}

section.main .left-content #carousel-main .carousel-caption .text {
	font-size: 18px;
	margin-top: 6px;
	line-height: 1.25;
}

section.main .left-content #carousel-main .carousel-caption a {
	color: #fff;
}

section.main .left-content #carousel-main .carousel-caption a:hover {
	color: #ccc;
}

section.main .left-content .main-news-block {
	padding-top: 56px;
	padding-bottom: 88px;
	border-right: 1px solid #e7e7e7;
}

section.main .left-content .main-news-block:last-child {
	padding-bottom: 0;
}

section.main .left-content .main-news-block>.title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #333;
	text-decoration: underline;
}

section.main .left-content .main-news-block>.title>a {
	color: #333;
}

section.main .left-content .main-news-block .main-news-list {
	padding-top: 7px;
	list-style-type: none;
}

section.main .left-content .main-news-block .main-news-list li {
	padding-top: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e7e7e7;
}

section.main .left-content .main-news-block .main-news-list li:last-child {
	border-bottom: none;
}

section.main .left-content .main-news-block .main-news-list li .img-wrapper {
	float: left;
	padding-left: 16px;
	padding-right: 20px;
	position: relative;
}

section.main .left-content .main-news-block .main-news-list li .img-wrapper img {
	display: block;
	width: 126px;
	height: 84px;
}

section.main .left-content .main-news-block .main-news-list li .img-wrapper:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	border-left: 2px solid #f26522;
	position: absolute;
	top: 0px;
	left: 0px;
}

section.main .left-content .main-news-block .main-news-list li .news-content {
	width: calc(100% - 165px);
	float: right;
}

section.main .left-content .main-news-block .main-news-list li .news-content>.title {
	padding: 0;
}

section.main .left-content .main-news-block .main-news-list li .news-content>.title .date {
	display: inline-block;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #f26522;
	line-height: 1;
	margin-right: 9px;
}

section.main .left-content .main-news-block .main-news-list li .news-content>.title .place {
	display: inline-block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 1;
	text-transform: uppercase;
}

section.main .left-content .main-news-block .main-news-list li .news-content>.title .place>i {
	font-size: 16px;
	padding-right: 6px;
}

section.main .left-content .main-news-block .main-news-list li .news-content .text {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
	line-height: 1.5;
	padding-top: 8px;
}

section.main .left-content .main-news-block .main-news-list li .news-content .text>a {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #333;
}

section.main .left-content .main-news-block .main-news-list li .news-content .text:hover {
	text-decoration: none;
}

section.main .wpcf7 {
	width: calc(100% - 350px);
	max-width: 648px;
	float: left;
	margin-top: 40px;
	margin-bottom: 42px;
}

section.main .feedback {
	background: url("images/feedback-bg.jpg") right bottom no-repeat #f7f7f7;
	min-height: 308px;
	padding-left: 20px;
	padding-right: 20px;
}

section.main .feedback>.title {
	max-width: 610px;
	margin: auto;
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #333;
	padding-top: 24px;
	padding-bottom: 24px;
}

section.main .feedback .feedback-form {
	max-width: 610px;
	margin: auto;
}

section.main .feedback .feedback-form .inputs-group {
	width: 43.5%;
	float: left;
}

section.main .feedback .feedback-form .inputs-group input {
	display: block;
	width: 100%;
	height: 34px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	margin-bottom: 16px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 15px;
	color: #999;
}

section.main .feedback .feedback-form textarea {
	display: block;
	width: 54%;
	height: 134px;
	float: right;
	border: 1px solid #e6e6e6;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 15px;
	color: #999;
	padding: 6px 10px 10px 7px;
	outline: none;
}

section.main .feedback .feedback-form input[type="submit"] {
	display: block;
	width: 110px;
	height: 35px;
	background: #f26522;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #fff;
	border: none;
	float: right;
	margin-top: 22px;
	border-radius: 2px;
}

section.main .right-sidebar {
	width: 350px;
	padding-top: 24px;
	float: right;
}

section.main .right-sidebar .banner-top {
	width: 310px;
	height: 285px;
	padding-top: 31px;
	background: #ff6d3a;
	margin: auto;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

section.main .right-sidebar .banner-top:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 155px solid transparent;
	border-right: 155px solid transparent;
	border-top: 23px solid #ff6d3a;
	position: absolute;
	bottom: -23px;
	left: 0px;
}

section.main .right-sidebar .banner-top>.title {
	text-align: center;
	font-family: pt_caption_bold, tahoma, arial;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 1.35;
}

section.main .right-sidebar .banner-top .date {
	text-align: center;
	margin-top: 24px;
}

section.main .right-sidebar .banner-top .date .day {
	font-family: intro, tahoma, arial;
	font-size: 16px;
	color: #fff;
}

section.main .right-sidebar .banner-top .date .day>span {
	display: block;
	font-size: 72.6px;
	line-height: 0.7;
}

section.main .right-sidebar .banner-top .date .time {
	font-family: arial;
	font-size: 14px;
	color: #fff;
	padding-top: 4px;
}

section.main .right-sidebar .banner-top .participate {
	display: inline-block;
	width: 159px;
	height: 37px;
	padding-top: 8px;
	font-family: "Trebuchet MS", tahoma, arial;
	font-size: 15px;
	color: #2f2f2f;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	margin-top: 26px;
	position: relative;
}

section.main .right-sidebar .events-calendar>.title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #333;
	text-align: center;
	text-decoration: underline;
}

section.main .right-sidebar .events-calendar>.title>a {
	color: #333;
}

section.main .right-sidebar .events-calendar ul.events-list {
	padding-top: 14px;
	list-style-type: none;
}

section.main .right-sidebar .events-calendar ul.events-list li {
	border-bottom: 1px solid #e7e7e7;
	padding-left: 20px;
	padding-bottom: 21px;
	padding-top: 14px;
}

section.main .right-sidebar .events-calendar ul.events-list li:last-child {
	border-bottom: none;
}

section.main .right-sidebar .events-calendar ul.events-list li>.title {
	font-family: helveticaneuecyr_bold, tahoma, arial;
}

section.main .right-sidebar .events-calendar ul.events-list li>.title .date {
	font-size: 20px;
	color: #f26522;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

section.main .right-sidebar .events-calendar ul.events-list li>.title .place {
	text-transform: uppercase;
	font-size: 12px;
	color: #3b3b3b;
	display: inline-block;
	vertical-align: bottom;
}

section.main .right-sidebar .events-calendar ul.events-list li>.title .place>i {
	font-size: 18px;
	margin-right: 2px;
}

section.main .right-sidebar .events-calendar ul.events-list li .text {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #494949;
	padding-top: 5px;
}

section.main .right-sidebar .events-calendar ul.events-list li .text a.more {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: url("images/more-link.png") center no-repeat;
	margin-left: 8px;
}

section.main .right-sidebar .banner-bottom {
	width: 310px;
	min-height: 419px;
	background: #ff6d3a;
	margin: auto;
	margin-top: 21px;
	padding-top: 77px;
	text-align: center;
}

section.main .right-sidebar .banner-bottom .title {
	width: 210px;
	height: 182px;
	padding-top: 132px;
	background: url("images/banners/banner-bottom.jpg") center no-repeat;
	margin: auto;
	font-family: intro, tahoma, arial;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

section.main .right-sidebar .banner-bottom .title>span {
	display: block;
	font-family: idealist, tahoma, arial;
	line-height: 1.2;
}

section.main .right-sidebar .banner-bottom .text {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5;
	margin-top: 14px;
}

section.main .right-sidebar .banner-volunteers {
	width: 238px;
	height: 333px;
	background: #f0f0f0;
	margin: auto;
	margin-top: 38px;
	position: relative;
	padding-top: 117px;
}

section.main .right-sidebar .banner-volunteers:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 119px solid transparent;
	border-right: 119px solid transparent;
	border-top: 23px solid #f0f0f0;
	position: absolute;
	bottom: -23px;
	left: 0px;
}

section.main .right-sidebar .banner-volunteers .title {
	width: 299px;
	height: 60px;
	background: url("images/banners/banner-tape-text.png") center no-repeat;
	position: absolute;
	top: 18px;
	left: -30px;
}

section.main .right-sidebar .banner-volunteers .text {
	min-height: 190px;
	padding-top: 128px;
	font-family: intro, tahoma, arial;
	font-size: 25px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	background: url("images/banners/cup.png") center top no-repeat;
	line-height: 1.2;
}

section.main .rss-links {
	display: inline-block;
	position: absolute;
	top: 72px;
	right: 18px;
}

section.main .rss-links>a {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 15px;
	color: #b9b9b9;
	text-transform: uppercase;
	margin-right: 13px;
}

section.main .rss-links>a>i {
	margin-right: 4px;
}

footer {
	position: relative;
	min-height: 230px;
	padding-top: 48px;
	background: #333;
	border-bottom: 5px solid #f26522;
	padding-left: 28px;
	padding-right: 20px;
	/*text-align: justify;*/
}

footer:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

footer .copyright {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #fff;
}

footer ul.footer-menu {
	display: inline-block;
	width: 35%;
	margin-top: 30px;
	margin-right: 4%;
	list-style-type: none;
}

footer ul.footer-menu li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 6px;
}

footer ul.footer-menu li>a {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

footer ul.footer-menu li>a:hover {
	text-decoration: none;
}

footer .footer-phone {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	margin-right: 4%;
}

footer .footer-phone>a {
	display: block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-top: 2px;
}

footer .footer-phone>a:hover {
	color: #ccc;
}

footer .footer-mail {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	margin-right: 4%;
}

footer .footer-mail>a {
	display: inline-block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
	margin-top: 1px;
}

footer .footer-mail>a:hover {
	text-decoration: none;
}

footer .footer-socials-block {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

footer .footer-socials-block ul.footer-socials {
	margin-top: 2px;
	list-style-type: none;
}

footer .footer-socials-block ul.footer-socials li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

footer .footer-socials-block ul.footer-socials li:last-child {
	margin-right: 0;
}

footer .footer-socials-block ul.footer-socials li>a {
	font-family: fontAwesome;
	font-size: 19px;
	color: #fff;
}

.mobile-banner {
	height: 67px;
	background: #ff6d3a;
	text-align: center;
	padding-top: 9px;
	display: none;
}

.mobile-banner .date {
	display: inline-block;
	font-family: intro, tahoma, arial;
	font-size: 45.6px;
	color: #fff;
	vertical-align: middle;
	line-height: 0.8;
	margin-right: 14px;
}

.mobile-banner .date>span {
	display: block;
	font-size: 10px;
}

.mobile-banner>.text {
	display: inline-block;
	vertical-align: middle;
	font-family: pt_caption_bold;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	margin-right: 15px;
	margin-top: 4px;
}

.mobile-banner>a.more {
	display: inline-block;
	vertical-align: middle;
	width: 149px;
	height: 34px;
	padding-top: 9px;
	font-family: "Trebuchet MS", tahoma, arial;
	font-size: 13px;
	color: #2f2f2f;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-top: 3px;
}

.program {
	padding-top: 30px;
	padding-right: 20px;
}

.program>.title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #333;
	text-transform: uppercase;
}

.program ul.program-list {
	text-align: justify;
	padding-top: 22px;
	list-style-type: none;
}

.program ul.program-list:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.program ul.program-list li {
	display: inline-block;
	vertical-align: top;
	width: 47.86%;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.program ul.program-list li img {
	display: block;
	width: 100%;
}

.program ul.program-list li:hover .content {
	bottom: 0px;
}

.program ul.program-list li .content {
	width: 100%;
	height: 157px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 6px;
	background: rgba(20, 20, 20, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: -100px;
	left: 0px;
	-webkit-transition: bottom 0.5s ease-out 0s;
	-moz-transition: bottom 0.5s ease-out 0s;
	-o-transition: bottom 0.5s ease-out 0s;
	transition: bottom 0.5s ease-out 0s;
}

.program ul.program-list li .content .title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
}

.program ul.program-list li .content .text {
	font-family: myriadpro, helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-top: 3px;
}

.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
	padding-top: 17px;
}

.breadcrumb li {
	font-family: myriadpro, helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	display: inline-block;
	color: #bfbfbf;
	text-decoration: underline;
}

.breadcrumb li:before {
	display: none;
}

.breadcrumb li:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #9c9c9c;
	margin-left: 14px;
	margin-right: 8px;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li>a {
	font-family: myriadpro, helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #bfbfbf;
}

ul.tags-panel {
	margin-top: 27px;
	list-style-type: none;
}

ul.tags-panel li {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	background: #666;
	margin-right: 3px;
	margin-bottom: 5px;
	transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
}

ul.tags-panel li>a {
	display: inline-block;
	padding: 5px 10px 0px 10px;
	height: 24px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
}

ul.tags-panel li.active {
	background: #f26522;
}

ul.news-list {
	padding-top: 26px;
	list-style-type: none;
}

ul.news-list li {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 30px);
	height: 366px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	margin-right: 27px;
}

ul.news-list li .img-wrapper {
	position: relative;
}

ul.news-list li .img-wrapper img {
	display: block;
	width: 100%;
}

ul.news-list li .img-wrapper .tag {
	display: inline-block;
	height: 24px;
	padding: 5px 10px 0px 10px;
	background: #f26522;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	position: absolute;
	bottom: 0px;
	left: 2px;
}

ul.news-list li .img-wrapper .tag>span {
	display: inline-block;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
}

ul.news-list li .content {
	padding: 0 10px;
}

ul.news-list li .content .date {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 12px;
	color: #f26522;
	margin-top: 15px;
}

ul.news-list li .content .place {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 10px;
	color: #3d3d3d;
	text-transform: uppercase;
}

ul.news-list li .content .place>i {
	font-size: 12px;
	margin-right: 4px;
}

ul.news-list li .content .text {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #363636;
	text-align: left;
	line-height: 1.4;
	margin-top: 12px;
	height: 97px;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.news-list li .read-more {
	display: block;
	width: 100%;
	height: 37px;
	border-top: 1px solid #d4d4d4;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #3d3d3d;
	text-transform: uppercase;
	padding: 10px 0px 0px 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	z-index: 2;
}

ul.news-list li .read-more>i {
	display: inline-block;
	font-size: 15px;
	color: #f26522;
	position: absolute;
	right: 10px;
	top: 7px;
}

ul.news-list li.banner {
	border: none;
	background: #ff6d3a;
	padding-top: 93px;
}

ul.news-list li.banner .date {
	width: 148px;
	height: 128px;
	padding-top: 93px;
	background: url("images/banners/news-banner.jpg") center no-repeat;
	margin: auto;
	font-family: intro, tahoma, arial;
	font-size: 12.72px;
	text-transform: uppercase;
	text-align: center;
}

ul.news-list li.banner .date>span {
	display: block;
	font-family: idealist, tahoma, arial;
	line-height: 1.15;
	letter-spacing: 4.5px;
}

ul.news-list li.banner .text {
	font-family: arial;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.pagination-wrapper {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 41px;
	padding-right: 21px;
}

.pagination-wrapper .pagination {
	margin: auto;
	list-style-type: none;
}

.pagination-wrapper .pagination .page-numbers {
	display: inline-block;
	vertical-align: top;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 20px;
	color: #3b3b3b;
	margin-right: 1px;
	min-width: 33px;
	height: 33px;
	border: 1px solid #bcbcbc;
	border-radius: 0;
	padding: 6px 0;
	text-align: center;
}

.pagination-wrapper .pagination a.page-numbers {
	font-size: 16px;
}

.pagination-wrapper .pagination .page-numbers:first-child {
	border-color: transparent;
	color: #f26522;
	font-size: 20px;
	line-height: 1;
}

.pagination-wrapper .pagination .page-numbers:last-child {
	border-color: transparent;
	color: #f26522;
	font-size: 20px;
	line-height: 1;
}

.pagination-wrapper .pagination .page-numbers:hover {
	background: none;
}

.pagination-wrapper .pagination .dots {
	padding: 12px 21px 0 18px;
	border: 0;
}

.pagination-wrapper .pagination .page-numbers.current {
	color: #f26522;
	font-size: 20px;
	border-color: transparent;
	background: none;
	padding: 8px 0;
	line-height: 1;
}

.pagination-wrapper .pagination .page-numbers.current:hover {
	/* border: 1px solid #bcbcbc; */
}

.news-detail {
	padding-right: 17px;
	padding-top: 17px;
	padding-bottom: 27px;
	border-bottom: 1px solid #e4e4e4;
}

.news-detail p {
	padding: 5px 0;
}

.news-detail .title {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 30px;
	color: #535353;
}

.news-detail .news-info {
	padding-top: 5px;
}

.news-detail .news-info .tag {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	padding: 5px 10px 0px 10px;
	background: #f26522;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	margin-right: 13px;
}

.news-detail .news-info .tag>span {
	display: inline-block;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
}

.news-detail .news-info .date {
	display: inline-block;
	vertical-align: middle;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #666;
	margin-right: 13px;
	margin-top: 4px;
}

.news-detail .news-info .place {
	display: inline-block;
	vertical-align: middle;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #3d3d3d;
	text-transform: uppercase;
}

.news-detail .news-info .place>i {
	font-size: 15px;
	margin-right: 5px;
}

.news-detail .socials {
	display: inline-block;
	float: right;
}

.news-detail .socials>a {
	display: inline-block;
	color: #676767;
	font-size: 18px;
	margin-left: 11px;
}

.news-detail .img-block {
	padding-top: 21px;
	display: inline-block;
}

.news-detail .img-block img.main-img {
	display: block;
	width: 66.3%;
	float: left;
}

.news-detail .img-block img.small-img {
	display: block;
	width: 31.2%;
	float: right;
	margin-bottom: 21px;
}

.news-detail .news-text {
	padding-top: 4px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 1.7;
}

.news-detail .news-text img {
	max-width: 100%;
}

.other-articles {
	padding-top: 13px;
}

.other-articles .title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 20px;
	color: #363636;
}

.other-articles .title>span {
	display: inline-block;
	vertical-align: bottom;
	color: #f26522;
	margin-left: 9px;
}

.other-articles ul.news-list {
	padding-top: 9px;
	height: 405px;
	overflow: hidden;
	list-style-type: none;
}

.calendar {
	padding-top: 13px;
}

.calendar .title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #363636;
}

.calendar form.filter-form {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #6d6d6d;
	padding-top: 17px;
	padding-bottom: 17px;
}

.calendar form.filter-form select {
	padding-right: 40px;
}

.calendar form.filter-form input[type="submit"] {
	display: inline-block;
	width: 133px;
	height: 30px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	background: #363636;
	position: relative;
	top: -1px;
	margin-left: -2px;
}

.calendar .calendar-list {
	padding-top: 13px;
	padding-right: 21px;
	margin-bottom: 23px;
	list-style-type: none;
}

.calendar .calendar-list li {
	cursor: pointer;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.calendar .calendar-list li .top-block {
	height: 73px;
	border-left: 2px solid #f26522;
}

.calendar .calendar-list li .top-block .date {
	width: 126px;
	float: left;
	height: 100%;
	padding: 18px 0 21px 11px;
	border-right: 1px solid #dcdcdc;
}

.calendar .calendar-list li .top-block .date .day {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 45px;
	color: #3b3b3b;
	float: left;
	line-height: 0.7;
	margin-right: 11px;
}

.calendar .calendar-list li .top-block .date .month {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 1;
	padding-bottom: 3px;
}

.calendar .calendar-list li .top-block .date .weekday {
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 1;
}

.calendar .calendar-list li .top-block .date-range {
	width: 126px;
	float: left;
	height: 100%;
	padding: 8px 0 21px 10px;
	border-right: 1px solid #dcdcdc;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 1.15;
}

.calendar .calendar-list li .top-block .date-range>span {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
}

.calendar .calendar-list li .top-block .date-range>span.dash {
	font-size: 20px;
	line-height: 0.7;
}

.calendar .calendar-list li .top-block .short-info {
	width: calc(100% - 141px);
	height: 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	float: right;
}

.calendar .calendar-list li .top-block .short-info .date-info .place {
	display: inline-block;
	vertical-align: middle;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #3b3b3b;
	text-transform: uppercase;
}

.calendar .calendar-list li .top-block .short-info .date-info .place>i {
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
}

.calendar .calendar-list li .top-block .short-info .date-info .begin {
	display: inline-block;
	vertical-align: middle;
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 14px;
	font-style: italic;
	color: #434343;
	margin-left: 16px;
	margin-right: 9px;
	position: relative;
	top: 1px;
}

.calendar .calendar-list li .top-block .short-info .date-info .begin>i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-size: 15px;
	margin-right: 8px;
}

.calendar .calendar-list li .top-block .short-info .date-info .begin>span {
	display: inline-block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 14px;
	font-style: normal;
	color: #363636;
	margin-left: 5px;
}

.calendar .calendar-list li .top-block .short-info .date-info .tag {
	display: inline-block;
	height: 20px;
	padding: 4px 12px 0px 12px;
	background: #f26522;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	transform: skewX(-12deg);
	-webkit-transform: skewX(-12deg);
	-moz-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	-o-transform: skewX(-12deg);
	position: relative;
	top: 2px;
}

.calendar .calendar-list li .top-block .short-info .date-info .tag>span {
	display: inline-block;
	-webkit-transform: skewX(12deg);
	-moz-transform: skewX(12deg);
	-ms-transform: skewX(12deg);
	-o-transform: skewX(12deg);
	transform: skewX(12deg);
}

.calendar .calendar-list li .top-block .short-info .text {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #4a4a4a;
	padding-top: 7px;
	padding-right: 20px;
}

.calendar .calendar-list li .top-block .short-info .arrow {
	display: inline-block;
	font-family: 'times new roman', tahoma, arial;
	font-size: 30px;
	color: #a8a8a8;
	position: absolute;
	top: 13px;
	right: 30px;
}

.calendar .calendar-list li .bottom-block {
	display: none;
}

.calendar .calendar-list li .bottom-block img.date-img {
	display: block;
	width: 100%;
	margin-top: 14px;
}

.calendar .calendar-list li .bottom-block .text-about {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #6d6d6d;
	line-height: 1.55;
	padding-top: 19px;
	padding-bottom: 18px;
}

.calendar .calendar-list li .bottom-block .text-about>a {
	display: inline-block;
	color: #496ab6;
	text-decoration: underline;
}

.calendar .calendar-list li .bottom-block .text-about>a:hover {
	text-decoration: none;
}

.calendar .calendar-list li .bottom-block .map-info {
	border-top: 1px solid #e6e6e6;
}

.calendar .calendar-list li .bottom-block .map-info .title {
	min-height: 92px;
}

.calendar .calendar-list li .bottom-block .map-info .title .time {
	width: 114px;
	height: 100%;
	min-height: 92px;
	float: left;
	padding-right: 15px;
	text-align: right;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 20px;
	color: #363636;
}

.calendar .calendar-list li .bottom-block .map-info .title .time>.label {
	display: inline-block;
	height: 24px;
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 25px;
	color: #f26522;
	background: url("images/calendar/clock-marker.png") left center no-repeat;
	line-height: 0.7;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 0;
	margin-top: 15px;
	margin-bottom: 8px;
}

.calendar .calendar-list li .bottom-block .map-info .title .place-detail {
	padding-left: 40px;
	width: calc(100% - 115px);
	min-height: 92px;
	float: right;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 20px;
	color: #3b3b3b;
	border-left: 1px solid #e6e6e6;
}

.calendar .calendar-list li .bottom-block .map-info .title .place-detail>.label {
	display: block;
	height: 24px;
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 25px;
	color: #f26522;
	background: url("images/calendar/map-marker.png") left center no-repeat;
	line-height: 0.7;
	padding-top: 4px;
	padding-left: 23px;
	margin-top: 15px;
	margin-bottom: 7px;
	text-align: left;
	position: relative;
	left: -23px;
}

.calendar .calendar-list li .bottom-block .map-info .title .map img {
	display: block;
	width: 100%;
}

.calendar .calendar-list li:hover {
	background: #f3f3f3;
}

.calendar .calendar-list li:hover .top-block {
	border-left: 5px solid #f26522;
}

.calendar .calendar-list li:hover .top-block .date {
	width: 123px;
	padding-left: 8px;
}

.calendar .calendar-list li:hover .top-block .date-range {
	width: 123px;
	padding-left: 7px;
}

.calendar .calendar-list li:hover .short-info {
	width: calc(100% - 138px);
}

.calendar .calendar-list li:hover .short-info .arrow {
	color: #f26522;
}

.calendar .calendar-list li:nth-of-type(even) {
	background: #fafafa;
}

.calendar .calendar-list li.open {
	padding-bottom: 0;
	border-top: 3px solid #f26522;
	border-bottom: 3px solid #f26522;
}

.calendar .calendar-list li.open .short-info .arrow {
	color: #f26522;
}

.calendar .calendar-list li:last-child {
	border-bottom: none;
}

.calendar .more-wrap {
	text-align: center;
	padding-bottom: 25px;
}

.calendar .more-wrap #load-more {
	display: inline-block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 15px;
	color: #3b3b3b;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}

.calendar .more-wrap #load-more:hover {
	text-decoration: none;
}

/*custom select*/
.select-box {
	display: inline-block;
	position: relative;
	margin-right: 17px;
}

.select-box .select-btn {
	padding-right: 15px;
	padding-left: 7px;
	border: 1px solid #d4d4d4;
	position: relative;
	height: 30px;
	padding-top: 4px;
	cursor: pointer;
}

.select-box .select-btn:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 6px solid #f26522;
	position: absolute;
	top: 12px;
	right: 12px;
}

.select-box .options {
	display: inline-block;
	min-width: 100%;
	border: 1px solid #d4d4d4;
	max-height: 152px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 29px;
	left: 0px;
	z-index: 3;
	display: none;
	background: #fff;
}

.select-box .options li:hover {
	background: #e6e6e6;
}

.select-box .options li>span {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding: 3px 12px 4px 12px;
	cursor: pointer;
}

.select-box .options li:last-child>span {
	border-bottom: none;
}

.select-box .jspContainer {
	min-height: 90px;
}

.select-box .jspVerticalBar {
	background: none;
	width: 3px;
}

.select-box .jspTrack {
	background: none;
}

.select-box .jspDrag {
	background: #f26522;
}

.product-block {
	padding-top: 21px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d6d6d6;
}

.product-block .img-block {
	float: left;
	width: 40.8%;
}

.product-block .img-block img {
	display: block;
	width: 100%;
}

.product-block .info-block {
	width: 53%;
	padding-right: 21px;
	float: right;
}

.product-block .info-block .price {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 25px;
	color: #f26522;
	display: inline-block;
	border: 1px solid #f26522;
	padding: 8px 26px 5px 27px;
}

.product-block .info-block .product-name {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #525252;
	text-transform: uppercase;
	margin-top: 30px;
}

.product-block .info-block .about-product {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #3e3e3e;
	line-height: 1.55;
}

.product-block .info-block .about-product>p {
	padding-top: 6px;
	padding-bottom: 19px;
}

.product-block .info-block .request {
	display: inline-block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #fff;
	background: #363636;
	text-transform: uppercase;
	padding: 16px 19px 13px 19px;
	margin-top: 11px;
	cursor: pointer;
}

.similar-products {
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 58px;
}

.similar-products .title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 25px;
	color: #555;
	text-transform: uppercase;
}

.similar-products .products-list {
	padding-top: 17px;
	overflow: hidden;
	height: 293px;
	list-style-type: none;
}

.similar-products .products-list:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.similar-products .products-list li {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 30px);
	height: 275px;
	text-align: left;
	background: #f5f5f5;
	position: relative;
	margin-bottom: 30px;
	margin-right: 27px;
}

.similar-products .products-list li .img-wrapper {
	height: 173px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	overflow: hidden;
}

.similar-products .products-list li .img-wrapper img {
	display: block;
	width: 100%;
}

.similar-products .products-list li .name {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #363636;
	line-height: 1.2;
	padding: 10px 10px 0 10px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.similar-products .products-list li .look {
	display: block;
	width: 100%;
	height: 40px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background: #363636;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 13px 0 0 15px;
}

.similar-products .products-list li .look>i {
	display: inline-block;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 11px;
	font-size: 14px;
}

#request-modal .modal-content,
.common-form .modal-content {
	max-width: 550px;
	min-width: 478px;
}

#request-modal .modal-content .modal-header,
.common-form .modal-content .modal-header {
	height: 60px;
	padding: 0;
}

#request-modal .modal-content .modal-header h4,
.common-form .modal-content .modal-header h4 {
	padding: 16px 0 0 22px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #363636;
}

#request-modal .modal-content .modal-header .close-block,
.common-form .modal-content .modal-header .close-block {
	width: 71px;
	height: 60px;
	border-left: 1px solid #e1e1e1;
	float: right;
	text-align: center;
	color: #666;
}

#request-modal .modal-content .modal-header .close-block .close,
.common-form .modal-content .modal-header .close-block .close {
	float: none;
	display: inline-block;
	margin-top: 22px;
	opacity: 0.6;
}

#request-modal .modal-content .modal-header .close-block .close:hover,
.common-form .modal-content .modal-header .close-block .close:hover {
	opacity: 1;
}

#request-modal .modal-content form.request-form .modal-body,
.common-form .modal-content form .modal-body {
	background: #fbfbfb;
	text-align: center;
}

#request-modal .modal-content form.request-form .modal-body .title,
.common-form .modal-content form .modal-body .title {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
}

#request-modal .modal-content form.request-form .modal-body .title>span,
.common-form .modal-content form .modal-body .title>span {
	color: #f26522;
	padding-left: 10px;
}

#request-modal .modal-content form.request-form .modal-body input[type="text"],
#request-modal .modal-content form.request-form .modal-body input[type="email"],
#request-modal .modal-content form.request-form .modal-body input[type="tel"],
.common-form .modal-content form .modal-body input[type="text"],
.common-form .modal-content form .modal-body input[type="email"],
.common-form .modal-content form .modal-body input[type="tel"] {
	display: block;
	width: 382px;
	height: 46px;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin: auto;
	background: #fff;
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 16.67px;
	font-style: italic;
	color: #888;
	padding-left: 12px;
	margin-bottom: 25px;
	outline: none;
}

#request-modal .modal-content form.request-form .modal-body textarea,
.common-form .modal-content form .modal-body textarea {
	width: 382px;
	height: 136px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 5px;
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 16.67px;
	font-style: italic;
	color: #888;
	padding: 7px 9px 7px 9px;
	outline: none;
}

#request-modal .modal-content form.request-form [type="submit"],
.common-form .modal-content form [type="submit"] {
	min-width: 124px;
	height: 49px;
	background: #f26522;
	border: none;
	border-radius: 3px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #fff;
	margin-right: 2px;
}

.post {
	padding-top: 14px;
	padding-right: 18px;
}

.post .title {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 30px;
	color: #525252;
	line-height: 1.2;
	padding-bottom: 10px;
}

.post>p {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #525252;
	line-height: 1.5;
	padding-top: 9px;
	padding-bottom: 8px;
}

.post .img-block {
	text-align: justify;
}

.post .img-block:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.post .img-block img {
	width: 48.8%;
}

.documents-list {
	padding-right: 18px;
	padding-top: 28px;
	list-style-type: none;
}

.documents-list li {
	min-height: 72px;
	border-top: 1px solid #ececec;
	padding-left: 65px;
	padding-top: 22px;
	background: url("images/download.png") 17px 21px no-repeat;
}

.documents-list li>a {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #496ab6;
	text-decoration: underline;
	cursor: pointer;
}

.documents-list li>a:hover {
	text-decoration: none;
}

.documents-list li:nth-of-type(even) {
	background: url("images/download.png") 17px 26px no-repeat #f6f6f6;
	padding-top: 27px;
}

.table-block {
	padding-right: 18px;
	padding-bottom: 30px;
	padding-top: 25px;
}

.table-block .title {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #525252;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 12px;
}

table tr th {
	height: 64px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #ececec;
	vertical-align: middle;
	text-align: center;
}

table tr th:first-child {
	border-left: none;
}

table tr th:last-child {
	border-right: none;
}

table tr th:nth-of-type(1) {
	width: 22%;
}

table tr th:nth-of-type(2) {
	width: 32%;
}

table tr th:nth-of-type(3) {
	width: 16%;
}

table tr th:nth-of-type(4) {
	width: 17%;
}

table tr td {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 16px;
	color: #363636;
	line-height: 1.2;
	border: 1px solid #ececec;
	padding-top: 16px;
	padding-bottom: 18px;
	vertical-align: middle;
}

table tr td:first-child {
	border-left: none;
	font-family: helveticaneuecyr_bold, tahoma, arial;
}

table tr td:last-child {
	border-right: none;
}

table tr td:nth-of-type(1),
table tr td:nth-of-type(2) {
	padding-left: 20px;
}

table tr td:nth-of-type(3),
table tr td:nth-of-type(4),
table tr td:nth-of-type(5) {
	text-align: center;
}

table tbody tr:nth-of-type(even) {
	background: #f6f6f6;
}

.contacts-block {
	padding-right: 18px;
	padding-top: 14px;
}

.contacts-block>.title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 32px;
	color: #363636;
}

.contacts-block .contacts {
	padding-top: 12px;
}

.contacts-block .contacts .img-block {
	width: 46.5%;
	float: left;
}

.contacts-block .contacts .img-block>img {
	display: block;
	width: 100%;
}

.contacts-block .contacts .contacts-info-right {
	width: 51.3%;
	float: right;
}

.contacts-block .contacts .contacts-info .info-line {
	border-bottom: 2px solid #f0f0f0;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #444;
	vertical-align: middle;
	padding-bottom: 14px;
	margin-bottom: 17px;
}

.contacts-block .contacts .contacts-info .info-line .line-title {
	display: inline-block;
	vertical-align: middle;
	font-family: bebasneue, tahoma, arial;
	font-size: 23px;
	color: #a7a7a7;
	width: 34.5%;
	height: 100%;
	min-width: 130px;
	padding-left: 30px;
	position: relative;
	top: -3px;
	float: left;
}

.contacts-block .contacts .contacts-info .info-line .line-text {
	width: 65%;
	float: right;
}

.contacts-block .contacts .contacts-info .info-line .line-text>a {
	text-decoration: underline;
	color: #444;
}

.contacts-block .contacts .contacts-info .info-line .line-text>a:hover {
	text-decoration: none;
}

.contacts-block .contacts .contacts-info .info-line .worktime {
	display: inline-block;
	vertical-align: top;
	width: 63%;
}

.contacts-block .contacts .contacts-info .info-line .worktime .line {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #444;
}

.contacts-block .contacts .contacts-info .info-line .worktime .line>span {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
}

.contacts-block .contacts .contacts-info .info-line>a {
	text-decoration: underline;
	color: #444;
}

.contacts-block .contacts .contacts-info .info-line>a:hover {
	text-decoration: none;
}

.contacts-block .contacts .contacts-info .info-line:last-child {
	border-bottom: none;
}

.contacts-block .contacts .map>img {
	display: block;
	width: 100%;
}

.contacts-block .contacts .regional-offices .office {
	padding-top: 29px;
	padding-bottom: 4px;
}

.contacts-block .contacts .regional-offices .office .title {
	font-family: bebasneue, tahoma, arial;
	font-size: 30px;
	color: #f26522;
}

.contacts-block .contacts .regional-offices .office .info-block {
	display: inline-block;
	vertical-align: top;
	width: 50.7%;
	border-bottom: 2px solid #f0f0f0;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #444;
	padding-bottom: 8px;
	padding-top: 10px;
	margin-bottom: 6px;
	/* > span {
						display: inline-block;
						width: 120px;
						font-family: bebasneue, tahoma, arial;
						font-size: 23px;
						color: #a7a7a7;
						position: relative;
						top: 1px;
					}
					> a {
						font-family: helveticaneuecyr_bold, tahoma, arial;
						font-size: 18px;
						color: #444;
						text-decoration: underline;
						&:hover {
							text-decoration: none;
						}
					}*/
}

.contacts-block .contacts .regional-offices .office .info-block .title {
	display: inline-block;
	width: 120px;
	font-family: bebasneue, tahoma, arial;
	font-size: 23px;
	color: #a7a7a7;
	position: relative;
	top: 1px;
	float: left;
}

.contacts-block .contacts .regional-offices .office .info-block .text {
	width: calc(100% - 130px);
	float: right;
}

.contacts-block .contacts .regional-offices .office .info-block .text>a {
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #444;
	text-decoration: underline;
}

.contacts-block .contacts .regional-offices .office .info-block .text>a:hover {
	text-decoration: none;
}

.contacts-block .contacts .regional-offices .office .info-block:nth-of-type(odd) {
	width: 30.6%;
}

.contacts-block .contacts .regional-offices .office .info-block:nth-of-type(even) {
	margin-right: 5.7%;
}

.contacts-feedback {
	padding-right: 18px;
	padding-top: 42px;
}

.contacts-feedback>.feedback {
	margin-bottom: 25px !important;
}

.full-search form.fullsearch-form .inputs-block {
	display: inline-block;
	vertical-align: top;
	width: 61.3%;
}

.full-search form.fullsearch-form .inputs-block input[type="text"] {
	display: block;
	width: 100%;
	height: 51px;
	border: 1px solid #ddd;
	padding-left: 16px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 23px;
	color: #353535;
}

.full-search form.fullsearch-form .inputs-block .result-count {
	float: left;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 14px;
	color: #5f5f5f;
	margin-top: 10px;
}

.full-search form.fullsearch-form .inputs-block .result-count>span {
	font-family: helveticaneuecyr_bold, tahoma, arial;
}

.full-search form.fullsearch-form .inputs-block .filters {
	float: right;
	margin-top: 13px;
}

.full-search form.fullsearch-form .inputs-block .filters .select-box {
	margin-right: 0;
	margin-left: 4px;
}

.full-search form.fullsearch-form .inputs-block .filters .select-box select {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 12px;
	padding-right: 10px;
}

.full-search form.fullsearch-form .inputs-block .filters .select-box .select-btn {
	height: 23px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 12px;
	color: #6d6d6d;
	padding-left: 5px;
}

.full-search form.fullsearch-form .inputs-block .filters .select-box .select-btn:after {
	top: 9px;
	right: 7px;
}

.full-search form.fullsearch-form .inputs-block .filters .select-box .options {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 12px;
	color: #6d6d6d;
	top: 23px;
}

.full-search form.fullsearch-form .inputs-block .filters .select-box .options li>span {
	padding: 3px 0px 4px 5px;
}

.full-search form.fullsearch-form input[type="submit"] {
	width: 99px;
	height: 51px;
	background: #363636;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	margin-left: 9px;
}

.full-search .results-list {
	padding-top: 30px;
	list-style-type: none;
}

.full-search .results-list li {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 23px;
	color: #454545;
	padding-bottom: 30px;
}

.full-search .results-list li>a.title {
	display: inline-block;
	color: #496ab6;
	text-decoration: underline;
	position: relative;
	top: -2px;
}

.full-search .results-list li>a.title:hover {
	text-decoration: none;
}

.full-search .results-list li .tag {
	display: inline-block;
	vertical-align: top;
	height: 21px;
	padding: 4px 8px 0px 7px;
	background: #666;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 10.5px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transform: skewX(-7deg);
	-webkit-transform: skewX(-7deg);
	-moz-transform: skewX(-7deg);
	-ms-transform: skewX(-7deg);
	-o-transform: skewX(-7deg);
	position: relative;
	top: 1px;
	margin-left: 4px;
}

.full-search .results-list li .tag>span {
	display: inline-block;
	-webkit-transform: skewX(7deg);
	-moz-transform: skewX(7deg);
	-ms-transform: skewX(7deg);
	-o-transform: skewX(7deg);
	transform: skewX(7deg);
}

.full-search .results-list li .content {
	position: relative;
	left: -24px;
	padding-top: 7px;
}

.full-search .results-list li .content p {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 15px;
	color: #525252;
	line-height: 1.55;
}

.full-search .results-list li .content>img.product-img {
	display: block;
	width: 156px;
	height: 122px;
	float: left;
	margin-right: 31px;
}

.full-search .results-list li .content .product-about {
	width: calc(100% - 188px);
	float: right;
}

.full-search .results-list li .content .product-about .price {
	display: inline-block;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 20.6px;
	color: #f26522;
	border: 1px solid #f26522;
	padding: 6px 21px 4px 23px;
	margin-top: 10px;
}

.full-search .results-list li:last-child {
	padding-bottom: 23px;
}

.error-404-block {
	max-width: 510px;
	min-width: 460px;
	min-height: 215px;
	padding-top: 227px;
	padding-bottom: 166px;
	margin: auto;
	background: url("images/404.png") center top no-repeat;
	margin-top: 153px;
	text-align: center;
}

.error-404-block .title {
	font-family: bebasneue_bold, tahoma, arial;
	font-size: 52px;
	color: #333;
}

.error-404-block .text {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 20px;
	color: #333;
	line-height: 1.53;
	padding-bottom: 37px;
}

.error-404-block .text>a {
	color: #496ab6;
	text-decoration: underline;
}

.error-404-block .text>a:hover {
	text-decoration: none;
}

.error-404-block .contacts {
	border-top: 1px solid #dedede;
	text-align: left;
}

.error-404-block .contacts .block {
	height: 42px;
	width: 50%;
	float: left;
	padding-left: 35px;
	padding-top: 13px;
	font-family: arial;
	font-size: 18px;
	color: #000;
}

.error-404-block .contacts .block:nth-of-type(1) {
	border-right: 1px solid #dedede;
}

.error-404-block .contacts .block:nth-of-type(2) {
	border-left: 1px solid #dedede;
}

.error-404-block .contacts .block:nth-of-type(2)>i {
	position: relative;
	top: -1px;
}

.error-404-block .contacts .block>i {
	vertical-align: top;
	color: #b6b6b6;
	padding-right: 10px;
}

.error-404-block .contacts .block>a {
	color: #496ab6;
}

.congratulation {
	background: url("images/congratulation/gift_2.jpg") no-repeat left top;
	min-height: 573px;
	padding-top: 27px;
	padding-bottom: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.congratulation .text_block {
	width: 90%;
	max-width: 615px;
	min-height: 515px;
	border: 2px solid #fff;
	border-radius: 2px;
	margin: 0px auto 0px auto;
	padding: 15px;
}

.congratulation .text {
	min-height: 465px;
	background: rgba(255, 255, 255, 0.8);
	padding: 25px 35px;
}

.congratulation .text_part {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-align: center;
	color: #330099;
	min-height: 330px;
	font-size: 1.36rem;
	line-height: 1.8rem;
	letter-spacing: -0.3px;
	overflow: auto;
}

.congratulation .text_part p {
	margin: 1em auto;
}

.congratulation .sign {
	text-align: center;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	color: #105580;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.congratulation .separator {
	margin: 20px 25px 25px 25px;
}

.congratulation .separator .icon {
	background: url("images/congratulation/icon.png") no-repeat;
	display: inline-block;
	overflow: hidden;
	width: 155px;
	height: 24px;
}

.bottom-slider-block {
	padding: 31px 45px 31px 45px;
	border: 1px solid #f26522;
	position: relative;
	width: calc(100% - 80px);
	margin: auto;
	margin-top: 20px;
}

.slick-arrow {
	display: block;
	width: 40px;
	height: 200px;
	position: absolute;
	top: -10px;
	opacity: 0.7;
	z-index: 999;
	color: transparent;
	border: 0;
}

.bottom-slider-block .slick-arrow:hover {
	opacity: 1
}

.bottom-slider-block .slick-prev {
	left: -45px
}

.bottom-slider-block .slick-prev,
.bottom-slider-block .slick-prev:focus,
.bottom-slider-block .slick-prev:hover,
.bottom-slider-block .slick-prev:visited {
	background: url(images/slider_arrows.png) left center no-repeat #f26522;
}

.bottom-slider-block .slick-next,
.bottom-slider-block .slick-next:focus,
.bottom-slider-block .slick-next:hover,
.bottom-slider-block .slick-next:visited {
	background: url(images/slider_arrows.png) right center no-repeat #f26522;
}

.bottom-slider-block .slick-next {
	right: -45px
}

.bottom-slider {
	text-align: center;
}

.bottom-slider li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 180px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
}

.bottom-slider li a {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom-slider li a img {
	display: block;
	width: 100%;
	min-height: 100%;
}

/*common form*/
.common-form .modal-content {
	max-width: 550px;
	min-width: 478px;
}

.common-form .modal-content .modal-header {
	height: 60px;
	padding: 0;
}

.common-form .modal-content .modal-header h4 {
	padding: 16px 0 0 22px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 18px;
	color: #363636;
}

.common-form .modal-content .modal-header .close-block {
	width: 71px;
	height: 60px;
	border-left: 1px solid #e1e1e1;
	float: right;
	text-align: center;
	color: #666;
}

.common-form .modal-content .modal-header .close-block .close {
	float: none;
	display: inline-block;
	margin-top: 22px;
	opacity: 0.6;
}

.common-form .modal-content .modal-header .close-block .close:hover {
	opacity: 1;
}

.common-form .modal-content form .modal-body {
	background: #fbfbfb;
	text-align: center;
}

.common-form .modal-content form .modal-body .title {
	font-family: helveticaneuecyr_roman, tahoma, arial;
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
}

.common-form .modal-content form .modal-body .title>span {
	color: #f26522;
	padding-left: 10px;
}

.common-form .modal-content form .modal-body input[type="text"],
.common-form .modal-content form .modal-body input[type="email"],
.common-form .modal-content form .modal-body input[type="tel"] {
	display: block;
	width: 382px;
	height: 46px;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin: auto;
	background: #fff;
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 16.67px;
	font-style: italic;
	color: #888;
	padding-left: 12px;
	outline: none;
}

.common-form .modal-content form .modal-body textarea {
	width: 382px;
	height: 136px;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 5px;
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 16.67px;
	font-style: italic;
	color: #888;
	padding: 7px 9px 7px 9px;
	outline: none;
}

.common-form .modal-content form [type="submit"] {
	min-width: 124px;
	height: 49px;
	background: #f26522;
	border: none;
	border-radius: 3px;
	font-family: helveticaneuecyr_bold, tahoma, arial;
	font-size: 16px;
	color: #fff;
	margin-right: 2px;
}

.common-form form .form-group {
	width: 382px;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
	font-family: helveticaneuecyr_light, tahoma, arial;
	font-size: 16px;
}

.common-modal-btn {
	display: inline-block;
	min-width: 159px;
	height: 37px;
	font-family: "Trebuchet MS", tahoma, arial;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #ff6d3a;
	border-radius: 5px;
	border: 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	margin-top: 26px;
	position: relative;
}

.common-form select {
	display: inline-block !important;
}

.captcha-question {
	font-size: 1.4rem;
	;
}


@media (max-width: 1040px) {
	nav.main-nav ul.main-menu>li {
		margin-right: 2.3%;
	}
}

@media (max-width: 992px) {
	footer ul.footer-menu {
		margin-right: 0;
	}

	footer .footer-phone,
	footer .footer-mail {
		margin-right: 3%;
	}

	section.main .left-content,
	section.main .right-sidebar {
		float: none;
		width: 100%;
	}

	section.main .right-sidebar .banner-top,
	section.main .right-sidebar .banner-bottom,
	section.main .right-sidebar .banner-volunteers {
		display: none;
	}

	section.main .feedback.mainpage-feedback {
		float: none;
		width: calc(100% + 20px);
		margin: auto;
		margin-top: 20px;
		position: relative;
		left: -20px;
	}

	section.main .left-content .main-news-block {
		padding-bottom: 0;
	}

	section.main .right-sidebar .events-calendar>.title {
		text-align: left;
	}

	section.main .left-content .main-news-block .main-news-list li:last-child {
		border-bottom: 1px solid #e7e7e7;
	}

	section.main .right-sidebar .events-calendar ul.events-list li {
		padding-left: 0;
	}

	section.main {
		padding-bottom: 0;
	}

	#carousel-main {
		width: calc(100% + 20px);
		position: relative;
		left: -20px;
	}

	.program ul.program-list li .content .title {
		font-size: 28px;
		padding-bottom: 4px;
	}

	.news-detail .img-block img.small-img {
		margin-bottom: 17px;
	}

	.table-block table tr td {
		font-size: 14px;
	}

	.table-block table tr td:nth-of-type(1),
	.table-block table tr td:nth-of-type(2) {
		padding-left: 5px;
	}

	.table-block table tr th:nth-of-type(2) {
		width: 30%;
	}

	.table-block table tr th:nth-of-type(3) {
		width: 18%;
	}

	.contacts-block .contacts .contacts-info .info-line .line-title {
		padding-left: 5px;
		width: 130px;
	}

	.contacts-block .contacts .img-block {
		width: 40%;
	}

	.contacts-block .contacts .contacts-info {
		width: 58%;
	}

	nav.main-nav ul.main-menu>li>a {
		font-size: 20px;
	}
}

@media (max-width: 920px) {
	nav.main-nav ul.main-menu>li>a {
		font-size: 18px;
	}

	nav.main-nav .navbar-collapse {
		padding-left: 10px;
		padding-right: 0px;
	}

	nav.main-nav ul.main-menu>li>i {
		top: 4px;
	}
}

@media (max-width: 880px) {
	footer {
		min-height: 135px;
		padding-top: 0;
		padding-bottom: 20px;
	}

	footer ul.footer-menu {
		display: none;
	}

	footer .copyright {
		position: absolute;
		bottom: 8px;
		font-size: 12px;
	}

	footer .footer-socials-block,
	footer .footer-phone,
	footer .footer-mail {
		font-size: 14px;
	}

	.calendar .calendar-list li .top-block .short-info .arrow {
		right: 0px;
	}

	.contacts-block .contacts .regional-offices .office .info-block {
		display: block;
		width: 80%;
	}

	.contacts-block .contacts .regional-offices .office .info-block:nth-of-type(odd) {
		width: 80%;
	}
}

@media (max-width: 850px) {

	header .middle-block .right-block .phones .short,
	header .middle-block .right-block .phones .long {
		font-size: 62px;
	}

	header .middle-block .right-block .phones .short>a,
	header .middle-block .right-block .phones .long>a {
		font-size: 32px;
	}

	header .middle-block .logo-block>a .org-name {
		font-size: 32px;
	}

	ul.news-list li {
		width: calc(33.333% - 30px);
	}

	.similar-products .products-list li {
		width: 30%;
	}

	.full-search form.fullsearch-form .inputs-block .filters {
		float: none;
	}

	.full-search form.fullsearch-form .inputs-block .filters .select-box {
		margin-bottom: 10px;
		margin-right: 4px;
		margin-left: 0;
	}

	.full-search form.fullsearch-form .inputs-block .result-count {
		float: none;
		margin-top: 0px;
	}
}

@media (max-width: 830px) {
	nav.main-nav ul.main-menu>li>a {
		font-size: 16px;
	}

	nav.main-nav ul.main-menu>li>i {
		top: 2px;
	}
}

@media (max-width: 767px) {
	header .top-block .top-phone {
		font-size: 10px;
	}

	header .top-block .top-phone>span {
		font-size: 16px;
	}

	header .top-block ul.header-socials {
		margin-top: 10px;
	}

	header .top-block ul.header-socials li {
		margin-right: 7px;
	}

	header .top-block ul.header-socials li>a {
		font-size: 14.6px;
	}

	header .top-block .language-switcher {
		padding-top: 16px;
		margin-left: 19px;
	}

	header .top-block .language-switcher>a>img {
		display: block;
		width: 16px;
		height: 12px;
	}

	.navbar-collapse {
		background: #fff;
		padding-bottom: 30px;
	}

	nav.main-nav ul.main-menu>li {
		display: block;
		text-align: left;
		height: auto;
		padding-top: 13px;
		padding-bottom: 2px;
	}

	nav.main-nav ul.main-menu>li>a {
		display: inline-block;
		font-size: 27px;
	}

	nav.main-nav ul.main-menu>li>i {
		display: inline-block;
		position: relative;
		top: -4px;
		margin-left: 4px;
	}

	nav.main-nav ul.main-menu>li ul.sub-menu {
		display: block;
		position: static;
		border: none;
		background: transparent;
		padding-left: 15px;
	}

	section.main .left-content #carousel-main .carousel-caption .date {
		font-size: 9px;
	}

	section.main .left-content #carousel-main .carousel-caption .text {
		font-size: 12px;
	}

	section.main .left-content #carousel-main .carousel-caption {
		min-height: 65px;
	}

	section.main .left-content #carousel-main a {
		color: #fff;
	}

	section.main .left-content #carousel-main a:hover {
		color: #ccc;
	}

	section.main .feedback.mainpage-feedback {
		padding-bottom: 30px;
	}

	section.main .feedback .title {
		max-width: 334px;
		margin: auto;
	}

	section.main .feedback .feedback-form .inputs-group {
		float: none;
		width: 334px;
		margin: auto;
	}

	section.main .feedback .feedback-form textarea {
		float: none;
		width: 334px;
		margin: auto;
		margin-top: 32px;
	}

	section.main .feedback .feedback-form input[type="submit"] {
		float: none;
		display: block;
		margin: auto;
		margin-top: 22px;
	}

	section.main .left-content .main-news-block .main-news-list li .img-wrapper {
		padding-left: 5px;
		padding-right: 10px;
	}

	section.main .left-content .main-news-block .main-news-list li .news-content {
		width: calc(100% - 183px);
	}

	section.main .left-content .main-news-block .main-news-list li .img-wrapper img {
		width: 167px;
		height: 111px;
	}

	.mobile-banner {
		display: block;
	}

	section.main .wpcf7 {
		width: 100%;
		max-width: none;
	}

	section.main .left-content {
		padding-top: 0;
	}

	.program ul.program-list li {
		width: 100%;
	}

	.news-detail .img-block img.small-img {
		margin-bottom: 14px;
	}

	.calendar .calendar-list li .bottom-block .map-info .title .place-detail {
		font-size: 16px;
	}

	.table-block table tr td {
		font-size: 12px;
	}

	.contacts-block .contacts .img-block {
		width: 100%;
		float: none;
	}

	.contacts-block .contacts .contacts-info {
		width: 100%;
		float: none;
		padding-top: 25px;
	}

	.contacts-block .contacts .contacts-info .info-line .line-title {
		padding-left: 30px;
		width: 190px;
	}

	.contacts-block .contacts .regional-offices .office .title {
		font-size: 26px;
	}

	nav.main-nav {
		padding: 0px;
		height: 58px;
		border-top: none;
		border-bottom: none;
	}

	header .middle-block .logo-block {
		float: none;
		width: 100%;
	}

	header .middle-block .right-block {
		float: none;
		width: calc(100% - 132px);
		position: absolute;
		right: 0px;
		bottom: -58px;
		z-index: 10;
		overflow: hidden;
		border: none;
	}

	header .middle-block .right-block form.search-form {
		float: left;
	}

	header .middle-block .right-block form.search-form input[type="search"],
	header .middle-block .right-block form.search-form input[type="submit"] {
		display: none;
	}

	header .middle-block .right-block .phones {
		width: calc(100% - 46px);
		height: 58px;
		border: 1px solid #e7e7e7;
		border-right: none;
		float: left;
	}

	header .middle-block .right-block .phones .title {
		width: 26%;
		float: left;
		font-size: 12px;
		padding-top: 12px;
		padding-left: 8px;
		margin-right: 12px;
	}

	header .middle-block .right-block .phones .short {
		height: 57px;
		width: 23.5%;
		text-align: left;
		padding-right: 0;
		line-height: 0.7;
	}

	header .middle-block .right-block .phones .short>i {
		display: inline-block;
		font-size: 25px;
	}

	header .middle-block .right-block .phones .long {
		height: 58px;
		width: 42.5%;
		float: left;
		text-align: left;
		padding-left: 13px;
		padding-right: 0;
		line-height: 0.7;
	}

	header .middle-block .right-block .phones .long>i {
		display: inline-block;
		font-size: 30px;
	}

	header .middle-block .right-block form.search-form .mobile-search {
		display: block;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		padding: 0;
	}
}

@media (max-width: 700px) {
	.full-search form.fullsearch-form .inputs-block {
		width: 75%;
	}
}

@media (max-width: 600px) {
	ul.news-list li {
		width: calc(50% - 30px);
	}

	.news-detail .img-block img.small-img {
		margin-bottom: 11px;
	}

	.calendar form.filter-form input[type="submit"] {
		display: block;
		margin-top: 21px;
	}

	.similar-products .products-list li {
		width: 45%;
	}

	.contacts-block .contacts .contacts-info .info-line .worktime {
		width: 60%;
	}

	.contacts-block .contacts .contacts-info .info-line .worktime .line {
		font-size: 13px;
	}

	.contacts-block .contacts .contacts-info .info-line .worktime .line>span {
		font-size: 16px;
	}

	.contacts-block .contacts .regional-offices .office .info-block {
		display: block;
		width: 100%;
	}

	.contacts-block .contacts .regional-offices .office .info-block:nth-of-type(odd) {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.news-detail .socials {
		display: block;
		padding-top: 5px;
		float: none;
	}

	.news-detail .socials>a {
		margin-left: 0;
		margin-right: 11px;
	}

	.news-detail .img-block {
		padding-top: 15px;
	}

	.calendar .calendar-list li .top-block .short-info .date-info .begin {
		display: none;
	}

	.calendar .calendar-list li .top-block .short-info .date-info .tag {
		margin-left: 20px;
	}

	.contacts-block .contacts .contacts-info .info-line {
		font-size: 16px;
	}

	.contacts-block .contacts .contacts-info .info-line .line-title {
		padding-left: 5px;
		width: 130px;
	}
}

@media (max-width: 510px) {
	header .middle-block .right-block .phones {
		width: 86%;
	}
}

div.search_results {
	margin-top: 20px;
}

div.search_results h3,
div.search_results h1 {
	padding-bottom: 20px;
}

div.search_results ul {
	padding-left: 20px;
}

div.search_results ul li {
	padding-bottom: 10px;
	font-size: 14px;
}

/* LearnDash */

.news-detail .news-text img.ldgr-group-settings-icon {
	margin: 0;
}

/* CF7 */

.wpcf7-not-valid-tip {
	position: absolute;
	white-space: nowrap;
	top: 34px;
	left: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
	font-family: helveticaneuecyr_roman, tahoma, arial;
}
.wp-block-file .wp-block-file__embed {
    position: relative;
}