@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p{
    line-height: 26px;
    font-size: 16px;
}
a{
    text-decoration: underline;
}
body{
    background: #fff;
    position: relative; 
    font: 16px 'Raleway', sans-serif; color:#1a1a1a;
}
.release_block h1{
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 30px;
}
.release_block h1 span{
    color: #f39d17;
}
.release_block{
    margin: 90px 0 130px;
}
.menu{
    text-align: center;
    padding: 40px 0 20px;
    font-size: 18px;
    font-weight: 600;
}
.menu .active{
    color: #5a5a5a;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.menu .active:hover{
    text-decoration: underline;
}
.menu .fa{
    font-size: 13px;
    margin-right: 5px;
}
.intro{
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
}
.about{
    background: #f0f0f0;
    padding: 16px 16px 8px 22px;
    margin-bottom: 20px;
}
.invite{
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}
li{
    list-style: none;
    line-height: 26px;
}
li:before{
    content: url(../img/gray_arrow.svg);
    margin-right: 12px;
}

/* contacts */
.contacts{
    border:2px solid #c5dcf2;
    padding: 30px 0 40px 40px;
    margin-top: 36px;
}
.title_contacts{
    font-size: 22px; 
    margin-bottom: 1rem;
    text-align: center; 
}
.consult{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.3rem !important;
    margin-top: 10px;
}
.tel{
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.mail{
    font-size: 18px;
}
.title{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0.7rem;
}
.item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.item_text{
    margin-left: 20px;
}
.back{
    font-size: 15px;
    font-weight: 500;
}
