.breadcrumb li.active a {
    color: #afb6be;
    cursor: default;
}
.breadcrumb li.active a:hover {
    text-decoration: none;
}
.breadcrumb li.active p a {
    padding: 0 !important;
}

.phone_num {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
}

.phone_info {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
}

.header_login, .header_catalog {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
}

.header_login:before {
	content: url("../../img/login.svg");
	margin-right: 10px;
}

.header_catalog:before {
	content: url("../../img/catalog.svg");
	margin-right: 10px;
}

.cab_link_mibile {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
	padding: 10px;
}

.cab_link_mibile:before {
	content: url("../../img/login.svg");
	margin-right: 10px;
}

#dropdown-menu-category {
	max-height: 50vh;
	overflow: auto;
}

#search {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
}

.header_search {
	display: flex;
	max-height: 48px;
}

.header_search button {
	padding: 5px 24px;
	width: 100%;
}

.header_search button.button_style_gradient_0 {
	background: #fff;
    border: solid 1px #fff;
    color: #333;
}
.header_search button.button_style_gradient_0:hover {
	background-image: linear-gradient(to bottom, #fff, #eee);
}


.header_search #search,
.header_search #local_button {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.header_list_local {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
}

.header_local:before {
	content: url("../../img/location.svg");
	margin-right: 10px;
	margin-top: 2px;
}

/* Windows */
.window {
	border-radius: 4px;
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.15);
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	left: -85px;
	margin-top: 15px;
	background-color: #fff;
	z-index: 1040;
}

.window_header {
	float: left;
	width: 100%;
	padding: 20px 30px 0 30px;
	background-color: #fff;
	border-radius: 4px;
}

.window_info {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	margin-bottom: 15px;
}

.window .h4 {
	float: left;
	font-family: "HelveticaNeueBold";
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1e88e5;
}

.window .close {
	float: right;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 2;
}

.window_footer {
	border-top: solid 1px #ced4da;
	float: left;
	width: 100%;
}

.window_footer button {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #1e88e5;
	width: 100%;
	border: none;
	padding: 14px 0 18px 0;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.window_footer button:hover {
	text-decoration: underline;
}

.no_link {
	color: #2a2a2a;
}

button#log:hover {
	text-decoration: none;
}

button#log:hover .yes_link {
	text-decoration: underline;
}

.body_window_focus {
	position: fixed;
	background: rgba(5, 5, 5, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.header_window_focus {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 5;
}

.window form label {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #37373c;
	width: 100%;
}

.window form label span {
	color: #e53935;
}

.window form button {
	padding: 6px 0;
}

.window form input {
	border: solid 1px #ced4da;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
	color: #afb6be;
}

#login_pass {
	width: calc(100% - 55px);
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.radio_password button {
	background-color: transparent;
	border: solid 1px #ced4da;
	border-left: none;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.radio_password button span {
	padding: 0 25px;
	position: relative;
}

.radio_password button span:after {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.radio_password button span.pass_hide:after {
	background-image: url("../../img/radio_password_hide.svg");
}

.radio_password button span.pass_show:after {
	background-image: url("../../img/radio_password_show.svg");
}

.link_restore_pass {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1e88e5;
	margin: 0 0 15px 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.mobile_only .window {
	position: relative;
	z-index: 20;
	left: 0;
	width: 100%;
}

.cab_display {
	position: absolute;
	right: 0;
	/*bottom: 0;*/
	top: 20px;
}

.cab_display span {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: right;
	color: #afb6be;
	padding-right: 10px;
}

.cab_display button {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: right;
	color: #e53935;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.cab_display button:hover {
	text-decoration: underline;
}

/* Card */
.card_banner {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px 6px rgba(88, 88, 88, 0.05);
	position: relative;
}

.card_banner_image {
	position: relative;
	padding: 80px 25px 0 25px;
	margin-right: -80px;
}

.card_banner_text {
	max-width: 55%;
}

.card_banner_text h4 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #37373c;
	margin-top: 22px;
}

.card_banner_text p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #37373c;
	margin-top: 20px;
}

.card_banner_link {
	position: relative;
}

.card_banner_link_mobile a, 
.card_banner_link a, 
a.nownow {
	position: relative;
}
a.nownow::after, 
.card_banner_link_mobile a::after, 
.card_banner_link:not(.floatButton) a::after {
	content: "Прямо сейчас";
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translate(-50%, 0);
	text-transform: uppercase;
	font-size: 13px;
	padding: 2px;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
}
a.nownow::after {
	font-size: 0.8em;
} 

.card_banner_link_mobile {
	padding: 0 15px 60px 15px;
	text-align: center;
}

.card_banner_link_mobile a {
	width: 100%;
	float: left;
	padding: 3px 10px 20px 10px;
}

.card_banner_link_mobile a img {
	margin-right: 12px;
}

.card_banner_link a {
	text-decoration: none;
	padding: 3px 11px 20px 11px;
	text-align: center;
	width: 100%;
}

.card_banner_link_mobile a:hover, 
.card_banner_link a:hover {
	color: #fff;
	text-decoration: none;
}

.card_banner_link a img {
	margin-right: 5px;
}
.card_banner_link a.small {
	font-size: 15px;
}

.card_container_right {
	background-color: #ffffff;
	border-radius: 4px;
	padding: 25px 0;
	float: left;
	width: 100%;
	box-shadow: 0 4px 20px 6px rgba(88, 88, 88, 0.05);
}

.card_container_right .card_right:nth-child(1) {
	border: none;
}

.card_container_right .card_right:nth-child(1) h5 {
	margin: 0;
}

.card_container_right .card_right:last-child {
	border: none;
}

.section_banner .card_container_right {
	height: calc(100% - 30px);
}

.card_right {
	float: left;
	width: 100%;
	padding: 0 25px;
	border-bottom: solid 1px #ced4da;
}

.card_right h5 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
	color: #37373c;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.card_right time {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.67;
	letter-spacing: normal;
	color: #afb6be;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	margin-top: 37px;
}

.card_right p {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #37373c;
	margin-bottom: 35px;
}

.card_right button,
.card_right .phone_swith span,
.card_right .phone_swith a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #3cb253;
	margin-bottom: 34px;
	float: left;
	width: 100%;
	cursor: pointer;
	padding: 0;
	background-color: transparent;
	border: none;
}

.phone_swith label {
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.label-phone {
	font-weight: 500;
}

/* Section */
.section_banner {
	/*min-height: 406px;*/
	/* background-image: url("../../img/home_section_0.jpg"); */
	background-color: #e6e6e6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background: linear-gradient(185deg, #58575c, #414045);*/
	padding: 50px 0 20px 0;
	color: #2a2a2a;
}

.section_banner .text_under_button {
	color: #2a2a2a;
}

.section_banner .text_under_button .ad-count__cities a {
	color: #2a2a2a;
}

.section_banner .text_under_button .h1_btn_change-region  {
	color: #2a2a2a;
}

.favorites-index,
.request-index,
.gruz-index,
.gruzovik-index,
.service-pay-index {
	padding: 0 0 40px 0;
}

.request-index {
	padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
	.favorites-index .section_cab {
		padding: 0;
	}
}

.navCategoryButton .dropdown-item {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section_catalog,
.section_categories_list {
	padding: 20px 0 20px 0;
}

.section_catalog h2,
.section_categories_list h2 {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	margin-bottom: 39px;
}

.section_catalog a {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #1e88e5;
}

.section_catalog ul,
.section_categories_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section_catalog ul li,
.section_categories_list ul li {
	/*float: left;*/
	/*display: inline-block;*/
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.section_catalog ul li span,
.section_categories_list ul li span {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	/* color: #afb6be; */
	color: #2a2a2a;
	margin-left: 15px;
}

.section_just_step {
	background-image: url("../../img/section_just_step.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*background: linear-gradient(185deg, #58575c, #414045);*/
	padding: 70px 0 0 0;
	color: #ffffff;
	position: relative;
}

.section_just_step h2 {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 31px;
}

.section_just_step p {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
}

.section_just_step span {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
}

.section_just_step .image_right {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 460px;
}

.section_spectex_rental_info {
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #2a2a2a;
	background-color: #f9f9f9;
	padding: 47px 0 81px 0;
}

.section_spectex_rental_info h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.31;
	margin-bottom: 32px;
}

.section_spectex_rental_info p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.section_question_form {
	background-color: #e6e6e6;
	background-image: url("../../img/question_form.png");
	background-size: 530px;
	background-position: 60vw center;
	background-repeat: no-repeat;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #2a2a2a;
	padding: 31px 0 48px 0;
}

.section_question_form button[type="submit"] {
	font-size: 14px;
}

.section_question_form h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.31;
	margin-bottom: 9px;
}

.section_question_form p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 38px;
}

.section_question_form button[type="submit"] {
	padding: 11px 0;
	width: 100%;
}

.section_question_form input[type=checkbox] {
	padding-right: 8px;
	float: left;
	cursor: pointer;
}

.section_question_form label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	float: right;
}

.section_question_form .form-group {
	margin-bottom: 30px;
}

footer {
	background-color: #2a2a2a;
	color: #ffffff;
}

footer a {
	color: #ffffff;
}

.footer_tel {
	float: left;
	margin-top: 54px;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.page_up {
	margin-top: 43px;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	float: left;
	z-index: 999;
}

.page_up:hover {
	opacity: 0.5;
}

footer ul {
	padding: 0;
	margin: 63px 0 32px 0;
	list-style: none;

	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 1px;

	text-transform: uppercase;
}

footer ul a {
	padding-right: 28px;
	float: left;
	width: 100%;
}

footer ul a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	margin-bottom: 38px;
}

.yandex_counter {
	float: right;
}

/* Elements */
.section_catalog_cards,
.section_requests,
.section_gruzy,
.section_gruzoviki,
.section_arenda_tex,
.section_information_page {
	background-color: #f9f9f9;
	padding: 50px 0 80px 0;
}

.open_map {
	background-color: transparent;
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.94;
	letter-spacing: 0.5px;
	text-align: left;
	color: #2a2a2a;
	text-transform: uppercase;
	cursor: pointer;
}

.open_map:before {
	content: url("../../img/open.svg");
}

.open_map.close_map:before {
	content: url("../../img/radio_password_hide.svg");
}

.open_map.subcategories-list-btn:before {
	content: '\f0d7';
	font: normal normal normal 14px/1 FontAwesome;
}

.open_map.subcategories-list-btn.close_map:before {
	content: '\f0d8';
	font: normal normal normal 14px/1 FontAwesome;
}

.open_map:hover {
	opacity: 0.5;
}

.section_catalog_cards h2,
.section_requests h2,
.section_gruzy h2,
.section_gruzoviki h2,
.section_arenda_tex h2,
.section_information_page h2,
.section_cab h2 {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	margin-bottom: 15px;
}

.section_cab h2 {
	font-weight: normal;
}

.card_style {
	border-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(91, 99, 109, 0.1);
	background-color: #ffffff;
	border: solid 1px #ced4da;
	margin-bottom: 30px;
}

.cat_card_header {
	padding: 30px 25px 0;
}

.cat_card_header h4 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
}

.cat_card_header .price {
	font-size: 28px;
	font-weight: bold;
	white-space: nowrap;
}

.cat_card_header .price span:not(.price-item) {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #2a2a2a;
}

.cat_card_content {
	position: relative;
	/*padding-top: 15px;*/
}

.cat_card_content .nav-tabs {
	border-bottom: 1px solid #ced4da;
}

.cat_card_content .nav-link.active {
	border-color: #ced4da #ced4da #fff;
}

