@font-face {
	font-family: "HelveticaNeueRoman";
	font-display: swap;
	src: url('../../fonts/HelveticaNeueCyr-Roman.otf');
}

@font-face {
	font-family: "HelveticaNeueBold";
	font-display: swap;
	src: url('../../fonts/HelveticaNeueCyr-Bold.otf');
}

/*  slider styles  */


.slides {
	z-index: 0;
}
.slide-contain {
	max-width: 100%;
	width: 100%;
}

.slide-contain .flexslider {
	width: 100%;
	padding: 0px;
	position: relative;
}

.image-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.hidden-overflow {
	overflow: hidden;
}
.hidden-overflow .slides .arrow-left {
	left: 0px;
}
.hidden-overflow .slides .arrow-right {
	right: 0px;
}
.city-list, 
.categories-list {
	z-index: 99999;
}

.image-slider img {
	width: 100%;
}

.slide-contain .flexslider .cat_card_header .h4 a {
	text-decoration: none;
	color: #2a2a2a;
	font-size: 18px;
	display: block;
	transition: 0.2s;
}

.slide-contain .flexslider .cat_card_header .h4 a:hover {
	color: #909090;
}

.slide-contain .flexslider .cat_card_content .tab-content {
    padding: 15px 25px;
}

.slide-contain .flexslider .cat_card_header {
    padding: 0px 25px;
}

.cat_card_header h1, .cat_card_header h3 {
	font-size: 22px;
}
.h4, h4 {
    font-size: 18px;
}


.slide-contain .flexslider .j-magnific-popup-gallery {
	height: 250px;
	width: 100%;
}

.slide-contain .flexslider .cat_card_content {
    position: relative;
    padding-top: 0px;
    width: 100%;
    align-self: flex-end;
    font-size: 14px;
}

.flex-container.slide-contain {
	padding: 30px 0;
}

