h3{
    font-weight: 300;
}

.navbar{
    position: fixed;
    z-index: 5;
    background: #fff;
}
.navbar-brand {
  margin: 0 10px 0 10px;
}

.viber{
    color:#665CAC;
}
.whatsapp{
    color:#4AC959;
}
.skype{
    color: #007bff;
}

.logo-image {
  max-height: 30px;
}

@media screen and (max-width: 800px) {
  .background-logo {
    width: 25%;
  }

  .navbar-brand {
    margin: 0;
  }
  .navbar-brand .logo-image {
    max-height: 20px;
  }
}
.navbar-collapse {
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #434343;
}

.navbar-light .navbar-nav .nav-link:hover {
  border-radius: 3px;
  /*background-color: #f9f9f9;*/
  color: #010101;
}

.nav-item {
  min-width: 70px;
  text-align: center;
}
@media screen and (min-width: 1140px){
    .nav-item{
        min-width: 85px;
    }
}

.mobile .nav-item.dropdown.show .dropdown-menu{
  border: none;
}

.navbar-light .navbar-toggler {
    border-color: transparent; 
}

.mobile-show {
  display: none;
}

.about-us .image{
    width: 100%;
}

@media screen and (max-width: 800px) {
    .navbar-nav .dropdown-menu{
      width: 80vw; 
    }

  .mobile-show {
    display: flex;
    flex-direction: column;
  }

  .mobile-hide {
    display: none;
  }

  .nav-item {
    text-align: left;
  }
}
#carouselExampleControls a {
  color: #343a40;
  opacity:.8;
}
.contacts-mobile{
  display: none;
}
@media screen and (max-width: 991px){
    .contacts-mobile{
        display: block;
        font-size: .8em;
    }
}

.messenger-menu{
    display: block;
}
@media screen and (max-width: 325px){
    .messenger-menu{
        display: none;
    }
}
.contacts a {
  text-decoration: none;
  color: #444;
}

.contacts a:hover {
  color: #111;
}

.categories-card {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}

.category {
  min-height: 220px;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  background-position: center;
  margin: 16px;
  padding: 0;
}

.category-button{
  align-items: center;
  border: none;
  background-color:transparent;
}

@media screen and (max-width: 500px) {
  .category {
    min-height: 150px;
    max-height: 200px;
    font-size: 0.8em;
  }
}
.cat-text {
  position: relative;
  width: 100%;
  min-width: 22vw;
  background-color: rgba(255, 255, 255, 0.85);
  color: #121212;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
  font-size: 1.15em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-property: top, bottom;
  -webkit-transition-duration: 0.65s;
}
.cat-text:hover{
    background-color: rgba(255, 255, 255, 1);
    color:#dc3545;
}
@media screen and (max-width: 500px) {
  .cat-text{
    min-width: 12em;
    top: 75px;
  }
}
@media screen and (max-width: 500px) {
  .sale, .furniture, .equipment {
    background-position: center;
  }
}
.footer {
  background-color: #f1f1f1;
  color: #212529;
  font-size: 0.9em;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.75em;
  }
}
.footer .title {
  font-weight: bold;
  font-size: 1.1em;
}

.footer a {
  text-decoration: none;
  color: #555;
}

.footer a .fa-youtube{
    color:#FF0000;
}

.footer a .fa-youtube:hover{
    color:#dd0000;
}

.footer a .fa-facebook-square{
    color: #3b5998;
}
.footer a .fa-facebook-square:hover{
    color: #1b3978;
}

.footer a .fa-instagram{
    color: #bc2a8d;
}
.footer a .fa-instagram:hover{
    color: #8a3ab9;
}

.footer a:hover {
  color: #111;
}

.modal-hd {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.3em;
}

.modal-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.modal .mail-icon {
  color: #E85A61;
}

.breadcrumb{
    background-color: transparent;
    font-size: .9em;
}

.breadcrumb-item a:hover{
    color: #565656;
    text-decoration: underline;
}

a{
    color: #111;
}

a:hover{
    color: #444;
}
a.dropdown-item:active{
    background-color:#ccc;
}
.sub-category-block{
    /*height: 7.5em;*/
    border: 1px #ccc solid;
    border-radius:4px;
}
.sub-category-block a:hover{
    color:#dc3545;
}
.sub-category-block .list-offers{
    list-style:none;
    min-height:8em;
    padding:0;
    font-weight:300;
}
.list-offers p{
    margin:0;
}
.offers-link{
    color: #555;
    display:block;   
    word-wrap: break-word;
    padding: .3em 1.5em .3em 1em;
    position:relative;
}
@media screen and (max-width: 991px){
  .offers-link{
    padding: .3em 1.5em .3em .5em;
    position:relative;
  }
}
.offers-link:hover{
    background-color:#eee;
}
.offers-link:before{
    content: '>';
    position:absolute;
    right:7px;
    top:50%;
    margin-top: -12px;
}
.view-more{
    display:block;
    margin: 1em 1.5em;
}
.sub-category-link{
    color: #dc3545;
    display:block;
    font-size: 1.25em;
    padding: .7em 2em;
    font-weight: 300;
    text-transform: uppercase;
}
.sub-category-link:hover{
    background-color:#eee1e1;
}
@media screen and (max-width: 992px){
    .sub-category-link{
        font-size:1em;
        padding: 1em .2em;
    }
}
.block_picture {
    height: 255px;
    width: 100%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.picture_ins {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.links{
    list-style-type: none;
}

.links .active a{
    color: #dc3545;
    border-color: #dc3545;
}

.links li{
    padding: .5em 0;
}

.links li a{
    display: inline-block;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px #2c2c2c dotted;
}
.links li a:hover{
    color: #dc3545;
    border-bottom: 1px #dc3545 dotted;
}

.links li a span{
    display: inline-block;
    max-width: 220px;
    padding-bottom: 2px;
    position: relative;
    top: 2px;
}


.links li a span{
    position: relative;
    top: 2px;
}

.links li a span b{
    background-color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    font-size: .7em;
}

.picture{
    background-size: auto 100%;
    width: auto;
    height: 100%;
}

.slider-nav .item{
    height: 100px;
}

@media screen and (max-width: 500px){
    .slider-nav .item{
 
    }
}

.slider-nav img{
    margin: auto;
    border: 1px solid #fff;
    height: 100%;
}

.slick-active{
    outline: none;
}

.slick-prev:before, .slick-next:before{
    color: #111;
}

.slick-prev:before{
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f053';
}

.slick-next:before{
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    content:'\f054';
}

.slider-for img{
    max-height: 25em;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 500px){
    .slider-for img{
    /*height: auto;*/
    /*width: 75vw;*/
    width: auto;
    max-height: 13em;
    margin-left: auto;
    margin-right: auto;
}
}

.slider-nav .slick-current img{
    border: 1px solid #dc3545;
}

.modal-body .form-control{
    width:80%;
}

.vacancy img.skype{
    max-height: 3em;
}
.vacancy img.zoom{
    max-width: 5em;
}
/*# sourceMappingURL=style.css.map */