.cat_card_content .nav-item a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	padding: 6px 22px 10px 22px;
}

.cat_card_content .nav-item a.active {
	color: #afb6be;
}

.cat_card_content .nav-tabs .nav-item:nth-child(1) {
	margin-left: 25px;
}
.cat_card_content .nav-tabs .nav-item {
	margin-top: 15px;
}

.cat_card_content .login_now,
.cat_card_content .login_now_mobile,
.cat_card_content .phone_swith label span,
.cat_card_content .phone_swith label a,
.cat_card_content .link_phone {
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #3cb253;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 5px 0;
	top: -36px;
	left: 25px;
}

.cat_card_content .phone_swith label a {
	border-radius: 15px;
	background-color: #3cb253;
	border: solid 1px transparent;
	color: #fff !important;
	padding: 3px 15px;
}

.cat_card_content .phone_swith label a:before {
	content: url("../../img/phone.svg");
	padding-right: 10px;
}

.cat_card_content .phone_swith label a:hover {
	background-color: #118227;
	border: solid 1px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.cat_card_content .tab-content {
	padding: 25px;

	/*border-bottom: solid 1px #dedede;*/
	border-radius: 4px;
}

.cat_card_content .tab-content .row .col-sm-8 .card_adress {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 20px;
}

.cat_card_content .tab-content .row .col-sm-8 .price {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 20px;
}

.cat_card_content .tab-content .row .col-sm-8 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 72px;
}

.plitki:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 a, 
.spisok:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 a, 
.plitki:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 .price, 
.spisok:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 .price, 
.plitki:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 .price-fav, 
.spisok:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 .price-fav {
  display: none!important;
}

.card_adress {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	margin-bottom: 10px;
}

.card_info {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	overflow-wrap: break-word;
}

.cat_card_content time {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.67;
	letter-spacing: normal;
	color: #afb6be;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.filter_price {
	margin: 15px 0 26px 0;
	float: left;
}

.filter_price input {
	width: calc(100% - 30px);
}

.card_filter label {
	cursor: pointer;
}

.card_filter button[type="submit"] {
	padding: 11px;
	width: 100%;
	float: left;
	margin-top: 24px;
}

.card_filter button[type="submit"] img {
	padding-right: 5px;
}

.tag_links ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	float: left;
	flex-direction: column;
}

.tag_links ul li {
	/*margin: 10px 20px 10px 10px;*/
	margin: 10px 0 10px 0;
}

.tag_links ul li a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;

	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(91, 99, 109, 0.1);
	background-color: #ffffff;
	border: solid 1px #ced4da;
	padding: 8px 29px 10px 29px;
	float: left;
	margin-top: 3px;
	color: #1e88e5;

	width: 100%;
	text-align: center;
}

.tag_links ul li a:hover {
	text-decoration: none;
	margin-top: 0;
	color: #495057;
	margin-bottom: 3px;
}

.tag_links ul li p {
	border-radius: 5px;
	border: solid 1px #ced4da;
	padding: 8px 29px 10px 29px;

	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #afb6be;
	margin-top: 3px;
}

.card_padding_0_25 {
	padding: 0 25px;
}

.cat_card_header time {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.67;
	letter-spacing: normal;
	color: #afb6be;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.section_requests .cat_card_header, 
.section_gruzy .cat_card_header, 
.section_gruzoviki .cat_card_header {
	border-bottom: solid 1px #ced4da;
}

.section_requests h4, 
.section_gruzy h4, 
.section_gruzoviki h4 {
	margin-bottom: 18px;
}

.section_requests p, 
.section_gruzy p, 
.section_gruzoviki p {
	padding-top: 16px;
}

.section_requests .login_now,
.section_requests .login_now_mobile,
.section_requests .phone_swith label span,
.section_requests .phone_swith label a,
.section_requests .link_phone, 
.section_gruzy .login_now,
.section_gruzy .login_now_mobile,
.section_gruzy .phone_swith label span,
.section_gruzy .phone_swith label a,
.section_gruzy .link_phone, 
.section_gruzoviki .login_now,
.section_gruzoviki .login_now_mobile,
.section_gruzoviki .phone_swith label span,
.section_gruzoviki .phone_swith label a,
.section_gruzoviki .link_phone {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #3cb253;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 5px 0;
	margin-top: 5px;
	float: right;
}

.pagination_prev:after {
	content: url("../../img/pagination_prev.svg");
}

.pagination_next:after {
	content: url("../../img/pagination_next.svg");
}

.pagination_prev:hover:after {
	content: url("../../img/pagination_prev_hover.svg");
}

.pagination_next:hover:after {
	content: url("../../img/pagination_next_hover.svg");
}

.page-item.prev a:after {
	content: url("../../img/pagination_prev.svg");
}

.page-item.next a:after {
	content: url("../../img/pagination_next.svg");
}

.page-item.prev a:hover:after {
	content: url("../../img/pagination_prev_hover.svg");
}

.page-item.next a:hover:after {
	content: url("../../img/pagination_next_hover.svg");
}

.page-item.first a:after {
	content: url("../../img/pagination_first.svg");
}

.page-item.last a:after {
	content: url("../../img/pagination_last.svg");
}

.page-item.first a:hover:after {
	content: url("../../img/pagination_first_hover.svg");
}

.page-item.last a:hover:after {
	content: url("../../img/pagination_last_hover.svg");
}

.page-item.disabled a {
	opacity: 0.7;
}

.page_search {
	float: left;
	margin-bottom: 10px;
}

.section_information_page p {
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
}

.section_contacts p {
	font-size: 22px;
	margin: 32px 0 50px 0;
}

.section_cab {
	padding: 50px 0 200px 0;
}

.app_form label {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
}

.app_form label span {
	color: #e53935;
}

.edit_pass {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
	text-align: left;
	color: #2a2a2a;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
}

.edit_pass:before {
	content: url("../../img/password.svg");
	padding-right: 12px;
}

.app_form button[type="submit"] {
	padding: 15px 30px;
	margin: 0 auto;
}

.app_form .form-check label {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.75;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
}

.cancel {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
	text-align: left;
	color: #2a2a2a;
	text-transform: uppercase;
}

.cancel:before {
	content: url("../../img/button_close.svg");
	margin-right: 10px;
}

.save_pass:before {
	content: url("../../img/check.svg");
	margin-right: 10px;
}


.buttons_save_or_cancel {
	margin-top: 15px;
}

.buttons_save_or_cancel .cancel {
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
}

.section_cab_account_new_request h5, 
.section_cab_account_new_gruz h5, 
.section_cab_account_new_gruzovik h5 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	margin: 40px 0 0 0;
}

.section_cab_account_new_request h5 span, 
.section_cab_account_new_gruz h5 span, 
.section_cab_account_new_gruzovik h5 span {
	color: #e53935;
}

.select_menu_categories {
	box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	padding: 16px 0 24px 0;
	max-width: 350px;
	max-height: 250px;
	overflow-y: scroll;
	float: left;
	margin-top: 30px;
}

.select_menu_categories label {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	width: 100%;
	cursor: pointer;
	padding: 0 20px;
}

.select_menu_categories label:hover {
	background-color: #c0ddff;
}

.select_menu_categories label.active {
	background-color: #1e88e5;
	color: #fff;
}

.select_menu_categories label:after {
	content: url("../../img/select_arrow.svg");
	float: right;
}

.last_child_categories label:after {
	content: url("../../img/check.svg");
}