.slide-contain .flexslider .card_style {
    height: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flexslider-inner .arrow-right,
.flexslider-inner .arrow-left {
	font-size: 32px;
	color: #038cfc;
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	z-index: 10;
}

.flexslider-inner .arrow-right:hover,
.flexslider-inner .arrow-left:hover {
	font-size: 32px;
	color: #005070;
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	z-index: 10;
}

/* #0384fc */

.flexslider-inner .arrow-right {
	right: -40px;
}

.flexslider-inner .arrow-left {
	left: -40px;
}

.slide-contain .slick-slide {
	margin: 0 10px;
}

.slide-contain .slick-slide img {
	margin: 0 auto;
}

.slide-contain .cat_card_header .price {
	text-align: left;
	font-size: 22px;
}

.slide-contain .cat_card_header .price span {
	margin-left: 0px;
}

.slide-contain .cat_card_header time {
	display: none;
}

.slide-contain .slick-slide .nav-tabs,
.slide-contain .slick-slide .phone_swith  {
	/*display: none;*/
}


@media (max-width:600px){
.flexslider-inner .arrow-right {
	right: -20px;
}

.flexslider-inner .arrow-left {
	left: -20px;
}
}

/* end */

body {
	color: #2a2a2a;
	min-width: 320px;
	min-width: 320px;
}

header {
	font-family: "HelveticaNeueRoman";
}

input {
	border-radius: 4px;
	border: solid 1px #ced4da;
}

input:focus {
	box-shadow: inset 0 0 0 3px rgba(0, 123, 255, 0.25) !important;
	border: solid 1px #1e88e5 !important;
}

/* Buttons */
button:focus {
	outline: none;
}

.button_style_gradient_0 {
	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: 0.8px;
	text-transform: uppercase;
	cursor: pointer;
}

.button_style_gradient_0:hover {
	background-image: linear-gradient(to bottom, #38a8db, #1a7acd);
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.button_style_gradient_0:active {
	background-image: linear-gradient(to bottom, #1a7acd, #38a8db);
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.button_style_gradient_0:disabled,
.button_style_gradient_0[disabled] {
	background: #CED4DA;
	border: 1px solid #AFB6BE;
	color: #FFFFFF;
	cursor: not-allowed;
}

.button_style_gradient_0 img {
	margin-right: 10px;
}

.button_style_gradient_1 {
	padding: 6px;
    margin-top: 20px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #1081e0;
    color: #1081e0;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
}

.button_style_gradient_1:hover{
	border: solid 1px rgba(0, 0, 0, 0.15);
	background-color: #f5f5f5;
}

.border-bottom-left-radius-0 {
	border-bottom-left-radius: 0;
}

.border-top-left-radius-0 {
	border-top-left-radius: 0;
}

.left_0 {
	left: 0;
}

.left_auto {
	left: auto;
}

.opacity0 {
	opacity: 0;
}

.transition {
	-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;
}

.switch {
	float: left;
	width: 100%;
}

.chebox_button {
	width: 49px;
	height: 24px;
	cursor: pointer;
	background-image: url("../../img/chebox_false.svg");
	position: relative;
	margin: 0 10px;
	float: left;
}

.chebox_button.active {
	background-image: url("../../img/chebox_true.svg");
}

.chebox_button::before {
	content: '';
}

.chebox_button::after {
	content: '';
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border: solid 1px #ced4da;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
	position: absolute;
	left: -1px;
	-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;
}

.chebox_button.active::after {
	left: 25px;
}

.switch span {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: left;
	color: #afb6be;
	float: left;
	margin: 5px 0;
}

/* Interface */
.interface {
	background-image: url("../../img/home_section_0.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.interface p {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin: 37px 0 0 0;
}

/* Buttons */
.buttons {
	float: right;
	margin-top: 43px;
	padding-bottom: 46px;
}

.buttons a {
	padding: 5px 30px 20px 30px;
	float: left;
	position: relative;
}

.buttons a:after {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	text-transform: none;
	color: #ffffff;
}

.buttons a:before {
	position: absolute;
	bottom: 5px;
	right: 30px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	text-transform: none;
	color: #ffffff;
	text-transform: uppercase;
}

.buttons a:nth-child(1):before, 
.buttons a:nth-child(2):before {
	content: "Прямо сейчас";
	font-size: 13px;
}

.buttons a:nth-child(1):after {
	content: "Для владельцев техники";
}

.buttons a:nth-child(2):after {
	content: "Для тех, кто ищет технику";
}

.buttons a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Preview */
.preview {
	margin: 15px;
	position: fixed;
	z-index: 1000;
	border: solid 1px #ced4da;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
	background-color: #ffffff;
	padding: 15px;
	bottom: 25vh;
	opacity: 0.5;
}

.preview:hover {
	opacity: 1;
}

.select_menu_categories label {
	-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;
}

::-webkit-scrollbar {
	width: 17px;
}

::-webkit-scrollbar-track {
	width: 5px;
	background-color: #f9f9f9;
	-webkit-box-shadow: -1px 0 0 0 #ced4da;
	-moz-box-shadow: -1px 0 0 0 #ced4da;
	box-shadow: -1px 0 0 0 #ced4da;
}

::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 10px;
	border: solid 6px #f9f9f9;
	background-color: #ced4da;
}

body::-webkit-scrollbar {
	width: 17px;
}

body::-webkit-scrollbar-track {
	width: 10px;
	background-color: #f9f9f9;
	-webkit-box-shadow: -1px 0 0 0 #ced4da;
	-moz-box-shadow: -1px 0 0 0 #ced4da;
	box-shadow: -1px 0 0 0 #ced4da;
}

body::-webkit-scrollbar-thumb {
	width: 10px;
	border-radius: 0;
	border: solid 3px #f9f9f9;
	background-color: #ced4da;
}

/* Валидация инпутов */
.form-group.has-error .form-control {
	border-color: #dc3545;
}

.form-group.has-error .form-control:focus {
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25) !important;
}

.form-group.has-error .help-block {
	font-size: 80%;
	color: #dc3545;
}

.form-control {
	font-size: .95rem;
}

.form-check-label {
	user-select: none;
}

.collapse {
	margin-bottom: 1em;
}

main > .site-login {
	width: 100%;
	max-width: 400px;
	margin: 5rem auto 8rem;
}

.transactions-table td,
.transactions-table th {
	padding-right: 2em;
}

.transactions-table .transaction-plus {
	background-color: rgba(195, 230, 203, 0.7);
}

.transactions-table .transaction-minus {
	background-color: rgba(245, 198, 203, 0.7);
}

.transactions-table .transaction-col-date {
	width: 26ex;
}

.amount-decimals {
	opacity: 0.6;
	font-size: 75%;
}

.btn-pay-balance {
	padding: .25rem 1rem;
}

.ad-view {
	padding-top: 20px;
}

.button-block {
	margin-bottom: 1rem;
}

.button-block .button_style_gradient_0 {
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-weight: 500;
}

.button-block .button_style_gradient_0:hover {
	color: white;
	text-decoration: none;
}

.form-inline-pay {
	display: inline-flex;
}

.form-inline-pay label,
.form-inline-pay span {
	font-size: 1.25rem;
	margin: 0 0.5rem;
}

.form-inline-pay input[name=pay-amount] {
	width: 6.4rem;
	height: 40px;
	text-align: right;
}

.profile-photo {
	cursor: pointer;
}

.find-technique {
	margin-top: 33px;
	margin-right: 30px;
}


.find-technique input {
	color: #2a2a2a;
}

.find-technique ::-webkit-input-placeholder { /* WebKit browsers */
	color: #afb6be;
}

.find-technique :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #afb6be;
}

.find-technique ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #afb6be;
}

.find-technique :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #afb6be;
}

.find-technique select {
	min-height: 48px;
	color: #afb6be;
	text-align: center;
}

.find-technique select option {
	color: #2a2a2a;
}


/* Анимация логотипа для прикола */
img.clockwise {
	animation: spin-clockwise 180s linear infinite;
	width: 35px;
	height: 35px;
}

img.counter-clockwise {
	animation: spin-counter-clockwise 180s linear infinite;
}

@keyframes spin-clockwise {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes spin-counter-clockwise {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}
/* </ Анимация логотипа для прикола > */

.categories-tree li {
	break-inside: avoid-column;
}
.categories-tree h3 a, 
.categories-tree h4 a {
	font-size: 90%;
}
.categories-tree h3, 
.categories-tree h4 {
	margin-bottom: 3px;
}
.categories-tree .categories-subtree {
	margin-left: 20px;
}
.categories-tree .categories-subtree .categories-subtree {
	margin-left: 40px;
}

.categories-subtree li {
	margin-bottom: 0.2rem !important;
}
.categories-subtree li a.level4 {
	color: #525354;
}

.title-main,
h1.title-main a {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: normal;
	text-align: left;
	color: #2a2a2a;
}

.title-main-ad {
	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: 20px;
}

.bottom-shadow:before{
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(6,6,6,0) 1%, rgba(255,255,255,0.65) 44%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(6,6,6,0) 1%,rgba(255,255,255,0.65) 44%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 87%,rgba(6,6,6,0) 1%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6ffffff',GradientType=0 );
}

.row-ul{
	padding: 0;
}
.row-ul li{
	list-style-type: none;
}

.btn-group {
	width: 100%;
	margin: auto;
}

.filter {
	flex: 1 0 0 !important;
	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: 12px;
outline: none;
box-shadow: unset;
}
.filter:focus {
	box-shadow: none;

}

.filter.active {
	background-image: linear-gradient(to bottom, #1a7acd, #38a8db) !important;
	border: solid 1px rgba(0, 0, 0, 0.15);
}

.btn-group>.filter:nth-of-type(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group>.filter:last-of-type {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.search-header{
	display: table;
	width: 100%;
}

.search-header li:nth-child(n+2):not(.mobile_only) {
	display: table-cell;
}

.social-share li{
	list-style-type: none;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.flex-item:nth-child(1) {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-webkit-flex: 0 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex-item:nth-child(2),
.flex-item:nth-child(3) {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex-item:nth-child(2) button,
.flex-item:nth-child(3) button {
	margin-top: 12px;
	margin-left: 10px;
}

@media(max-width: 360px){
	.flex-item {
		width: 100%;
	}

	.flex-item:nth-child(2) button {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
	}

	.flex-container{
		flex-direction: column;
	}
}

.tag_links ul li a.active {
	background-color: #1e88e5;
	color: #fff;
}

.order_1 .card_container_right{
	display: none;
}

.order_2 .card_container_right{
	display: block;
}

#nav_1 input[type="search"] {
	border-radius: 0;
}

.window_content .auth-clients {
	overflow: initial;
}

button i.fa,
button i.fa {
	font-size: 20px;
}

#btn-up,
#btn-encircle,
#btn-vip{
	margin: 5px 0;
}

#btn-up {
	background-color:  white;
	color: #007BFF;
	border: #007BFF 1px solid;
}

#btn-encircle{
	background-color:  #007BFF;
	color: yellow;
	border: #007BFF 1px solid;
}

#btn-vip{
	background-color:  #007BFF;
	color: red;
}

.progress {
	border-radius: 0;
}

.progress-yellow {
	background-color: yellow;
}

.progress-vip {
	background-color: #007BFF;
}

.card-encircle {
	border: yellow 2px solid !important;
}

.card-vip {
	border: #007BFF 1px solid !important;
}

.card-vip.card-encircle {
	border: #007BFF 2px solid !important;
	outline: yellow 2px dashed !important;
	outline-offset: 2px;
}

[name="pay-option"] + button {
	width: 40px;
	height: 40px;
}

.pull-left{
	float: none;
}

.phone-vip{
	margin-top: 10px;
}

.phone-vip a{
	border-radius: 15px;
    background-color: #3cb253;
    border: solid 1px transparent;
    color: #fff !important;
    padding: 3px 15px;
}

div.card_style.card-ad-vip {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.card-ad-vip .cat_card_header .price{
	text-align: left;
}


.auth-clients {
	width: 100%;
    background: #FFF;
    padding: 5px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
}

.auth-clients li {
	margin: 0;
}

.window .card-body {
	padding-bottom: 0;
}

#collapseOne{
	margin-bottom: 0;
}

.auth-icon.odnoklassniki {
	background: url('/static/img/odnoklassniki.png') no-repeat;
}

.auth-icon.mailru {
	background: url('/static/img/moimir.gif') no-repeat;
}

.marker-div-icon {
	width: 50px !important;
	height: 50px !important;
	margin-left: -25px !important;
	margin-top: -25px !important;
}

.marker-div-span {
	display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.marker-div-image{
	width: 100%;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
	right: 1.5rem;
}

.ad-form .h5 {
	margin-top: 20px;
}

#ad-unit {
	display: block !important;
}

.file-input .file-preview {
	display: none;
}

.choose_location_button {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#local_button_requests.form-control:before,
#local_button_gruzy.form-control:before,
#local_button_gruzy_to.form-control:before,
#local_button_gruzoviki.form-control:before,
#local_button_gruzoviki_to.form-control:before,
#local_button.form-control:before{
	margin-right: 5px;
}
#local_button_requests.form-control:before,
#local_button.form-control:before{
	content: url(../../img/location.svg);
	position: relative;
    top: 2px;
}
#local_button_gruzy.form-control:before,
#local_button_gruzoviki.form-control:before,
#local_button_gruzy_to.form-control:before,
#local_button_gruzoviki_to.form-control:before{
    font-size: 19px;
	line-height: 14px;
}
#local_button_gruzy.form-control:before,
#local_button_gruzoviki.form-control:before{
	content: "A";
	color: #1e88e5;
}
#local_button_gruzy_to.form-control:before,
#local_button_gruzoviki_to.form-control:before{
	content: "B";
	color: #e51e1e;
}

