@font-face{
  font-family:OpenSans;
  src:url(../font/OpenSans-Light.ttf);
  font-weight:300;
}
@font-face{
  font-family:OpenSans;
  src:url(../font/OpenSans-Regular.ttf);
  font-weight:400;
}
@font-face{
  font-family:OpenSans;
  src:url(../font/OpenSans-Bold.ttf);
  font-weight:500;
}


html, body{
    width: 100%;
}
*{
    font-family:OpenSans;
}
.dropdown-select .dis-none{
    display: none !important;
}
.site-footer{
    padding: 50px 0;
    background-color: #eee;
    float: left;
    width: 100%;
}
a{
    color: #333 ;
}
a:hover{
    color: #e00000 ;
}
::-webkit-input-placeholder {
    color: #cacaca;
}

::-moz-placeholder {
    color: #cacaca;
}
:root {
    --blue: #20a8d8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f86c6b;
    --orange: #f8cb00;
    --yellow: #ffc107;
    --green: #069cfa;
    --teal: #20c997;
    --cyan: #63c2de;
    --white: #fff;
    --gray: #55595c;
    --gray-dark: #2a2c36;
    --blue: #20a8d8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f86c6b;
    --orange: #f8cb00;
    --yellow: #ffc107;
    --green: #069cfa;
    --teal: #20c997;
    --cyan: #63c2de;
    --white: #fff;
    --gray: #55595c;
    --primary: #20a8d8;
    --secondary: #818a91;
    --success: #069cfa;
    --info: #63c2de;
    --warning: #f8cb00;
    --danger: #f86c6b;
    --light: #f8f9fa;
    --dark: #2a2c36;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: OpenSans,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: OpenSans,"SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

body {
    margin: 0;
    font-family:OpenSans,sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151b1e;
    text-align: left;
    background-color: #fff;
}
.fl-left{
    float: left !important;
}
.wid-100{
    width: 100% !important;
}
.m-r-30{
    margin: 0 30px 0 0 !important;
}
.h-150{
    height: 150px !important;
}
@media (min-width: 1200px){
	.container {
	    max-width: 1560px !important;
	}
}
@media (min-width: 1200px){
	.padding-found {
	    padding-left: 50px !important;
	    padding-right: 50px !important;
	}
}
@media (max-width: 1100px){
	.padding-found {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}
}
@media (max-width: 700px){
	.padding-found {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	}
}
.header{
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 20;
    display: block;
    left: 0;
    right: 0;
    height: 54px;
    top: 0;
	transition: all 0.4s ease;
}
.container-header{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.logo{
	float: left;
    padding: 0 20px 0 0;
}
.logo img{
	/*max-width: 130px; */
    max-height: 34px;
}
.meny-header,.meny-header-company{
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 0 30px;
}
.meny-header>strong{
    font-weight: 400;
    font-size: 16px;
}
.meny-header>i{
    padding: 6px 10px 0 0;
}
.meny-header-category{
    position: absolute;
    background: #fff;
    top: 60px;
    /* border-radius: 3px; */
    box-shadow: -6px 0px 16px -7px #a2a2a2;
    display: none;
    /* left: 0; */
    /* right: 0; */
    /* width: 467px; */
    border-radius: 4px;
}
.meny-header-category-activ{
    display: block;
}
.header-category-button-activ{
    color: #e00000;
}
.meny-header-category nav{

}
.meny-header-category nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
        padding: 20px 20px 20px 20px;
}
.meny-header-category nav>ul>li{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
}

.meny-header-category-subdirection {
position: absolute;
    left: 100%;
    width: 300px;

    height: 100%;
    display: none;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 6px 0px 16px -7px #a2a2a2;
}
.header-category-activ-meny+ .meny-header-category-subdirection {
    display: block !important;
/*    border-left: 1px solid #e2e2e2;*/
}
.direction_link{
    color: #333;
}
.direction_link:hover{
    
}
.subdirection_link{
    color: #333;
    font-size: 15px;
    float: left;
    width: 100%;
    font-weight: 400;
    margin: 0 0 5px;
}
.subdirection_link:hover{
    color: #333;
}
.search-header{
    width: 56%;
    position: relative;
    margin: 0 20px 0 0;
}
.search-header>input{
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 4px 40px 4px 15px;
    max-width: none;
    box-shadow: 0 0 0 0;
}
.search-header>i{
    position: absolute;
    right: 16px;
    top: 8px;
    color: #a7a7a7;
    cursor: pointer;
}
.search-header>i:hover{
	color: #333;
	transition: .2s;
}
.navigation-header{
	width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 20px;
}
.all-bel-header{
    position: relative;
}
.all-bel-header>strong{
    font-size: 16px;
    padding: 9px 10px;
    float: left;
    color: #333;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
}
.all-bel-header>strong>i{
    float: left;
    padding: 0 10px 0 0;
}
.logout-rent-header,.logout-header{
    margin: 0 0px 0 20px;
}
.logout-rent-header a{
    font-size: 16px;
    padding: 7px 10px;
    border-color: #00a333;
    color: #00a333;
    border: 2px solid #3ac707;
    border-radius: 6px;
    float: left;
    line-height: 1;
}
.logout-rent-header a:hover{
	background-color: #00a333;
    color: #fff;
    transition: .2s;
    border: 2px solid #00a333;
    text-decoration: none;
}
.logout-header a{
    font-size: 16px;
    padding: 9px 10px;
    float: left;
    color: #333;
    line-height: 1;
}
.meny-header-company a{
    color: #333;
}
.logout-header a:hover,.all-bel-header>strong:hover,.meny-header:hover,.meny-header-company a:hover{
    text-decoration: none;
    color: #e00000;	
}


.search-index{
    margin: 0px auto 30px;
    z-index: 19;
    width: 50%;
    position: relative;
}
.search-index>input{
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 10px 40px 10px 15px;
    max-width: none;
    box-shadow: 0 0 0 0;
}
.search-index>i{
    position: absolute;
    right: 25px;
    top: 16px;
    color: #a7a7a7;
    cursor: pointer;
}
.search-index>i:hover{
    color: #333;
    transition: .2s;
}
#site-search-output-index{
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    /* bottom: 0px; */
    background: #fff;
    z-index: 9999;
    display: none;
    border-radius: 2px;
    padding: 10px 5px;
    background-clip: padding-box;
    box-shadow: 0 0 16px -7px #848484;
    max-height: 400px;
    overflow: auto;
}