.search_adress {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.button_style_gradient_2 {
	border-radius: 4px;
	background: #fedd38;
	color: #333;
	border: solid 1px transparent;
	cursor: pointer;
	text-transform: uppercase;
}

.button_style_gradient_2:hover {
	background: #f1cc0f;
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.button_style_gradient_2:disabled,
.button_style_gradient_2[disabled] {
	background: #CED4DA;
	border: 1px solid #AFB6BE;
	color: #777;
	cursor: not-allowed;
}
button.button_style_gradient_2[type="submit"] {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.button_style_gradient_2 {
		font-size: 12px !important;
		padding: 4px 6px;
	}
}

.button_style_gradient_grey {
	border-radius: 4px;
	background: #eee;
	color: #333;
	border: solid 1px transparent;
	cursor: pointer;
	text-transform: uppercase;
}

.button_style_gradient_grey:hover {
	background: #bbb;
	border: solid 1px #999;
}

.button_style_gradient_grey:disabled,
.button_style_gradient_grey[disabled] {
	background: #bbb;
	border: 1px solid #999;
	color: #777;
	cursor: not-allowed;
}
button.button_style_gradient_grey[type="submit"] {
	margin-top: 10px;
}

button[type='submit'].btn_add_ad_from_lk, 
.section_cab_account_new_request button[type='submit'], 
.section_cab_account_new_gruz button[type='submit'], 
.section_cab_account_new_gruzovik button[type='submit'] {
	font-size: 22px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.1;
	letter-spacing: 1.1px;
	text-align: center;
	padding: 15px 5px;
	width: 100%;
}

.add_request, 
.add_gruz, 
.add_gruzovik {
 	margin-top: 20px;
}

.add_request p, 
.add_gruz p, 
.add_gruzovik p {
	margin-top: 5px;
}

.number_big {
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #37373c;
	float: left;
	margin: 77px 0 24px 0;
}

.number_big:hover {
	text-decoration: none;
}

.span_big {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #37373c;
	float: left;
	margin-bottom: 171px;
}

.section_banner_number {
	background-color: #e6e6e6;
}

.section_banner_number img {
	max-width: 485px;
	position: absolute;
	bottom: 0;
}

.section_cab .login_now,
.section_cab .login_now_mobile,
/*.section_cab .phone_swith label span,*/
.section_cab .link_phone {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #3cb253;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 5px 0;
	margin-top: 5px;
	float: right;
}

.section_cab .phone_swith label a {
	border-radius: 15px;
	background-color: #3cb253;
	border: solid 1px transparent;
	color: #fff !important;
	padding: 3px 15px;
	float: right;
}

.section_cab .phone_swith label a:before {
	content: url("../../img/phone.svg");
	padding-right: 10px;
}

.section_cab .phone_swith label a:hover {
	background-color: #118227;
	border: solid 1px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.section_my_requests, 
.section_my_gruzy, 
.section_my_gruzoviki,
.section_my_paidservice {
	background-color: #f9f9f9;
}

.section_my_requests .cat_card_header, 
.section_my_gruzy .cat_card_header, 
.section_my_gruzoviki .cat_card_header,
.section_my_paidservice .cat_card_header {
	border-bottom: solid 1px #ced4da;
}

.section_my_requests .cat_card_content, 
.section_my_gruzy .cat_card_content, 
.section_my_gruzoviki .cat_card_content, 
.section_my_paidservice .cat_card_content {
	border-bottom: solid 1px #ced4da;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(91, 99, 109, 0.1);
}

.section_my_requests .cat_card_content, 
.section_my_gruzy .cat_card_content, 
.section_my_gruzoviki .cat_card_content, 
.section_my_paidservice .cat_card_content {
	padding-top: 15px;
}

.cat_card_footer {
	padding: 13px 25px;
	background-color: #fbfbfb;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media (max-width: 768px){
	.cat_card_footer {
		padding: 10px 18px;
	}
}

.edit_mail, 
.edit_request, 
.edit_gruz, 
.edit_gruzovik {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: 0.5px;
	text-align: left;
	color: #2a2a2a;
	text-transform: uppercase;
	margin-top: 5px;
}

.edit_mail:hover, 
.edit_request:hover, 
.edit_gruz:hover, 
.edit_gruzovik:hover {
	text-decoration: none;
}

.edit_request:before, 
.edit_gruz:before, 
.edit_gruzovik:before {
	content: url("../../img/pen.svg");
	padding-right: 10px;
}

.edit_mail:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	mask-image: url("../../img/pen.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("../../img/pen.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	margin-right: 10px;
}
.edit_mail {
	display: block;
	color: #fff;
	padding: 12px 15px;
	margin: 10px auto 0;
	border-radius: 1px;
}
.notification-mail-noconfirm {
	background: #e9e9e9;
	padding: 10px;
}
.notification-mail-noconfirm .bold {
	font-weight: 500;
}
.edit_mail:hover:before {
	background-color: #eee;
}
.edit_mail:hover {
	color: #eee;
}

.link_to_new_request, 
.link_to_new_gruz, 
.link_to_new_gruzovik {
	float: left;
	padding: 15px 30px;
	width: 100%;
	text-align: center;
}

.link_to_new_request:hover, 
.link_to_new_gruz:hover, 
.link_to_new_gruzovik:hover {
	text-decoration: none;
	color: #ffffff;
}

.link_to_new_request img, 
.link_to_new_gruz img, 
.link_to_new_gruzovik img {
	padding-right: 10px;
}

.section_submited {
	padding-top: 22px;
}

.section_submited h2 {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	margin: 50px 0 22px 0;
}

.section_submited p {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.55;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
	margin-bottom: 52px;
}

.section_submited a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1e88e5;
	margin-right: 15px;
}

.header_local {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#add_image_button {
	cursor: pointer;
}

.request-text p, 
.gruz-text p, 
.gruzovik-text p {
	line-height: 1.1;
	margin: 0 0 .5em 0;
}

.login_exit {
	margin-top: 15px !important;
	font-size: 12px;
	color: #e53935 !important;
}

.wrap_card_banner {
	display: flex;
	flex-direction: column;
}

.wrap_card_banner_tpush {
	margin-top: 33px;
}

.text_under_button {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}

.navbar-brand {
	padding: 0;
}

.logo-studio {
	width: 190px;
	margin-top: 5px;
}

.licence {
	margin-left: 28px
}

.title-bottom {
	letter-spacing: 0.1em
}

.cab_display > button.nav-link.header_local{
	white-space: nowrap;
	font-size: 16px;
	padding-top: 10px;
}

.ad-count {
	font-size: 37px;
}

.nav-tabs .nav-item .nav-link {
	font-size: 15px;
	text-transform: uppercase;
}
.tree-list {
	position: relative;
	list-style: none;
}

.grecaptcha-badge {
	/*opacity: 0;*/
}

.tree-list li {
	position: relative;
}

.tree-list li::before {
	content: '-';
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: -15px;
	top: 0;
}

.section_cab  .list-group.scrollable-navbar .list-group-item-action {
	border: 1px solid #333333;
}

.plitki-button, .spisok-button {
	color: #000;
}

.plitki-button.active, .spisok-button.active {
	color: #007bff;
}

.tree-list li.collapsed > .tree-list {
	display: none;
}

.tree-list li.expanded > .tree-list {
	display: block;
}

.tree-list .tree-list-toggle-btn {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.section_banner .navbar {
	font-size: 14px;
}

.section_banner .navbar li{
	flex: 1 0 0;
	text-align: center;
	padding: 5px;
	border-radius: 0px;
	margin-left: 0px;
}

.section_banner .navbar li a{
	padding: 2px;
}

.section_banner .navbar li:first-child {
	border-radius: 5px 0 0 5px;
}

.section_banner .navbar li:last-child {
	border-radius: 0 5px 5px 0;
	margin-bottom: -1px;
}

header .dropdown .dropdown-menu {
	left: unset;
	right: 0;
	margin-bottom: -5px;
	max-height: calc(100vh - 150px);
	overflow: auto;
	min-width: 260px;
}

header .dropdown .dropdown-menu::-webkit-scrollbar {
	display: none;
}

.fixed-nav .nav-tabs .nav-item a.nav-link {
	padding: .5rem .5rem;
	font-size: 12px;
}

.fixed-nav .navbar-brand {
	max-width: 280px;
}

.fixed-nav .navbar-brand img:nth-child(1), .fixed-nav .navbar-brand img:nth-child(2) {
	height: 31px;
}



/* new header style  */

.ad-form {
	width: 100%;
}

.header-wrapper {
	height: 55px;
	z-index: 1000;
}

.search-header {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;

}

.inner-navigation .search-header {
	display: flex;
	align-items: center;
	flex-direction: row;
}


@media screen and (min-width: 992px) {
	.inner-navigation .search-header li {
		/*flex: 1 0 0;*/
	}
	
	.inner-navigation .search-header li:last-of-type {
		flex: 2 0 0;
	}
}



.static-header .navbar-brand {
    max-width: 220px;
}

.static-header .navbar-brand img.counter-clockwise {
    width: 35px;
    height: 35px;
}

.popup-wrapper .window, 
.popup-mobile-menu-wrapper .window {
	left: 0;
}


.static-header .nav-tabs .nav-item .nav-link {
	font-size: 15px;
}

.buttons-block {
	width: 100%;
	padding: 0px 20px;
}


.buttons-block a {
	text-decoration: none;
	color: #fff;
}

.popup-wrapper, 
.popup-mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
}

.popup-wrapper .link_restore_pass, 
.popup-mobile-menu-wrapper .link_restore_pass {
	text-align: right;
}

.drop-conteiner {
	position: relative;
}

.drop-conteiner .dropdown-content {
	right: 0;
	left: unset;
	width: 300px;
	height: 60vh;
	overflow: auto;
	top: 50px;
}

.popup-wrapper.open, 
.popup-mobile-menu-wrapper.open {
	display: flex;
}

.popup-wrapper .window, 
.popup-mobile-menu-wrapper .window {
	max-width: 500px;
	margin: 0 auto;
    overflow-y: auto;
    max-height: 90%;
}

.static-header {
	padding: 7px 40px;
	position: relative;
	z-index: 1030;
	background: #fff;
	border-bottom: solid 1px #dedede;
}

.static-header.toggle {
	position: fixed;
	left: 0;
	right: 0;
}

.static-header .wrapper {
	justify-content: space-between;
	align-items: center;
}

.static-header .user-name {
	color: #212529;
}

.static-header .login-for {
	display: flex;
	align-items: center;
}


#nav_1 {
	background: linear-gradient(185deg, #58575c, #414045);
}

@media screen and (max-width: 1705px) {

	.static-header .nav-tabs .nav-item .nav-link {
		font-size: 12px;
	}

	.static-header .button_style_gradient_0 {
		font-size: 12px;
	}

	.static-header .login-for {
		font-size: 11px;
	}

	.static-header .icon {
		width: 30px;
		height: 30px;
		font-size: 12px;
		text-align: center;
		padding: 5px;
	}
}

@media screen and (max-width: 1490px) { 
	.edit_mail {
		font-size: 13px;
		letter-spacing: unset;
	}
	.edit_mail:before {
    	width: 11px;
    	height: 11px;
	}

	.static-header {
		padding: 7px 20px;
	}

	.static-header .navbar-brand {
		max-width: 150px;
	}
	.static-header .nav-tabs .nav-item .nav-link {
		font-size: 10px;
		padding: .5rem 10px;
	}

	.static-header .navbar-brand img.counter-clockwise {
		width: 20px;
		height: 20px;
	}

	.static-header .nav-tabs {
		margin-left: 20px !important;
	}

	.static-header .ml-3.mr-3 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
}


@media screen and (max-width: 992px) {
	#nav_1 {
		background: #fff;
	}

	.popup-mobile-menu-btn .btn.icon, 
	.popup-opener .btn.icon {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.section_catalog {
		padding-top: 60px;
	}
}




/* new style */



.flexible {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-self: flex-start;

}

.card_right.no-padding {
	padding: 0;
	border-bottom: 0;
}

.card_right.no-padding .text-left {
	display: none;
}

.card_right.no-padding  .cat_card_content .tab-content {
	padding: 25px;
}

.card_right.no-padding .tab-content .tab-pane a {
	width: 100%;
	display: block;
}

.card_right.no-padding .tab-content .tab-pane a img {
	width: 100%;
}

.card_right.no-padding .card_style .cat_card_header {
	display: block;
}

.card_right.no-padding .card_style .card_info {
	display: none;
}

.card_right.no-padding .card_style .card-contact {
	display: none;
}

.card_right.no-padding .card_style .card_adress {
	display: none;
}

.card_style {
	width: 100%;
}

/*.card_style:nth-of-type(4n - 3) .tab-pane[aria-labelledby='brief_0-tab'] a {
	display: none;
}*/

.card_style:nth-of-type(4n) .cat_card_content,
.card_style:nth-of-type(4n + 2) .cat_card_content,
.card_style:nth-of-type(4n + 3) .cat_card_content {
	height: 100%;
}

.main-page .card_style:nth-of-type(1n) .cat_card_content {
	height: 100%;
}

.card_style:nth-of-type(4n) .tab-content,
.card_style:nth-of-type(4n + 2) .tab-content,
.card_style:nth-of-type(4n + 3) .tab-content {
	padding: 10px;
	height: 100%;
}

.card_style .tab-content .row .col-sm-8 .card_adress2 {
	font-weight: bold;
}

.card_style:nth-of-type(4n) .tab-content .row .col-sm-8 .card_adress2, 
.card_style:nth-of-type(4n + 2) .tab-content .row .col-sm-8 .card_adress2, 
.card_style:nth-of-type(4n + 3) .tab-content .row .col-sm-8 .card_adress2 {
	display: none;
}

.main-page .card_style:nth-of-type(1n) .tab-content {
	padding: 10px;
	height: 100%;
}

.main-page.plitki .card_style:nth-of-type(1n) .col-sm-8 {
	padding: 10px 25px;
}

.card_style:nth-of-type(4n - 3) .card_adress:nth-of-type(2) {
	display: none;
}

.card_style:nth-of-type(4n) .nav.nav-tabs,
.card_style:nth-of-type(4n) .cat_card_header,
.card_style:nth-of-type(4n) .phone_swith,
.card_style:nth-of-type(4n) .card_adress.hide,
.card_style:nth-of-type(4n) .contract-name {
	display: none;
}

.main-page .card_style:nth-of-type(1n) .nav.nav-tabs,
.main-page .card_style:nth-of-type(1n) .cat_card_header,
.main-page .card_style:nth-of-type(1n) .phone_swith,
.main-page .card_style:nth-of-type(1n) .card_adress.hide,
.main-page .card_style:nth-of-type(1n) .contract-name {
	display: none;
}


.card_style:nth-of-type(4n + 2) .nav.nav-tabs,
.card_style:nth-of-type(4n + 2) .cat_card_header,
.card_style:nth-of-type(4n + 2) .phone_swith,
.card_style:nth-of-type(4n + 2) .card_adress.hide,
.card_style:nth-of-type(4n + 2) .contract-name {
	display: none;
}

.card_style:nth-of-type(4n + 3) .nav.nav-tabs,
.card_style:nth-of-type(4n + 3) .cat_card_header,
.card_style:nth-of-type(4n + 3) .phone_swith,
.card_style:nth-of-type(4n + 3) .card_adress.hide,
.card_style:nth-of-type(4n + 3) .contract-name {
	display: none;
}

.plitki .card_style:nth-of-type(4n + 2) .col-sm-8,
.plitki .card_style:nth-of-type(4n + 3) .col-sm-8,
.plitki .card_style:nth-of-type(4n + 4) .col-sm-8 {
	padding: 10px 25px;
}

#requests_ads_list.plitki .card_style:nth-of-type(1n) .col-sm-8 a {
	font-size: 14px;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
} 

#requests_ads_list.spisok .card_style:nth-of-type(1n) .col-sm-8 a {
	font-size: 14px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

#reg,#reg_mobile {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1e88e5;
    width: 50%;
    border: none;
    padding: 10px 0;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}


