@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body{
    color: #273135;
    font-family:'Cuprum';
}
header{
    padding:54px 0;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0;
    padding-left: 0;
}
.top__header__content{
    padding-left: 30px;
    margin-bottom: 52px;
    display: flex;
}
.l__block,.bottom__header__content{
    display: flex;
}
.copyrate{
    display: flex;
    flex-direction: column;
}
.copyrate .company__name{
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #148FAF;
    margin-bottom: auto;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}
.copyrate .some__text{
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: auto;
}
.logo{
    display: flex;
    transform: translateX(-18px);
}
.logo_item{
    background: #C4C4C4;
    height: 70px;
}
.first__logo_item{
    width: 5px;
    margin-right: 6px;
}
.second__logo_item{
    width: 4px;
    margin-right: 5px;
}
.third__logo_item{
    width: 3px;
    margin-right: 5px;
}
.four__logo_item{
    width: 2px;
}
.top__header__content .r__block{
    margin-left: auto;
    color:#fff;
    font-weight: bold;
}

.top__header__content .address{
    text-align: right;
}

.bottom__header__content .l__block{
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: auto;
}

.bottom__header__content .r__block{
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.bottom__header__content .r__block a{
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}
.bottom__header__content .contacts div:first-child img{
    margin-right: 8px;
}
.bottom__header__content .contacts div:last-child img{
    margin-right: 13px;
}
.content-title{
    font-size: 20px;
    line-height: 23px;
    border:1px solid #273135;
    padding:16px 0;
    border-right: none;
    border-left: none;
}
.meeting__details{
    background: #ECEDEE;
    padding:30px 43px 50px;
}
.event__photo{
    margin: 30px 0;
}
.event__photo img{
    width: 100%;
    height:auto;
}
.day__order{
    font-size: 16px;
    line-height: 18px;
    color: #273135;
}
.meeting__details .author{
    float: right;
}
@media (max-width: 972px) {
    .top__header__content{
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .top__header__content,
    .bottom__header__content{
        padding:0 20px;
    }
    .logo{
        margin-left: 10px;
    }
    .top__header__content .address{
        margin-top: 20px;
    }
}
@media (max-width: 340px) {
    .bottom__header__content .l__block{
        display: none;
    }
    .top__header__content .r__block {
        margin-right: auto;
    }
    .top__header__content{
        margin-bottom: 20px;
    }
    .bottom__header__content .r__block {
        margin-right: auto;
    }
    header{
        padding: 20px 0;
    }
}