.b-home-categories-section {

}
.b-categories{
    position: relative;
    padding: 70px 0 50px;
    margin: -50px 0 0 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.b-home-catalog-section {
    margin-bottom: 50px;
    padding-bottom: 66px;
    border-bottom: 1px solid #cccccc;
}

.b-home-catalog-section__title {
    text-align: center;
    font-size: 35px;
    line-height: 43px;
    font-weight: normal;
    margin: 0 0 44px;
}
.b-categories:before {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    /* background: #f5f5f5; */
    /* -webkit-transform: skewY(
-2.2deg
); */
    /* transform: skewY(
-2.2deg
); */
/*    background: rgb(51 51 51 / 10%);*/
    background: linear-gradient( 
360deg
 , rgb(255 255 255), rgb(255 255 255 / 9%));
}
.l-wrapper {
    margin-left: 38px;
    margin-right: 38px;
}
.b-categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: solid #c0c0c0;
    border-width: 1px 0 0 1px;
    max-width: 1120px;
    overflow: hidden;
}
.b-categories__item {
    width: 16.6666%;
    min-height: 140px;
    border: solid #c0c0c0;
    border-width: 0 1px 1px 0;
    background: #fff;
    /* position: relative; */
}
.b-categories__item-content {
    /* position: absolute; */
    left: -1px;
    top: -1px;
    min-width: 100%;
    min-width: calc(100% + 2px);
    min-height: 100%;
    padding: 18px 15px;
    cursor: pointer;
}
.b-categories__icon {
    display: block;
    height: 35px;
    margin-bottom: 3px;
    line-height: 35px;
}
.b-categories__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    max-width: 160px;
    height: 37px;
}
.b-categories__sublist {
    display: none;
    margin: 46px 0px -1px -16px;
    padding: 15px;
    list-style: none;
    line-height: 1em;
    width: 100%;
    float: left;
    background: #fafafa;
    z-index: 12;
    border: 1px solid #c0c0c0;
}
.b-categories__sublist-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px !important;
    display: block;
    color: #333;
}
.b-categories__sublist-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.b-categories__sublist_fri-item {
    width: 100%;
    float: left;
    padding: 3px 10px 3px 0!important;
}
.b-categories__sublist_fri-item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0px !important;
    position: relative;
    padding: 0 20px 0 0;
    line-height: 1.3;
}
.b-categories__sublist_fri-item a span{
    position: absolute;
    right: 5px;
    font-weight: 400;
    color: #b6b6b6;
    font-size: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.b-categories__sublis_activ {
    display: block !important;
}

.utp-index{
	padding: 60px 0 60px;
    float: left;
    width: 100%;
}
.utp-index-block{
    position: relative;
    width: 25%;
    float: left;
    padding: 20px 50px;
    min-height: 180px;
}
.utp-index-block img{
	margin: 0 0 10px;
}
.utp-index-block:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 0px;
    background: #39c708;
    background: -webkit-linear-gradient(top, #39c708 0%, #00fbff 100%);
    background: linear-gradient(to bottom, #39c708 0%, #00fbff 100%);
}
.utp-index-block:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    right: 0px;
    background: #39c708;
    background: -webkit-linear-gradient(top, #39c708 0%, #00fbff 100%);
    background: linear-gradient(to bottom, #39c708 0%, #00fbff 100%);
}
.utp-index-block h3{
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.utp-index-block strong{
	font-size: 14px;
    line-height: 1.3;
    float: left;
    width: 100%;
    font-weight: 400;
    max-width: 220px;
}
.utp-index-block:first-child{
/*	padding: 40px 20px;*/
}
.utp-index-block-b-t{
    border-top: 2px solid #39c708;
    position: absolute;
    top: -20px;
    left: 0;
    right: -10px;
}
.utp-index-block-b-b{
    border-bottom: 2px solid #00fbff;	
    position: absolute;
    bottom: -20px;
    left: 0;
    right: -10px;
}
.b-t-3,.b-b-3{
	left: -10px;
}
.b-t-2,.b-b-2{
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
}
.b-t-4,.b-b-4{
    left: 0px;
    top: -30px;
    bottom: -30px;
    right: 0;
}
.utp-index-block:first-child:after,.utp-index-block:nth-child(3):after{
	content: '';
    position: absolute;
    right: -10px;
    top: -20px;
    bottom: -20px;
}
.utp-index-block:first-child:before,.utp-index-block:nth-child(3):before{
	content: '';
    position: absolute;
    left: 0px;
    top: -20px;
    bottom: -20px;
}
.utp-index-block:nth-child(3):before{
	left: -10px;
}
.utp-index-block:last-child:after{
	content: '';
    position: absolute;
    right: 0px;
    top: -30px;
    bottom: -30px;
}
.utp-index-block:last-child:before{
	content: '';
    position: absolute;
    left: 0px;
    top: -30px;
    bottom: -30px;
}
.as-index{
    display: table;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 0;
}
.as-index h2{
	text-align: center;
    font-size: 31px;
    margin: 0 0 30px;
}
@media (min-width: 992px){
	.as-index-content {
	    height: 2099px;
	    background: url(../img/path_as.svg) 0 0 no-repeat;
	    background-size: 984px 2069px;
	}
}
.as-index-content{
    padding: 40px 0;
}
.as-index-content>div>div{
	float: left;
}
.as-index-group{
    float: left;
    margin: 0 0 50px;
}
.as-index-block{
	padding: 20px 0;
    float: left;
}
.as-index-block>strong{
	font-size: 89px;
    font-weight: 500;
    color: #39c708;
    line-height: 1;
    margin: 0 0 0px 36px;
}
.as-index-block h3{
    float: left;
    width: 100%;
    margin: 40px 0 20px;
    font-size: 34px;
    font-weight: 400;
}
.as-index-block p{
	float: left;
    width: 100%;
    margin: 0px 0 0px;
    font-size: 19px;
    font-weight: 400;
    max-width: 410px;
    line-height: 1.5;	
}
.as-index-img{
	height: 500px;
}
.as-index-img img{
	max-width: 100%;
	box-shadow: 0 0 18px 0 rgba(169, 169, 169, 0.5);
}
.as-index-group:nth-child(2),.as-index-group:nth-child(3){
    margin: 0 0 30px;
}

.as-m-block{
    margin: 0px 0 0 -25px;
}
.as-2-m-h3{
    margin: 50px 0 20px 35px !important;
}
.as-2-m-p{
	margin: 0px 0 0px 35px !important;
}
.as-3-m-img,.as-4-m-img{
	margin: 40px 0 0;
}

.as-4-m-h3{
    margin: 0px 0 20px 35px !important;
    width: 77% !important;
}
.as-4-m-p{
    margin: 0px 0 20px 35px !important;
    width: 77% !important;
}
.top-index-map{
    width: 25%;
    float: left;
    height: 300px;
    padding: 0 0px;
}
.top-index-content{
    width: 75%;
    float: left;
    padding: 0 15px;
}
.top-index-content-block{
    width: 33.33%;
    padding: 20px;
    margin-bottom: 40px;
    float: left;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.top-index-content-block-img{
	height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
/*    border: 1px solid #e2e2e2;
    border-radius: 4px;*/
    margin: 0 0 20px;
}
.top-index-content-block-img img{
    max-height: 100%;
    max-width: 100%;	
}
.top-index-content-block-img strong{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;	
}
.top-index h2 {
    text-align: center;
    font-size: 37px;
    margin: 0 0 30px;
}
.top-index-content-block-inf{

}
.top-index-content-block-inf strong{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    padding: 0 0 10px;	
}
.top-index-content-block-inf p{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 0 10px;
    margin: 0;	
}
.top-index-content-block-cost{
    float: left;
    width: 100%;
    line-height: 1.2;
    padding: 0 0 10px;
    margin: 0;
}
.top-index-content-block-cost strong{
	
}
.top-index-content-block-cost span{
	font-size: 12px;
}
.top-index-content-block-company{
    float: left;
    width: 100%;
}
.top-index-content-block-company-img{
    height: 50px;
    width: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.top-index-content-block-company-img img{
    max-height: 100%;
    max-width: 100%;	
}
.top-index-content-block-company strong{
    font-size: 10px;
    display: block;
    position: relative;
    top: 5px;
}
.top-index-content-block-company span{
    display: block;
    font-size: 14px;
    padding: 4px 0 0 0;	
}
.otziv-index{
	display: table;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 0;
}
.otziv-index h2{
	text-align: center;
    font-size: 37px;
    margin: 0 0 30px;
}
.otziv-index-content{
    float: left;
    width: 70%;
    padding: 0 40px 0 0;
}
.otziv-index-inf{
    float: left;
    width: 30%;
}
.otziv-index-content-img{
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}
.otziv-index-content-img img{
	
}
.otziv-index-content-inf{
    display: block;
    padding-left: 80px;
}
.otziv-index-content-inf>span{
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 0 0px;
	
}
.otziv-index-content-inf>strong{
    float: left;
    width: 100%;
    font-size: 13px;
}
.otziv-index-content-rating{
	float: left;
    width: 100%;
    padding: 10px 0;
}
.otziv-index-content-rating strong{
	font-size: 12px;	
}
.otziv-index-content-rating span{
    font-size: 12px;
    padding: 5px 10px;
    background-color: #e2e2e2;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 2px;	
}
.otziv-index-content-desc{
	float: left;
    width: 100%;
    padding: 0 0 10px;
}
.otziv-index-content-desc strong{
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 0 0 0px;	
}
.otziv-index-content-desc p{
    font-size: 13px;
    float: left;
    width: 100%;
	line-height: 1.2em;	
}


.b-home-reviews-section__info {
	font-size: 18px;
    line-height: 28px;
    position: relative;
    max-width: 270px;
}

.b-home-reviews-section__info-inner {
    position: relative;
    padding: 27px 20px 90px;
    margin-top: 11px;
}

.b-home-reviews-section__info-border {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: skewY(-9deg);
    transform: skewY(-9deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.b-home-reviews-section__info-border:before,
.b-home-reviews-section__info-border:after,
.b-home-reviews-section__info-border span:before,
.b-home-reviews-section__info-border span:after {
    content: '';
    position: absolute;
    background: #29d54b;
}

.b-home-reviews-section__info-border:before {
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: -webkit-linear-gradient(left, #12eaae 0%, #39c708 100%);
    background: linear-gradient(to right, #12eaae 0%, #39c708 100%);
}

.b-home-reviews-section__info-border:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: -webkit-linear-gradient(left, #00fbff 0%, #2ad54b 100%);
    background: linear-gradient(to right, #00fbff 0%, #2ad54b 100%);
}

.b-home-reviews-section__info-border span:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: -webkit-linear-gradient(top, #12eaae 0%, #00fbff 100%);
    background: linear-gradient(to bottom, #12eaae 0%, #00fbff 100%);
}

.b-home-reviews-section__info-border span:after {
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: -webkit-linear-gradient(top, #39c708 0%, #2ad54b 100%);
    background: linear-gradient(to bottom, #39c708 0%, #2ad54b 100%);
}
.position_fixed{
    position: fixed;
    padding: 9px 0;
    height: 52px;
}
.dis-t{
	width: 100%;
    display: table;
}
.category-catalog{
    margin: 10px -15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
.category-catalog >div{
    padding: 0;
    margin: 0;
    display: flex;
}
.category-catalog >div li{
    list-style: none;
    display: flex;
    float: left;
/*    width: auto !important;*/
}
.category-catalog >div li a{
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    color: #666;
    font-size: 12px;
    /* border-right: 1px solid #d8d8d8; */
    /* float: left; */
    /* display: block; */
    line-height: 1.1;
    width: max-content;
    width: 100%;
    height: 36px;
    /* height: 100%; */
    font-weight: 400;
    align-items: center;
    /* justify-content: center; */
    display: flex;
    border-radius: 9px;
}
.category-catalog >div li a:hover{
    color: #00a333;
}
.navi-chain{
    margin: 10px 0 5px;
    display: block;
    font-size: 12px;
}
.navi-chain a{
    /* padding: 5px 15px; */
    color: #7c7c7c;
    font-size: 13px;
    font-weight: 400;
}
.category-catalog-h1{
    font-size: 24px;
    margin: 0 0 10px 0;
}
.catalog-display{
    width: 100%;
/*    float: left;*/
    margin: 0 0 25px 0px;
    text-align: right;
}
.catalog-display button{
    border: 1px solid #cacaca;
    background: transparent;
    color: #cacaca;
    border-radius: 3px;
    font-size: 18px;
    padding: 4px 6px 3px;
    line-height: 1;
    cursor: pointer;    
}
.display-active{
    border: 1px solid #39c708 !important;
    color: #39c708 !important;
}
.top-catalog{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 100px;
}
.top-catalog-map{
    width: 37%;
    float: left;
    margin: 0px 0 64px;
    position: absolute;
    height: 100%;
    max-height: 100vh;
    top: 0;
    bottom: 30px;
    padding: 0 0 30px;
    z-index: 12;
}
.top-catalog-map-block{

}
.fixed{
    position: fixed;
}
.top-catalog-content{
    width: 63%;
    float: left;
    padding: 0 0px 0 30px;
}
.top-catalog-map-type{
    width: 37%;
    float: left;
    min-height: 400px;
}
.top-catalog-content-block-inner{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;  
    float: left; 
}
.top-catalog-content-block-inner a{
    color: #333;
}
.top-catalog-content-block-inner a:hover {
    text-decoration: none;
    color: #e00000;
}
.top-catalog-content-block{
    width: 100%;
    padding: 0 0 20px;
    float: left;
    /* border: 1px solid #e5e5e5; */
    border-radius: 4px;
    /* background: #fcfcfc; */
    position: relative;
}
.top-catalog-content-block-img{
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}
.top-catalog-content-block-img img{
    max-height: 100%;
    max-width: 100%;  
    margin: 0 auto;  
}
.top-catalog-content-block-img strong{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    color: #1fa923;
    /* text-transform: uppercase; */
    font-weight: 500;
    background: rgba(250, 250, 250, 0.69);
    padding: 4px 20px;
    border-radius: 2px;
    font-weight: 500;
}
.top-catalog h2 {
    text-align: center;
    font-size: 37px;
    margin: 0 0 30px;
}
.top-catalog-content-block-inf{
    padding: 0 20px;
    float: left;
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.top-catalog-content-block-inf strong{
    float: left;
    width: 100% !important;
    font-size: 15px;
    line-height: 1.3;
    padding: 0 0 0px;
    font-weight: 500;
    height: 40px ;
    overflow: hidden;
}
.top-catalog-content-block-inf p{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 0 0px;
    margin: 0;
    height: 30px;
    overflow: hidden;
}
.top-catalog-content-block-cost{
    float: left;
    width: 100%;
    line-height: 1.2;
    padding: 0 20px 5px;
    margin: 0;
    color: #000000;
}
.top-catalog-content-block-cost strong{
    font-size: 24px;
    font-weight: 600;
}
.top-catalog-content-block-cost span{
    font-size: 12px;
}
.top-catalog-content-block-company{
    float: left;
    width: 100%;
    padding: 0 20px;
}
.top-catalog-content-block-company-img{
    height: 50px;
    width: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.top-catalog-content-block-company-img img{
    max-height: 100%;
    max-width: 100%;    
}
.top-catalog-content-block-company strong{
    font-size: 12px;
    position: relative;
    color: #00a333;
    left: 5px;
}
.top-catalog-content-block-company strong i{
    float: left;
    padding: 6px 0 0 4px;
}
.top-catalog-content-block-company strong b{
    font-size: 14px;
    font-weight: 400;   
}
.top-catalog-content-block-company span {
    font-size: 13px;
    padding: 0px 0 0 0;
    font-weight: 400;
    color: #00a333;
    float: left;
    height: 20px;
    overflow: hidden;
}
.display-active-catalog-one{
    width: 100% !important;
    padding: 0 10px 0 15px;
    margin-bottom: 15px;
}
.display-active-catalog-one .top-catalog-content-block-img{
    width: 220px;
    float: left;
    height: 150px !important;
    margin: 0;
}
.display-active-catalog-one .top-catalog-content-block-inf{
    margin-left: 240px;
    display: block;
    float: none;
    width: auto;
    padding: 15px 0px 0;
}
.display-active-catalog-one .top-catalog-content-block-cost{
    margin-left: 240px;
    display: block;
    float: none;
    width: auto;
    padding: 5px 0px;
    border-bottom: 1px solid #d3d3d3;
}
.display-active-catalog-one .top-catalog-content-block-company{
    margin-left: 240px;
    display: block;
    width: 50%;
    padding: 0 0 0;
    float: none;
    height: auto;
}
.display-active-catalog-one .top-catalog-content-block-phone{
    position: absolute;
    right: 0px;
    float: none;
    /* top: 10px; */
    width: auto;
    bottom: 5px;
}
.display-active-catalog-one .top-catalog-content-block{
    padding: 0 0 0px;
}
.display-active-catalog-one .top-catalog-content-block-inf strong,.top-catalog-content-block-inf p{
    width: auto;
    float: none;
    display: inline-block;
    white-space: pre-line;
/*    height: auto;*/
}
.top-catalog-content .display-active-catalog-one .top-catalog-content-block-inf{
    height: 80px;
}
.top-catalog-content .display-active-catalog-one .top-catalog-content-block-cost{
    padding: 5px 0px 10px;
    border-bottom: 0px solid #d3d3d3;
}
.top-catalog-content .display-active-catalog-one .top-catalog-content-block-company{
    margin-left: 240px;
    display: block;
    width: auto;
    padding: 0 0px 1px;
    float: none;
    height: 26px;
    border-bottom: 1px solid #d3d3d3;
}
.top-catalog-content .display-active-catalog-one .top-catalog-content-block-company span{
    float: none;
}
.display-active-catalog-one .top-catalog-content-block-inf strong{
    height: 27px;
}
.top-auto-map{
    top: auto;
}
.top-catalog-content-block-phone{
    float: left;
    width: 100%;
    padding: 5px 20px 0;
}
.top-catalog-content-block-phone a{
    color: #898989;
    font-size: 14px;
    font-weight: 500;
}
.top-catalog-content-block-phone i{
    font-size: 15px;
    margin: 0 5px 0 0;
    /* background: #bababa; */
    color: #7a7a7a;
    /* padding: 4px 5px 3px; */
    border-radius: 50%;
}

/*////////////tovar////////////*/
.tovar-kart{
    padding: 0 10px 0 10px !important;
}
.tovar-kart h1{
    padding: 0 0 10px 0px;
    font-size: 24px;
    margin: 0px;
    width: 100%;
    float: left;
}
.tovar-kart>strong{
    float: left;
    width: 100%;
    padding: 0 0 20px;
    font-size: 32px;
    color: #333;
    font-weight: 700;
}
.tovar-kart>strong>p{
        display: inline-block;
    font-size: 13px;
    margin: 0px;
}
.tovar-kart>strong>span{
    display: inline-block;
    font-size: 13px;
    margin: 0px;
    color: #333;
    padding: 0 0 0 5px;
}
.tovar-kart-img{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07); */
    border-radius: 3px;
}
.tovar-kart-img img{
    max-height: 100%;
    max-width: 100%;
} 

.vkorz{
    float: left;
    width: 100%;
    padding: 0px 0 10px;
}
.vkorz input{
    width: 70px;
    box-shadow: none;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}
.vkorz button,.vkorz a{
border-radius: 4px;
    background-color: #5aa103;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
    color: #fff !important;
    border: none;
    padding: 8px 30px;
    cursor:pointer;
        float: left;
    /* margin-left: 10px; */ 
}
.vkorz button>i,.vkorz a i{
    padding: 0 10px 0 0;
    font-size: 13px;    
}
.top-catalog-content-block-inf p{
    width: 70%;
}
.tovar-map-desctop{
    margin: 30px 0 50px;
    float: left;
    width: 100%;
    z-index: 12;
    position: relative; 
}
.tovar-map-desctop h3{
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 500;
}
.tovar-tabs{
    margin: 30px 0 50px;
    display: none;
}
.tovat-desk-opi{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    margin: 40px 0 20px;
}
.tovat-desk-har{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0 20px;
}
.tovat-desk-har>div,.tovat-desk-opi>div,.tab-pane>div{
white-space: pre-line;    
}
.tovat-desk-har strong,.tovat-desk-opi strong{
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 16px;

}
.tovar-form-input-button{
    background: #00a333;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    padding: 6px 30px 6px;
    display: none;
    cursor: pointer;
}
.tovar-company-starr{
    font-size: 12px;
    position: relative;
    color: #00a333;
    left: 5px;
}
.tovar-company-starr b{
    font-size: 14px;
    font-weight: 400;    
}
.tovar-phone{
    float: left;
    width: 100%;
    margin: 0 0 20px;
    /* background: #f8f8f8; */
    /* padding: 20px; */
}
.tovar-phone i{
    font-size: 14px;
    margin: 0 5px 0 0;
    background: #4b4b4b;
    color: #fff;
    padding: 4px 5px 3px;
    border-radius: 3px;
}
.tovar-phone a{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px 0 0;   
}
.nav-tabs {

}
.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
    /* background: #f1f1f1; */
}

.tab-content {
/*    padding: 14px 0px;
    background: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);*/
}
.tab-pane>p{
    line-height: 1.3em;
    font-size: 15px;
    margin: 0px;
    padding: 0px 0; 
}
.tovar-slider{
    padding:10px 0;
}
.tovar-slider-img{
    height: 90px;
    background: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px !important;
        cursor: pointer;
}
.tovar-slider-img img{
    max-height: 100%;
    max-width: 100%;    
}
/*///////////////end////////////*/

.tovar-tabs{
    margin: 30px 0 50px;
}
.tab-content {
    padding: 14px 0px;
    position: relative;
    z-index: 12;
}
.tab-pane>p{
    line-height: 1.3em;
    font-size: 15px;
    margin: 0px;
    padding: 0px 0; 
}
.nav-tabs {
    border-bottom: 2px solid #d1d3d2 !important;
}
.nav-tabs > li > .active, .nav-tabs > li > .active:focus {
    color: #5aa103;
    cursor: pointer;
    border: transparent;
    border-bottom: 2px solid #5aa103;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    border-bottom: 2px solid #74777b;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    color: #4c4c4c;
}
.m-b-40{
    margin-bottom: 40px;
}
.tovar-h1{
    font-size: 26px;
    margin: 0 0 60px 0;
}
.komesat-col {
    margin-right: -2px;
    margin-left: -2px;
}
.slid-color {
    height: 140px;
    float: left;
    padding: 1px !important;
    margin: 10px 0 0;
}
.tovar-kart-img a, .slid-color>div>a {
    height: 100%;
    width: 100%;
    margin: 0 auto;
/*    align-items: center;*/
    justify-content: center;
    display: flex !important;
}
.slid-color>div{
    float: left;
    width: 100%;
    height: 100%;    
}
.slid-color img {
    max-height: 100%;
    max-width: 100%;
}
.m-t-30{
    margin: 30px 0 10px;
}
.fancybox-thumb{
    display: block !important;
}
.tovar-form{
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.tovar-form strong{
    float: left;
    width: 100%;
    /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 10px;
    color: #919191;
}
.tovar-form-input{
    position: relative;
}
.tovar-form-input input{
    color: #00a333;
    margin: 0 5px 0 0;
    border-radius: 4px;
    border: 0px solid #00a333;
    background: #f8f8f8;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 4px 3px 15px -8px #000000;
}
.tovar-form-input input:hover{
/*    background: #00a333;*/
}

.tovar-form-input ::-webkit-input-placeholder {color:#00a333;}
.tovar-form-input ::-moz-placeholder          {color:#00a333;}/* Firefox 19+ */
.tovar-form-input :-moz-placeholder           {color:#00a333;}/* Firefox 18- */
.tovar-form-input :-ms-input-placeholder      {color:#00a333;}

/*.tovar-form-input:hover ::-webkit-input-placeholder {color:#fff;}
.tovar-form-input:hover ::-moz-placeholder          {color:#fff;}
.tovar-form-input:hover :-moz-placeholder           {color:#fff;}
.tovar-form-input:hover :-ms-input-placeholder      {color:#fff;} */


.tovar-company{
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 4px;
}
.tovar-company a{
    font-size: 14px;
    display: block;
    position: relative;
    /* top: 5px; */
    margin: 0 0;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.tovar-company a:hover{
     text-decoration: none;
     color: #e00000;   
}
.tovar-company p{
    font-size: 11px;
    display: block;
    position: relative;
    /* top: 5px; */
    margin: 0 0 5px;
    font-weight: 400;
}
.tovar-company span{
    color: #00a333;
    margin: 0 5px 0 0;
    /* border-radius: 2px; */
    /* border-bottom: 1px solid #00a333; */
    /* background: #efefef; */
    padding: 0px 5px 0px 0;
    font-size: 11px;
    font-weight: 500;
    float: left;
    /* display: inline-block;  */
}
.b-r-grin{
    border-right: 1px solid #00a333;
}
.tovar-company-img{
    height: 50px;
    width: 50px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.tovar-company-img img{
    max-height: 100%;
    max-width: 100%;    
}
.company-h1{
    font-size: 26px;
    margin: 0 0 40px 0;
}
.company-inner{

}
.company-inner-catalog{
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0 0 40px;
    position: relative;
    z-index: 12;
}
.company-inner-catalog-tab{
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 0px;
}
.company-inner-catalog-tab a{
    font-size: 14px;
    color: #00a333;
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid #00a333;
    float: left;
    margin: 0 10px 0 0;  
}
.company-inner-catalog-tab a:hover{
    text-decoration: none;
    /* color: #333; */
    border-color: #00a333;
    background: #00a333;
    color: #fff;
}

.company-inner-inf{
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0 0 40px;
    min-height: 600px;
}
.company-inner-inf-img{
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 0 20px;
}
.company-inner-inf-img img{
    max-height: 100%;
    max-width: 100%;
}
.company-catalog-content{
    width: 100%;
    float: left;
}
.show-company-about{
    width: 100%;
    float: left;
    margin: 20px 0 40px;
    line-height: 1.5;
    font-size: 16px;
}
.show-company-map{
    width: 100%;
    float: left; 
    margin: 0px 0 40px;   
}
.login-title{
    font-size: 24px;
    font-weight: 600;
    margin: 60px 0 60px;
    float: left;
    width: 100%;
    text-align: center;
}
.login-title span{
width: 100%;
    float: left;
    font-size: 13px;
    color: #891d1d;
}
.login-title span a{
    color: #891d1d;
}
.login-title>a{
    color: #00a333;
}
.login-title a:hover{
    text-decoration: none;
    color: #e00000; 
}
.form-lofout-log{
    border: none !important;
    background: #f8f8f8 !important;
    margin: 0 0 140px !important;
}
.form-lofout-log button{
    background: #00a333 !important;
    border: none !important;
    border-radius: 3px !important;
}
.form-lofout-log h1{
    font-size: 22px;
    margin: 0 0 20px;
    text-decoration: underline;
}
.logout-span{
    width: 150px;
    padding: 10px 10px 0 0;
    font-size: 13px;
    font-weight: 500;
}
.logout-span p{
    font-size: 10px;
}
.form-lofout-log input{
    height: 38px;
    border-radius: 3px !important;
}
.m-t-20{
    margin-top: 20px;
}
.form-lofout-log-type{
    text-align: center;
    float: left;
    width: 100%;
    margin: 20px 0 30px;
    padding: 0 0 0 0px;
    display: inline-block;
}
.form-lofout-log-type a{
    text-decoration: none;
    font-size: 15px;
    margin: 0 0px;
    background: #fff;
    color: #333;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    width: 49%;
}
.formx-registr-inf{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.formx-registr-inf>span{
    float: left;
    width: 100%;
    line-height: 1.4;
    margin: 0 0 10px;
    font-weight: 500;
    color: #5f5f5f;
    font-size: 14px;
}
.dis-mobail{
    display: none;
}
.locked {
    overflow: hidden;
}
.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 10000;
    padding: 50px 30px;
}
.navBurger {
    position: relative;
    right: 6px;
    float: right;
    top: 6px;
    cursor: pointer;
    background: #39c708;
    box-sizing: border-box;
    background-clip: content-box;
    width: 30px;
    height: 24px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
    z-index: 12000;
    display: none;
    margin: 0 0 0 20px;
}
.navBurger:before {
    top: -8px;
}
.navBurger:after {
    bottom: -8px;
    width: 90%;
}
.navBurger:before, .navBurger:after {
    content: "";
    position: absolute;
    background: #39c708;
    height: 2px;
    width: 100%;
    right: 0;
    will-change: rotate;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease;
}
.navBurger.active {
    background: transparent;
    background-clip: content-box;
}
.navBurger.active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    background: #39c708;
    width: 100%;
}
.navBurger.active:after {
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #39c708;
    width: 100%;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay-local,.overlay-login{
    display: none;
    float: right;
    margin: 0 10px;
    color: #bebebe;
    font-size: 23px;
    position: relative;
}
.overlay-login{
    margin: 0 10px 0 0;
}
.overlay-login i{
    color: #bebebe;
    font-size: 22px;
}
.search-header-mabail{
    width: 100%;
    position: relative;
    padding: 0 0px 0 0;
    margin: 10px 0 10px;
}
.search-header-mabail>input {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 8px 40px 8px 15px;
    max-width: none;
    box-shadow: 0 0 0 0;
    z-index: 23;
    position: relative;
}
.search-header-mabail>i {
    position: absolute;
    right: 13px;
    top: 12px;
    color: #6c6c6c;
    cursor: pointer;
    z-index: 26;
    opacity: 0.5;
}
#site-search-output-mobail{
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    background: #fff;
    padding: 70px 12px 20px;
    z-index: 12;
}
.fancybox-thumb img{
    max-width: 100%;
    max-height: 100%;  
    object-fit: contain; 
}
.overlay-logout a{
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 0 12px 20px;
    color: #39c708;
    border-bottom: 1px solid #e2e2e2;
}
.overlay-katalog{
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 0 12px 20px;
    color: #39c708;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
}
.overlay-katalog li{
    list-style: none;
    float: left;
    width: 100%;
}
.dropdown-menu {
    position: relative !important;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem;
    transform: none ;
}
.overlay-katalog li a{
    color: #39c708;
    text-decoration: none;
}
.map-mobail-catalog-ikon{
    display: none !important;
    text-align: right;
    font-size: 22px;
    color: #9f9f9f;
    margin: 0 0 0px;
    padding: 0 20px;
}
.map-mobail-catalog-activ{
    float: left;
    width: 100%;
    padding: 0px 0 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin:0 0 20px;
}
.map-mobail-catalog-open{
    display: block !important;
}
.map-mobail-block{
    display: block !important;
    position: relative;
    width: 100%;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 10px 0 10px;
}

@media (max-width: 991px){
.nav > li > a{
    padding: 8px 10px 8px 10px;
    }
}
@media (max-width: 991px){
.top-catalog-content-block-phone{
    padding: 0px 0 0;
    }
}
@media (max-width: 991px){
.top-catalog-content-block-phone a,.top-catalog-content-block-phone i{
    font-weight: 500;
    margin: 0 0px 0 0;
    top: 0;
    float: left;
    line-height: 1.2;
    font-size: 12px !important;
    }
    .top-catalog-content-block-phone i{
    padding: 2px 4px 0 0;
    font-size: 10px !important;
    }
}
@media (max-width: 500px){
.top-catalog-content-block-phone a,.top-catalog-content-block-phone i{
    font-size: 8px;
    }
}
@media (max-width: 991px){
.swiper-button-prev, .swiper-button-next{
display: none !important;
    }
}
@media (max-width: 500px){
    .top-catalog-content-block-company strong i {
        padding: 3px 0 0 0px;
        font-size: 10px;
    }
}
@media (max-width: 991px){
    .top-catalog-content-block-img strong{
    top: 5px;
    left: 5px;
    font-size: 8px;
    padding: 2px 6px;
    }
}
@media (max-width: 991px){
    .navi-chain {
        margin: 10px 0 10px;
        display: none;
    }
    .category-catalog >div li a{
        font-size: 11px;
        height: 30px;
    }
}
@media (max-width: 991px){
    .category-catalog{
    margin: 5px 0px 0px;
    }
}
@media (max-width: 991px){
    .map-mobail-catalog-ikon{
        display: block !important;
        font-size: 19px;
    }
}
@media (max-width: 991px){
    .navi-chain a {
    color: #7a7a7a;
    font-size: 11px;
    font-weight: 500;
    }
}
@media (max-width: 991px){
    .form-lofout-log-type{
    padding: 0 0 0 0px;
    }
}
@media (max-width: 991px){
    .navBurger,.overlay-local,.overlay-login {
        display: block;
    }
}
@media (max-width: 800px){
    .tovar-h1,.company-h1,.category-catalog-h1,.category-catalog-h1{
    font-size: 14px;
    margin: 10px 0 10px 0;
    }
}
@media (max-width: 800px){
    .tovar-kart-img{
    height: 200px;
    }
}
@media (max-width: 800px){
    .tovat-desk-opi,.tovat-desk-har,.tovar-map-desctop,.catalog-display{
    display: none;
    }
}
@media (max-width: 991px){
.top-catalog-map,.top-catalog-map-type {
    display: none;
    }
}
@media (max-width: 800px){
    .utp-index-block-b-t,.utp-index-block-b-b,.utp-index-block:first-child:after, .utp-index-block:nth-child(3):after,.utp-index-block:before,.utp-index-block:after{
    display: none !important;
    }
}
@media (max-width: 800px){
    .dis-desc{
    display: none;
    }
}
@media (max-width: 800px){
    .dis-mobail{
    display: block;
    }
}
@media (max-width: 800px){
    .tovar-kart>strong{
    padding: 22px 0 20px;
    }
}
.tovar-form-input input{
    width: 49%;
    margin: 0 0 10px 0%;
    /* float: left; */
    display: inline-block;
}
@media (max-width: 991px){
    .tovar-form-input input{
    width: 49%;
    margin: 0 0 0 0%;
    font-size: 9px;
    padding: 7px;
    }
}
@media (max-width: 1234px){
    .tovar-form-input-button{
    margin: 10px 0 0;
    }
}
@media (max-width: 800px){
    .tovar-tabs{
    display: block;
    }
}
@media (max-width: 800px){
    .company-inner-inf{
    min-height: auto;
    }
}
@media (max-width: 800px){
    .company-inner-inf-img{
    height: 150px;
    margin:0;
    }
}
@media (max-width: 991px){
    .top-catalog-content-block-inner{
    padding: 0 0px 5px;
    margin: 0 5px 10px;
    width: 50%;
    border-bottom: 1px solid #e2e2e2;
    }
}
@media (max-width: 800px){
    .company-catalog-content{
    padding: 0 10px;
    }
}
@media (max-width: 800px){
    .top-catalog-content-block-img{
    height: 160px;
    margin: 0 0 10px;
    }
}
@media (max-width: 991px){
    .top-catalog-content-block{
    padding: 10px;
    background: transparent;
    }
}
@media (max-width: 800px){
    .top-catalog-content-block-inf strong{
    font-size: 11px;
    line-height: 1.2;
    height: 44px;
    overflow: hidden;
    }
}
@media (max-width: 800px){
    .top-catalog-content-block-inf p{
    font-size: 11px;
    line-height: 1.2;
    height: 38px;
    display: inline-block;
    overflow: hidden;
    }
}
@media (max-width: 800px){
    .top-catalog-content-block-cost{
    padding: 0 0 0px;
    }
}
@media (max-width: 991px){
    .top-catalog-content-block-cost strong{
        font-size: 21px;
        line-height: 0;
    }
}
@media (max-width: 800px){
    .top-catalog-content-block-cost span {
        font-size: 9px;
    }
}
@media (max-width: 800px){
    .show-company-about{
    font-size: 14px;
    margin: 0 0 20px;
    }
}
@media (max-width: 800px){
    .h-150 {
        height: 100px !important;
    }
}
@media (max-width: 800px){
    .h-30 {
        height: 30px !important;
    }
}
@media (max-width: 991px){
    .top-catalog-map-type {
    width: 100%;
    height: 200px;
    min-height: 200px;
    }
}
@media (max-width: 991px){
    .top-catalog-content {
    padding: 0 0px 0 0px;
    width: 100%;
    padding: 0 10px 0;
    }
}
@media (max-width: 991px){
    .tovar-kart-img{
    height: 200px;
    }
}
@media (max-width: 800px){
    .utp-index-block{
    padding: 15px 0px;
    min-height: auto;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    }
}
@media (max-width: 800px){
    .utp-index{
    padding: 20px 15px;
    }
}
@media (max-width: 800px){
    .otziv-index{
    padding: 20px 0;
    }
}

@media (max-width: 800px){
    .utp-index-block strong{
    max-width: 100%;
    }
}
@media (max-width: 800px){
    .otziv-index-content{
    width: 100%;
    padding: 0 15px 15px;
    }
}
@media (max-width: 800px){
    .otziv-index-inf {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 30px;
    }
}

@media (max-width: 800px){
    .b-home-reviews-section__info{
    max-width: 100%;
    }
}
@media (max-width: 800px){
    .b-home-reviews-section__info-border{
    -webkit-transform: skewY(0);
    transform: skewY(0);
    }
}
@media (max-width: 800px){
    .b-home-reviews-section__info-inner{
    padding: 20px 20px;
    line-height: 1.3;
    }
}
@media (max-width: 991px){
    .top-index-content{
    padding: 0 15px;
    width: 100%;
    }
}
@media (max-width: 991px){
    .top-index-map{
    width: 100%;
    height: 200px;
    display: none;
    }
}
@media (max-width: 800px){
    .as-index{
    padding: 20px 0;
    }
}
@media (max-width: 991px){
    .as-index-block>strong{
    font-size: 70px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 0 20px;
    border: 1px dashed #5d5d5d;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    }
}
@media (max-width: 991px){
    .as-m-block {
        margin: 0px 0 0 0px;
    }
}
@media (max-width: 991px){
    .as-index-group { 
        margin: 0 0 20px;
    }
}
@media (max-width: 991px){
    .as-4-m-h3,.as-2-m-h3 {
    margin: 0px 0 20px 0px !important;
    }
}
@media (max-width: 991px){
    .as-4-m-p,.as-2-m-p {
    margin: 0px 0 20px 0px !important;
    }
}
@media (max-width: 991px){
    .as-index-block h3{
    margin: 0px 0 20px;
    }
}
@media (max-width: 991px){
    .as-index-img {
    height: auto;
    text-align: center;
    }
}
@media (max-width: 767px){
    .as-index-block{
    text-align: center;
    }
}
@media (max-width: 767px){
    .as-index-block h3{
    margin: 0px 0 10px;
    font-size: 22px;
    width: 100% !important;
    }
}
@media (max-width: 767px){
    .as-index-block p{
    font-size: 14px;
    max-width: 100%;
    width: 100% !important;
    margin: 0 !important;
    }
}
@media (max-width: 767px){
    .as-index-img img{
    max-height: 300px;
    margin: 0 !important;
    }
}
@media (max-width: 991px){
    .as-index-content {
        padding: 0px 0;
    }
}
@media (max-width: 991px){
    .b-categories__item {
    width: 33.33333%;
    }
}
@media (max-width: 600px){
    .b-categories__item {
    width: 50%;
    }
}
@media (max-width: 1264px){
    .top-catalog-content-block-inner {
    width: 50%;
    }
}
@media (max-width: 1364px){
    .all-bel-header>strong,.logout-rent-header a,.logout-header a,.meny-header-company a,.meny-header>strong {
    font-size: 14px;
    }
}
@media (max-width: 1364px){
    .meny-header>i {
    padding: 3px 10px 0 0;
    }
}
@media (max-width: 1364px){
    .meny-header, .meny-header-company {
    margin: 0 0px !important;
    }
}
@media (max-width: 1199px){
    .navigation-header {
    padding: 0 0 0 0px;
    }
}
@media (max-width: 1199px){
    .logout-rent-header, .logout-header {
        margin: 0 0px 0 2px;
    }
}
@media (max-width: 1199px){
    .all-bel-header>strong>i{
    display: none;
    }
}
@media (max-width: 991px){
    .container-header{
    display: none;
    }
}
@media (max-width: 800px){
    .logout-span{
    width: 100%;
    padding: 0px 0px 10px 0;
    }
}
@media (max-width: 800px){
    .login-title{
    margin: 30px 0;
    }
}
.bg-top{
    background: #ffd39014;
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-img{
    width: 140px;
    float: left;
    height: 100px !important;
    margin: 0;
    border-radius: 4px 4px 4px 4px;
    }
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-inf{
    margin-left: 155px;
    display: block;
    width: auto !important;
    float: none;
    padding: 0px 0px 0;
    height: 80px !important;
    }
}
@media (max-width: 500px){
.display-active-catalog-one .top-catalog-content-block-inf{
    width: 37%;
    }
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-cost{
    margin-left: 155px;
    display: block;
    width: auto;
    padding: 0px 0px 5px !important;
    }
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-inf strong{
    font-size: 10px;
    height: 36px;
    padding: 0 0 0px;
    overflow: hidden;
    }
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-inf strong{
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    }
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-company{
    margin: 0 30px 0 0 !important;
    display: block !important;
    width: auto !important;
    padding: 0px 0px 0 !important;
    height: auto !important;
    float: inherit !important;
    border-bottom: none !important;
    }
}
@media (max-width: 991px){
.top-catalog-content-block-inf p{
    /* display: none; */
    height: 27px;
    font-size: 12px;
    line-height: 1.1;
    width: 100%;
    }
}
@media (max-width: 991px){
.display-active-catalog-one .top-catalog-content-block-phone{
    right: 0;
    top: 0;
    position: relative;
    float: inherit;
    width: auto;
    padding: 6px 10px 2px 0px;
    }
}
@media (max-width: 991px){
.top-catalog-content-block-company span{
    font-size: 10px;
    }
}
@media (max-width: 991px){
.top-catalog-content-block-company span{
    padding: 3px 0px;
    font-weight: 400;
    top: 0px;
    left: 0px;
    font-size: 12px;
    float: left;
    }
}
.b-categories__icon img{
    max-width: 30px;
    max-height: 30px;
}
.pages-block {
    padding: 10px 15px;
    margin: 10px 0;
}
.pages-block a {
    /* background: #f3f3f3; */
    border-radius: 3px;
    margin: 0 4px 0 0;
    color: #39c708;
    cursor: pointer;
    border: 1px solid #39c708;
    float: left;
}
.pages-block b {
    padding: 4px 13px;
    /* background: #f3f3f3; */

    cursor: pointer;
    font-size: 14px;
    float: left;
    color: #39c708;
}
.page-b-active {
    background: #39c708;
    color: #ffffff !important;
    border: 1px solid #39c708 !important;
}
.page-b-active b {
    color: #fff;
}
.top-index-map iframe{
    height: 100%;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity,transform;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: 15px;
    padding-right: 0px;
    font-size: 18px;
    line-height: 40px;
}
.topbar .top-navbar .profile-pic img {
    width: 30px;
    border-radius: 100%;
}
.topbar .top-navbar .profile-pic span {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
}
.topbar .dropdown-menu-right {
    box-shadow: 1px 0 20px rgba(0,0,0,0.08);
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 0 20px rgba(0,0,0,0.08);
    border-color: #e9ecef;
}
.dropdown-menu-right{
    position: absolute !important;
    width: auto !important;
    border: 1px solid rgba(0,0,0,.15) !important;
        margin: 10px 0 0 0 !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .65rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-profile{
    margin: 0 0 0 20px;
}
.profile-pic{
    padding: 2px 0 !important;
}
.dropdown-menu-right a i{
    padding: 0 10px 0 0;
}
.img-profile-one-block {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    /* background-color: #ff8d00; */
    /* padding: 20px; */
}
.img-profile-one {
    position: relative;
    /* width: 160px; */
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.custom-file-profile-img {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.01));
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 4px;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.0625rem + 2px);
    margin: 0;
    opacity: 0;
}
.upload-photo-profile-img {
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    /* left: 0; */
    right: 30px;
    margin: 10px;
    z-index: 12;
    font-weight: 500;
    bottom: 20px;
    line-height: 1;
}
.upload-photo-profile-img:hover{
    color: #00a333;    
}
.upload-photo-profile-img i {
    padding: 0px 10px 0 0;
    position: relative;
    top: 1px;
}
.password-profile-one-block {
    float: left;
    width: 100%;
}
.profile-password {
    padding: 20px 0;
}
.admin-instr a {
    float: left;
    width: 100%;
    padding: 6px 0;
}
.container-fluid {
    padding: 0 50px !important;
}
@media (min-width: 1200px){
.container-fluid, .navbar-expand-md, .sidebar-nav {
    max-width: 1560px !important;
}
}
@media (max-width: 1100px){
.container-fluid {
    padding: 0 15px !important;
    overflow: hidden;
}
}
@media (max-width: 800px){
.category-catalog >div {
    margin: 0 0px;
}
}

.page-titles {
    background: transparent!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 22px 0;
    margin: 0 -10px;
}
.page-titles h4{
    font-size: 20px;
    margin: 0;
    color: #8d8d8d;
}
.card{
    border: none !important;
}
#settings{
    background: #f3f3f3;
    border-radius: 3px;
    padding: 40px;
    margin: 0 0 80px;
}
#settings .form-group{
    
}
#settings label{
    margin: 0;
    float: left;
    width: 150px;
    padding: 9px 0 0;
    font-size: 14px;  
    position: relative;
}
#settings .form-group div{
    display: block;
    margin-left: 180px;    
}
#settings .form-control {
    display: block;
    width: 100%;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#site-search-output{
    position: absolute;
    left: 0;
    top: 36px;
    right: 0;
    /* bottom: 0px; */
    background: #fff;
    z-index: 9999;
    display: none;
    border-radius: 2px;
    padding: 10px 5px;
    background-clip: padding-box;
    box-shadow: 0 0 16px -7px #848484;
    max-height: 400px;
    overflow: auto;
}

.search-index-total {
    /* float: left; */
    padding: 3px 8px;
    /* width: 100%; */
    display: block;
    clear: both;
}
.style_format_searsh_rec {
    font-size: 9px;
    background: #b23519;
    padding: 2px 4px;
    border-radius: 2px;
    float: left;
    color: #fff;
    margin: 0 5px 5px 0;
}
.search-index-total a {
    font-weight: 400;
    line-height: 1.1;
    font-size: 13px;
    color: #333;
    display: block;
    clear: both;
    position: relative;
    z-index: 999999;
}
.app-search{
    position: relative;
}
.style_format_searsh_veb{
    font-size: 12px;
    opacity: 0.7;
}
.search-company-name{
    font-size: 9px;
    background: #39c708;
    line-height: 1;
    padding: 1px 6px 3px;
    margin: 0 0 3px;
    float: left;
    border-radius: 3px;
    color: #fff;
}
.search-product-name{
    font-size: 9px;
    background: #c70808;
    line-height: 1;
    padding: 1px 6px 3px;
    margin: 0 0 3px;
    float: left;
    border-radius: 3px;
    color: #fff;
}
.add_rent_block{
    float: left;
    width: 100%;
    background:#f7f7f7;
    padding: 40px;
    margin: 0 0 80px;
}
@media (max-width: 991px){
    .search-index-total {
        padding: 6px 8px;
        float: left;
    }
    .search-category-name,.search-product-name {
        font-size: 10px;
        margin: 0 0 5px;
    }
    .search-index-total a {
        font-size: 14px;
    }
}
.search-index-total-block{
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
}
.search-index-total-mabail-img{
    width: 80px;
    float: left;
    height: 60px;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.search-index-total-mobail-desc{
margin-left: 90px;
}
.search-index-total-mobail-desc a{
    display: inline-block;
    width: 100%;
}
.b-add-product__categories-wrapper {
    margin: 20px 0 0 0;
}

.b-add-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 33.33%;
    font-size: 16px;
    line-height: 26px;
}

.b-add-category-list:after {
    content: '';
    display: table;
    clear: both;
}

.b-add-category-list__item {
    padding-right: 12px;
}

.b-add-category-list__link {
    display: block;
    text-decoration: none;
    padding: 9px 30px 9px 13px;
    position: relative;
}
.b-add-category-list__link_stage-3{
    display: block;
    text-decoration: none;
    padding: 9px 30px 9px 13px;
    position: relative;   
}
.b-add-category-list__link_stage-3:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #d8d8d8;
}
.b-add-category-list__link_stage-3.is-active:after {
    border-left-color: #39c708;
}
.b-add-category-list__link_stage-3:hover {
    background: #fff;
}
.b-add-category-list__link_stage-3.is-active {
    background: #fff;
}
.b-add-category-list__link:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #d8d8d8;
}

@media (min-width: 768px) {
    .b-add-category-list__link:hover {
        background: #fff;
    }
}

.b-add-category-list__link.is-active {
    background: #fff;
}

.b-add-category-list__link.is-active:after {
    border-left-color: #39c708;
}

.b-add-category-list__icon-field {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}

.b-add-category-list__icon {
    vertical-align: middle;
}

.b-add-category-list__text-field {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0;
}

.b-add-category-list__text {
    color: #000;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}

.b-add-category-list__sublist {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

.b-add-category-list > .b-add-category-list__item > .b-add-category-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
}
.b-add-category-list__link.is-active + .b-add-category-list__sublist {
    display: block;
}
.b-add-category-list__item {
    padding-right: 12px;
}
.b-add-category-list__link {
    display: block;
    text-decoration: none;
    padding: 9px 30px 9px 13px;
    position: relative;
}
.b-categories__sublist-item {
    margin-bottom: 10px;
    width: 24.2%;
    float: left;
    padding: 0 0 10px;
}
.b-add-category-list__text-field {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0;
}
.b-add-category-list__text {
    color: #000;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.b-add-category-list__link:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #d8d8d8;
}
.b-add-category-list__link{
    text-decoration: none;
}
.b-add-category-list__link:hover{
    text-decoration: none;
}

@media (max-width: 767.98px){
.b-add-product__categories-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
}
.b-add-category-list {
    width: auto;
}
.b-add-category-list__item {
    padding-right: 0;
}
.b-add-category-list > .b-add-category-list__item > .b-add-category-list__link {
    padding-left: 15px;
    font-size: 14px;
}
.b-add-category-list__sublist {
    position: static;
    left: 0;
}
.add_rent_block {
    padding: 10px;
}
.b-add-category-list__link,.b-add-category-list__link_stage-3 {
    padding: 9px 30px 9px 20px;
    font-size: 14px;
}
.add_rent_block>strong{
    font-size: 14px;    
}


}


.b-add-product {
    overflow: hidden;
}


.b-add-product__step-1, .b-add-product__step-2 {
    float: left;
    width: 50%;
}
.b-add-product__inner {
    width: 200%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}


.b-add-product__step-2 {
    display: none;
}
.b-add-product.is-step-2 .b-add-product__step-2 {
    display: block;
}
.b-add-product.is-step-2 .b-add-product__inner {
    margin-left: -100%;
}
.b-add-product__inner {
    width: 200%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.b-form-block__content {
    padding: 28px 23px 24px;
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
}
.b-add-product__back-btn {
    height: 52px;
    line-height: 48px;
    border-radius: 8px;
    padding: 0 31px 0 18px;
    background-color: #ffffff;
    border: 2px solid #2ba600;
    position: relative;
    margin: 0 0 13px 20px;
    cursor: pointer;
}
.b-add-product__back-btn:before {
    content: '';
    position: absolute;
    border: 2px solid #2ba600;
    background: #fff;
    left: -16px;
    top: 50%;
    width: 34px;
    height: 34px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0 2px 2px;
    margin-top: -17px;
}
.b-add-product__back-btn-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
    font-size: 16px;
    line-height: 18px;
    color: #309900;
    border-bottom: 1px dashed rgba(43, 166, 0, 0.65);
}
.b-add-product__main {
    float: left;
    width: 100%;
    padding-right: 23.735%;
}
.b-form-row__label {
    float: left;
    padding-top: 9px;
    width: 163px;
    margin-left: -163px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 16px;
}
.b-add-product__aside {
    width: 23.735%;
    float: right;
    margin-left: -23.735%;
    padding-left: 38px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}
.b-add-product__form-title {
    margin-bottom: 30px;
    font-size: 19px;
    margin-top: 25px;
}
.b-add-product__form-block .b-form-row {
    margin-left: 192px;
}
.b-add-product__form-block .b-form-row__label {
    font-size: 16px;
    line-height: 18px;
    width: 192px;
    margin-left: -192px;
    padding-top: 6px;
}
.b-form-row__text {
    font-size: 12px;
    line-height: 14px;
    margin: 9px 0 0 9px;
    max-width: 430px;
}
.b-add-product__form-block .b-form-row__text {
    line-height: 16px;
    margin-bottom: 18px;
}

.b-add-product__rental-rate-btns {
    display: inline-block;
    display: inline-table;
    margin-bottom: 8px;
}
.b-buttons-group__btn {
    display: table-cell;
    vertical-align: top;
    border: none;
    padding: 0;
    background: none;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}
.b-buttons-group__btn-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.b-buttons-group__btn.is-active .b-buttons-group__btn-content, .b-buttons-group__btn-input:checked + .b-buttons-group__btn-content {
    background: #3ac707;
    color: #fff;
}
.b-buttons-group__btn {
    display: table-cell;
    vertical-align: top;
    border: none;
    padding: 0;
    background: none;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}
.b-buttons-group__btn-content {
    display: block;
    position: relative;
    height: 35px;
    line-height: 33px;
    padding: 0 9px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #3ac707;
    color: #3ac707;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    min-width: 70px;
}
.b-buttons-group__btn + .b-buttons-group__btn .b-buttons-group__btn-content {
    margin-left: 4px;
}
.b-buttons-group__btn:first-child .b-buttons-group__btn-content {
    border-radius: 4px 0 0 4px;
}
.b-buttons-group__btn:last-child .b-buttons-group__btn-content {
    border-radius:4px;
}
#iblock-form-add input[type='password'],#iblock-form-add input[type='number'],#iblock-form-add input[type='search'],#iblock-form-add input[type='email'],#iblock-form-add input[type='text'],#iblock-form-add input[type='file'],#iblock-form-add input[type='tel'],#iblock-form-add input[type='url'],#iblock-form-add textarea,#iblock-form-add select {
    display: inline-block;
    vertical-align: middle;
    max-width: 370px;
    height: 35px;
    line-height: 1;
    font-size: 14px;
    color: #000;
    border: 1px solid #cacaca;
    background-color: #fff;
    border-radius: 3px;
    padding: 8px 8px;
    width: 100%;
    box-shadow: none;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}
.b-add-product__rental-rate {
    margin-bottom: -8px;
}
.b-add-product__rental-rate .name_curen{
    float: left;
    margin: 12px 20px 0 -8px;
    font-size: 15px;
}
#iblock-form-add input.b-add-product__rental-rate-input {
    display: inline-block;
    vertical-align: middle;
    width: 91px;
    margin-right: 17px;
    margin-bottom: 0px;
    float: left;
    margin: 1px 17px 10px 0;
}
#iblock-form-add textarea.js-autosize {
    height: auto;
    resize: none;
}
.b-add-product__form-block .b-form-block__btn-field {
    margin-left: 192px;
}
#iblock-form-add textarea.is-width-large,#iblock-form-add select.is-width-large {
    max-width: 500px;
}
.g-btn {
    height: 43px;
    line-height: 43px;
    min-width: 138px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    background: #3ac707;
    border: none;
    border-radius: 7px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#iblock-form-add textarea {
    height: auto;
    width: 100%;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.b-form-row {
    margin-bottom: 12px;
}
.b-form-block__footer {
    background: #ebebeb;
    border-radius: 0 0 3px 3px;
    padding: 22px 23px 44px;
}
.b-content {
    padding: 10px 0 84px;
    min-height: calc(100vh - 180px);
}
.top-catalog{
        min-height: calc(100vh - 282px);
}
.g-link {
    display: inline;
    border: none;
    background: none;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    line-height: normal;
    color: inherit;
}
a, button, .g-link, .g-btn {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transition-property: color, border-color, background-color, opacity, box-shadow;
    transition-property: color, border-color, background-color, opacity, box-shadow;
}
.g-link, .b-text a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
a:hover{
    text-decoration: none !important;
}
.b-form-row:after {
    content: '';
    display: table;
    clear: both;
}
.b-files-field__btn-info {
    display: block;
    font-size: 9px;
    margin-top: 8px;
}
@media (max-width: 991.98px){
    .b-form-block {
        margin-left: 0;
    }
    .b-form-block__content, .b-form-block__footer {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 767.98px){
.b-add-product__aside {
    float: none;
    width: auto;
    margin: 0 0 20px 0px;
    padding: 0;
}

.b-add-product__main {
    padding-right: 0;
}
.b-add-product__form-block .b-form-row {
    margin-left: 163px;
}
.b-add-product__form-block .b-form-row__label {
    font-size: 14px;
    line-height: 16px;
    width: 163px;
    margin-left: -163px;
    padding-top: 9px;
}
.b-add-product__form-block .b-form-block__btn-field {
    margin-left: 163px;
}
.b-add-product__aside-text h4{
    font-size: 17px;   
}
.page-titles{
    padding: 10px 0 10px;
}
.page-titles h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0 0;
}


}
.b-form-block__footer-check-group {
    margin-top: 18px;
    font-size
}
@media (max-width: 575.98px){
    .b-form-row__label {
    float: none;
    display: block;
    margin-left: 0;
    width: auto;
    padding: 0;
    margin-bottom: 5px;
}
.b-add-product__form-block .b-form-row__label {
    width: auto;
    margin-left: 0;
    padding: 0;
}
.b-add-product__form-block .b-form-row {
    margin-left: 0;
}
.b-form-block__footer {
    padding-bottom: 30px;
}
.b-form-block__footer {
    padding-bottom: 30px;
}
.b-add-product__form-block .b-form-block__btn-field {
    margin-left: 0;
}

}
.b-add-product__aside-text * + p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.p-relative{
    position: relative !important;
}
.formx-registr-block{
    position: absolute;
    top: 25px;
    right: 21px;
    font-size: 14px;
    padding: 16px 21px;
    font-weight: 400;
    z-index: 12;
    background: #ffffff;
    border-radius: 6px;
    /* border: 2px solid #00a333; */
    color: #d34028;
    display: none;
}
.formx-registr-cont{

}
.formx-registr-block i{
    position: absolute;
    right: -5px;
    top: -8px;
    font-size: 20px;
    z-index: 22;
    cursor: pointer;
}
.formx-registr-block i:hover{
    color: #007c27;
}
.btn-primary:hover{
    color: #007c27;   
}
.form-lofout-log-type .is-active{
    background:#00a333;
    color: #fff;
}
.formx-registr{
    display: none;
}
.formx-registr .btn-primary:hover,#formx-logout .btn-primary:hover{
    background: #007c27 !important;
    color: #fff !important;
}
.admin-instr{

}
.admin-instr a{
    float: left;
    width: 100%;
    padding: 6px 0;
    color: #00a333;   
}
.admin-instr a:hover{
    color: #007c27 !important;
}
.admin-instr a i{
   padding: 0 5px 0 0; 
   width: 20px;
}
.butt-edit-profile{
    color: #00a333;
    border: 1px solid #00a333;
    border-radius: 3px;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 14px;    
}
.butt-edit-profile:hover{
    background: #00a333 !important;
    color: #fff !important;    
}
.modal-content-password{
    display: block;
    padding: 20px 20px 20px;
}
.modal-title-password{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0 0 10px;
    margin: 0px 0 10px;
}
.modal-footer-password{

}
.modal-footer-password button{
    padding: 8px 18px;
    border: 1px solid #00a333;
    border-radius: 3px;
    font-size: 13px;
    color: #00a333;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    margin: 5px 0px 0 0;
}
.modal-footer-password button:hover{
    background-color: #00a333 !important;
    color: #fff !important;  
    border-color: #00a333 !important;  
}
.modal-footer-password .btn-secondary{
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    margin: 5px 5px 0 0;
}
.modal-content-password .form-group{
    float: left;
    width: 100%;
}
.modal-content-password .form-group label{
    float: left;
    width: 100%;
    font-size: 13px;
    text-transform: lowercase;
    padding: 0 0 5px;
    margin: 0;
    /* display: none; */
    font-weight: 400;
    color: #808080;
}
.modal-content-password .form-group input,.admin-person .form-group input{
    float: left;
    width: 100%;
    height: 34px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
}
.modal-footer-password button:hover,.save-profile:hover {
    background: #ff8d00;
    color: #ffffff;
    transition: .2s;
    text-decoration: none;
    border: 1px solid #ff8d00;
}
.admin-person .font-weight-normal{
    align-items: center;
    display: flex;
    margin: 0;
}
.close>span {
    font-size: 29px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.profile-pic img {
    width: 30px;
    border-radius: 100%;
}
.profile-pic{
    color: rgba(0, 0, 0, 0.5);
    padding: 2px 0 0 10px !important;

}
.profile-pic:hover{
    color: #333; 
}
.profile-pic span {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
}

.datepicker-block-filter{
    position: absolute;
    bottom: -36px;
    left: -284px;
    height: 290px;
    z-index: 120;
    box-shadow: 0 0 12px 0 #b1b1b1;
    padding: 10px;
    width: 250px;
    border-radius: 6px;
    background: #fff;
    display: none;
}
.datepicker-inline-two-button{
    float: left;
    width: 100%;
    margin: 10px 0;
    background: #39c708;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    padding: 5px 0;
    color: #fff;
    border-radius: 3px;
}

.datepicker-inline-two-button:hover{
    background: #2e9f08;
}

.datepicker-block-filter:before, .datepicker-block-filter:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 0px 16px 32px;
    right: -32px;
    bottom: 32px;
    border-color: transparent #b1b1b1;
}
.datepicker-block-filter:after {
    border-color: transparent #fff;
    margin-left: 1px;
}
.my-rent-block{
    float: left;
    width: 100%;
    margin: 0 0 80px;
}
.my-rent-block-header{
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 0;
}
.my-rent-block-header span{
    font-size: 11px;
    padding: 2px;
    border-bottom: 1px solid #e2e2e2;   
}
.my-rent-block-header-1{
    width: 120px;
    float: left;
}
.my-rent-block-header-desc{
    display: block;
    margin-left: 140px;
    letter-spacing: -0.3em;
    /* position: relative; */
    /* top: -4px; */
    line-height: 16px; 
}
.my-rent-block-header-2{
    width: 25%;
    display: inline-block;
    letter-spacing: normal;
}
.my-rent-block-header-3{
    width: 15%;
    display: inline-block;
    letter-spacing: normal;
}
.my-rent-block-header-4{
    width: 15%;
    display: inline-block;
    letter-spacing: normal;
}
.my-rent-block-header-5{
    width: 15%;
    display: inline-block;
    letter-spacing: normal;
}
.my-rent-block-header-6{
    width: 15%;
    display: inline-block;
    letter-spacing: normal;
}
.my-rent-block-body{
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #e2e2e2;
}
.my-rent-block-body-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    border-radius: 4px;
    width: 120px;
    float: left;
}
.my-rent-block-body-desc{
    display: block;
    margin-left: 140px; 
    letter-spacing: -0.3em;   
}

.my-rent-block-body-title{
    display: inline-block;
    width: 25%;
    font-size: 13px;
    font-weight: 500;
color: #686868;
    letter-spacing: normal;
    padding: 2px;
    vertical-align: top;
    line-height: 1.1;
}
.my-rent-block-body-date_hidden{
    display: inline-block;
    width: 15%;
    font-size: 12px;
    font-weight: 500;
color: #686868;
    letter-spacing: normal;
    padding: 2px;
    vertical-align: top;
}
.my-rent-block-body-date_hidden_end{
    display: inline-block;
    width: 15%;
    font-size: 12px;
    font-weight: 500;
color: #686868;
    letter-spacing: normal;
    padding: 2px;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}
.my-rent-block-body-cost{
    display: inline-block;
    width: 15%;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
    letter-spacing: normal;
    padding: 2px;
    vertical-align: top;
    position: relative;
}
.my-rent-block-body-status{
    display: inline-block;
    width: 15%;
    font-size: 12px;
    font-weight: 400;
    color: #00a333;
    letter-spacing: normal;
    padding: 2px;
    line-height: 1.1;
    vertical-align: top;
    cursor: pointer;
}
.my-rent-block-none{

}
.kabinet-navigation{
    float: left;
    width: 100%;
    margin: 20px 0 0px;
    padding: 0px 0;
}
.kabinet-navigation a{
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 3px;
    color: #00a333;
    background: #fff;
    border: 1px solid #00a333; 
}
.kabinet-navigation a:hover{
    background: #007c27; 
    color: #fff;     
}
.kabinet-navigation-active{
    background: #00a333 !important;
    color: #fff !important;    
}
.datepicker td, .datepicker th {
    padding: 3px 3px;
    text-align: center;
}
.datepicker {
    position: absolute !important;
    width: auto !important;
    border-radius: 5px !important;
    padding: 10px !important;
}
.datepicker .next,.datepicker .prev{
    cursor: pointer;
}
.datepicker .active{
    background: #39c708;
    color: #fff;
    border-radius: 50%;
}
.datepicker .day{
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.datepicker .old,.datepicker .disabled {
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    color: #eee;
}
/*.datepicker .old:hover,.datepicker .disabled:hover {
    color: #eee !important;
    background: #fff !important;
    cursor: auto;
}*/
/*.datepicker .day:hover{
    background: #39c708;
    color: #fff;
    border-radius: 50%;
}*/
/*#map_product{
    width: 100%;
    float: left;    
}*/
#map {
    width: 100%;
    height: 400px;
    float: left;
    z-index: 120;
    position: relative;


}
#map:before{
    content: '';
    position: absolute;
    height: 35px;
    width: 100%;
    background: #f5f5f5;
    bottom: 0;
    z-index: 120;
}
.top-catalog-map-block #map{
    padding: 0 !important;
        margin: 0px 0 40px;
    position: absolute;
    height: 100%;
    max-height: 100vh;
    top: 0;
    bottom: 30px;
    padding: 0 0 30px;
}
.top-catalog-map-block #map:before,#map_tab #map:before,.show-company-map #map:before{
    height: 0 !important;
}
.top-catalog-map-spec{
    position: fixed;
    top: 0;
    bottom: 0;
}

.tovar-map-desctop #map:before{
    height: 0 !important;
}
.datepicker-block{
    position: absolute;
    bottom: 0;
    left: -500px;
    height: 266px;
    z-index: 120;
    box-shadow: 0 0 12px 0 #b1b1b1;
    padding: 10px;
    width: 482px;
    border-radius: 6px;
    background: #fff;
    display: none;
}
.datepicker-block-active{
    display: block;
}
.datepicker-block>div{
    position: absolute;
    top: 0;
    width: 231px;
}
@media (min-width: 991.98px){
    .datepicker-block>div:nth-child(2){
        display: block !important;
        left: 241px !important;
        top: 1px !important;
        border-left: 1px solid #e2e2e2 !important;
        border-radius: 0px !important;
    }


}
@media (max-width: 991.98px){

    .b-categories__sublist-item {
        margin-bottom: 10px;
        width: 50%;
        float: left;
        padding: 0 0 10px;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
    .top-catalog{
    margin: 0 0 30px;
    }
    .top-catalog-content-block-company span {
    height: auto;
    }
}
@media (max-width: 600.98px){

    .b-categories__sublist-item {
        width: 100%;
    }
}
.hide-input{
    position: absolute;
    left: 0;
    right: 0;
    top: 23px;
    bottom: 40px;
    cursor: pointer;
}
.datepicker-block:before, .datepicker-block:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 0px 16px 32px;
    right: -32px;
    bottom: 32px;
    border-color: transparent #b1b1b1;
}
.datepicker-block:after {
    border-color: transparent #fff;
    margin-left: 1px;
}
.disabled-one,.disabled {
    color: #eee;
    pointer-events: none;
}
.ui-widget-header {
    border: 0px solid #dddddd !important;
    background: transparent !important;
    color: #333333;
    font-weight: bold;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px !important;
    text-align: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: none !important;
    text-decoration: none;
    margin: 0 0px 0px 0 !important;
    float: left;
}
.ui-widget.ui-widget-content{
    display: block;
    width: 100%;
    border: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #39c708 !important;
    background: #39c708 !important;
    color: #ffffff ;
}
.ui-datepicker-today .ui-state-highlight{
    background: #f6f6f6 !important;
    font-weight: normal;
    color: #fff ;
    border: 0px solid #f6f6f6 !important;
}
.ui-state-active {
    border: 1px solid #39c708 !important;
    background: #39c708 !important;
    color: #ffffff ;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #39c708 !important;  
    background: #39c708 !important;
    font-weight: normal;
    color: #ffffff !important;
}
.tovar-form-input-button-inf,.tovar-form-input-button-inf-start,.tovar-form-input-button-status-ok{
    height: 32.8px;
    /* float: left; */
    width: auto;
    font-size: 12px;
    padding: 8px 0 0;
    /* text-decoration: underline; */
    display: none;
    color: #c40000;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    border: dashed 2px #e2e2e2;
    border-radius: 3px;
    text-align: center;
}
.tovar-form-input-button-status-ok{
    color: #00a333;    
}
.tovar-form-input-button-inf-start{
    display: block;
}
.my-rent-block-body-cost span{
    font-size: 11px;
}
.my-rent-block-body-del{
    display: inline-block;
    width: 15%;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: normal;
    padding: 2px;
    line-height: 1.1;
    vertical-align: top;
    text-align: center;
}
.my-rent-block-body-del a{
    color: #00a333;
}
.t-center{
    text-align: center;
}
.page-wrapper{
    min-height: 76vh;
    height: auto;
}
.dis-block{
    display: block;
}
.my-rent-block-body-descm-mobail{
    margin-left: 140px;
    display: none;
    height: 80px;
    border-bottom: 1px solid #e2e2e2;
}
.my-rent-block-body-descm-mobail .my-rent-block-body-title{
    width: 100%;
    font-size: 13px;
    height: 36px;
    overflow: hidden;
}
.my-rent-block-body-descm-mobail .my-rent-block-body-date_hidden{
    width: 50%;
    float: left;
}
.my-rent-block-body-descm-mobail .my-rent-block-body-date_hidden_end{
    width: 50%;
    float: left;
}
@media (max-width: 800px){
    .row {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .datepicker-block {
        bottom: -80px !important;
    }
    .jq-toast-wrap.top-right{
        top: 20px;
        right: 0;
        left: 10px;
    }
    .datepicker-block-filter{
        left: -220px
    }
    .my-rent-block-body-date_hidden_end i{
        padding: 0 0 0 5px;
    }
    .my-rent-block-body-descm-mobail{
        display: block ;
    }
    .my-rent-block-body-desc .my-rent-block-body-title,.my-rent-block-body-desc .my-rent-block-body-date_hidden,.my-rent-block-body-desc .my-rent-block-body-date_hidden_end{
        display: none;
    }
    .my-rent-block-body-desc .my-rent-block-body-cost,.my-rent-block-body-desc .my-rent-block-body-del{
        width: 20%;
        padding: 2px 5px;
        vertical-align: middle;
        font-size: 16px;
    }
    .my-rent-block-body-profile {
    font-size: 13px;
    }
    .my-rent-block-body-desc .my-rent-block-body-status{
        width: 40%;
        padding: 2px 5px;
        vertical-align: middle;
        font-size: 13px
    }
    .my-rent-block-body-desc{
        float: left;
        width: 100%;
        margin-left: 0;
        padding: 10px 0 0 0;
    }
}
@media (min-width: 991.98px){
    .mobail-ok{
        display: none !important;
    }
}
.ymaps-2-1-76-balloon__content {
    padding: 0px 0px 10px !important;
}
@media (max-width: 991.98px){
    .logo img {
        /* max-width: 130px; */
        max-height: 22px;
        margin: 8px 0;
    }
    .bfh-selectbox .bfh-selectbox-toggle {
        padding: 6px 18px 1px 12px !important;
        font-size: 11px !important;
    }
    .none-ready .bfh-states {
        left: 0 !important;
    }
     .category-catalog-h1 {
        margin: 10px 0 5px 0;
    }
    .top-catalog-content-block-company a{
        line-height: 1.2;
        display: inline-block;
    }
    .bfh-selectbox {
        width: 100% !important;
        position: relative !important;
    /* left: 0px; */
    }
    .bfh-selectbox .bfh-selectbox-options {
        min-width: 100% !important;
    }
    .category-catalog-fiter {
        margin: 0px 0px 0 !important;
        border-bottom: 1px solid #e7e7e7 !important;
        border-top: none !important;
    }
    .tu-meny-links .label {
    font-size: 13px !important;
    padding: 7px 10px 7px 5px !important;
    }
    .tu-meny-links {
        display: block;
        margin-bottom: 0px !important;
    }
    .tovar-h1{
        font-size: 17px;
        margin: 10px 15px 10px 0px;
    }
    .datepicker-block {
        height: 580px;
        left: 0;
        right: 0;
        width: 251px;
        bottom: -290px;
        margin: 0 auto;
    }
    .datepicker-block:before, .datepicker-block:after{
        display: none;
    }
    .datepicker-block>div:nth-child(2) {
        display: block !important;
        left: 10px !important;
        top: 253px !important;
        border-left: 0px solid #e2e2e2 !important;
        border-radius: 0px !important;
    }
    .datepicker-block>div:last-child {
    
    }
    .mobail-ok{
        display: none;
    }
    .mobail-none{
        display: none !important;
    }
    .tovar-form-input-button-inf-mabail,.tovar-form-input-button-status-ok-mabail,.tovar-form-input-button-inf-start-mabail{
        color: #01a333;
        position: absolute !important;
        bottom: 15px !important;
        left: 20px !important;
        right: 20px !important;
        top: auto !important;
        border: none !important;
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
        width: 210px !important;
    }
    .tovar-form-input-button-mabail{
        color: #ffffff;
        position: absolute !important;
        bottom: 15px !important;
        left: 20px !important;
        right: 20px !important;
        top: auto !important;
        border: none !important;
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
        width: 210px !important;
        background: #39c708 !important;
        padding: 8px;
        border-radius: 3px;
    }
    .hide-input {
        position: absolute;
        left: 0;
        right: 0;
        top: 26px;
        bottom: 0;
        cursor: pointer;
    }
    #price_prod_mobail{
    position: absolute;
    bottom: 55px;
    left: 20px;
    right: 20px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    width: 212px;
    padding: 0;
    text-align: center; 
    display: block;  
    }
    #price_prod_mobail>span {
    display: inline-block;
    font-size: 9px;
    margin: 0px;
    color: #333;
    padding: 0 0 0 5px;
    }

    #price_prod_mobail>span>strong{
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    padding: 0 4px 0 0 !important;
    font-size: 14px !important;
    }
    .tovar-form-input-button-inf-start,.tovar-form-input-button-status-ok,.tovar-form-input-button-inf {
        font-size: 10px;
        padding: 10px 0 0;
        margin: 10px 0 0;
    }

    .kabinet-navigation a {
        font-size: 10px;
        padding: 4px 4px;
        float: left;
        margin: 0 3px 0 0;
    }
    .my-rent-block-header{
        display: none;
    }
    #settings {
    padding: 10px 15px;
    margin: 0 0 40px;
    }
    #settings label{
        width: 100%;       
    }
    #settings .form-group div{
        width: 100%;
        margin: 5px 0 0;
        display: inline-block;
    }
    #settings .form-group {
        margin: 0 0 5px;
        font-size: 12px;
    }
    .img-profile-one-block{
        margin: 0;
    }
    .admin-instr a {
        font-size: 13px;
        padding: 4px 2px;
    }
    .img-profile-one-block-company{
        width: 50%;
        padding: 2px;
    }
    .img-profile-one-block-company .upload-photo-profile-img {
        font-size: 11px;
        right: 15px;
        margin: 0px;
        font-weight: 400;
        bottom: 15px;
        text-align: right;
    }
    .company-inner-catalog-tab {
        padding: 10px 0 20px;
    }
    .company-inner-catalog-tab a {
        font-size: 13px;
        padding: 4px 15px;
        margin: 0 5px 0 0;
    }
    .pages-block {
        padding: 10px 5px;
        margin: 0px 0;
    }
    .my-rent-block-body-descm-mobail .my-rent-block-body-title {
        width: 100%;
        font-size: 13px;
        height: 58px;
        overflow: hidden;
    }

    .my-rent-block-body-profile{
        font-size: 12px;
        cursor: pointer;
        display: block;
        margin: 0px 0 0 5px !important;
        color: #00a333;
        font-weight: 400;
        padding: 10px 0 0 !important;
        float: left;
    }
    .ymaps-2-1-76-balloon{
        margin: 10px;
    }
    .ymaps-2-1-76-balloon__content {
        padding: 0px 0px 0px !important;
        margin: 0px !important;
    }
    .baloon-cont {
        width: 100% !important;
    }
    .baloon-cont-img {
        height: 100px !important;
        border-radius: 0px 0px 0px 0px !important;
        float: left !important;
        width: 80px !important;
        margin: 0 0 0px !important;
        padding: 0px !important;
    }
    .ymaps-2-1-77-b-cluster-carousel {
    margin: 0 25px !important;
    }
    .baloon-cont a{
        height: 50px !important;
        margin: 0 0 0px !important;
        font-size: 11px !important;
        float: none !important;
        padding: 10px 0px 0px 0 !important;
        margin-left: 90px !important;
        width: auto !important;
        line-height: 1.2 !important;
    }
    .baloon-cont p:nth-child(3){
        padding: 0 10px 0 0 !important;
        margin-left: 90px !important;
        width: auto !important;
        float: none !important;
        height: 30px !important;
        overflow: hidden !important;
        display: none !important;
    }
    .baloon-cont p:nth-child(3){
        display: none !important;
    }
    .baloon-cont p:nth-child(4) {
        margin-left: 90px !important;
        width: auto !important;
        float: none !important;
        padding: 0 10px 0 0 !important;
        margin-bottom: 0 !important;
    }
    .baloon-cont p:last-child {
        padding: 0px 0px 0 0 !important;
        margin-left: 90px !important;
        width: auto !important;
        float: none !important;
        font-size: 11px !important;
    }
}
.dropdown-header-top .dropdown-menu{
    transform: translate3d(0px, 0px, 0px) !important;
}
.header .overlay{
    overflow: auto !important;
}
.overlay-katalog .dropdown-menu a{
    font-size: 14px;
    color: #333;
    padding: 8px 5px 8px 10px;
    float: left;
    width: 100%;  
}
.custom-file-input-add-product{
    background: #ffffff;
    opacity: 1 !important;
    border: none !important;
    margin: 0 0 10px !important;
    padding: 15px !important;
    height: auto !important;
    background: #ffffff !important;
    border: dashed 2px #6e6e6e !important;
}
.dop-img-arr{
    float: left;
    width: auto;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
}
.dop-img-arr .success_old>span{
    font-size: 13px;
    margin: 0 0 10px;
}
.dop-img-arr #upload{
    margin: 0 0 0px;
    font-size: 11px;
    background: #3ac707;
    color: #fff;
    border: 1px solid #3ac707;
}
#files,.files-dell-img{
    margin: 15px 0 0 0;
    padding: 0;
}
#files li,.files-dell-img li{
    list-style: none;
    width: 120px;
    height: 120px;
    float: left;
    line-height: 120px;
    position: relative;
    margin: 0 10px 0 0;
}
#files li img,.files-dell-img li img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
#files li i,.files-dell-img li i{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding: 4px 0 0 0;
    border: 1px solid #000000;
    cursor: pointer;   
}
.del_img-arr{

}
.b-add-product__step-2-edit{
    display: block;
    width: 100%;
    margin: 0 0 60px;
}
.swiper-slide{
    width: auto;
}
.form-group #map:before{
    opacity: 0;
}
.m-t-20{
    margin-top: 20px !important;
}
.m-b-20{
    margin-bottom: 20px !important;
}
.category-catalog-h1 span{
    font-size: 18px;
}
/*@media (max-width: 700.98px){ 
.datepicker-block {
    height: 580px;
    left: 0;
    right: 0;
    width: 251px;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 120;
    top: 5%;
}
}*/
.may-company-ikon{
    padding: 4px 0 2px 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    font-weight: 600;
}
.link-kompany{
    color: #00a333 !important;
    font-weight: 500;

}
.company-inner-inf-adress{
    float: left;
    width: 100%;
    font-size: 15px;
}
.company-inner-inf-adress i{
    font-size: 17px;
    padding: 0 10px 0 0;
    font-weight: 500;
    color: #39c708;
}
.display-active-catalog-two .top-catalog-content-block-inf{
    height: 70px;
}
.display-active-catalog-two .top-catalog-content-block-inf,.display-active-catalog-two .top-catalog-content-block-company{
    padding: 0;
}
.display-active-catalog-two .top-catalog-content-block-cost{
    padding: 0 0 5px;
}
.display-active-catalog-two .top-catalog-content-block-phone{
    padding: 5px 0px 0;
}
.rented_company-navigation{
    margin: 0 0 10px;
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
}
.tu-meny-links{

}
.tu-meny-links{
    cursor: pointer;
    font-weight: 500;
}
.tu-meny-links .checkbox {
    display: none !important;
}

