/* ---- RESPONSIVE STYLES ---- */

.mobile-only,
.menu-toggler,
.currency-toggler,
.mobile-filters,
.mobile-lk,
.mobile-analitics {
	display:none;
}
.select2-container::after {
	top: 50%;
	margin-top: -2px;
}
.select2-container--open::after {
	display: none;
}

/* -- only desktops styles -- */

@media all and (min-width:1140px) {
	
}


@media all and (min-width:768px) {
	
}

/* -- opened breakpoints -- */

@media all and (max-width:1260px) {

.mobile-only {
	display:block;
}
body {
	min-width:240px;
}
img {
	max-width:100%;
	height:auto;
	width:100%\9;/*ie8 fix*/
}

.wrapper {
	width: auto;
	min-width: 100%;
}
.inner {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar-left #main {
	/* padding-left: 560px; */
}
.main-menu ul li a {
	height: 47px;
	line-height: 1;
	padding: 0 10px;
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.footer-logo.col-4 {
	width: 25%;
}
.footer-menu.col-4 {
	width: 41%;
}
.col-float:nth-child(2n) {
	padding-left: 10px;
}
.col-float:nth-child(2n+1) {
	padding-right: 10px;
}
.top-info_link {
	margin: 0px 8px;
}
.wrap-captcha {
	position: relative;
}
.wrap-captcha label {
	display: block;
	margin-bottom: 12px;
}
.wrap-captcha input.captcha {
  width: calc(100% - 180px) !important;
  padding: 0px 5px;
  float: left;
  margin-left: 0 !important;
}
.wrap-captcha input.captcha + img {
	position: absolute;
	top: 1px;
	left: 105px;
	margin: 0px 3px !important;
	width: 24px;
}
.wrap-captcha img + img {
	width: 60% !important;
	height: 40px !important;
	max-width: 180px;
}


} /*1260px end*/



@media all and (max-width:1140px) {

.sidebar-right #sideRight,
.content-with-sidebar + .sidebar {
	width: 33.333%;
	margin-left: -33.333%;
}
.sidebar-right #main,
.content-with-sidebar {
  float: left;
  padding-right: 36.333%;
  width: 100%;
}
.sidebar-left #sideLeft {
	width: 540px;
	margin-right: -540px;
}
.sidebar-left #main {
	padding-left: 560px;
}
#search {
	width: 33.333%;
}
#search .search-inner {
	width: 100%;
}
.block-analitics {
	padding-left: 30px;
	padding-right: 30px;
}
.page-wrapper {
	padding-bottom: 0;
}
.footer {
	height: auto;
	margin-top: 0;
}
.line-items .title,
.news-categories_menu a {
	font-size: 18px;
	font-size: 1.125rem;
}
.full-width-items .related-links {
  margin-top: 31px;
}
.main-info_table td:nth-child(1) {
	padding-left: 15px;
}
.top-info_link {
	margin-right: 0;
	margin-left: 15px;
}

} /*1140px end*/



@media all and (max-width:1010px) {

.top-info-edit {
	padding-bottom: 41px;
}

} /*1010px end*/



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

.sidebar-left #sideLeft {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.sidebar-left #main {
	float: none;
	padding-left: 0;
	margin-right: 0;
}
.top-info-edit {
	padding-bottom: 15px;
}
.block-tarif {
	max-width: 100%;
	min-height: 0;
	margin-bottom: 10px;
}
.main-info_table {
	padding-top: 0;
}
.top-info {
	text-align: left;
}
.top-info_link {
	margin-right: 15px;
	margin-left: 0px;
}
.wrap-subscribe label {
	text-align: left !important;
	float: none !important;
}
.mobile-lk {
	display: block;
}
.main > .top-info-edit {
	display: none;
}
.ui-datepicker {
	z-index: 299 !important;
}

} /*992px end*/



