/* Slick начало */
#slideshow{
    margin: 32px auto 64px;
}

#slideshow img{
    width:100%;
    max-width:1740px;
    max-height:600px;
}

.slick-prev, .slick-next{
    display:block!important;
    position:absolute!important;
    top:calc(50% - 15px)!important;
    font-size:20px!important;
    line-height: 30px;
    cursor:pointer!important;
    height:30px;
    width:30px;
    border-radius: 50%;
    text-align: center;
    z-index:1;
    color:#124945;
}

.slick-prev{
    left:-30px;
}

.slick-next{
    right:-30px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding:0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    bottom: -20px;
    z-index: 1;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #999;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #124945;
}
/* Slick конец */

#categories_container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:96px;
}

#categories_container .item{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width:170px;
    flex-basis:20%;
    text-decoration: none;
}

#categories_container .item .item_img{
    height:170px;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

#categories_container .item .item_img img{
    max-width:90%;
    max-height:90%;
}

#categories_container .item .item_name{
    width:100%;
    height:60px;
    text-align: center;
}

#categories_container .item span{
    font-family: 'MontserratBold';
    font-size:14px;
    line-height:30px;
    color:#333;
    text-transform: uppercase;
}

#address{
    display:flex;
    justify-content: flex-start;
    margin-bottom:96px;
    margin-top: 96px;
}

#address #map{
    width: 676px;
    height: 424px;
    margin-right:64px;
}

#address .shops_item{
    display:flex;
    align-items: flex-start;
    margin-bottom:26px;
}

#address .shops_item img{
    width: 15px;
    height: 12px;
    margin-top: 3px;
}

#address .shops_item .description{
    display:flex;
    flex-direction: column;
    margin-left:12px;
}

#address .shops_item .description .name{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom:4px;
}

#address .shops_item .description .address{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#address .map_balloon_mirroz76{
    display:flex;
    flex-direction: column;
}

#address .map_balloon_mirroz76 .name{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom:4px;
}

#address .map_balloon_mirroz76 .address{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}




@media (max-width: 1199px) {

}

@media (max-width: 1080px) {
    #categories_container .item{
        flex-basis:25%;
    }

    #address{
        flex-direction: column-reverse;
    }

    #address #map{
        width: 100%;
    }

    #address .shops{
        display:flex;
        flex-wrap: wrap;
        width:100%;
    }

    #address .shops .shops_item{
        flex-basis: 50%;
    }
}

@media (max-width: 958px) {

}

@media (max-width: 768px) {
    #categories_container .item{
        flex-basis:33%;
    }

    #address .shops .shops_item{
        flex-basis: 100%;
    }
}

@media (max-width: 576px) {
    #categories_container .item{
        flex-basis:50%;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 379px) {
    #address h2{
        white-space: nowrap;
        font-size: 30px;
    }
}