.mb-5 {
    margin-bottom: 40px;
}
.mb-6 {
    margin-bottom: 60px;
}
.tab-items .nav-item a {
    color: #b9b9b9 !important;
    background: unset !important;
    font-size: 32px;
    font-weight: 700;
    padding-left: 0px;
    padding-top: 0px;
}
.banner-height {
    height: 100%;
    background-size: cover;
    transition: 0.3s;
    max-height: 935px;
    border-radius: 8px;
}

.banner-height {
    height: 100%;
    background-size: cover;
    transition: 0.3s;
    max-height: 935px;
    border-radius: 8px;
}
@media (max-width: 980px) {
    .banner-mobile {
        display: block !important;
    } 
	
}
@media (min-width: 981px) {
    .banner-pc {
        display: block !important;
    } 
}


.mojoostocks {
    transition: 0.3s;
}

.mojoostocks:hover {
    filter: brightness(.95);
    transition: 0.3s;
}

.custom-podbor{
    background-color: #f5f7f9;
    transition: 0.3s;
    padding: 30px 30px 0px 30px;
    border-radius: 6px
}

.custom-podbor:hover{
    background-color: #eee;
    transition: 0.3s;
}

.custom-podbor2{
    background-color: #fff;
    padding: 30px 0px 60px 0px;
    border-radius: 6px;
    text-align: center;
}

.banner-height:hover {
    filter: brightness(.95);
    transition: 0.3s;
}

.tab-items .nav-item a.active {
    color: #001a34 !important;

}

.sub-cats-widget .owl-next {
    position: absolute;
    top: 17%;
    right: 0;
}

.sub-cats-widget .owl-prev {
    position: absolute;
    top: 17%;
    left: 0;
}

.sub-cats-widget .owl-nav .disabled {
    opacity: 0;
}

.sub-cats-widget .owl-prev, .sub-cats-widget .owl-next {
    padding: 10px !important;
    color: #fff !important;
    font-size: 28px !important;
    /* background: #fff !important; */
}
.sub-cats-widget .owl-prev:hover, .sub-cats-widget .owl-next:hover {
    background: unset !important; 
}
.sub-cats-widget {
    overflow: hidden;
    height: 250px; 
    /*margin-right: 15px;*/
    margin-bottom: 25px;
}

.sub-cats-widget .owl-carousel .owl-stage-outer {
    margin: 0px;
}

.sub-cats-widget .item {
    float: left;
    width: 130px;
    height: 195px;
    text-align: center;
    position: relative;
    color: #262626;
    line-height: 64px;
    /*margin: 0px 8px;*/
    vertical-align: baseline;
    transition: 0.5s;
    border: #ddd 1px solid;
    border-radius:8px;
    /*margin-left:15px;*/
    margin-top:15px;
    margin-bottom:15px;
    overflow: hidden;
}

.sub-cats-widget .item:hover {
    color: #0F9D58;
    opacity: 0.8;
    transition: 0.5s;
}
.sub-cats-widget .item:visited {
    color: #262626;
}

.sub-cats-widget img {
    height: 110px;
    padding: 0px;
    margin: 0px;
}