.tu-meny-links .label {
    color: #00a333;
    font-size: 13px;
    padding: 3px 10px 3px 5px;
}
.meny-links-cost,.meny-links-range{
    border-radius: 4px;
    border: none;
    margin: 3px 4px 3px 0;
    padding: 2px 10px;
    height: 20px;
    max-width: 112px;
    font-size: 14px;
}
.meny-links-cost-button,.meny-links-range-button{
    float: right;
    margin: 2px 0 0 5px;
    font-size: 11px;
    padding: 5px 6px;
    border-radius: 3px;
    background: #f6f6f6;
    color: #9d1a1a;
    cursor: pointer;
}
.checkbox-custom {
    position: relative;
    width: 13px;
    height: 13px;
/*    border: 1px solid #ccc;*/
    border-radius: 3px;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}
#id_fil-multi .dropdown-toggle{
    float: left;
    width: 100%;
    background: transparent;
    padding: 10px 0;
}
#id_fil-multi .dropdown-toggle:after{
    display: none !important;
}
#id_fil-multi .multiselect-container{
    position: relative !important;
    display: block !important;
    box-shadow: 0 0 0 0;
    padding: 5px 10px !important;
    max-height: 100%;

}
.row-range{
    float: left;
    width: 100%;
    display: none;
}
.row-range label{
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0 60% 0 0;
}
.row-range span{
    font-size: 13px;
    float: left;
    width: 40%;
     padding: 0px 10px 0 0;
}
.row-range input{
    float: left;
    width: 60% !important;
    height: auto !important;
    padding: 4px 10px !important;
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #00a333;
    border-radius: 2px;
}