.link_restore_pass {
	width: 50%;
	padding: 10px 0;
	margin-bottom: 0;
}


.card_style:nth-of-type(4n) .card_adress  {
	font-size: 13px;
}
.card_style:nth-of-type(4n + 2) .card_adress {
	font-size: 13px;
}
.card_style:nth-of-type(4n + 3) .card_adress {
	font-size: 13px;	
}

 #requests_ads_list.plitki .card_style:nth-of-type(1n) .card_adress {
    position: absolute;
    bottom: 54px;
    left: 15px;
    right: 15px;
    text-align: center;
    background: rgba(0,0,0, 0.5);
    color: #fff;
} 

.main-page .card_style:nth-of-type(1n) .card_adress {
	font-size: 13px;	
}

.card_style:nth-of-type(4n) .height200max,
.card_style:nth-of-type(4n + 2) .height200max,
.card_style:nth-of-type(4n + 3) .height200max {
	max-height: 345px;
}

.main-page .card_style:nth-of-type(1n) .height200max {
	max-height: 345px;
}


.plitki .card_style:nth-of-type(4n) .height200max,
.plitki .card_style:nth-of-type(4n + 2) .height200max,
.plitki .card_style:nth-of-type(4n + 3) .height200max {
	max-height: unset;
}

.main-page.plitki .card_style:nth-of-type(1n) .height200max {
	max-height: unset;
}

.plitki .card_style:nth-of-type(4n) .height200max::after,
.plitki .card_style:nth-of-type(4n + 2) .height200max::after,
.plitki .card_style:nth-of-type(4n + 3) .height200max::after {
	background: unset;
	display: none;
}

.main-page.plitki .card_style:nth-of-type(1n) .height200max::after {
	background: unset;
	display: none;
}


.plitki .card_style:nth-of-type(4n) .col-sm-4,
.plitki .card_style:nth-of-type(4n) .col-sm-8 {
	flex: 0 0 100%;
	max-width: 100%;
}

.plitki .card_style:nth-of-type(4n + 2) .col-sm-4,
.plitki .card_style:nth-of-type(4n + 2) .col-sm-8 {
	flex: 0 0 100%;
	max-width: 100%;
}

.plitki .card_style:nth-of-type(4n + 3) .col-sm-4,
.plitki .card_style:nth-of-type(4n + 3) .col-sm-8 {
	flex: 0 0 100%;
	max-width: 100%;
}

.main-page.plitki .card_style:nth-of-type(1n) .col-sm-4,
.main-page.plitki .card_style:nth-of-type(1n) .col-sm-8 {
	flex: 0 0 100%;
	max-width: 100%;
}


.plitki .card_style:nth-of-type(4n),
.plitki .card_style:nth-of-type(4n + 2),
.plitki .card_style:nth-of-type(4n + 3),
.main-page.plitki .card_style:nth-of-type(1n) {
	flex: 0 0 32%;
	max-width: 32%;
	height: auto;
}

.plitki .card_style:nth-of-type(1n) .card_info {
	display: none;
}

.plitki .card_style:nth-of-type(4n - 3) .card_info {
	display: block;
}

.plitki .card_style:nth-of-type(4n) .card_info,
.plitki .card_style:nth-of-type(4n + 2) .card_info,
.plitki .card_style:nth-of-type(4n + 3) .card_info {
	display: none !important;
}

.main-page.plitki .card_style:nth-of-type(1n) .card_info {
	display: none;
}

.spisok .card_style:nth-of-type(4n),
.spisok .card_style:nth-of-type(4n + 2),
.spisok .card_style:nth-of-type(4n + 3) {
	flex: 0 0 100%;
	max-width: 100%;
}

.spisok .card_style:nth-of-type(4n) .col-sm-8.col-8,
.spisok .card_style:nth-of-type(4n + 2) .col-sm-8.col-8,
.spisok .card_style:nth-of-type(4n + 3) .col-sm-8.col-8 {
	padding-top: 35px;
	padding-bottom: 35px;
}


.main-page.spisok .card_style:nth-of-type(1n) .col-sm-8.col-8 {
	padding: 0px;
}

.card_style.card-vip {
	position: relative;
}

.card_style .service-small {
	top: 0px;
	right: 5px;
	z-index: 100;
}

.card_style .service-small  .service-small__icon,
.card_style:not(.form-card) .service-small .service-small__text {
	font-size: 10px;
	height: 25px;
    line-height: 25px;
}

.card_style .service-small .service-small__text {
	background: #fff;
	min-width: 100px;
	width: calc(100% - 25px);
}
.section_catalog_cards .card_style .service-small .service-small__text {
	width: 100px;
}
.section_catalog_cards .card_style .service-small {
	padding: 0 5px;
}

.card_style .service-small  .service-small__icon {
	width: 25px;
}

.spisok .card_style:nth-of-type(4n) .card_info,
.spisok .card_style:nth-of-type(4n + 2) .card_info,
.spisok .card_style:nth-of-type(4n + 3) .card_info {
	display: none !important;
} 

.main-page.spisok .card_style:nth-of-type(1n) {
	flex: 0 0 49%;
	max-width: 49%;
}

.main-page.spisok .card_style:nth-of-type(1n) .card_info{
	display: none;
}

.settings-row {
	display: flex;
	flex: 0 0 100%;
	color: #007bff;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.settings-row .plitki-button,
.settings-row .spisok-button {
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #40bdf4, #1e88e5);
    border: solid 1px #40bdf4;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    outline: none;
	box-shadow: unset;
	padding: 5px 15px;
}

.settings-row>div.active {
	background-image: linear-gradient(to bottom, #1a7acd, #38a8db) !important;
	border: solid 1px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.settings-row .plitki-button {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.settings-row .spisok-button {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.settings-row .button-block {
	margin: 0;
}

.settings-row .button-block .button_style_gradient_0 {
	padding: 5px 0;
    font-size: 10px;
    height: 100%;
    line-height: 20px;
}

.button-block.pc-hide.filter-buttons {	
	flex: 1 0 0;
	margin-right: 10px;
	display: none;
}

/* sitebar */
.before-ads  .list-group .list-group-item:not(.active):hover {
    background-color: #545b62;
	border-color: #4e555b;
	cursor: pointer;
}

.before-ads  .list-group .list-group-item:not(.active):hover a {
	color: #fff;
	text-decoration: none;
	
}


/* registration form */

#login_mobile {
	width: 90%;
    left: 0;
    z-index: 1000;
    position: fixed;
    top: 20px;
    margin: 0 auto;
}

#login_mobile .link_restore_pass_mobile {
	flex: 0 0 50%;
	padding: 10px 0;
}

.window.this_show {
	display: block !important;
}

.window form button.button_style_gradient_0 {
	font-size: 12px !important;
}

div#w2,
#user_guest_mobile div#w1,
#user_guest div#w6 {
	position: absolute;
	top: -33px !important;
	position: absolute;
    top: -35px;
	left: 95px;
	width: unset !important;
}

#user_guest_mobile a.link_restore_pass_mobile {
	font-size: 16px;
	width: 100%;
    text-align: right;
}

.window_header .close {
	position: absolute !important;
	top: 20px;
	right: 20px;
}


.auth-clients li {
    margin: 0 7px 0 0 !important;
}

.auth-clients {
	justify-content: flex-start;
	background: transparent !important;
	margin-bottom: 0px !important;
}

.auth-icon {
	width: 20px !important;
	height: 20px !important;
	background-size: cover !important;
}

.auth-icon.vkontakte {
    background-position: 0px -85px !important;
}


.error-outer .help-block {
	color: red;
}

/* end registration form */



/* form */

.form-photo-inner {
	align-items: center;
}

.form-photo-inner button.j-photo-btn {
	margin-top: 0;
	margin-left: 10px;
}

#userInfo .form-group,
#userData .form-group,
#organizationData .form-group {
	margin-bottom: 2px;
}

#userInfo .control-label,
#userData .control-label,
#organizationData .control-label {
	margin-bottom: 2px;
}

#userInfo .row,
#userData .row,
#organizationData .row{
	margin-left: -5px;
	margin-right: -5px;
}

#userInfo .col-6,
#userInfo .col-12,
#userData .col-6,
#organizationData .col-12,
#organizationData .col-6,
#organizationData .col-4,
#organizationData .col-sm-4,
#organizationData .col-sm-6,
#organizationData .col-sm-8   {
	padding: 0 5px;
}

.field-profileform-unsubscribed,
.field-profileform-unsubscribed2,
.field-profileform-unsubscribed3,
.field-profileform-unsubscribed4 {
	margin-bottom: 0;
}

.field-profileform-unsubscribed2 label input,
.field-profileform-unsubscribed label input,
.field-profileform-unsubscribed3 label input,
.field-profileform-unsubscribed4 label input,
.field-profileform-unsubscribed5 label input {
	margin-right: 10px;
}


.main-page .card_style:nth-of-type(4n - 3) .tab-pane[aria-labelledby='brief_0-tab'] a {
	display: block;
} 

.main-page.plitki .card_style:nth-of-type(4n - 3) .card_info {
	display: none;
}

.main-page.plitki .card_style:nth-of-type(1n) .height200max {
	max-height: unset;
}

.main-page.plitki .card_style:nth-of-type(1n) .height200max:after {
	background: unset;
	display: none;
}

.main-page.card_style:nth-of-type(1n) .card_adress  {
	font-size: 13px;
}

.scrollable-navbar {
	overflow-x: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.scrollable-navbar .list-group-item-action.active {
	background: #007bff;
	color: #fafafa;
}

.scrollable-navbar::-webkit-scrollbar {
	display: none;
}

header {
	background: #fff;
	border-bottom: 1px solid #ced4da;
}

header .scrollable-navbar {
	background: #555;
}

header .scrollable-navbar a {
	cursor: pointer
}

.header-nav-dropdown {
	position: absolute;
	top: calc(100% + 5px);
	left: 5px;
	border: 5px;
	background: #fafafa;
	box-shadow: 0px 0px 10px #999;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	overflow: auto;
	max-height: calc(100vh - 112px)
}

.header-nav-dropdown a{
	color: #333;
	padding: 7px 7px;
	cursor: pointer;
}

.scrollable-navbar .list-group-item-action {
	flex: 0 0 0;
	padding: 5px 10px;
	background: #fff;
	margin-right: 10px;
	font-size: 14px;
	white-space: nowrap;
	color: #000;
}

.section_banner .scrollable-navbar .list-group-item-action {
	color: #000 !important;
}

.main-page.plitki .card_style:nth-of-type(1n) {
	flex: 0 0 23.5%;
	max-width: 23.5%;
	height: auto;
}

#requests_ads_list .card_style:nth-of-type(1n) {
	flex: 0 0 19%;
	max-width: 19%;
	height: auto;
}

.main-page .card_style:nth-of-type(1n) .card_info {
	margin-top: 16px;
}


a.dropdown-item {
	overflow: hidden;
	text-overflow: ellipsis;
}

.floatButtonWrapper {
	transition: 0.5s;
	display: flex;
	bottom: -500px;
	position: fixed;
	z-index: 99;
	pointer-events: none;
}

.floatButtonWrapper a {
	pointer-events: auto;
}

.floatButtonWrapper.this-hide, 
.floatButtonWrapper.floatButtonWrapperFixed {
	bottom: 0px;
	transition: 0.5s;
}