#local_button_requests,
#local_button_gruzy,
#local_button_gruzy_to,
#local_button_gruzoviki,
#local_button_gruzoviki_to,
#local_button{
	width: inherit;
	float: right;
	cursor: pointer;
}

@media (max-width:480px){
	#local_button_requests,
	#local_button_gruzy,
	#local_button_gruzy_to,
	#local_button_gruzoviki,
	#local_button_gruzoviki_to,
	#local_button {
		float: none;
		margin: 10px auto 0 auto;
	}
}

@media (max-width:767px){
	#local_button_requests,
	#local_button_gruzy,
	#local_button_gruzy_to,
	#local_button_gruzoviki,
	#local_button_gruzoviki_to,
	#local_button {
		margin-top: 10px;
	}
}

.autocomplete-suggestion {
	display: block;
}

.marker-div-icon.leaflet-interactive {
    cursor: zoom-in;
}

.tooltip-inner{
	font-size: 18px;
	background: #fafafa;
	border: 1px solid #ccc;
	color: #000;
}

.tooltip .arrow::before {
	border-bottom-color: #cccccc;
}

.tooltip-inner button{
	margin: 3px;
	box-sizing: border-box;
}

.tooltip-inner p{
	margin-top: 1rem;
}

.tooltip {
	z-index: 4;
}

