.container {
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: 100px;

    background-color: white;
    justify-content: center;
    padding: 0 !important;

}

.navbar-light {
    width: 100%;
    position: fixed;
    z-index: 3000;
    background-color: white;

    max-width: 1100px;
    height: 100px;
    
}

.all-menu {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.container-up-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*border-bottom: 1px solid red;*/
    width: 615px;
}

.search-wrap {
    display: flex;
    flex-direction: row;
}

.d-flex {
    width: 305px;
}

.up-menu-tels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: center;
    width: 340px;
}

.up-menu-tel {
    display: flex;
    flex-direction: column;
    width: 170px;
    padding: 5px 12px;
}

.up-menu-tel.left {
   text-align: right;
}


.up-menu-tel.right {
    justify-content: left;
}

.up-menu-tel a{
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 200;
    text-decoration: none;
    color: #59606a;
    }

.up-menu-tel p{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 200;
    color: #59606a;
}

.vertline-up-menu {
    width: 1px;
    background-color: #59606a !important;
    height: 2.3rem;
}

.navbar-nav {
    border-top: 1px solid red;
}

.nav-link{
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 16pt;
    line-height: 16.82pt;
    font-weight: 100;

    color: red !important;
}

.nav-link.active {
    box-shadow: 0 3px 0px 0px red;
    color: red !important;
}

.nav-divider {
    padding: 0 12px;
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 18.95pt;
    line-height: 16.82pt;
    font-weight: 200;
    color: red !important;
}

.breadcrumb-item a b {
    color: black;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 13pt;
    /*font-weight: normal;*/
    line-height: 14.09pt;
    text-decoration: none;
}

.breadcrumb-item a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 13pt;
    font-weight: lighter;
    /*line-height: 14.09pt;*/
    text-decoration: none;
}

.breadcrumb-item.active {
    color: red;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'PFDinTextCompPro', sans-serif;*/
    font-size: 13pt;
    /*line-height: 14.09pt;*/
    text-decoration: none;
}

.breadcrumb-item.active::before {
    color: red;
}



.bc-wrap {
    width: 80%;
    display: flex;
    justify-content: flex-start;
}

/*bs-add*/


/*
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  */

  .form-control{
    border-radius: 42px;
    width: 300px;
    height: 32px;
    border: 1px solid #59606a;
    background: white;
    float: right;
  }

  .btn.upmenu {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    position: relative;
    padding: 0px;
    box-shadow: -5px 0 2px -5px #646b74;
    right: 43px;
  }

  .btn.upmenu:before{
    content: url('/images/search.png');
  }

  /*.navbar-nav li {
    border-right: 1px solid red;
  }

  .navbar-nav li:last-child {
    border-right: none;
  }*/

/*слайдер*/



.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -40px;
}

.slick-prev {
    left: -40px;
}

.slick-prev, .slick-next {
    
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;

}


.slick-slide {
    transform: scale(0.7);
    position: relative;
    z-index: 500;
}

.slick-active {
    transform: scale(0.8);
    position: relative;
    z-index: 750;
    
}

.slick-current {
    transform: scale(1);
    position: relative;
    z-index: 1000;
}


.slick-track {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    top: 0;
    left: 0;
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.main-slider {
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: space-around;
}

.main-slides {
    width: 94%;
    margin-top: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    justify-content: space-between;
    align-items: flex-start;
}

.main-slides img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.main-slider-big {
    width: 1100px;
}

.main-slider-sm {
    width: 400px !important;
    /*margin: 20px;*/
}

.main-gallery-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 701px) and (max-width: 1100px) {
    .navbar-collapse.show {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
        position: fixed;
        top: 150px;
        z-index: 1500;
      }
      .navbar-nav {
        display: flex;
        width: max-content;
        flex-direction: column;
        align-items: flex-end;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: white;
      }
      a.nav-link {
        font-weight: normal !important;
      }
      a.nav-link.active {
        box-shadow: none !important;
      }
      .nav-divider {display:none;}

      div .form-control.redmmm {
        margin: 0 !important;
        margin-left: 16px !important;
    }

    div .main-slider {
        width: 100%;
        display: flex;
        align-self: center;
        justify-content: space-around;
    }
    
    div .main-slides {
        width: 84%;
        margin-top: 8px;
        display: flex;
        flex-wrap: nowrap;
        align-self: center;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    div .main-slides img {
        object-fit: cover;
        width: 100%;
        height: unset;
    }
    
    div .main-slider-big {
        width: 100%;
    }
    
    div .main-slider-sm {
        width: 200px !important;
        /*margin: 20px;*/
    }
    
    div .main-gallery-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    div .alt1-main {
        margin-top: 99px !important;
    }


}

@media (max-width: 700px) {
    .navbar-collapse.show {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
        position: fixed;
        top: 150px;
        z-index: 1500;
      }
      .navbar-nav {
        display: flex;
        width: max-content;
        flex-direction: column;
        align-items: flex-end;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: white;
      }
      a.nav-link {
        font-weight: normal !important;
      }
      a.nav-link.active {
        box-shadow: none !important;
      }
      .nav-divider {display:none;}

      div .form-control.redmmm {
        margin: 0 !important;
        margin-left: 16px !important;
    }

    div .main-slider {
        width: 100%;
        display: flex;
        align-self: center;
        justify-content: space-around;
    }
    
    div .main-slides {
        width: 84%;
        margin-top: 8px;
        display: flex;
        flex-wrap: nowrap;
        align-self: center;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    div .main-slides img {
        object-fit: cover;
        width: 100%;
        height: unset;
    }
    
    div .main-slider-big {
        width: 100%;
    }
    
    div .main-slider-sm {
        width: 100px !important;
        /*margin: 20px;*/
    }
    
    div .main-gallery-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    
    
    div .navbar-light,
    div .fixed-main .container  {
        height: 183px;
    }

    div.navbar-collapse.show {
        top: 0 !important;
        margin-top: 175px !important;
    }


    div .navbar-nav {

    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100%;

    }

}