@media (max-width: 1200px) {
	.main-page.plitki .card_style:nth-of-type(1n) .card_adress, .plitki .card_style:nth-of-type(4n + 2) .card_adress, .plitki .card_style:nth-of-type(4n + 3) .card_adress, .plitki .card_style:nth-of-type(4n + 4) .card_adress {
		bottom: 78px;
	}

	.static-header .nav-tabs .nav-item .nav-link {
		padding: .5rem 6px;
	}

	.static-header .login-for > a {
		display: none;
	}
}

@media (max-width: 1100px) {
	.static-header .login-for {
		font-size: 10px;
	}

	.static-header .button_style_gradient_0 {
		padding: 5px 7px !important;
		 margin-left: 10px !important;
		 font-size: 11px;
	}
}

@media (max-width: 992px) {



	.before-ads {
		flex-direction: row;
		order: 2;
	}

	.before-ads ul {
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: -10px;
	}

	.before-ads ul li {
		border-radius: .25rem;
		max-width: calc(20% - 10px);
		flex: 0 0 20%;
		text-align: center;
		margin-left: 10px;
	}

	.button-block.mobile-hide {
		display: none;
	}

	.main-page.spisok .card_style:nth-of-type(1n) {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#requests_ads_list.main-page.plitki .card_style:nth-of-type(1n), .main-page.plitki .card_style:nth-of-type(1n) {
		flex: 0 0 31%;
		max-width: 31%;
		height: auto;
	}

	.button-block.pc-hide.filter-buttons {
		display: block;
	}

	.cab_display > button.nav-link.header_local{
		padding-top: 34px;
	}
	.col-bottom {
		flex: none;
		max-width: 100%;
	}

	.cab_display{
		top: 14px;
		text-align: -webkit-right;
	}

	.ad-count {
		font-size: 30px;
	}
}

.navCategoryButton {
    border-right: 1px solid #ced4da;
}

@media (max-width: 768px) {
	.tab-pane > .row {
	    margin-right: 0px;
	    margin-left: 0px;
	}

	.main-page.plitki .card_style:nth-of-type(1n) .col-sm-4, 
	.main-page.plitki .card_style:nth-of-type(1n) .col-sm-8 {
	    padding: 0;
	}

	.cat_card_content .tab-content .row .col-sm-8 a {
	    font-size: 13px;
	}

	.cat_card_content .tab-content .row .col-sm-8 .card_adress {
	    font-size: 12px;
	}

	.main-page .card_style:nth-of-type(1n) .tab-content {
	    padding: 10px;
	}

	/*.card_style .service-small.vip-cart {
        top: 0px;
        right: 5px;
        z-index: 100;
        position: absolute;
	}*/

	.flexible.spisok .card_style .tab-pane .col-sm-4 {
	    padding: 0 10px 0 0;
	}

	.card_style:nth-of-type(4n - 3) .card_adress:nth-of-type(2) {
		display: block;
	} 

	.card_style:nth-of-type(4n - 3) .card_adress2 {
		display: none;
	}



	.slide-contain .flexslider .cat_card_header {
		display: block !important;
	}

	.slide-contain .flexslider .card_style {
		height: unset;
	}

	.before-ads ul li {
		border-radius: .25rem;
		max-width: calc(33% - 10px);
		flex: 0 0 33%;
		text-align: center;
		margin-left: 10px;
		margin-top: 10px;
	}

	#requests_ads_list.main-page.plitki .card_style:nth-of-type(1n), .main-page.plitki .card_style:nth-of-type(1n) {
		flex: 0 0 46%;
		max-width: 46%;
		height: auto;
		margin-bottom: 15px;
	}

	.button-block.mobile-hide {
		display: none;
	}

	.card_style:nth-of-type(4n - 3) .tab-pane[aria-labelledby='brief_0-tab'] a {
		display: block;
	}
	
	.plitki:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 a, 
	.spisok:not(.main-page) .card_style:nth-of-type(4n+1) .cat_card_content .tab-content .row .col-sm-8 a {
	    display: block!important;
	}

	.plitki .card_style:nth-of-type(4n - 3) .card_info {
		display: none;
	}

	.plitki .card_style:nth-of-type(1n) .height200max {
		max-height: unset;
	}

	.plitki .card_style:nth-of-type(1n) .height200max:after {
		background: unset;
		display: none;
	}

	.card_style:nth-of-type(1n) .card_adress  {
		font-size: 13px;
	}

	.plitki .card_style:nth-of-type(1n) {
		flex: 0 0 49%;
		max-width: 49%;
		height: auto;
	}

	.card_style:nth-of-type(1n) .card_info {
		margin-top: 16px;
	}

	.card_style.catalog_card.service .d-flex {
		display: flex;
		flex-wrap: wrap;
		flex-basis: 50%;
	}

	.card_style:nth-of-type(1n) .nav.nav-tabs,
	.card_style:nth-of-type(1n) .cat_card_header,
	.card_style:nth-of-type(1n) .phone_swith,
	.card_style:nth-of-type(1n) .card_adress.hide,
	.card_style:nth-of-type(1n) .contract-name {
		display: none;
		flex-basis: 50%;
	}

	.ad-preview .card_style .cat_card_header {
		display: block;
		flex-basis: 100%;
	}
	.ad-preview .card_style .ads_view_col_2 .price {
		display: none;
	}

	.slick-slide .card_style:nth-of-type(1n) .cat_card_header {
		flex-basis: 100%;
	}

	.ad-view .card_style:nth-of-type(1n) .nav.nav-tabs,
	.ad-view .card_style:nth-of-type(1n) .cat_card_header,
	.ad-view .card_style:nth-of-type(1n) .phone_swith,
	.ad-view .card_style:nth-of-type(1n) .card_adress.hide,
	.ad-view .card_style:nth-of-type(1n) .contract-name {
		display: block;
		flex-basis: 100%;
	}

	.ad-view .card_style:nth-of-type(1n) .contract-name {
		display: none;
	}




	.card_style:nth-of-type(1n) .tab-content {
		padding: 10px;
		height: 100%;
	}
	

	.plitki .card_style:nth-of-type(1n) .col-sm-4,
	.plitki .card_style:nth-of-type(1n) .col-sm-8 {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}




	.cab_display > button.nav-link.header_local{
		padding-top: 16px;
	}

	.copyright {
		margin-bottom: 15px;
	}

	.licence {
		display: inline-block;
		margin-left: 0;
		margin-top: 15px;
	}

	.copyright-block {
		display: block;
		width: 100%;
	}

	ol.breadcrumb a,
	ol.breadcrumb p {
		padding: 7px 0 7px;
	}

	ol.breadcrumb p {
		line-height: 1.2;
	}

	ol .breadcrumb-item + .breadcrumb-item::before {
		display: none;
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: 0;
	}

	.breadcrumb-item:after {
		content: '/';
		display: inline-block;
		color: #6c757d;
		padding: 7px .5rem 7px .5rem;
	}

	.breadcrumb-item:last-child:after,
	.hide_filter-mob .card_style.card_filter {
		display: none;
	}

	.hide_filter-mob .card_style.card_filter.mobile_filter_show {
		display: block;
	}

	.ad-count {
		font-size: 26px;
	}
}

@media (max-width: 575px) { 
	.before-ads ul li {
		border-radius: .25rem;
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-left: 0;
	}
}

@media (max-width: 360px) {
	.navbar-nav a.button_style_gradient_0 {
		font-size: 12px;
	}
}

@media (max-width: 375px) {
	.cab_display > button.nav-link.header_local {
		margin-left: 15px;
		font-size: 14px;
	}


}

@media (max-width: 320px) {
	.cab_display span,
	.cab_display form {
		display: none;
	}
}

.block_email_confirm .flex-item button {
	margin-top: 0;
}
.block_email_confirm {
	-webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.block_email_confirm .email_confirm_label {
	position: relative;
	float: left;
}
.block_email_confirm .email_confirm_label span {
	position: absolute;
	top: 35px;
	left: 0;
	white-space: nowrap;
}
.block_email_confirm .email_confirm_label span.text-email-unconfirm {
	color: #e53935;
}
.block_email_confirm .help-block,
.block_email_confirm .email_confirm_label span {
	font-size: 12px;
}

.navbar-expand-lg .navbar-collapse {
	align-items: baseline;
}

#categoriesModal li.level1,
#categoriesModal .all_categories,
#categoriesCompanyModal li.level1,
#categoriesCompanyModal .all_categories {
	color: #000;
	font-size: 20px;
}
#categoriesModal li.level1, #categoriesCompanyModal li.level1 {
	margin-top: 20px;
}
#categoriesModal li.level1.small-font, #categoriesCompanyModal li.level1.small-font {
	font-size: 17px;
	margin-bottom: -10px;
}

.company-card {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	box-shadow: 0px 0px 10px #ddd;
}

.company-description {
	font-size: 12px;
}

/* ajax animation */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2795e8;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a.change-form-to-email:hover,
a.change-form-to-phone:hover {
	cursor: pointer;
}

ul.slides.flexslider-inner>li {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
@media (max-width: 768px) {
	ul.slides.flexslider-inner>li {
		width: 48%;
	}
}
@media (max-width: 375px) {
	ul.slides.flexslider-inner>li {
		width: 100%;
	}
}
ul.slides.flexslider-inner .cat_card_content .nav-tabs {
	display: none;
}
ul.slides.flexslider-inner .cat_card_header .h4 a {
	font-size: 15px;
}
ul.slides.flexslider-inner .cat_card_content .tab-content {
	padding: 0 25px;
}
ul.slides.flexslider-inner {
    list-style: none;
}

nav[aria-label="breadcrumb"]>.container .row {
	height: 37px;
	overflow-y: hidden;
}
nav[aria-label="breadcrumb"] #js-breadcrumb-container::-webkit-scrollbar {
    /* display: none; */
}
nav[aria-label="breadcrumb"] .container {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
}

nav[aria-label="breadcrumb"] .container .breadcrumb-item {
	white-space: nowrap;
}

.search-header li:nth-child(n+2):not(.mobile_only) {
	display: table-cell;
}


.tree .glyphicon-folder-open {
	color: #555;
}

.del {
	text-decoration: line-through;
}

.a-container {
	color: #555;
}

.tree,
.tree ul {
	margin: 0 0 0 1em; /* indentation */
	padding: 0;
	list-style: none;
	color: gray;
	position: relative;
}

.tree a {
	cursor: pointer;
}

.tree ul {
	margin-left: 2em;
}

/* (indentation/2) */

.tree:before,
.tree ul:before {
	content: "";
	display: block;
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px dotted gray;
}

.tree li {
	margin: 0;
	padding: 0 1.5em; /* indentation + .5em */
	line-height: 2em; /* default list item's `line-height` */
	position: relative;
}

.tree li:before {
	content: "";
	display: block;
	width: 10px; /* same with indentation */
	height: 0;
	border-top: 1px dotted gray;
	margin-top: -1px; /* border top width */
	position: absolute;
	top: 1em; /* (line-height/2) */
	left: 0;
}

.tree li:last-child:before {
	background: white; /* same with body background */
	height: auto;
	top: 1em; /* (line-height/2) */
	bottom: 0;
}

.text {
	color: grey;
}

.j-clear-image {
	position: absolute;
	top: 15px;
	right: 20px;
}

