#wrapper-main {
    overflow: hidden;
}


#header-top .header_block.header_block_address {
    width: auto !important;
}

.section_content_990 {
    display: flex;
    flex-direction: column;
}

.section_wrap {
    margin-bottom: 70px;
}

.section_content_990__container {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}

.block_download {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}

.block_download .download_btn{
    margin: 0 112px;
}

.download_btn {
    align-items: center;
    padding: 8px 20px;
    justify-content: center;
    min-height: 70px;
    min-width: 296px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
    background-color:#f3f3f3;
    box-shadow: 0px 4px 3.9px 1.1px rgba(157, 155, 155, 0.35);
    transition: 0.3s ease-in-out;
}

.download_btn:hover {
    background: #f8f8f8;
    box-shadow: none;
}

.download_btn__icon {
    margin-right: 20px;
}

.download_btn__icon img {
    max-height: 55px;
    min-height: 55px;
    width: 55px;
    max-width: 80px;
    object-fit: contain;
}

.block_company {
    position: relative;
    display: flex;
    margin: 76px 0 100px;
}

.block_company__text {
    padding: 30px 45px;
    max-width: 600px;
    background-color: rgba(243, 243, 243, 1);
    box-shadow: 0px 4px 3.9px 1.1px rgba(157, 155, 155, 0.35);
    font-size: 14px;
    z-index: 1;
    position: relative;
}

.block_company__image {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    transform: translate(0, -50%);
    max-width: 675px;
    width: 100%;
}

.block_company__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_company__text p{
    margin-bottom: 20px;
}

.block_company__text p:last-child {
    margin-bottom: 0;
}

#main .block_company__title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
    color: #000;
    font: 13px/18px Roboto,Arial,Tahoma,Verdana,sans-serif;
}

[data-scroll-observer].block_company .block_company__text {
    transform: translateX(-100%);
    transition: 0.7s ease-in-out;
    opacity: 0;
}

[data-scroll-observer].block_company.animated .block_company__text {
    transform: translateX(0);
    opacity: 1;
}

.main-page-slider:not(.owl-loaded) {
    display: block !important;
}

#main .head_line {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    padding: 0;

}

#main .head_line span {
    position: relative;
}

#main .head_line span:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 2px;
    background: #222222;
    top: 50%;
    transform: translate(20px, -50%);
}

.section_advantages {
    display: flex;
    justify-content: space-between;
}

.advantage_card {
    padding: 40px 5px;
    box-shadow: 0px 4px 3.9px 1.1px rgba(157, 155, 155, 0.35);
    transition: 0.3s ease-in-out;
    display: inline-flex;
    flex-direction: column;
    border-radius: 10px;
    align-items: center;
    max-width: 270px;
    width: 100%;
    background: #f3f3f3;
    text-decoration: none;
}

.advantage_card:hover {
    box-shadow: none;
    background-color:#f8f9f9;
}

.advantage_card__icon {
    max-width: 75px;
    height: 80px;
    width: 70px;
    margin-bottom: 30px;
}

.advantage_card__icon--range {
    width: 60px;
}

.advantage_card__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.advantage_card__title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
}

.advantage_card__text {
    font-size: 12px;
    text-align: center;
}

.section_catalog  {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    width: calc(100% + 16px);
    position: relative;
    padding-top: 32px;
}

.section_catalog__title {
    text-transform: uppercase;
}

.section_catalog.section_catalog--mod {
    padding-top: 8px;
}

.section_catalog.section_catalog--mod:after {
    display: none;
}

.section_catalog:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50vw, 0);
    width: 100vw;
    height: 70px;
    background: #333;
    top: 13px;
    z-index: -1;
}

.section_catalog:before {
    z-index: -2;
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translate(-50vw, 0);
    top: 0;
    background: #eef0f0;
}

#middle .section_catalog.section_catalog_main .catalog_card {
    width: calc(33.333% - 16px);
    margin: 8px;
}