.select-cat-fil{
    height: 38px;
}
.select-cat-fil .b-form-row{
    display: none;
}


.tu-meny-links .checkbox_fil {
    display: none !important;
}

.tu-meny-links .label {
    color: #00a333;
    font-size: 13px;
    padding: 3px 10px 3px 5px;
}

.checkbox-custom {
    position: relative;
    width: 13px;
    height: 13px;
/*    border: 1px solid #ccc;*/
    border-radius: 3px;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox_fil:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #00a333;
    border-radius: 2px;
}


.modal-dialog {
    max-width: 500px;
    display: block !important;
    margin: 100px auto !important;
}
.id_edit_status{
    background: #00a333 !important;
    border-color: #00a333 !important;
}
.map-mobail-catalog-ikon>span{
    font-size: 12px;
    float: left;
    padding: 5px 0 0 0;
}
.hover-mobail-map{
    border-bottom: 1px solid #62d33c;
}
.hover-mobail-map .top-catalog-content-block-inf strong{
    color: #62d33c;
}
.swiper-wrapper .tu-meny-links{
    margin-bottom: 2px;
}
.category-catalog-fiter{
    margin: -28px -15px 0;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}
.hover-desc-map .top-catalog-content-block-company{
    border-bottom: 1px solid #62d33c !important;
}
.hover-desc-map .top-catalog-content-block-inf strong {
    color: #62d33c !important;
}
.display-active-catalog-one:hover .top-catalog-content-block-company{
/*    border-bottom: 1px solid #62d33c !important;*/
}
.display-active-catalog-one:hover .top-catalog-content-block-inf strong{
    color: #62d33c !important;
}
.edit-dop-dell{
    font-size: 31px;
    color: #3ac707;
    cursor: pointer;
}
.swal-text{
    text-align: center;
}
.dis-none{
    display: none;
}
.my-rent-block-body-profile{
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    margin-left: 22px;
    color: #00a333;
    font-weight: 400;
    padding: 4px 0 0;
}
.modal-inf-profile-body{
    padding: 16px 16px 6px 16px;
}
.modal-inf-profile-body p{
    margin-bottom: 10px;
    display: table; 
}
.modal-inf-profile-body p span{
    width: 145px;
    float: left;
    font-size: 13px;
    padding: 3px 0 0;   
}
.modal-inf-profile-body p strong{
    
}
.swiper-container-reg {
    overflow: hidden;
}
.baloon-cont{
    width: 190px;
}
.baloon-cont a{
    color: #4f4f4f !important;
    font-weight: 500;
    font-size: 13px;
    height: auto;
    max-height: 50px;
    overflow: hidden;
    line-height: 1.0;
    display: block;
    margin: 0 0 5px;
    float: left;
    padding: 0 10px;
}
.baloon-cont p:nth-child(4){
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
    float: left;
    width: 100%;
    padding: 0 10px;
}
.baloon-cont p:nth-child(4) span{
    font-size: 11px;
}
.baloon-cont p:nth-child(3){
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-size: 12px;
    padding: 0 10px; 
}
.baloon-cont p:last-child{
    float: left;
    width: 100%;
    font-weight: 500;
    margin: 0 0 0px;
    font-size: 13px;
    letter-spacing: 0.2px;
    padding: 0 10px; 
}
.baloon-cont p:last-child i{
    padding: 0 5px 0 0;
    color: #828282;
}
.ymaps-2-1-76-balloon__layout,.ymaps-2-1-76-balloon{
    border-radius: 6px; 
}
.ymaps-2-1-76-balloon__close{
    position: relative;
}
.ymaps-2-1-76-balloon__content{
    margin: 0px !important;
}
.ymaps-2-1-76-balloon__close-button{
    opacity: .8 !important;
    top: 0px;
    position: absolute;
    right: 0px;
    background-color: #fff !important;
}
.baloon-cont-img{
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0px 0px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    padding: 80px;
}
.ui-datepicker table{
    font-size: 14px !important;
}
.bfh-selectbox-options ul li:first-child,#country_states2 ul li:first-child{
/*    height: 0 !important;
    min-height: 0 !important;
    padding: 0;
    overflow: hidden;*/
}
.bfh-states{

}
.bfh-selectbox-option i{
    padding: 1px 0 0 10px;
    float: right;
    font-size: 17px;
    color: #8d8d8d;
}
.none-ready{
    display: none;
}
.bfh-selectbox-region{

}
.bfh-selectbox{
    width: 280px;
    position: absolute;
}
.bfh-selectbox .bfh-selectbox-options{
    min-width: 280px;
}
.none-ready .bfh-states{
    left: 340px;
}
.bfh-selectbox .bfh-selectbox-toggle {
    display: inline-block;
    padding: 5px 24px 5px 12px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #ededed !important;
    color: #333;
    font-weight: 400;
    background: #f1f1f1;
}
.bfh-selectbox-filter-container input{
    padding: 4px 15px;
    line-height: 1.3;
    font-size: 14px;
}