.form-group-bg {
	background: #d9d9d9;
	padding: 0 15px 15px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.form-group-bg .h5, 
.form-group-bg .h6 {
	margin-top: 15px;
	margin-bottom: 8px;
}
.form-group-bg .input-group-prepend button {
	background: linear-gradient(to bottom, #fff, #eee);
	color: #fff;
}

/* Заявки, грузы, грузовики */
.requests_btn_spoiler, 
.gruzy_btn_spoiler, 
.gruzoviki_btn_spoiler {
	position: relative;
	width: 30px;
	height: 30px;
	background: #777;
	border: none;
	border-radius: 15px;
}
.requests_btn_spoiler::after, 
.gruzy_btn_spoiler::after, 
.gruzoviki_btn_spoiler::after {
	content: '';
	position: absolute;
	left: 11.05px;
	top: 10.55px;
	width: 0px;
	height: 0px;
	border-left: solid 7px #fff;
	border-top: solid 7px transparent;
	border-right: solid 0 transparent;
	border-bottom: solid 0 transparent;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.requests_btn_spoiler.open::after, 
.gruzy_btn_spoiler.open::after, 
.gruzoviki_btn_spoiler.open::after {
	top: 14.55px;
	transform: rotate(135deg);
}
.requests_spoiler, 
.gruzy_spoiler, 
.gruzoviki_spoiler {
	display: none;
}
.requests_header, 
.gruzy_header, 
.gruzoviki_header {
	background: #ccc;
}
.requests_row, 
.gruzy_row, 
.gruzoviki_row {
	transition: 0.3s;
}
.requests_row .requests_col, 
.gruzy_row .gruzy_col, 
.gruzoviki_row .gruzoviki_col {
	padding: 5px;
	font-size: 12px;
}
.requests_row .requests_spoiler, 
.gruzy_row .gruzy_spoiler, 
.gruzoviki_row .gruzoviki_spoiler {
	padding: 5px 5px 10px;
	font-size: 12px;
	word-break: break-word;
}
.requests_row .requests_spoiler p, 
.gruzy_row .gruzy_spoiler p, 
.gruzoviki_row .gruzoviki_spoiler p {
	margin-bottom: 5px;
}
.requests_row:nth-of-type(2n+1):not(.requests_header), 
.gruzy_row:nth-of-type(2n+1):not(.gruzy_header), 
.gruzoviki_row:nth-of-type(2n+1):not(.gruzoviki_header) {
	background: #eee;
}
.requests_row.row_checked:not(.requests_header), 
.gruzy_row.row_checked:not(.gruzy_header), 
.gruzoviki_row.row_checked:not(.gruzoviki_header) {
	background: #777;
	color: #fff;
	border-bottom: solid 1px #eee;
}
.requests_table, 
.gruzy_table, 
.gruzoviki_table {
	margin-bottom: 40px;
}
.requests_col time, 
.requests_col .addition_line, 
.gruzy_col time, 
.gruzy_col .addition_line, 
.gruzoviki_col time, 
.gruzoviki_col .addition_line {
	font-style: italic;
	color: #999;
}
#blockSort, .block-sort {
    margin-bottom: 10px;
}
#blockSort a, .block-sort a {
    margin-right: 5px;
}
#blockSort a.active, .block-sort a.active {
	font-weight: bold;
}
#blockSort img, .block-sort img {
    width: 10px;
    margin-left: 3px;
}

.gray_bg_home {
	/*background-image: url(../../img/home_section_0.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;*/
    background: linear-gradient(185deg, #58575c, #414045);
    padding: 10px 0;
}
.filter_reguests {
	display: flex;
	width: 100%;
	padding: 5px 20px;
	flex: 0 0 100%
}

/* Модальное окно для croppie */
.croppie-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	padding: 50px;
}

.croppie-modal .croppie-modal-container {
	width: 100%;
}

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

.border-bottom-dotted {
	border-bottom: 2px dotted;
}
.categories-subtitle {
	padding: 5px 10px;
	font-weight: bold;
}

.carcase_link { 
    position: relative;
}
.carcase_link::before {
    content: '';    
    position: absolute;
    top: 8px;
    left: 3px;
    width: 18px;
    height: 15px;
    background: green;
    -webkit-clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.carcase_link.carcase_checked::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#reverse_region {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 26px;
	height: 26px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}
#reverse_region:hover {
	text-decoration: none;
	color: #fff;
}
@media (min-width: 768px){
	#reverse_region {
		top: 4px;
		left: -13px;
	}
}

.logo_r {
	width: 20px;
	height: 20px;
	vertical-align: top;
	shape-rendering: crispedges;
}

.height200max {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.height200max::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	background: linear-gradient(to bottom, #fff0, #ffff);
}

@media (min-width: 992px){
	.filter-width-25 {
		width: 25% !important;
	}
	.filter-width-20 {
		width: 20% !important;
	}
}
.cursor-pointer {
	cursor: pointer;
}

#newIframeModal #iframe iframe {
	width: 100%;
	height: 100%;
	/*min-height: 500px;*/
	border: none;
}

body.min-width-auto {
	min-width: auto;
}

.fs-14-lg {
	font-size: 12px;
}

#address-city {
	height: 36px;
	color: gray;
}

.h1_btn_change-region {
	background: none;
	border: none;
	font: inherit;
	padding: 0;
	position: relative;
	cursor: pointer;
	padding-bottom: 20px;
    text-align: left;
}
.text_under_button .h1_btn_change-region {
	color: #fff;
}
.h1_btn_change-region::after {
	/*position: absolute;*/
	content: "Сменить регион";
	/*bottom: 10px;*/
	/*left: 0;*/
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	border-top: solid 2px #007bff;
	line-height: 12px;
	color: #007bff;
	width: 100%;
    position: relative;
    display: block;
}

.font-size-auto {
	font-size: 16px;
}

.btn-add-requests {
	padding: 5px 20px 20px;
	text-align: center;
}
.btn-add-requests:hover {
	color: #fff;
	text-decoration: none;
}

.header-dropdown li.user-info.collapse, .header-dropdown li.user-info {
	padding: 4px 16px;
	margin-bottom: 0px;
}

.ads-block {
	position: relative;
}

#photo-preview {
	flex-wrap: wrap;
}

#photo-preview .card_style {
	width: 100px;
	height: 100px;
}


.navbar-toggler {
	padding: 5px 7px !important;
}

@media screen and (max-width: 574px) {
	.number_big {
		margin: 24px 0 24px 0;
	}

	.span_big {
		margin-bottom: 50px;
		font-size: 24px;
	}
}

.paid_services-content img {
	max-width: 100%;
}

.edit-buttons .btn {
    margin-bottom: 10px;
}

.tooltip.show {
    opacity: 1;
}
.tooltip.show .arrow::before {
	border-bottom-color: #fff;
	top: 1px;
}
.tooltip-inner {
	padding: 10px;
}

.tooltip-favorites {
	z-index: 2000;
}
.tooltip-favorites .tooltip-inner {
	font-size: 12px;
	padding: 3px 5px;
	color: #fff;
	background: #007bff;
	border: none;
}
.tooltip-favorites.show .arrow::before {
	border-bottom-color: #007bff;
	border-top-color: #007bff;
	top: 0;
}

#placeTooltipDescription p {
	margin-top: 0;
	margin-bottom: 5px;
}
#placeTooltipDescription .btn {
	text-align: center;
	width: 100%;
	margin: 0 0 3px 0;
}
#placeTooltipDescription .btn-light {
	font-size: 12px;
	padding: 0;
	display: block;
	margin: 0;
}
#placeTooltipDescription .btn-ip-1, 
#placeTooltipDescription .btn-ip-2 {
	font-size: 13px;
	padding: 3px;
	width: 48%;
}
#placeTooltipDescription .btn-ip-2 {
	margin-left: 4%;
}



.ad-view {
	margin-top: 15px;
}
@media (max-width: 768px){
	.ad-view {
		margin-top: 0;
		padding-top: 0;
	}
	.ads_view_col_1 {
		margin-top: 15px;
	}
}

/* новые стили правой колонки просмотра объявления */
.ads_view_col_2 .phone_btn {
	background: #1e88e5;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: 15px 0;
	cursor: pointer;
}
.ads_view_col_2 .phone_btn span {
	display: block;
}
.ads_view_col_2 .phone_btn span:last-of-type {
	font-size: 12px;
}
.ads_view_col_2 .phone_swith {
	width: 100%;
}
.ads_view_col_2 .phone_swith label.phone_btn {
	display: block;
	float: none;
}
.ads_view_col_2 .price {
	text-align: right;
	font-size: 24px;
	margin: 10px 0;
}
.ads_view_col_2 .owner_ad {
	border-top: solid 1px #dee2e6;
	border-bottom: solid 1px #dee2e6;
	padding: 10px 0;
}
.ads_view_col_2 .owner_ad .profile_pic_container {
	font-size: 0;
}
.ads_view_col_2 .owner_ad .profile_pic {
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
	display: inline-block;
}
.ads_view_col_2 .owner_ad .type_profile {
	font-size: 14px;
}
.ads_view_col_2 .num_date {
	margin: 10px 0;
	font-size: 14px;
}
.ads_view_col_2 .back_next {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
}

