.adresses{
    width: 1280px;
    margin: 0 auto;
    margin-top: 30px;
}
.adresses-title{
    font-size: 35px;
    float: left;
}
.adresses-header{
    overflow: hidden;
}
.adresses-city{
    float: right;
    margin-right: 330px;
}
.adresses-city input{
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    outline: none;
    text-align: right;
    font-size: 20px;
    color: #1b75bb;
}
.adresses-city input:focus{
    text-align: left;
}
.adresses-city svg{
    float: right;
    height: 20px;
    margin-top: 7.5px;
    fill: #1b75bb;
}
.adresses-city:hover svg{
    fill: #faaf41;
}
.adresses-city:hover input{
    color: #faaf41;
}
.addr-standart-window{
    height: 400px;
    width: 300px;
    background: yellowgreen;
    margin-top: 30px;
}
.addr-right-block{
    width: 300px;
    float: right;
}
.addresses-main{
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}
.addr-left-block{
    float: left;
    width: calc(100% - 330px);
}
.addr-item-title{
    font-size: 20px;
    
    color: #1b75bb;
    
}
.addr-item-addr{
    font-size: 18px;
    margin-top: 5px;
}
.addr-block-item{
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(220, 220, 220);
}
.addr-block-item:nth-child(1){
    margin-top: 0px ;
}
@media screen and (max-width: 600px) {
    .adresses{
        width: 100%;
    }
    .addr-left-block{
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .addr-right-block{
        width: 100%;
        float: none;
    }
    .addr-standart-window{
        margin: 30px auto;
    }
    .adresses-title{
        font-size: 20px;
        margin-left: 15px;
        line-height: 35px;
        
    }
    .adresses-city{
        margin-right: 15px;
    }
    .adresses-city input{
        width: 140px;
    }
    .addr-item-title{
        font-size: 16px;
    }
    .addr-item-addr{
        font-size: 14px;
    }
}