.section_just_step a {
	font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
	text-align: center;
	color: white;
	/*color: #000;*/
}

.breadcrumb.container {
	padding: 20px 0;
}

.breadcrumb li:first-child a, .breadcrumb li:first-child p {
	padding: 5px 0 5px 20px !important;
}

.breadcrumb a, .breadcrumb p {
	padding: 5px 0 5px 5px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding: 5px 0 !important;
}

.site-error{
	margin: 30px 0;
}

.block-none-message {
	width: 100%;
	border: 1px solid red;
	margin: 30px 0;
	padding: 30px 30px 0 30px;
}

.block-none-message > div {
	margin-bottom: 30px;
}

.block-none-message .title,
.block-none-message .description{
	line-height: 40px;
}

.block-none-message p {
	margin: 5px 0;
	font-weight: 600;
	text-align: right;
}

.block-none-message .card_banner_link a{
	width: 100%;
    text-align: center;
}





#photo-preview .card_style {
	position: relative;
	max-width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

#photo-preview.banner-image .card_style {
	max-width: 100%;
	margin: 0;
}
#photo-preview.banner-image .croppie-container .cr-boundary {
	max-width: 100%;
}

.photo-add {
	width: 200px;
	height: 200px;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.photo-icon:hover,
.photo-add:hover {
	background: #eee;
}

.photo-icon:active,
.photo-add:active {
	background: #aaa;
}


.photo-icon {
	width: 25px;
	height: 25px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 18px;
	-webkit-box-shadow: 0 0 5px rgba(50,50,50,.5);
	-moz-box-shadow: 0 0 5px rgba(50,50,50,.5);
	box-shadow: 0 0 5px rgba(50,50,50,.5);
	cursor: pointer;
	position: absolute;
    top: 5px;
}
.photo-icon i {
	color: rgba(50,50,50,.5);
}
.photo-icon.float-left { float: left; left: 5px; }
.photo-icon.float-right { float: right; right: 5px; }



.service {
	border-top: none !important;
}
.service__header {
	padding: 0 !important;
	border: 1px solid #ced4da;
	border-radius: 15px;
	overflow: hidden;
}
.service__header > .row {
	box-shadow: 0 3px 10px 0 rgba(91, 99, 109, 0.15);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.service__footer {
	box-shadow: inset 0 3px 5px 0 rgba(91, 99, 109, 0.15);
}
.service__total-price {
	text-align: right;
	font-variant: small-caps;
	font-size: 14px;
}
.service__period {
	font-variant: small-caps;
	font-size: 14px;
}
.service-card {
	padding: 0;
}
.service-card .card_style {
	width: 100%;
	position: relative;
	padding-bottom: 70px;
	margin-bottom: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	border-left: 1px solid #ced4da;
}

.service-card:first-child .card_style {
	overflow: hidden;
	border-left: none;
}
.service-card:last-child .card_style {
	overflow: hidden;
}
.service-card__header {
	padding: 5px;
	text-align: center;
	font-variant: small-caps;
	height: 150px;
}
.service-card__header i {
	font-size: 50px;
	line-height: 50px;
	font-style: normal;
	margin-top: 20px;
	display: block;
}
.service-card__header--colored {
	color: #fff;
}
.service-card__content {
	padding: 10px;
	font-size: 13px;
}
.service-card__price {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 18px;
	color: #333
}
.service-card__checkbox {
	position: absolute;
	bottom: 0;
	right: 0;
}





.service-small {
	display: block;
	overflow: hidden;
	margin: 5px 0;
	cursor: pointer;
}
.service-small__icon {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	float: left;
	border: 1px solid #333;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card_style.form-card .service-small {
	margin: 0;
}

@media screen and (max-width: 760px){
	.card_style.form-card .service-small {
		padding-right: 53px;
	}
	.service-card__checkbox {
		top: 0;
		bottom: auto;
	}
	.service-card .card_style {
		padding-bottom: 15px;
		padding-left: 40px;
	}

	.form-steps .service-card:nth-child(1) .card_style {
		border: none;
		padding-left: 5px;
	}

	.form-steps .service-card:nth-child(1) .card_style input[type="radio"] {
		margin-right: 10px;
	}

	.form-steps .service-card:nth-child(2) .card_style,
	.form-steps .service-card:nth-child(3) .card_style,
	.form-steps .service-card:nth-child(4) .card_style {
		border: none;
		border-top: 2px solid #ced4da;
	}

	.form-steps .service-card:nth-child(4) .card_style {
		border-bottom: 2px solid #ced4da;
	}

	.service-time_left {
		border: none !important;
	}

	.service__header {
		border: none;
	}

	.service-card__checkbox {
		left: 0;
	}
	.checkbox-styled__body {
		display: none !important;
	}
	input[name="service-items[]"] {
		display: block !important;
		margin: 10px;
	    height: 20px;
    	width: 20px;
	}
	.catalog_card.service .card_style .service-small .service-small__icon {
		margin-top: 40px;
	    width: 30px !important;
	    height: 30px !important;
	    font-size: 12px !important;
	    line-height: 30px !important;
	    position: absolute;
	    left: 0;
	}
	.form-steps .service-card:nth-child(1) .card_style input[name="service-items[]"] {
		display: none !important;
	}
	.catalog_card.service .service-card .service-small__text {
	    text-align: left;
    	width: 100%;
    	font-weight: bold;
    	display: block;
    	height: auto;
	}
	.catalog_card.service .service-card .service-small {
    	margin-left: -.5rem !important;
    }
    .service-small__text span {
    	display: inline;
    }
}

.card_style.form-card .service-small__icon {
	width: 50px!important;
	height: 50px!important;
	text-align: center;
	line-height: 50px!important;
    border: none;
	border-radius: 0;
	font-size: 1rem!important;
}
.service-small__icon i {
	font-style: normal;
}
.service-small__text {
	display: inline-block;
	border: 1px solid #333;
	border-left: none;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 12px;
	min-width: 142px;
	color: #333;
}

.service-card .service-small__text {
	border: none;
	font-size: 1rem;
	line-height: 25px;
	width: calc(100% - 50px);
	height: 50px;
	display: flex;
	align-items: center;
}




.checkbox-styled input[type=checkbox] {
	display: none;
}
.checkbox-styled__body {
	display: block;
	position: relative;
	flex: none;
	width: 50px;
	height: 30px;
	border-radius: 30px;
	background-color: #d7d2cb;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	z-index: 1;
	margin: 10px;
}
.checkbox-styled__body::before,
.checkbox-styled__body::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 1px;
	border-radius: 30px;
	height: 28px;
	background-color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
}
.checkbox-styled__body::before {
	z-index: -1;
	width: 48px;
	right: 1px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.checkbox-styled__body::after {
	z-index: 1;
	width: 28px;
	left: 1px;
	box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
.checkbox-styled input:disabled + .checkbox-styled__body {
	opacity: .5;
}
.checkbox-styled input:checked + .checkbox-styled__body {
	background-color: #1e88e5;
}
.checkbox-styled input:checked + .checkbox-styled__body::before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.checkbox-styled input:checked + .checkbox-styled__body::after {
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}


.ad-count__cities a {
	color: rgba(255,255,255,.7);
	/*color: rgba(0,0,0,.7);*/
}









.dropbtn {
	padding: 10px 0;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	margin-top: -0px;
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
/*.dropdown:hover .dropdown-content {display: block;}*/





.loading-picture {
	display: none;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	margin-right: 10px;
}
.lds-default {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	left: 53px;
}
.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}
.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}
.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}
.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}
.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}
.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}
.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}
.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}
.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}
.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}
@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}




