.another_menu {
    display: flex;
    justify-content: space-between;
}
.another_menu .nav-item {
    padding: 5px 10px;
    position: relative;
}
.another_menu a,
.another_menu span {
    font-size: 16px;
    color: #ffd956;
}
.another_menu .nav-item .sub_menu {
    position: absolute;
    width: 190px;
    background: rgba(0,0,0,.8);
    top: 35px;
    left: -10px;
    padding: 0 20px 0;
    padding-top: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 0;
}
.another_menu .nav-item:hover .sub_menu {
    height: 112px;
    padding-top: 10px;
}
.another_menu .sub_menu a {
    display: block;
}
.burger {
    padding: 40px 0 20px 0;
}
.burger span {
    color: #afafaf;
}
.burger .sub_menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 5px;
}
.burger .sub_menu a {
    width: 50%;
}
.index-carousel a:hover {
    text-decoration: none;
}
.title-bottom a {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color:#636363;
    margin-right: 10px;
}
.contacts .phones a {
    color: #fff;
    text-decoration: none;
}
.device-model {
    display: block;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.front-device-model {
    position: relative;
    max-height: 0px;
    overflow: hidden;
}
.device-model .item:hover {
    background-color: #f0f0f0;
}
.single-template {
    padding-top: 40px;
    padding-bottom: 40px;
}
.single-template .info img {
    max-height: 300px;
    width: auto;
}
.archive-device-model {
    padding: 60px 0 40px;
}
.calculation {
    padding: 40px 0;
}
.device-model button {
    margin: 0 auto;
    display: block;
}
.benefits_about {
    background: #fff;
}
.benefits_about .benefits__header,
.benefits_about .benefits__element p{
    color: #1d1d1d;
}
.footer-menu a {
    margin-right: 20px;
    font-size: 18px;
}
.contacts-page h2 {
    font-size: 22px;
}
.contacts-page a,
.contacts-page p {
    font-size: 18px;
}
.model-info p {
    max-height: 220px;
    margin-bottom: 0;
    overflow: hidden;
}
.model-button {
    font-size: 16px;
    border: navajowhite;
    background: none;
    padding: 0;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .hline {
        display: none;
    }
}

.seo{
	background: #f1f1f1;
    padding: 15px 0 25px;
}

.catalog_seo {
    color: #fff;
    background: #2f2d2d;
    padding: 25px 0 35px;
}