#site-footer {
    background: #fafafa;
    font-size: 12px;
    color: #f8f8f8;
    float: left;
    width: 100%;
}
#site-footer .inner {
    padding: 0 0px;
    line-height: 1.5;
}
#site-footer ul {
    padding-left: 0;
    list-style: none;
    color: #333;
}
#site-footer ul li {
    margin-bottom: 5px;
}
#site-footer .inner li{
    padding: 0 0px;
    line-height: 1.5;
    color: #333;
}
#site-footer a {
    color: #333;
}
#site-footer .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
#site-footer h5 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
}
#site-footer a {
    color: #333;
    line-height: 1.4;
    margin: 0 10px 0 0;
}
.cover.category-window {
    height: 100%;
    max-height: 100px;
    border-bottom: 1px solid #c7c7c7;
}
.footer-bepaid{

}
.footer-bepaid img{
    max-height: 50px;
    width: 100%;
    min-width: 300px;
    max-width: 340px;
}
.MsoNormal{
    line-height: 1.4;
    font-size: 15px !important;
}
.category-section-block,.company-section-block{
    min-height: 450px;
}
.meny-header-category-subdirection li{
    float: left;
    width: 100%;
}
.b-form-row .bfh-selectbox{
    width: 100%;
    position: relative;
    /* left: 0px; */
    max-width: 370px;
}

