
.content-floof{
    margin: 0;
}
.content-floof__title{
    font-size: 38px;
    font-family: "OpenSans";
    color: rgb(36, 36, 36);
    font-weight: bold;
    line-height: 1.105;
    margin-bottom: 40px;
}
.content-floof__image{
    width: 100%;
}
.title-shops{
    margin: 50px 0 0 0;
    display: flex;
    
}
.title-shops__box{
    margin-right: 76px;
}
.title-shops__link{
    display: flex;
    margin-bottom: 15px;
}
.content-floof__wrapper{
    display: flex;
    position: relative;
}
.number-shops,.title-shops__text{
    font-size: 18px;
    font-family: "OpenSans";
    color: rgb(36, 36, 36);
    line-height: 1.556;
    transition: 0.3s;
}
.number-shops{
    padding-right: 5px;
}
.title-shops__link:hover .number-shops,
.title-shops__link:hover .title-shops__text{
    color: #9f9f9f;
}
.content-floof__image--flex{
    /* width: 55%; */
    height: 100%;
}
.title-shops--two{
    margin: 0 0 0 40px;
}
/* MAP NAVIGATION */
.map-navigation{
    position: relative;
}
.svg-floof__one{
    position: absolute;
    top: -3px;
    left: 0;
    height: 100%;
    width: 100%;
}
.svg-floof__two{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 55%; */
}
.svg-floof__three{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 55%; */
}
.trading-place{
    opacity: .1;
    transition: 0.3s;
    fill: #9f9f9f;
}
.trading-place:hover{
   opacity: .65;
   fill: white;
}
.zico-text:hover .zico{
    opacity: .8;
}
@media screen and (max-width: 760px){
    .title-shops{
        flex-wrap: wrap;
    }
    .title-shops__box {
        width: 35%;
    }
    .shops__text {
        font-size: 14px;
    }
    .content-floof__wrapper {
        flex-direction: column;
    }
    .content-floof__image--flex {
        width: 100%;
        height: 100%;
    }
    .svg-floof__two {
        width: 100%;
    }
    .title-shops--two {
        margin: initial;
    }
    .svg-floof__three {
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 540px){
    .number-shops, .title-shops__text {
        font-size: 14px;
    }
    .title-shops__box {
        margin-right: 35px;
    }
}