.calendar{
    width: 1280px;
    margin: 0 auto;
}
.calendar-title{
    font-size: 35px;
  
    color: rgba(0, 0, 0,0.85);
    margin-top: 30px;
}
.calendar-header{
    overflow: hidden;
    margin-top: 30px;
}
.calendar-header-title{
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.calendar-left-block{
    width: calc(100% - 350px);
    margin-bottom: 30px;
    float: left;
}
.calendar-header-selector-wrapper{
    float: right;
}
.calendar-header-selector-wrapper svg{
    float: right;
    height: 20px;
    margin-top: 3px;
}
.calendar-header-selector-wrapper svg{
    fill: #1b75bb;
    transition: 0.2s;
}
.calendar-header-selector-wrapper:hover svg{
    fill: #faaf41;
}
.calendar-header-selector-wrapper:hover .calendar-header-selector{
    color: #faaf41;
}
.calendar-header-selector{
    font-size: 20px;
    text-align: right;
    border: 1px solid transparent;
    padding-left:5px;
    transition: 0.2s;
    color: #1b75bb;
}
.calendar-header-selector:focus{
    text-align: left;
    outline: none;
    border-bottom: 1px solid #faaf41;
    
}
.calendar-header-selector:hover{
    
}
.calendar-item{
    margin-top: 30px;
    border-bottom: 1px solid rgb(200, 200, 200);
}
.calendar-item-title{
    font-size: 18px;
    color: #faaf41;
}
.calendar-item-title-date{
    font-weight: bold;
    color: black;
}
.calendar-item-main{
    margin-top: 10px;
    margin-bottom: 10px;
}
.calendar-header{
    border-bottom: 1px solid rgb(200, 200, 200);
    padding-bottom: 15px;
}
.calendar-right-block{
    float: right;
    width: 350px;
}
.standart-window{
    width: 300px;
    height: 400px;
    background: yellowgreen;
    margin-bottom: 30px;
    float: right;
}
.calendar-right-block{
    overflow: hidden;
    padding-top: 30px;
}
@media screen and (max-width: 600px) {
    .calendar{
        width: 100%;
    }
    .calendar-left-block{
        width: 100%;
        float: none;
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 0px;
    }
    .calendar-right-block{
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-top: 0px;
    }
    .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;
    }
    .standart-window{
        margin: 30px auto;
        float: none;
    }
    .calendar-title{
        font-size: 20px;
        padding-left: 15px;
    }
    .calendar-item-main{
        font-size: 14px;
    }
    .calendar-item-title-date{
        font-size: 16px;
    }
    .calendar-item-title{
        font-size: 16px;
    }
    .calendar-header-selector-wrapper{
        width: 130px;
    }
    .calendar-header-selector{
        width: calc(100% - 20px);
    }
    .calendar-header-title{
        font-size: 16px;
    }
    .calendar-header-selector{
        font-size: 16px;
    }
    .calendar-header-selector-wrapper svg {
        height: 16px;
    }
}