.b-form-row .bfh-selectbox .bfh-selectbox-toggle{
    background: #fff !important;
    border: 1px solid #cacaca !important;
    padding: 6px 24px 6px 12px !important;
}
.b-form-row .bfh-selectbox-options ul li:first-child {
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
    overflow: auto;
}
@media (max-width: 991px){
    #site-footer h5 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    }
    #site-footer .row {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    .p-relative{
        padding: 0 !important;
    }
    .logout-span p {
        font-size: 10px;
        margin: 0;
    }
    .search-index {
    margin: 0px auto 30px;
    z-index: 19;
    width: 79%;
    }
}
.search-category-name {
    font-size: 9px;
    background: #ffc114;
    line-height: 1;
    padding: 1px 6px 3px;
    margin: 0 0 3px;
    float: left;
    border-radius: 3px;
    color: #fff;
}
.search-index-total a:hover{
    color: #e00000;
}
.modal-footer-inf{
    font-size: 14px;
    line-height: 1.3;
    margin: 0px 33px 10px;
    /* float: left; */
    color: #d31c1c;
    width: 240px;
    /* display: block;*/  
}
.company-inner-inf-adress span{
    padding: 0 10px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #959595;
}
#settings label b{
position: absolute;
    right: -6px;
    top: 10px;
    color: #d90000;
}
.formx-registr-edit-pass{
    float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0;
}
.formx-registr-edit-pass a{
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    color: #787878;
}
.recovery-block-span{
    padding: 80px 0;
    min-height: 350px;
    align-items: center;
    display: flex;
    vertical-align: middle;
    font-size: 18px;
}
.swal-title{
    font-size: 18px;
}
.swal-button{
    font-size: 12px;
}