.city-item, 
.category-item {
	display: block;
	padding: 5px 10px;
	text-decoration: none !important;
	transition: all 50ms ease-in-out;
}
.city-item:hover, 
.category-item:hover {
	background: rgba(0, 123, 255, .1);
}
.city-item.active, 
.category-item.active {
	background: #007bff;
	color: #fff;
}
.city-item.slided, 
.category-item.slided {
	color: #333;
	background: #fff;
	padding-left: 0;
	border-bottom: 1px solid;
}
.city-item.active.slided::before, 
.category-item.active.slided::before {
	font-family: 'FontAwesome';
	content: "\f060";
	font-size: 18px;
	color: #007bff;
	font-weight: 600;
	margin-right: 10px;
}

.category-list-companies .category-item, 
.city-list .city-item {
	display: inline-block;
}




.categories-footer a {
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow:hidden;
	color: #fff;
	font-size: 13px;
}




@media all and (max-width: 768px){
	.ad-count__cities {
		display: none;
	}

	.d-mobile-none {
		display: none !important;
	}

	.card_banner_link--mobile {
		display: inline-block !important;
		margin-top: 20px !important;
	}
}
@media all and (min-width: 768px){
	.desktop-show {
		display: block !important;
	}
}

.input-group label,
.input-group.has-error .help-block {
	width: 100%;
}

