.main-slider-photos_el-text {
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.3);
    left: 35%;
}

.main-slider-photos_el-body {
    line-height: initial;
}

.main-slider-photos_el-ttl {
    font-size: 40px;
    margin-bottom: 25px;
}


.promos-tile__el-body {
    display: none;
}

a.promos-tile__el:hover {
    opacity: 0.6;
}

.bg-grey .header_top {
    background: #F26645;
}

.header_nav>ul>li>.link, .header_nav>ul>li>a {
    text-decoration: none;
    border-bottom: none;
    color: #ffffff;
    background-color: #e66345;
    padding: 11px 13px;
    font-weight: 500;
    font-size: 17px;
}

.header_nav>ul>li>.link, .header_nav>ul>li>a:hover {
    color: #e21e1e;
    background-color: #ffab98;
}

.promos-tile__el-content {
    background: rgb(242 102 69 / 50%);
}

@media (max-width: 560px) {
    
    .slider-wrap--photos {display: none;}
    
}    