.as-index-new{
    float: left;
    padding: 20px 0;
}
.as-index-new h2{
text-align: center;
    font-size: 25px;
    margin: 5px 0 25px;
}
.index-nearst-tow-price{
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}
.index-nearst-tow-price span{
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 0 5px;
}
.index-nearst-tow{
    float: left;
    position: relative;
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    cursor: pointer;
    /* padding: 150px 20px 10px 20px; */
    margin: 0 4px 0px 0;
    color: #323232;
/*    -webkit-box-shadow: 0 -2px 6px rgba(14,21,47,.04), 0 4px 14px rgba(14,21,47,.1);
    box-shadow: 0 -2px 6px rgb(14 21 47 / 2%), 0 4px 14px rgb(14 21 47 / 4%);*/
}
.index-nearst-tow:before {
    /*content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 3px;
    background-image: linear-gradient( to top, rgb(221 221 221 / 79%) 0%,rgb(200 200 200 / 82%) 25%,rgb(174 174 174 / 8%) 70%,rgb(16 16 16 / 0%) 100% );
*/}
.index-nearst-tow-desc{
    float: left;
    width: 100%;
}
.index-nearst-tow-desc>span{
    position: relative;
    float: left;
    width: 100%;
    padding: 2px 0 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 1;
    display: none;
}