#photo-preview-errors .error {
	border: solid 1px #dc3545;
	border-radius: 7px;
	margin-bottom: 7px;
	padding: 5px 7px;
	color: #dc3545;
	font-size: 12px;
}

.section_catalog ul li label span, 
.section_categories_list ul li label span, 
.login_now.j-btn-ajax-show:not(.notchangedcolors), 
.login_now_mobile.j-btn-ajax-show:not(.notchangedcolors) {
    top: -10px;
    right: 19px;
    left: auto;
    color: #3cb253 !important;
	background-color: transparent;
	border: 0px solid transparent;
}

#all_categories_mobile a.nav-link {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
	letter-spacing: 0.5px;
	padding: 10px 3px !important;
	white-space: nowrap;
}

#all_categories_mobile a.nav-link::before {
	font-family: 'FontAwesome';
	margin-right: 3px;
	content: '\f07c';
	color: #007bff;
}

#user_login_mobile.focused .dropdown-menu.dropdown-content {
	display: block !important;
	width: auto;
	z-index: 999;
	right: 10px;
}

#user_login_mobile .dropdown-menu.dropdown-content li {
	display: block;
}

body.cursor-grabbing {
	cursor: grabbing;
}

.breadcrumb.js-breadcrumb {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.bannerAdLabel {
	width: 100%;
	padding-top: 10px !important;
	padding-bottom: 40px !important;
	position: relative;
}
.bannerAdLabel .btnPayBanner {
    position: absolute;
    right: 0;
    color: #000;
    background: #fc0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 7px;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
}
.bannerAdLabel .btnPayBanner.btnPayBannerMR25 {
	right: 25px;
}
.banner-block img.image {
	max-width: 100%;
	width: 100%;
}

.service-footer {
    background: #eee;
    margin: 0 -1rem -1rem -1rem !important;
    padding: 1rem !important;
}

#changePlaceModal #region-place.error + span .select2-selection {
	border-color: #ff0000;
}


.ajaxPreloader .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
.ajaxPreloader .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajaxPreloader .circle:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.ajaxPreloader .circle-1 {
  background-color: #49b8e5;
}
.ajaxPreloader .circle-1:before {
  background-color: #49b8e5;
  animation-delay: 200ms;
}
.ajaxPreloader .circle-2 {
  background-color: #1e98d4;
}
.ajaxPreloader .circle-2:before {
  background-color: #1e98d4;
  animation-delay: 400ms;
}
.ajaxPreloader .circle-3 {
  background-color: #2a92d0;
}
.ajaxPreloader .circle-3:before {
  background-color: #2a92d0;
  animation-delay: 600ms;
}
.ajaxPreloader .circle-4 {
  background-color: #3a88c8;
}
.ajaxPreloader .circle-4:before {
  background-color: #3a88c8;
  animation-delay: 800ms;
}
.ajaxPreloader .circle-5 {
  background-color: #507cbe;
}
.ajaxPreloader .circle-5:before {
  background-color: #507cbe;
  animation-delay: 1000ms;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}