.catalog_card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.catalog_card__image:hover .catalog_card__menu {
    transform: translateX(0);
}

.catalog_card__menu {
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    background-image: -moz-linear-gradient( 0deg, rgb(47,47,47) 0%, rgb(47,47,47) 1%, rgba(14,14,14,0.5) 70%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(47,47,47) 0%, rgb(47,47,47) 1%, rgba(14,14,14,0.5) 70%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(47,47,47) 0%, rgb(47,47,47) 1%, rgba(14,14,14,0.5) 70%, rgba(0,0,0,0) 100%);
}

.catalog_card__menu a, .catalog_card__menu{
    color: #fff;
}

.catalog_card__menu ul {
    list-style: none;
}

.catalog_card__menu a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.catalog_card__menu a:hover {
    color: var(--color-red);
}

.catalog_card__image {
    margin-bottom: 20px;
    position: relative;
}

.catalog_card__image:before {
    position: relative;
    display: block;
    padding-top: 137%;
    content: '';
}

.catalog_card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.catalog_card__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    min-height: 72px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    color: #000;
    display: flex;
    text-decoration: none;
}

.catalog_card__title:hover {
    color: var(--color-red);
}

[data-scroll-observer].section_services .section_services__item:nth-child(1){
    transform: translateX(-100%);
    opacity: 0;
}

[data-scroll-observer].section_services .section_services__item:nth-child(2n){
    transform: translateX(100%);
    opacity: 0;
}

[data-scroll-observer].section_services.animated .section_services__item {
    transform: translateX(0);
    opacity: 1;
}

.section_services {
    display: flex;
    justify-content: center;
    position: relative;
}

.section_catalog h1 {
    width: 100%;
    margin-top: 5px;
    margin-left: 8px;
}

.section_services.section_services--mod {
    padding-bottom: 40px;
}

.section_services.section_services--mod:after {
    top: 0;
    bottom: 0;
}

.section_services:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 200vw;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50vw);
    background: #eef0f0;
}

.section_services__item {
    text-align: center;
    text-transform: uppercase;
    width: 350px;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.section_services__item:not(:first-child) {
    margin-left: 175px;
}

.section_services__item:hover {
    transform: translateX(0) scale(1.1) !important;
}

.section_services__title {
    position: relative;
    z-index: 3;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.section_services__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_services__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.section_services__item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}

.bottomBannersContainer {
    margin-bottom: 40px;
}

.btn-2 {
    background: var(--color-red);
    text-transform: uppercase;
    height: 44px;
    border-radius: 0;
    line-height: 44px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.btn-2:hover {
    background: #BB0303;
}

.item-product {
    max-width: 100%;
    margin: 0 10px;
}

.item .btn-2 {
    max-width: 100%;
}

#prod-list div.item img {
    max-width: 100%;
}

.item-product__img-box:before {
    padding-top: 141.5708%;
}

#prod-list div.item {
    margin-bottom: 0 !important;
}
#prod-list .slick-list {
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    #prod-list .slick-list {
        padding-bottom: 0;
    }
}

.reviews_slider {
    position: relative;
    padding: 30px 0 40px;
}

.reviews_slider__item {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #000;
    padding: 0 80px;
    text-decoration: none;
}

.reviews_slider__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.reviews_slider__author {
    font-size: 18px;
    line-height: 24px;
    padding: 0 25px 10px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.reviews_slider__text {
    font-size: 16px;
    line-height: 24px;
}

.reviews_slider:before {
    background: #f3f3f3;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translate(-50vw, 0);
    height: 100%;
    width: 100vw;
    min-width: 320px;
}

.reviews_slider .owl-nav svg {
    width: 15px;
}

.reviews_slider .owl-prev {
    left: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}


.reviews_slider .owl-next {
    right: 0;
    transform: translateX(50%);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
}

.reviews_slider .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
}

.reviews_slider .owl-nav > div {
    pointer-events: all;
}