.sub-cats-widget .owl-dots {
    display: none;
}
.sub-cats-widget .item span {
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.sub-cats-widget .item i, .item span {
    display: inherit;
}

.sub-cats-widget .item.active {
    background-color: #f5f7f9;
}
.sub-cats-widget .item:hover .active > a {
    color: #828282;
}

.brands-widgets, .sub-cats-widget {
    margin: 0px;
}
.brands-widgets .item {
    width: 160px !important;
    padding: 10px;
}
.brands-widgets .item img{
    height: 120px !important;
}

.brands-widgets .item span {
    line-height: 17px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px !important;
}
.collections-widget {

}

.collections-widget .item{
    background-color: #f1f1f1;
    border-radius: 0px;
    padding: 12px;
    margin-top: 0px;
    border: 0px;
    width: 175px;
    height: 250px;
    color: #fff;
    border-radius: 4px;
}

.collections-widget .item img {
    border-radius: 50%;
    height: 130px;
    margin-bottom: 5px;
    width: 130px;
}
.collections-widget .item span {
    font-weight: normal;
}
.collections-widget .item:hover span {
    font-weight: normal;
    color: #fff;
}

.collections-widget-dst {

}

.collections-widget-dst .item{
    background-color: #f1f1f1;
    border-radius: 0px;
    padding: 12px;
    margin-top: 0px;
    border: 0px;
    width: 170px;
    height: 220px;
    color: #fff;
    border-radius: 4px;
}

.collections-widget-dst .item img {
    height: 120px;
    margin-bottom: 0px;
    width: 120px;
	margin-top: 10px;
}
.collections-widget-dst .item span {
    font-weight: normal;
}
.collections-widget-dst .item:hover span {
    font-weight: normal;
    color: #fff;
}

.custom-podbor .title {
    margin-top: 15px;
    font-size: 14px;
    color: #1a0d05;
    min-height: 65px;
}
.custom-podbor .image {
    border-radius: 4px;
    height: 120px;
    background-size: cover !important;
    width: 100%;
    background: #ccc; 
    transition: 0.3s;
}

.custom-podbor .image:hover {
    filter: brightness(.90);
    transition: 0.3s;
}

.owl-contents {

}
.owl-contents .item {
    border: 0px;
    width: 200px;
    height: 210px;
    margin-top: 0px;
}
.owl-contents .item .image {
    width: 100%;
    height: 140px;
    background-size: cover;
    border-radius: 4px;
}
.owl-contents .item span{

}

.indexbut{
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.indexbut2 {
    display: inline-block;
    color: #0F9D58!important;
    letter-spacing: 0px;
    font-family: "Styrene A Web", sans-serif;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 56px!important;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #0F9D58!important;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 2px transparent;
    box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); 
    transition: all 0.4s ease 0s;}
.indexbut2 span {
    padding: 0 50px !important;
    transition: all 0.4s ease 0s;	}
.indexbut2.tr-bg {
    border: 2px solid #0b1f35;
    color: #0b1f35;
    box-shadow: none;
    transition: all 0.4s ease 0s;
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #0F9D58, #0F9D58);
}
.indexbut2.tr-bg:hover {
    opacity: 0.9;
    color: #0b1f35;
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #0F9D58, #0F9D58);
    border: 2px solid #0F9D58;
    color: #0F9D58;
    box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); 
    transition: all 0.4s ease 0s;}
.indexbut2:hover {
    color: #ff0000;
    opacity: 0.9;
    box-shadow: none;
    background-clip: border-box;
    transition: all 0.4s ease 0s;}

.indexicon:hover{
    border-radius: 8px;
    background: #e8f2fe;
}

.logoindexdst {
   padding-bottom: 30px;
margin-top: 40px;
height: 56px;
cursor: pointer;
}

.search-input {
    margin: 0px;
}

.search-input-market {
    margin: 0px;
}

.search-input-services {
    margin: 0px;
}

.search-input-deposit {
    margin: 0px;
}

.header-site .col-header-icons .header-icon2 {
    padding: 1px;
}

#mini-service-box {
    width: 300px;
    height: 300px;
    background: #fff;
}

#mini-service-box.showes {
    width: 350px;
    height: 420px;
    right: 10px !important;
    background: #fff;
    position: absolute;
    display: block;
    float: right;
    left: -270px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 25px 10px 25px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

#mini-service-box .service-item {
    height: auto;
    display: contents;
}

#mini-service-box .service-item .icon2 {
    height: 55px;
    width: 55px;
}
#mini-service-box .las2 {
    font-size: 25px;
    line-height: 48px;
}
#mini-service-box  a {
    height: unset;
    display: block;
}
#mini-service-box .service-item .name {
    color: #0b1f35;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
}

@media (max-width: 650px) {

    .custom-podbor{
        margin-top: 30px;
    }
    .logoindexdst {
        padding-bottom: 30px;
        margin-top: 40px;
        height: 48px;
    }
}

@media (max-width: 415px) {
#mini-service-box.showes {
    left: -180px;
}

#mini-service-box .auth-services .service-item {
    padding: 13px 8px !important;
}
}

.dropdown-menu.showes {
    display: block;
}