.index-nearst-tow-desc>strong{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 0 0;
    height: 30px;
    overflow: hidden;
    color: #00a333;
}
.index-nearst-tow-desc>p{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
    white-space: pre-line;
    height: 40px;
    overflow: hidden;
}
/*.index-nearst-tow:hover:before{
    background-image: linear-gradient( to top, rgb(198 198 198) 0%,rgb(180 180 180 / 92%) 38%,rgb(85 85 85 / 12%) 70%,rgb(174 174 174 / 0%) 100% );
    transition: .2s;
}*/
.one-index-slider-slid a{
    float: left;
    width: 100%;
    color: #333;
}
.one-index-slider-slid a:hover{
    color: #333;
}
.one-index-slider-slid a:hover .index-nearst-tow-desc>strong{
    color: #e00000;
    text-decoration: underline;
}
.one-index-slider-slid{
    margin: 0 0 30px;
}
.h1-index{
text-align: center;
    font-size: 22px;
    margin: 20px 0 30px;
    position: relative;
    z-index: 12;
    text-transform: uppercase;
}

@media(max-width:950px){
.h1-index{
    font-size: 14px;
    margin: 15px 0 15px;
}
.b-categories {
    position: relative;
    padding: 70px 0;
}
.one-index-slider-block {
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    margin-top: 0px !important;
    padding-left: 6px !important;
    padding-right: 10px !important;
    margin-left: -4px !important;
    margin-right: -4px !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    padding-bottom: 15px;
}
.one-index-slider-slid {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top !important;
    width: 46% !important;
    /* height: 200px; */
    /* background: #333; */
    float: none !important;
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
}
.dis-block-row-index {
    display: block !important;
    padding: 0 5px;
}
.index-nearst-h3{
    margin: 35px 0 8px;
}
.index-nearst-tow{
    padding: 120px 10px 10px 10px;
    height: 160px;
}
.index-nearst-tow>strong {
    font-size: 12px;
    height: 50px;
        margin: 0 0 0px;
}
.index-nearst-tow>span {
padding: 0px 0 0px;
    font-size: 11px;
    letter-spacing: 1px;
}
.index-nearst-tow>p {
    font-size: 12px;
    height: 72px;
} 
}

@media(max-width:650px){
    .one-index-slider-slid{
        width: 28% !important;
    }
}
@media(max-width:400px){
    .one-index-slider-slid{
        width: 60% !important;
        margin-bottom: 10px;
    }
}

@media(max-width:650px){
    .multiple-items .one-index-slider-slid,.multiple-items-fo .one-index-slider-slid{
        width: 40% !important;
    }
}
@media(max-width:400px){
    .multiple-items .one-index-slider-slid,.multiple-items-fo .one-index-slider-slid{
        width: 60% !important;
    }
}
@media (max-width: 800px){
    .as-index-new{
        min-height: auto;
    }
    .otziv-index h2,.top-index h2,.as-index h2,.as-index-new h2 {
    font-size: 19px;
    margin: 0 0 20px;
    }
}
.content{
    font-size: 13px;
}
.dropdown-select .p-2{
    display: none;
}
.dropdown-select .list-group-item{
    font-size: 13px;
    padding: 0px 10px !important;
    line-height: 2em;
}
.b-form-row #multiple-select-container-1{
    max-width: 500px;
}
.my-rent-block-body-cost{
    cursor: pointer;
}
.my-rent-block-body-cost:hover{
        color: #0056b3;
}
.my-rent-block-body-cost i{
padding: 8px 5px 0 0;
    float: left;
    font-size: 11px;
    position: absolute;
    top: -11px;
    left: -5px;
    opacity: 0.7;
}
.my-rent-block .pages-block {
    padding: 10px 0;
}
.multiselect-container {
    position: absolute !important;
    list-style-type: none;
    margin: 0;
    padding: 15px 15px 5px !important;
    transform: none !important;
    top: 100% !important;
    left: auto !important;
    width: auto;
        border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.multiselect-container>li>a {
    padding: 0;

}
.multiselect-selected-text{
    font-size: 13px;
}
.multiselect-container>li>a>label.checkbox, .multiselect-container>li>a>label.radio {
margin: 0;
    padding: 4px 0;
    font-size: 12px;
    display: block;
    color: #333;
}
.btn-group, .btn-group-vertical {
    position: relative;
display: block !important;
    vertical-align: middle;
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 0px;
    margin: 2px 6px 0 0;
    float: left;
}

.meny-links-block{
    display: inline-block;
    float: left;
    padding: 0 5px;
}
.meny-links-block>strong{
    width: 100%;
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin: 5px 0 5px;
}
.meny-links-block .tu-meny-links{
cursor: pointer;
    background: #f6f6f6;
    border-radius: 5px;
    font-weight: 400;
    min-height: 26px;
    padding: 0px 0 0 5px;
    margin: 2px 0px 2px 0px;
}
.meny-links-block .tu-meny-links .label {
    color: #202020;
}
.meny-links-block .checkbox-custom {
    border: 1px solid #8d8d8d;
}
.meny-links-block .checkbox:checked + .checkbox-custom::before {
    content: "";
    background: #747474;
}
.meny-links-block-price{
    width: 100%;
}
.meny-links-block-price .meny-links-cost-button,.meny-links-range-button{
    float: none;
    width: fit-content;
    display: inline-block;
    margin: 0px 0 0 5px;
    position: relative;
    top: -2px;
}
}
@media (max-width: 991.98px){
    .meny-links-block {
        float: left;
        width: 100%;
    }
    .rented_company-navigation {
        float: left;
        width: 100%;
    }
    .none-ready {
        float: left;
        width: 100%;
    }
    .meny-links-block .tu-meny-links {
        float: left;
        margin: 4px 3px 4px 0px;
    }
    .meny-links-block>strong {
    width: 100%;
    font-size: 12px;
    float: left;
    margin: 5px 0 0;
    color: #8b8989;
    }
}

.multiselect-native-select .multiselect-container {
min-width: 340px;
    max-height: 300px;
    overflow: auto;
}

.multiselect-group input{
    display: none;
}
.multiselect-native-select{

}
.multiselect-native-select button{
    background-color: #ebebeb;
    min-width: 340px;
    text-align: left;
}
.multiselect-native-select .multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 0px;
    height: 100%;
    font-weight: 500;
    line-height: 1.1;
    font-size: 13px;
    color: #333;
}

.accordion-menu {
    width: 100%;
    min-width: 210px;
    right: 0;
    /* margin: 35px auto 0px; */
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: -6px 0px 16px -7px #a2a2a2;
    position: absolute;
    display: none;
    top: 35px;
}

.accordion-menu li.open .dropdownlink {
    color: #00a333;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.dropdownlink i {
    position: absolute;
    top: 12px;
    right: 0;
    left: 16px;
    font-size: 8px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
    display: none;
    /* background: #C8E6C9; */
    padding: 5px 10px 5px 10px;
}
.submenuItems li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 0 0px;
}

.submenuItems a {
display: block;
    color: #727272;
    padding: 5px 10px;
    font-size: 12px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #00a333;
  color: #fff;
}
.accordion-menu li{
    list-style: none;
}
.dis-block-inp{
    display: block !important;
}
.all_city-li{
float: left;
    width: 100%;
}
.all_city-li a{
cursor: pointer;
    display: block;
    padding: 8px 10px 0;
    font-size: 13px;
    color: #212121;
    position: relative;    
}
.overlay-local .all-bel-header-add-span{
    font-size: 10px;
    font-weight: 400;
}
.select-cat-fil-catalog{
    float: left;
}
.select-cat-fil-catalog .multiselect-native-select .multiselect-container{
    max-width: 200px;
    min-width: 180px;
    padding: 5px 10px !important;
}
.select-cat-fil-catalog .multiselect-native-select button {
background-color: #ebebeb;
    min-width: 180px;
    text-align: left;
    height: 26px;
    padding: 0px 10px;
    font-size: 11px;
    margin: 2px 0 0 0;
}
.select-cat-fil-block{
    position: relative;
    min-width: 210px;
    width: auto;
    background: #f6f6f6;
    border-radius: 5px;
    float: left;
    margin: 2px 0px 2px 0px;
}
.select-cat-fil-block-title{
    font-size: 13px;
    padding: 3px 10px;
    width: 100%;
    float: left;
    cursor: pointer;
    background: #f6f6f6;
    border-radius: 5px;
    /* line-height: 1.5; */
    min-height: 26px;
}
.select-cat-fil-block-title:hover{
    transition: .2s;
    background:#e2e2e2;
}
.select-cat-fil-block-nav{
    width: 100%;
    position: absolute;
    z-index: 22;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 0 5px;
    top: 30px;
    display: none;
    max-height: 200px;
    overflow: auto;
}

.select-cat-fil-block-title:after {
    content: '\002B';
    font-size: 18px;
    font-weight: bold;
    /* display: block; */
    color: #5b5b5b;
    position: absolute;
    margin-left: 5px;
    font-weight: 400;
    right: 10px;
    top: 0px;
    /* bottom: 0; */
    align-items: center;
    display: flex;
}
.select-cat-fil-block-title.active:after {
    content: "\2212";
}

.select-cat-fil-block-nav .tu-meny-links{
    width: 100%;
}
.select-cat-fil-block-nav .tu-meny-links:hover,.meny-links-block .tu-meny-links:hover{
    transition: .2s;
    background:#e2e2e2;
}
/*.xdsoft_time_variant{
    margin-top: 0 !important;
}*/
.top-class{

}
.top-class .top-catalog-content-block-company{
    border-bottom: 2px solid #fcae00 !important;
}
.top-class .top-catalog-content-block-inf>strong{
color: #fcae00;
}

.top-class:hover .top-catalog-content-block-inf strong {
    color: #fc8000 !important;
}

.itog-rent-button{
    display: none;
}
.rent-content-top{
    margin: 0 0 20px;
}
.rent-content-top>strong{
    font-size: 11px;
    margin: 10px 10px 0 0;
    color: #828282;
    font-weight: 500;
    text-transform: uppercase;
}
.all-rent-day{
    font-size: 21px;
    font-weight: 600;
}
.all-rent-day>strong{
    font-size: 12px;
    padding: 0 0 0 3px;  
}
.content-top{
padding: 30px;
    background: #efefef;
    margin: 10px 0;
    border-radius: 5px;
    min-width: 300px;
}
.content-top-block{
    display: none;
}
.content-top-block>span{
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.content-top-block>input{
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
    border: 0px solid #e2e2e2;
    background: #ffffff;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
.content-top-itog{
    margin: 10px 0 60px;
}
.content-top-itog>span{
        font-size: 13px;
}
.content-top-itog .itog-rent{
font-size: 18px;
}
.content-top-itog>strong{
    font-size: 12px;
    padding: 0 0 0 2px;
}

.itog-rent-button{
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 4px;
    float: left;
    line-height: 1;
    border: 0px solid;
    background: #00a333;
    cursor: pointer;
    margin: 15px 0 0;
}
.itog-rent-button:hover{
    background: #02802a;
}
section .container{
    float: none;
}