/*media MD*/
@media(max-width: 768px){
    .px-mob-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .pb-mob-0 {
        padding-bottom: 0;
    }
    .pt-mob-0 {
        padding-top: 0;
    }
    .mt-mob-0 {
        margin-top: 0;
    }
	.rounded-mob-1 {border-radius: var(--bs-border-radius-sm) !important;}
	.rounded-mob-2 {border-radius: var(--bs-border-radius) !important;}
	.rounded-mob-3 {border-radius: var(--bs-border-radius-lg) !important;}
	.rounded-mob-4 {border-radius: var(--bs-border-radius-xl) !important;}
	.rounded-mob-5 {border-radius: var(--bs-border-radius-xxl) !important;}
    .border-mob-0 {
        border: none !important;
    }
    .border-top-mob-0 {
        border-top: 0 !important;
    }
	.border-md {
		border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	}
	.border-md-success {
		border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
	}
	.fs-mob-5 {
		font-size: 1.25rem !important;
	}
    .fs-mob-6 {
		font-size: 1rem !important;
	}
    .fs-mob-7 {
        font-size: 0.8rem!important;
    }
    .fs-mob-8 {
        font-size: 0.7rem!important;
    }
    .lh-mob-1 {
		line-height: 1;
	}
    .btn-outline-secondary:focus{
        border-color: inherit;
        background-color: inherit;
        color: inherit;
    }
    .autocomplite-list .geapi_hover-list {
        left: auto;
        right: 0;
    }
	.form-control-nolg-mob {
		padding: .375rem .75rem;
    	font-size: 1rem;
		min-height: auto;
		border-radius: var(--bs-border-radius);
	}
	.whats-why .the-green-box > .header-box > .logo-whts {
		height: auto;
		width: 80%;
	}
	.content-mob-100 {
		width: 100%;
	}
    .w-mob-auto,
	.content-mob-auto {
		width: auto !important;
	}
	.big-checkbox input.big-checkbox {
		width: 0.8em;
		height: 0.8em;
	}
	.big-checkbox input.big-checkbox+span {
		line-height: 1;
	}
	.sch-form-bx .dropdown-toggle.dropdown-toggle-mob-start::after {
		display: none;
	}
	.sch-form-bx .dropdown-toggle.dropdown-toggle-mob-start::before {
		display: inline-block;
		width: 0.95em;
		height: 0.6em;
		margin: 0 6px 0 0;
		content: "";
		border: none;
		vertical-align: middle;
		background: url(../img/ico_shw.svg) no-repeat;
		background-size: contain;
	}
    .sch-form-bx .dropdown-toggle.dropdown-toggle-mob-start[aria-expanded="true"]::before,
	.sch-form-bx .dropdown-toggle.show.dropdown-toggle-mob-start::before {
		transform: rotate(180deg);
	}
    .sch-form-bx .dropdown-toggle.dropdown-toggle-mob-start[aria-expanded="true"]::before {
        margin-bottom: 6px;
    }
    .dropdown-mob-open .dropdown-menu {
        position: static;
        display: block;
    }
    .img-bx .img-box-out .file-card {
        width: 72px;
        height: 72px;
    }
    .siter-page .img-ava-ph .carousel-indicators [data-bs-target] {
        width: 30%;
        min-width: 58px;
        padding: 0px 0.35rem 0 0 !important;
    }
    /* SEARCH */
    body.is_mobile .sch-global-wrap.only-map {
        border: 1px solid #D5D4DF !important;
    }
    body.is_mobile .sch-global-wrap:not(.only-map) #map-str-mr {
        display: none;
    }
    body.is_mobile .sch-global-wrap.only-map .select-form-sw,
    body.is_mobile .sch-global-wrap.only-map #forms-tb,
    body.is_mobile .sch-global-wrap.only-map .sch-num-result {
        display: none !important;
    }
    body.is_mobile .sch-global-wrap.only-map #map-str-mr {
        display: block;
    }
    body.is_mobile .sch-global-wrap.only-map .res-table {
        position: relative;
    }
    body.is_mobile .sch-global-wrap.only-map #sch-providers-res {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        z-index: 10;
        /*background-color: #ffffff;*/
    }
    /*body.is_mobile .sch-global-wrap.only-map #sch-providers-res > * {
        display: none;
    }*/
    body.is_mobile .sch-global-wrap.only-map #sch-providers-res .no-results {
        background-color: #ffffff;
    }
    body.is_mobile .sch-global-wrap.only-map .map-box {
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    body.is_mobile .sch-global-wrap.only-map #sch-providers-res .sitr-wrap-one {
        display: none !important;
    }
    body.is_mobile .sch-global-wrap.only-map #sch-providers-res .line-one {
        display: none;
    }
    body.is_mobile .sch-global-wrap.only-map #sch-providers-res .sitr-wrap-one.select-marker {
        display: block !important;
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #user-mess-theone .list-mess {
        height: 50vh !important;
    }
    #user-mess-theone .messeger-box {
        min-height: 58% !important;
    }
    /* MODAL */
    .full-height-mob {
        height: calc(100vh - 3.6rem) !important;
    }
    .modal-mob-fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: var(--bs-body-bg);
    }
    .modal-mob-fullscreen .modal-dialog .modal-content {
        width: 100%;
        height: 100%;
    }

    /* частные */
    body.is_mobile .text-inf-abt .box-e .val {
        opacity: 0.8;
    }
    .anim-tb .one-anm > .ava-str > .ava-wrp {
        width: 56px !important;
    }
    .checkselect .form-control {
        font-size: inherit;
    }
    .the_form:not(.only-map) .sitr-wrap-one {
        padding: 0 !important;
    }
    .the_form:not(.only-map) .sitr-wrap-one .cart-mob {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .the_form:not(.only-map) .sitr-wrap-one .cart-mob > .wrp {
        border: none !important;
    }
    .the_form:not(.only-map) .sit-cnt .line-one {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .form-select.sml-arr {
        padding-right: 1.1em !important;
        background-position: top 50% right 0.1em;
        background-size: 0.94em;
    }
}
/*media SM*/
@media(max-width: 576px){

}
/* media LO */
@media(max-width: 382px){
    :root {
        --bs-body-font-size: 0.9rem;
    }
    .fs-6,
    .fs-mob-6 {
        font-size: var(--bs-body-font-size) !important;
    }
    .form-control {
        font-size: var(--bs-body-font-size);
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .form-select {
        font-size: var(--bs-body-font-size);
    }
    .btn {
        --bs-btn-font-size: var(--bs-body-font-size);
        font-size: var(--bs-body-font-size);
    }
    .d-mic-none {
        display: none !important;
    }
    .col-mic-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .py-mic-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-mic-0_5 {
        padding-top: .08rem !important;
        padding-bottom: .08rem !important;
    }
    .py-mic-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
}