/* новые стили левой колонки просмотра объявления */
.ads_view_col_1 .cat_card_header {
	padding: 0;
	margin-bottom: 25px;
}
.ads_view_col_1 .action-buttons {
	font-size: 14px;
}
.ads_view_col_1 .share {
	display: -webkit-flex; 
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
.ads_view_col_1 .flexslider_ad {
	position: relative;
	margin-bottom: 15px;
}
.ads_view_col_1 .flexslider_ad .flexslider_ad-inner {
	height: 1px;
	overflow: hidden;
}
.ads_view_col_1 .flexslider_ad .flexslider_ad-inner.slick-slider {
	height: auto;
	overflow: auto;
}
.ads_view_col_1 .flexslider_ad .slick-arrow {
	position: absolute;
	top: calc(50% - 25px);
	height: 50px;
	z-index: 10;
	cursor: pointer;
}
.ads_view_col_1 .flexslider_ad .slick-arrow i {
	line-height: 1;
	font-size: 50px;
	text-shadow: 0 0 3px #fff;
}
.ads_view_col_1 .flexslider_ad .slick-arrow:hover i {
	line-height: 0.8;
}
.ads_view_col_1 .flexslider_ad .slick-arrow.arrow-left {
	left: 10px;
}
.ads_view_col_1 .flexslider_ad .slick-arrow.arrow-right {
	right: 10px;
}
.ads_view_col_1 .flexslider_ad_nav .slick-slide div {
	outline: solid 100px transparent;
	outline-offset: -100px;
	cursor: pointer;
	padding: 3px;
}
.ads_view_col_1 .flexslider_ad_nav .slick-current div {
	outline-color: rgba(30, 136, 229, 0.6);
}

/* новая навигационная мобильная шапка */
.new-mobile-header-margin {
	margin-top: 45px;
}
.new-mobile-header {
	border-bottom: solid 1px #ccc;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.new-mobile-header .new-mobile-header-title {
	font-weight: 500;
	font-size: 17px;
	width: 100%;
    padding-left: 15px;
}
.new-mobile-header .logo {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.new-mobile-header, 
.new-mobile-header .btn-left, 
.new-mobile-header .btn-right {
	height: 45px;
}
.new-mobile-header .btns-left,
.new-mobile-header .btns-right {
	display: flex;
}
.new-mobile-header .btns-left {
	margin-left: 10px;
}
.new-mobile-header .btns-right {
	margin-right: 10px;
	position: relative;
	justify-content: flex-end;
    flex: 1 0 0;
}
.new-mobile-header .btn-left, 
.new-mobile-header .btn-right {
	padding: 0 11px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
}
.new-mobile-header .btn-left {
	border-right: solid 1px #ccc;
}
.new-mobile-header .btn-right {
	border-left: solid 1px #ccc;
}
.new-mobile-header .btn-left:active, 
.new-mobile-header .btn-right:active {
	background: #eee;
}
.new-mobile-header .btn-left i, 
.new-mobile-header .btn-right i {
	font-size: 22px;
	min-width: 16px;
}
.new-mobile-header .dropdown-menu.show {
	right: 0;
	left: unset;
}

.ad-view-more-flexible {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-self: flex-start;
	padding: 0;
	margin: 0 -10px;
}
.ad-view-more-flexible .card_style {
	margin-left: 5px;
	margin-right: 5px;
}
.ad-view-more-flexible img {
    width: 100%;
}

.ad-view-more {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 10px 20px;
}

.ad-view-more .card_style {
	margin-bottom: 0;
}

@media (max-width: 768px){
	.ad-view-more {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (max-width: 575px){
	.ad-view-more {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.main-page.plitki .ad-view-more .card_style {
	width: 100%;
	max-width: 100%;
	flex: none;
}

#newIframeModal.modal.show .modal-dialog {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	min-height: calc(100% - 60px);
	align-items: stretch;
}
#iframe {
	height: 100%;
}

@media (max-width: 768px) {
	.my-billing h2 {
		font-size: 20px;
	}
}

.js-error-validate-notif {
	position: relative;
}
.js-error-validate-notif::after {
	background: #e74a3b;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 7px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	content: "!";
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.js-has-errors {
	transition: 0.5s;
	display: flex;
	bottom: -500px;
	position: fixed;
	z-index: 999;
	font-size: 20px;
	padding: 15px;
    background: #fff;
    border-radius: 7px;
    border: solid 2px #e74a3b;
    left: 50%;
    width: 390px;
    margin-left: -180px;
    text-align: center;
}
.js-has-errors.show {
	bottom: 20px;
	transition: 0.5s;
}
.js-has-errors .js-error-validate-notif {
	padding-right: 30px;
}

.login-desktop:hover, 
.login-desktop:hover span {
	text-decoration: none;
	color: #0069d9;
}
.login-desktop:hover .btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-mobile-login {
    color: #888;
    background-color: #ddd;
    border-color: #ddd;
    line-height: 2;
    font-size: 13px;
    height: 27px;
    width: 27px;
    text-align: center;
    padding: 0;
}
.btn-mobile-login:hover, 
.btn-mobile-login:focus {
    background-color: #bbb;
    border-color: #999;
}
.btn-mobile-login:hover, 
.btn-mobile-login:focus, 
.btn-mobile-login:hover i, 
.btn-mobile-login:focus i, 
.btn-mobile-login:hover span, 
.btn-mobile-login:focus span {
    color: #555;
}
.navbar-toggler-icon {
    width: 19px;
    height: 19px;
}
.popup-mobile-menu-wrapper .window {
	left: 15px;
	right: 15px;
	padding-bottom: 7px;
}
.profile-photo-form, 
.profile-photo-form img, 
.popup-mobile-menu-avatar {
	width: 85px;
	height: 85px;
}
.popup-mobile-menu-avatar {
	border-radius: 50px;
    background-position: center;
    background-size: contain;
    border: solid 3px rgba(142, 174, 208, 0.47);
    display: inline-block;
}
.popup-mobile-menu-wrapper .items div {
	padding: 5px 3px;
	border-bottom: solid 1px #aaa;
}
.popup-mobile-menu-wrapper .items div, 
.popup-mobile-menu-wrapper .items div a {
	color: #333;
}
.popup-mobile-menu-wrapper .items div:last-of-type {
    border: none;
    margin-bottom: 5px;
}
.popup-mobile-menu-wrapper .items div:first-of-type {
    margin-top: 5px;
}
.profile-photo-form .profile-photo.img-thumbnail {
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}
.profile-photo-form {
	position: relative;
	margin: 0 auto;
}
.profile-photo-form .btn-delete-photo {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
    border-radius: 50%;
    line-height: 1.3;
    font-size: 10px;
    font-family: sans-serif;
}
.profile-photo-form a {
	display: none;
}
.profile-photo-form:hover a {
	display: block;
}
.profile-photo-form .profile-photo-icon {
	width: 25px;
    height: 25px;
    text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
    border-radius: 50%;
    line-height: 1.8;
    font-size: 13px;
    background: #eee;
    color: #777;
    border: solid 1px #bbb;
}
.profile-photo-form .btn-delete-photo, 
.profile-photo-form .profile-photo-icon, 
.profile-photo-form .j-photo-btn {
    cursor: pointer;
}
.multiphone_container {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.multiphone_container:last-of-type {
    margin-bottom: 0;
}
.multiphone_container .multiphone_container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.multiphone_container .multiphone_value {
	width: 135px;
}
.multiphone_container .multiphone_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    margin-left: 20px;
}
.multiphone_container .multiphone_btns .multiphone_btn {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}
.multiphone_container .multiphone_btns .multiphone_btn.multiphone_btn-edit {
	color: #007bff;
}
.multiphone_container .multiphone_btns .multiphone_btn.multiphone_btn-edit:hover {
	color: #0069d9;
}
.multiphone_container .multiphone_btns .multiphone_btn.multiphone_btn-delete {
	color: #e74a3b;
}
.multiphone_container .multiphone_btns .multiphone_btn.multiphone_btn-delete:hover {
	color: #d43425;
}
.multiphone_container .multiphone_counts {
    color: #777;
    font-size: 14px;
}
#multiphone_popup .modal-body .ajax {
	text-align: center;
}
#multiphone_popup .info {
	font-size: 13px;
    font-weight: 500;
}
#multiphone_popup .info2 {
	margin-bottom: 0;
    font-size: 14px;
}
#multiphone_popup select {
	margin: 5px 0;
}
#multiphone_popup .btn {
	margin-top: 20px;
}
#multiphone_popup .btn+.btn {
	margin-left: 10px;
}
#multiphone_popup #multiphone_input.error, 
#multiphone_popup #multiphone_input_sms.error {
	border: solid 1px #e74a3b;
}
#multiphone_popup .multiphone_container_sms {
	margin-top: 15px;
}
#multiphone_popup #multiphone_input_sms {
	width: 100px;
}

.multimail_container {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 5px 10px;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    margin-bottom: 0;
    flex-wrap: wrap;
}
.multimail_container .multimail_container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.multimail_container .multimail_value {
	/*width: 135px;*/
	word-break: break-all;
}
.multimail_container .multimail_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    margin-left: 20px;
}
.multimail_container .multimail_btns .multimail_btn {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}
.multimail_container .multimail_btns .multimail_btn.multimail_btn-edit {
	color: #007bff;
}
.multimail_container .multimail_btns .multimail_btn.multimail_btn-edit:hover {
	color: #0069d9;
}
.multimail_container .multimail_verified {
    color: #777;
    font-size: 14px;
}
.multimail_container .multimail_verified .multimail_verified_y i {
	color: #28a745;
}
.multimail_container .multimail_verified .multimail_verified_n i, 
.multimail_container .multimail_verified .multimail_verified_n {
	color: #e74a3b;
}
.multimail_container .multimail_verified .multimail_verified_n {
	cursor: pointer;
}
#multimail_popup .modal-body .ajax {
	text-align: center;
}
#multimail_popup .btn {
	margin-top: 20px;
}
#multimail_popup .btn+.btn {
	margin-left: 10px;
}
#multimail_popup #multimail_input.error {
	border: solid 1px #e74a3b;
}
#multimail_popup .info {
	font-size: 13px;
    font-weight: 500;
}
.multimail_back_old {
    font-size: 12px;
    background: none;
    color: #777;
    border: none;
    padding: 0;
}
.multimail_back_old:hover {
    background: none;
    color: #333;
    border: none;
}

.multiphone_form_container {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.multiphone_form_container:last-of-type {
    margin-bottom: 0;
}
.multiphone_form_container .multiphone_form_value {
	width: 145px;
	cursor: not-allowed;
}
.multiphone_form_container .multiphone_form_value.sms_verif {
	cursor: pointer;
}
.multiphone_form_container .multiphone_form_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50px;
    margin-left: 20px;
}
.multiphone_form_container .multiphone_form_btns .multiphone_form_btn {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}
.multiphone_form_container .multiphone_form_btns .multiphone_form_btn.multiphone_form_btn-edit {
	color: #007bff;
}
.multiphone_form_container .multiphone_form_btns .multiphone_form_btn.multiphone_form_btn-edit:hover {
	color: #0069d9;
}
.multiphone_form_container .multiphone_form_btns .multiphone_form_btn-sms_verif, 
.multiphone_form_container .multiphone_form_btns .multiphone_form_btn-edit_phone {
	font-size: 10px;
	width: auto;
	padding: 0 5px;
	margin-left: -20px;
	background: #f1cc0f;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: none;
}
#multiphone_form_popup .modal-body .ajax {
	text-align: center;
}
#multiphone_form_popup .info {
	font-size: 13px;
    font-weight: 500;
}
#multiphone_form_popup .info2 {
	margin-bottom: 0;
    font-size: 14px;
}
#multiphone_form_popup select {
	margin: 5px 0;
}
#multiphone_form_popup .btn {
	margin-top: 20px;
}
#multiphone_form_popup .btn+.btn {
	margin-left: 10px;
}
#container_input_phone.multiphone_form_container input#multiphone_form_input[type="text"], 
#container_input_phone.multiphone_form_container input#multiphone_form_input[type="text"]:hover, 
#container_input_phone.multiphone_form_container input#multiphone_form_input[type="text"]:focus, 
#container_input_phone.multiphone_form_container input#multiphone_form_input[type="text"]:active {
	padding: 0;
    border: none;
    outline: none;
    border: none !important;
    box-shadow: none !important;
}
.multiphone_form_container_sms {
	display: none;
}
.multiphone_form_done_sms {
	border-color: green;
	border-width: 2px;
}

.form-services {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.service-card:first-of-type .service-small__text {
		display: none;
	}
}
.service__total-price {
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}
.service__total-price .total-container {
	border-bottom: solid 2px #aaa;
	margin-top: 10px;
	padding-bottom: 10px
}
#total-ad_up, 
#total-ad_stroke, 
#total-vip_ad {
	display: none;
}
#total-ad_up.show, 
#total-ad_stroke.show, 
#total-vip_ad.show {
	display: flex;
	position: relative;
}
#total-ad_up .btn-del-total, 
#total-ad_stroke .btn-del-total, 
#total-vip_ad .btn-del-total {
	content: 'x';
	color: #0a73bb;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#total-ad_up .btn-del-total:hover, 
#total-ad_stroke .btn-del-total:hover, 
#total-vip_ad .btn-del-total:hover {
	font-weight: bold;
}

.section_cab .list-group.scrollable-navbar.scrollable-navbar-style-ads.scrollable-navbar .list-group-item-action {
	color: #007bff;
    border: solid 1px transparent;
    border-radius: 20px;
}
.section_cab .list-group.scrollable-navbar.scrollable-navbar-style-ads.scrollable-navbar .list-group-item-action:hover {
    background: #eee;
    border: solid 1px #bbb;
    color: #333;
}
.section_cab .list-group.scrollable-navbar.scrollable-navbar-style-ads.scrollable-navbar .list-group-item-action.active {
    background: #eee;
    border: solid 1px #bbb;
    color: #333;
    font-weight: bold;
}
.section_cab .list-group.scrollable-navbar.scrollable-navbar-style-ads.scrollable-navbar .list-group-item-action.active:hover {
    cursor: default;
}
.section_cab .list-group.scrollable-navbar.scrollable-navbar-style-ads.scrollable-navbar .list-group-item-action span {
	padding-left: 7px;
	color: #bbb;
}

