.news-block {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    float:none;
}

.light-theme .swiper-scrollbar-drag {
    background: #d81f37;
}

footer {
    background: transparent url(/image/theme/bg_footer.svg) no-repeat 0 100%;
    background-size: contain;
}

.ch-dark-theme .copyright__payments {
    background: none;
    border-top: none;
}

.copyright {
    color: #fff;
}

.title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.benefits {
    margin-top: 30px;
    margin-bottom: 30px;
}

.benefits .title-img {
    margin-right: 20px;
}

.benefits .title-text {
    font-size: 18px;
}

.benefits-title {
    font-size: 35px;
    color: #d81f37;
    font-weight: bold;
}

.box-nav-links {
    border-bottom-right-radius: 25px;
    background: #d81f37;
    height: 46px;
    padding-right: 15px;
    padding-top: 9px;
    position: relative;
}

#top .header-nav-links .btn-link {
    color: #fff;
}

.box-nav-links::before {
    content: '';
    height: 100%;
    width: 99999px;
    position: absolute;
    right: 100%;
    top: 0;
    background: #d81f37;
}

.light-theme #top, .light-theme #top .container {
    background-color: #616160;
}

#top {
    padding-top: 0;
    padding-bottom: 0;
    height: 46px;
}

.call-back {
    width: 226px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #d81f37;
    font-size: .875rem;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    position: fixed;
    z-index: 2;
    top: 50%;
    right: -93px;
    text-align: center;
    transform: rotate(-90deg) translate(50%, 0);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.call-back:hover {
    color: #fff;
}

.catalog-button {
    top: 80%;
}


.title-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}

.for_whom .title-img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.title-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

h2.headline {
    font-size: 28px;
    color: #d81f37;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
} 

/* h2.headline {
    margin-bottom: 10px;
    padding: 15px 0px 20px 0px;
    position: relative;
    clear: both;
} */

.row-section {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-section .col-12, .row-section .col-sm-6, .row-section .col-md-4{
    margin-bottom: 20px;
}


.categories__all {
    max-width: 285px;
    margin: 0 auto;
    padding-top: 30px;
}

.title-block .up-icon-check-circle{
    padding-right: 8px;
}

.banner-footer {
    display: none;
}

.title-module, .sub-title {
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0px 20px 0px;
    position: relative;
    clear: both;
}

body .container .title-module span {
    font-size: 28px;
    font-weight: 800;
    color: #d81f37;
}

.sub-title {
    font-size: 23px;
    font-weight: 800;
    color: #000;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    max-width: 980px;
    margin-left:auto;
    margin-right:auto;
}

.video-container::after {
    /*padding-top: 72.9%;*/
    background-color: #000;
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container-vert::after {
    padding-top: 85%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slink {
    color: #d81f37;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}

.contacts h1 {
    font-weight: bold;
    font-size: 24px;
}

.contacts h2 {
    font-weight: bold;
    margin-top: 30px;
    font-size: 22px;
}

.btn-contacts {
    padding: 12px 25px;
    background: #d81f37;
    color: #fff;
}

.news-block img {
  float: inline-start;
  margin-inline-end: 20px;
}

.btn-contacts {
    min-width: 124px;
    margin-bottom: 5px;
}