@media (max-width: 1199px) {

    .block_company {
        margin-left: 25px;
    }

    .block_company__image {
        right: -15px;
        height: calc(100% + 60px);
    }

    .section_content_990__container {
        max-width: 890px;
    }

    .catalog_card__title {
        font-size: 16px;
        line-height: 20px;
    }
    .main  {
        padding: 0 20px;
    }

}

@media (max-width: 1023px) {

    .block_download .download_btn{
        margin: 0 30px;
    }

    .block_company__image {
        max-width: 590px;
    }

    .block_company__text {
        background-color: rgba(248, 249, 249, 0.9);
    }

    .advantage_card {
        max-width: 230px;
    }

    .advantage_card__text {
        font-size: 10px;
    }

    .section_catalog {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .section_catalog .catalog_card {
        width: calc(50% - 16px);
    }

    .item-product:hover {
        width: auto;
    }

    .item-product .item-product__thumbs {
        top: initial;
        bottom: 20px;
        display: none;
    }

    .catalog-slider .owl-dots {
        margin-top: 25px;
    }

    .reviews_slider__text {
        font-size: 12px;
        line-height: 16px;
    }

    .reviews_slider__item {
        padding: 0 30px;
    }

    .reviews_slider__author {
        padding: 0;
        font-size: 14px;
        border-bottom: 0;
        position: relative;
    }

    .reviews_slider__author:before {
        content: '';
        background: #000;
        position: absolute;
        height: 1px;
        width: 50%;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 992px) {
    .section_services__item:not(:first-child) {
        margin-left: 0;
    }

    .section_services {
        justify-content: space-between;
    }
}

@media (max-width: 759px) {

    .section_wrap {
        margin-bottom: 30px;
    }

    .download_btn {
        min-height: 35px;
        min-width: 140px;
        padding: 4px;
        font-size: 11px;
    }

    .block_download .download_btn{
        margin: 0 5px;
    }

    .download_btn__icon img {
        max-height: 25px;
        min-height: 25px;
        width: 20px;
        max-width: 20px;
    }

    .download_btn__icon {
        margin-right: 5px;
    }

    .block_company {
        margin: 50px 0 30px;
    }

    .block_company__image {
        max-width: 100%;
        top: -15px;
        height: 100%;
        transform: translate(0,0);
    }

    .block_company__text {
        padding: 20px;
        font-size: 12px;
        text-align: center;
    }

	#main .block_company__text {
        font-size: 14px;
    }

    .section_advantages {
        flex-direction: column;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .advantage_card {
        flex-direction: row;
        max-width: 100%;
        padding: 15px 0;
        box-shadow: none;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .advantage_card__title {
        margin-bottom: 0;
        text-align: left;
        width: calc(100% - 160px);
        max-width: calc(100% - 160px);
    }

    .advantage_card__icon {
        margin-bottom: 0;
        width: 100px;
        max-width: 100px;
        height: 40px;
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .advantage_card__text {
        display: none;
    }

    #main .head_line {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .head_line span:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 100vw;
        top: calc(100% + 5px);
        transform: translate(0, 0);
        display: none;
    }

    .catalog_card__image {
        margin-bottom: 5px;
    }

    .catalog_card__title {
        font-size: 12px;
        line-height: 16px;
        min-height: calc(16px * 2);
    }

	#main .catalog_card__title {
		font-size: 14px;
	}

    .section_services__title {
        font-size: 14px;
    }

    .section_services {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section_services__item {
        margin-bottom: 20px;
    }

    .section_services__item:last-child {
        margin-bottom: 0;
    }

    .section_services__item:after {
        content: '';
        position: absolute;
        top: 5px;
        width: 200vw;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50vw);
        background: #eef0f0;
    }

    .section_services:after {
        display: none;
    }


    .sm-visible {
        display: block !important;
    }


    .cont-col-title, .cont-col-body {
        width: 100%;
    }

    .catalog_card__menu {
        display: none;
    }

}

@media (max-width: 575px) {
    .section_services__item {
        width: 57vw;
        height: 29.5vw;
    }
}