@media all and (max-width:930px) {

.sidebar-right #sideRight {
	position: static;
}
.container {
	position: relative;
}/*
.container.with-filters .main h1 {
	padding-bottom: 350px;
}*//*
.container.with-filters .block-event-search {
	position: absolute;
	top: 125px;
	left: 0px;
	right: 0px;
}*/
.banner-top,
.block-event-search .help {
	display: none;
}
.sidebar-right #main {
	float: none;
	padding-right: 0;
	margin-bottom: 0px;
}
.sidebar-right #sideRight {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-top: 0;
}
.content-with-sidebar + .sidebar {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-top: 0;
}
.content-with-sidebar {
	float: none;
	padding-right: 0;
	margin-bottom: 30px;
}
.content-with-sidebar + .sidebar .block-analitics {
	margin-top: 0px;
}
.block-analitics {
	margin-top: 0;
	border: 1px dotted #bdbdbd;
	border-bottom: 0;
}
.block-analitics .btns {
	margin-top: 18px;
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.block-analitics .btns .btn {
	-webkit-flex-basis: 48.5%;
	-moz-flex-basis: 48.5%;
	-ms-flex-basis: 48.5%;
	-o-flex-basis: 48.5%;
	flex-basis: 48.5%;
	min-width: 48.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.section-events {
	padding-right: 0;
}
.front aside .block-analitics {
	display: none;
}
.mobile-analitics.block-analitics {
	display: block;
	margin-bottom: 20px;
}
.front #main.main {
	margin-bottom: -20px;
}
.front .sidebar .banner {
	margin-bottom: 20px;
}
.block-analitics .btn_buy {
	flex-order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.footer-logo.col-4 {
  width: 30%;
}
.footer-menu.col-4 {
	width: 70%;
}
.footer-menu ul {
	font-size: 0;
}
.footer-menu ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
	font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.footer-copywright.col-4, .footer-copywright {
	width: 100%;
	padding-top: 20px;
}
.footer-copywright .copywright {
	margin-left: 0;
}
.month-events {
	margin-bottom: 25px;
}
.biznes-calendar .pagination {
	padding-bottom: 20px;
}
.responsive-table {
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
}
.mobile-filters {
	display: block;
	margin-top: 15px !important;
}
.col-right .block-event-search,
.sidebar .block-event-search {
	/*display: none;*/
}

} /*930px end*/



@media all and (max-width:860px) {
.table-with-head{overflow-y: auto;}
.full-width-items .col-left {
	float: none;
	padding-right: 0;
}
.full-width-items .col-right {
	width: 100%;
	margin-left: 0;
	float: none;
}
.full-width-items .block-event-search {
	/*margin-top: 35px;*/
}
.full-width-items .col-left .btns {
	text-align: left;
}
.full-width-items .related-links .item:last-child {
	border-bottom: 0;
}
.full-width-items .related-links {
	margin-top: 20px;
}
.gid {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.gid .column-line {
	display: none;
}
.contacts .col-left, .contacts .col-right {
	float: none;
	width: 100%;
	padding-right: 0;
}
.contacts .feedback-block {
	margin-top: 25px;
}
.analitika .pagenav_wrap .item:first-child {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.analitika .pagenav_wrap .item:first-child .col-left {
	flex-order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.full-width-items .block-event-search {
	margin-top: 0;
}

.wrap-analitic-pagenav .pagination{margin-right: 0px;}

} /*860px end*/



@media all and (max-width:768px) {

.banner-top .inner {
	padding: 0;
}
.header-bottom {
	position: relative;
	z-index: 4;
}
.mid-line {
	padding: 18px 0 20px;
	position: relative;
}
#logo img {
	margin: 0 auto;
}
#search {
	display: block;
	position: absolute;
	z-index: 5;
	left: 72px;
	right: 0px;
	top: 95px;
	width: auto;
}
input[type="text"].header-search_input {
	height: 33px;
}
.main-menu {
	height: 47px;
	position: relative;
}
.main-menu ul {
	display: block;
	position: absolute;
	z-index: -1;
	left: -20px;
	right: -20px;
	top: -10px;
	width: auto;
	opacity: 0;
	visibility: hidden;
	background: #165f7c;
	-webkit-transition: .30s;
	-moz-transition: .30s;
	-ms-transition: .30s;
	transition: .30s;
}
.main-menu ul.opened {
	z-index: 3;
	top: 47px;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li {
	display: block;
	border-top: 1px solid #2b6c86;
}
.main-menu ul li a {
	display: block;
	padding: 12px 20px;
	text-align: left;
	height: auto;
	border: 0;
}
.menu-toggler {
	display: block;
	width: 52px;
	height: 46px;
	border-right: 1px solid #2b6c86;
	cursor: pointer;
}
.menu-toggler .m-line {
	display: block;
	position: relative;
	width: 32px;
	height: 2px;
	top: 22px;
	background: #FFF;
}
.m-line:before,
.m-line:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: .20s;
	-moz-transition: .20s;
	-ms-transition: .20s;
	transition: .20s;
}
.m-line:before {
	top: -6px;
}
.m-line:after {
	top: 6px;
}
.menu-toggler:hover .m-line:before,
.menu-toggler:hover .m-line:after {
	/*left: -2px;
	right: -2px;*/
}
.menu-toggler.opened .m-line {
	background: transparent;
}
.menu-toggler.opened .m-line:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.menu-toggler.opened .m-line:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.currency .item {
	margin-right: 20px;
}
.section-events .col-xs-12 {
	width: 100%;
}
.section-events .item {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bdbdbd;
}
.services-items .head {
	min-height: 40px;
}
.news-categories_menu {
	margin-bottom: 0;
}
.news-categories_menu li {
	margin: 0px 25px 10px 0px;
}

} /*768px end*/


@media all and (max-width:640px) {

body,
.footer-menu ul li {
	font-size: 13px;
	font-size: 0.8125rem;
}
.currency .item {
	margin-right: 10px;
}
.currency {
	font-size: 11px;
}
.title {
	font-size: 15px;
	font-size: 	0.9375rem;
}
.block-analitics .btns .btn {
	padding: 7px 10px;
}
/*.wrap-captcha label {
	display: block;
}
.wrap-captcha input.captcha {
	margin-left: 0 !important;
	width: 120px !important;
}
.wrap-captcha input.captcha + img {
	margin: 0px 8px !important;
}*/
.wrap-captcha input.captcha + img {
	left: 100px;
}

} /*640px end*/



@media all and (max-width:570px) {
.arhiv-block{float: none; clear: both;}
.footer-logo {
	padding-top: 0;
	padding-bottom: 20px;
}
.footer-logo.col-4 {
	width: 100%;
}
.footer-menu.col-4 {
	width: 100%;
	margin-left: 0;
}
.footer-copywright.col-4, .footer-copywright {
	padding-top: 10px;
}
.footer-copywright .fs {
	text-align: left;
	margin-right: 0;
}
.col-float {
	width: 100%;
	float: none;
}
.col-float:nth-child(2n) {
	padding-left: 0;
}
.col-float:nth-child(2n + 1) {
	padding-right: 0;
}
.services-items .item {
	margin-bottom: 15px;
}
.sucats-descrip-col {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	column-gap: 0;
}
.col-left .arhiv-block .view-block span{display: none;}
.arhiv-block .view-block .view-type{padding: 0 8px;}

} /*570px end*/



@media all and (max-width:533px) {

.col-xs-12 {
	width: 100%;
}
.block-front {
	margin-bottom: 35px;
}
.block-front .right-col .item {
	display: none;
}
.block-front .right-col .item-img {
	display: block;
	border-top: 1px dotted #bdbdbd;
}
.block-front .right-col .item:first-child {
	/*padding-top: 20px;
	border-top: 1px dotted #bdbdbd;*/
}
.block-front .right-col .item {
	padding: 20px 0px;
}
.block-front .item .img img {
	margin: 0 auto;
}
.block-analitics,
.feedback-block,
.block-event-search {
	padding: 20px;
}
.block-analitics {
	padding-bottom: 0;
}
.wrapper .main-info table td {
	padding: 10px;
}
.breadcrumbs span {
	max-width: 100%;
}/*
.container.with-filters .main h1 {
	padding-bottom: 335px;
}*/

} /*533px end*/



@media all and (max-width:480px) {

.top-line {
	position: relative;
}
.currency-toggler {
	display: table-cell;
	width: 40px;
	height: 38px;
	background: url(../images/currency.svg) left center no-repeat;
	-webkit-background-size: 24px;
	background-size: 24px;
	cursor: pointer;
}
.currency {
	display: block;
	position: absolute;
	left: -20px;
	top: -10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .30s;
	-moz-transition: .30s;
	-ms-transition: .30s;
	transition: .30s;
	width: 155px;
	font-size: 12px;
	font-size: 0.75rem;
}
.currency.opened {
	top: 38px;
	opacity: 1;
	visibility: visible;
	z-index: 6;
}
.currency .item {
	margin-right: 0;
	display: block;
	padding: 10px 20px;
	background: #f7f4ee;
	border-top: 1px solid #e0dbd1;
}
/*.wrap-captcha {
	margin-bottom: 5px;
}
.wrap-captcha input.captcha {
	width: 110px !important;
}
.wrap-captcha input.captcha + img {
  margin: 0px 4px !important;
  width: 24px;
}
.wrap-captcha img + img {
	width: 160px !important;
	height: 40px !important;
}*/
/*.full-width-items .col-left .btns {
	padding-top: 0;
	margin-top: 15px;
	padding-left: 80px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}*/
/*.full-width-items .price_list {
	position: absolute;
	left: 0;
	width: 80px;
	top: 50%;
	margin-top: -16px;
	overflow: hidden;
}*//*
.full-width-items .col-left .btns .btn {
	padding: 6px 5px;
	line-height: 1;
	-webkit-flex-basis: 49%;
	-moz-flex-basis: 49%;
	-ms-flex-basis: 49%;
	flex-basis: 49%;
	min-width: 49%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: 0;
}*/
.price_list{
	margin-right: 10px;
}
.full-width-items .col-left .btns .btn{
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
}
.full-width-items .btn_get_example {
	/*order: 2;*/
}
.block-register {
	padding: 20px;
}
.bottom_buttons {
	margin-right: -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.bottom_buttons a, 
.bottom_buttons input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 1;
	-webkit-flex-basis: 48%;
	-moz-flex-basis: 48%;
	-ms-flex-basis: 48%;
	flex-basis: 48%;
	min-width: 48%;
	margin: 0;
}
.bottom_buttons .btn-cancel {
	margin-right: 0;
	width: auto;
}
.block-analitics .btns .btn {
	line-height: 1;
}


} /*480px end*/



@media all and (max-width:420px) {

} /*420px end*/



@media all and (max-width:400px) {

#logo img {
	width: 270px;
}
#search {
	top: 84px;
}
.block-analitics .btns .btn {
	padding: 5px 10px;
}
.wrap-captcha input.captcha {
	width: 45% !important;
}
.wrap-captcha img + img {
	width: 55% !important;
}

.profile-block-shown table tr,
.profile-block-shown table tr td {
	display: block;
	width: auto !important;
}
.profile-block-shown table tr {
	padding-bottom: 5px;
}
.wrapper .profile-block-shown table tr td {
	padding: 0;
	padding-bottom: 5px;
}
.wrapper .profile-block-shown table tr:nth-of-type(odd) {
	background: #FFF;
}


}/*400px end*/