.list-group.scrollable-navbar.scrollable-navbar-style-my.scrollable-navbar .list-group-item-action {
	color: #999;
    border: none;
    border-bottom: solid 1px #999;
    padding-bottom: 6px;
    border-radius: 0;
    font-weight: bold;
    margin: 0;
    background: none;
}
.list-group.scrollable-navbar.scrollable-navbar-style-my.scrollable-navbar .list-group-item-action:hover {
    background: none;
    border-bottom: solid 4px #777;
    padding-bottom: 3px;
    color: #777;
}
.list-group.scrollable-navbar.scrollable-navbar-style-my.scrollable-navbar .list-group-item-action.active {
    background: none;
    border-bottom: solid 4px #333;
    padding-bottom: 3px;
    color: #333;
}
.list-group.scrollable-navbar.scrollable-navbar-style-my.scrollable-navbar .list-group-item-action.active:hover {
    cursor: default;
}
.list-group.scrollable-navbar.scrollable-navbar-style-my.scrollable-navbar .list-group-item-action span {
	padding-left: 7px;
	color: #bbb;
}
ul.scrollable-navbar-style-my {
	margin: 0;
}

.price.bold {
	font-weight: bold;
}

@media (max-width: 768px){
	.section_cab .cat_card_footer * {
		font-size: 10px;
	}
	.section_cab .cat_card_footer .button_style_gradient_grey {
		padding: 6px 5px;
	}

	.section_cab .cat_card_content .tab-content {
		padding: 10px 0 0 0;
	}
}

.btns_premium .service-small__text {
	width: calc(100% - 30px);
}
.btns_premium .bold {
	font-weight: bold;
}

@media (max-width: 768px){
	footer ul {
	    margin: 0px 0 32px 0;
	}
	.page_up {
	    display: none;
	}

	.ad-preview a.btn.btn-primary, 
	.ad-preview a.btn.btn-secondary {
	    font-size: 13px;
	    padding: 5px 10px;
	}
}

/* для использования формы входа/регистрации/восстановления из popup в теле страницы в разделе /login */
main>#window_login {
    max-width: 500px;
    left: 0;
    position: relative;
    margin: 40px auto;
}
main>#window_login::after {
    content: '';
    clear: both;
    display: block;
}
main>#window_login .close {
	display: none;
}


#header-nav-dropdown.pos-right {
	right: 5px;
    left: unset;
}


@media (max-width: 575px) {
	.cat_card_content .tab-content .row .col-sm-8 .price {
	    font-size: 12px;
	}
	.js-has-errors .js-error-validate-notif {
		font-size: 12px;
		margin: 0 auto;
	}
	.js-has-errors {
		width: 70%;
		margin-left: -35%;
	}
	.title-main, h1.title-main a {
		font-size: 18px;
	}
	.open_map {
		font-size: 12px;
	}
	#blockSort {
		font-size: 14px;
	}
	.section_catalog_cards, 
	.section_requests, 
	.section_gruzy, 
	.section_gruzoviki, 
	.section_arenda_tex, 
	.section_information_page {
	    padding: 10px 0 40px 0;
	}
	.section_catalog, .section_categories_list {
	    padding: 0 0 10px 0;
	}
}

.company_ads time {
	white-space: nowrap;
}

.payBtns {
	border: solid 1px #cecece;
	max-height: 41px;
	height: 41px;
}
@media (max-width: 360px){
	.payBtns {
		font-size: 12px;
	}
}

@media (min-width: 992px){
	.static-header .user-name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (min-width: 992px) and (max-width: 1070px){
	.static-header .user-name {
		max-width: 75px;
	}
}
@media (min-width: 1071px) and (max-width: 1100px){
	.static-header .user-name {
		max-width: 130px;
	}
}
@media (min-width: 1101px) and (max-width: 1200px){
	.static-header .user-name {
		max-width: 150px;
	}
}
@media (min-width: 1201px) and (max-width: 1260px){
	.static-header .user-name {
		max-width: 140px;
	}
}
@media (min-width: 1261px) and (max-width: 1450px){
	.static-header .user-name {
		max-width: 190px;
	}
}
@media (min-width: 1451px) and (max-width: 1550px){
	.static-header .user-name {
		max-width: 130px;
	}
}
@media (min-width: 1551px) and (max-width: 1700px){
	.static-header .user-name {
		max-width: 170px;
	}
}
@media (min-width: 1701px) and (max-width: 1760px){
	.static-header .user-name {
		max-width: 140px;
	}
}
@media (min-width: 1761px){
	.static-header .user-name {
		max-width: 190px;
	}
}

#dropdown_userinfo li, 
#popup-mobile-user_info div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#banner_preview_container {
	transform-origin: 0 0;
	transform: scale(0.5);
	margin-bottom:-100vh;
}
#banner_preview_container iframe {
	height: 100vh;
	width: 200%;
	border: solid 4px #007bff;
}
@media (max-width: 550px){
	#banner_preview_container {
		transform: scale(0.25);
	}
	#banner_preview_container iframe {
		height: 200vh;
		width: 400%;
		border: solid 8px #007bff;
	}
}

.card-ad-vip .cat_card_header .col-12 {
	max-width: 100%;
}
.card-ad-vip .cat_card_header .row {
	display: block;
}
.card-ad-vip .cat_card_header time {
	display: none;
}
.card-ad-vip .cat_card_content .phone_swith {
	display: block;
}
.card-ad-vip .cat_card_content .phone_swith label {
	float: none;
}
.card-ad-vip .cat_card_content .phone_swith span {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
	padding: 10px 25px;
	margin: 0;
	text-align: left;
}
.card-ad-vip .card_right.no-padding .cat_card_content .tab-content {
	padding-top: 0;
}
.card-ad-vip .cat_card_content .tab-pane .row {
	display: block;
}
.card-ad-vip .cat_card_content .tab-pane .col-4 {
	max-width: 100%;
}
.card-ad-vip .cat_card_content .tab-pane .col-8 {
	display: none;
}
.card-ad-vip .cat_card_content .height200max::after {
	display: none;
}
.card-ad-vip .card_style {
    margin: 0;
}
.card-ad-vip .card_style+.card_style {
    margin-top: 20px;
}


@media (max-width: 768px){
	#categoryChoice #categoryChoiceTitle {
		font-size: 15px;
	}
	#categoryChoice #category-info {
		font-size: 13px;
	}
}

.login_now.j-btn-ajax-show:not(.notchangedcolors).pay_link, 
.pay_link {
	font-size: 15px;
	color: #007bff !important;
}

.leaflet-pane {
    z-index: 10 !important;
}

@media (max-width: 768px){
	.help-block {
		font-size: 11px;
	}
}

.form_categoryChoiceButtonDisabled, 
.form_categoryChoiceButtonDisabled:focus, 
.form_categoryChoiceButtonDisabled:active, 
.form_categoryChoiceButtonDisabled:hover {
	background: #ccc;
	color: #777;
	cursor: not-allowed;
}

.blur {
	filter: blur(5px);
}



.counterViewsActive {
	cursor: pointer;
	text-decoration: underline;
}
.counterViewsActive:hover {
	color: #777;
}
.prev_week, 
.next_week {
	border:  solid 1px #aaa;
	background: #eee;
	color: #555;
	border-radius: 3px;
	padding: 0;
	height: 15px;
	width: 15px;
	font-size: 10px;
	line-height: 10px;
	margin: -5px 4px 0;
	vertical-align: middle;
	cursor: pointer;
}
.prev_week:hover, 
.next_week:hover {
	background: #ccc;
	color: #777;
}
@media (min-width: 576px){
	#adsViewsCounterModal .modal-dialog {
	    max-width: 900px;
    }
}
@media (max-width: 576px){
	#adsViewsCounterModal h5 {
	    font-size: 14px;
    }
}
#payServicesModalStatistics {
    font-size: 12px;
}



.js-favorite {
	color: #1E88EA;
	font-size: 22px;
	cursor: pointer;
}
.js-favorite:hover {
	color: #0038ff;
}
.favAbsolute {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: #fff;
	border-radius: 11px;
	line-height: 0;
	display: none;
}
@media (min-width: 576px){
	.favAbsolute {
		right: 5px;
		bottom: 5px;
	}
}
.relative {
	position: relative;
}
.card_style:nth-of-type(4n) .favAbsolute,
.main-page .card_style:nth-of-type(1n) .favAbsolute,
.card_style:nth-of-type(4n + 2) .favAbsolute,
.card_style:nth-of-type(4n + 3) .favAbsolute {
	display: block;
}
@media (max-width: 768px){
	.plitki .card_style:nth-of-type(1n) .favAbsolute {
		display: block;
	}
}



@media (min-width: 576px){
	#changePlaceModal .modal-dialog {
		max-width: 600px;
	}
}
@media (min-width: 768px){
	.section_categories_list #children-categories-list a {
		font-size: 18px;
	}
}



.floatButtonWrapper a.button_style_gradient_0 {
    background: #545458;
    border: none;
}
@media (max-width: 768px){
	.floatButtonWrapper a.button_style_gradient_0 {
	    padding: 14px 6px !important;
	}
	.floatButtonWrapper {
	    padding-bottom: 30px !important;
	}
}



.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}

@media (min-width: 1700px) {
  .custom-container {
    max-width: 1640px;
  }
  .custom-col-num-1, 
  .custom-col-num-4 {
  	display: block!important;
  	-ms-flex: 1 0 0%;
    flex: 1 0 0%;
  	max-width: 250px;
  }
  .custom-col-num-2 {
  	-ms-flex: 1 0 0%;
    flex: 1 0 0%;
  	max-width: 380px;
  }
  .custom-col-num-3 {
  	-ms-flex: 1 0 0%;
    flex: 1 0 0%;
  	max-width: 760px;
  }
}

.custom-container .indexRightSidebarAdItem, 
.custom-container .indexRightSidebarAdItem i,
.custom-container .indexRightSidebarAdItem a {
	font-size: 12px;
}
.custom-container .indexRightSidebarAdItem .indexRightSidebarAdItemStatus {
	color: #999;
}
.custom-container .indexRightSidebarBtn {
	border:  solid 1px #999;
	color: #333;
	font-size: 13px;
	text-align: center;
	width: 100%;
}



#autocomplete-suggestions-mobile {
	max-width: 100vw !important;
	min-width: 100vw !important;
	width: 100vw !important;
	left: 0 !important;
	top: 45px !important;
	bottom: 0 !important;
	max-height: 100vh !important;
	position: fixed;
}
#autocomplete-suggestions-mobile .autocomplete-suggestion {
	font-size: 13px;
	line-height: 26px;
}
#search-mobile-container {
	display: none;
	padding-right: 10px;
}
#search-mobile {
	min-width: 100%;
}
#search-mobile-container, 
#search-mobile {
	width: 100%;
}
#search-mobile {
	border-radius: 5px;
}
.btnMobileSerachShow, 
.btnMobileSerachShow:hover, 
.btnMobileSerachShow:focus {
	text-decoration: none;
}
.btnMobileSerachShow.active .fa-search, 
.btnMobileSerachShow:not(.active) .fa-times {
	display: none;
}
.btnMobileSerachShow:not(.active) .fa-search, 
.btnMobileSerachShow.active .fa-times {
	display: block;
}
@media (min-width: 992px) {
	#search-mobile-container {
		display: none !important;
	}
	#logo_before_search {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.titleIndexH3 {
		font-size: 20px;
	}
}