@media all and (max-width:360px) {

.full-width-items .col-left .btns .btn {
	font-size: 12px;
}
/*.wrap-captcha input.captcha {
  width: 40% !important;
  padding: 0px 5px;
  float: left;
}
.wrap-captcha img + img {
  width: 60% !important;
}
.wrap-captcha label {
	margin-bottom: 12px;
}
.wrap-captcha input.captcha + img {
	position: absolute;
	left: 100px;
	top: 1px;
}*/

} /*360px end*/



@media all and (max-width:330px) {

#logo img {
	width: 250px;
}
#search {
	top: 82px;
}

} /*330px end*/




/* -- closed breakpoints -- */

@media (max-width: 1260px) and (min-width:860px) {

/*.contacts .wrap-captcha label {
	display: block;
}
.contacts .wrap-captcha input.captcha {
	margin-left: 0 !important;
	width: 120px !important;
}
.contacts .wrap-captcha input.captcha + img {
	margin: 0px 8px !important;
}*/

}


@media (max-width: 930px) and (min-width:860px) {

/*.wrap-captcha {
	margin-bottom: 5px;
}
.wrap-captcha input.captcha {
	width: 180px !important;
}
.wrap-captcha img + img {
	margin-top: 15px;
}*/

}

/* ---- RESPONSIVE STYLES ---- */