@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('../fonts/BebasNeueCyrillic.eot');
    src: url('../fonts/BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueCyrillic.woff2') format('woff2'),
    url('../fonts/BebasNeueCyrillic.woff') format('woff'),
    url('../fonts/BebasNeueCyrillic.ttf') format('truetype'),
    url('../fonts/BebasNeueCyrillic.svg#BebasNeueCyrillic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilroyMedium';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilroySemiBold';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
    url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilroyBold';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilroyRegular';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype'),
    url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilroyLight';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff2') format('woff2'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype'),
    url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 98%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1365px;
    }
}

::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #ecedee
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ff161f;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #56999f;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

::-webkit-scrollbar {
    width: 4px;
}

html {
    height: 100%;
    position: relative;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

.noresult {
    font-family: 'GilroyBold';
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 30px 0 0 0;
    display: none;
}

.menu__top {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.menu__top::before {
    content: '';
    width: 100%;
    max-width: 50%;
    height: 99px;
    background: #ff161f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.menu__top::after {
    content: '';
    width: 100%;
    height: 99px;
    background: #2b2c2b;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    z-index: -1;
}

.menu__top .container {
    background: #2b2c2b;
}

.menu__top .col-logo {
    background: #ff161f;
    position: relative;
}

.menu__top .col-logo::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    width: 32px;
    height: 99px;
    background: url('../images/bg-logo.jpg') no-repeat right top;
}

.menu__top .logo {
    margin: 24px 0 18px 0;
}

.menu__top nav {
    width: 100%;
    padding: 0;
}

.menu__top ul {
    margin: 0;
    padding: 0 15px 0 0;
    display: flex;
    justify-content: space-between;
    float: none;
    width: 100%;
}

.menu__top ul::before,
.menu__top ul::after {
    display: none;
}

.menu__top ul li {
    display: inline-block;
    padding: 33px 0 0 0;
    border-top: 3px solid #2b2c2b;
    float: none;
}

.menu__top ul li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    line-height: 100%;
    font-family: 'Bebas Neue Cyrillic';
    padding: 0;
    line-height: 100%;
}

.menu__top ul li a:active {
    background: none;
}

.menu__top ul li a:focus {
    background: none;
}

.menu__top ul li:hover {
    border-top: 3px solid #ff161f;
}

.menu__top ul li a:hover {
    background: none;
    color: #ff161f;
}

@media (max-width: 1200px) {
    .menu__top ul li a {
        font-size: 20px;
    }
}

.menu__top .active {
    border-top: 3px solid #ff161f;
}

.menu__top .active a {
    color: #ff161f;
}

.menu__top .phone {
    display: block;
    margin: 35px 0 0 0;
    text-align: right;
}

.menu__top .phone a {
    font-size: 28px;
    color: #fff;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 100%;
    text-decoration: none;
}

.menu__top .phone::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 19px;
    background: url('../images/iconPhone.png') no-repeat;
}

@media (max-width: 1200px) {
    .menu__top .phone a {
        font-size: 22px;
    }

    .menu__top .phone {
        margin-top: 30px;
    }

    .menu__top .phone::before {
        height: 20px;
        width: 20px;
        margin-right: 10px;
        background-size: cover;
    }
}

header {
    padding-top: 99px;
    width: 100%;
    min-height: 670px;
    background: url('../images/bg-header.jpg') no-repeat top center;
}

.header__wrap {
    padding: 130px 0 0 0;
}

.header__wrap h1 {
    font-size: 60px;
    color: #010000;
    font-family: 'Bebas Neue Cyrillic';
    margin: 0;
    line-height: 120%;
}

.header__wrap ul {
    margin: 0;
    padding: 25px 0 0 0;
}

.header__wrap ul li {
    font-size: 30px;
    color: #000;
    font-family: 'Bebas Neue Cyrillic';
    margin: 25px 0 0 0;
    list-style: none;
    line-height: 100%;
}

.header__wrap .btn {
    color: #fff;
    font-size: 24px;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 52px;
    width: 263px;
    height: 52px;
    background: url('../images/bg-but.png') no-repeat;
    margin: 50px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    transition: .5s;
}

.header__wrap .btn:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}

.header__image {
    margin: 135px 0 0 0;
    background: url('../images/bg-video.png') no-repeat top right;
    position: relative;
}

@media (max-width: 760px) {
    .header__image {
        margin-top: 0;
    }
}

.header__image img {
    max-width: 100%;
    margin: -6px 0 0 -24px;
}

.header__image .video {
    position: absolute;
    top: 208px;
    left: 298px;
    font-size: 18px;
    color: #000101;
    font-family: 'GilroySemiBold';
    line-height: 120%;
    text-decoration: none;
    padding: 22px 0 23px 106px;
    background: url('../images/iconPlay.png') no-repeat left top;
}

@media (max-width: 1200px) {
    .header__image .video {
        left: 180px;
    }
}

.b-advant {
    width: 100%;
    padding: 146px 0 0 0;
    background: url('../images/bg-preim.jpg') no-repeat top center;
}

.advant__list {
    padding: 67px 0 112px 0;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
    max-width: 975px;
    align-items: flex-start;
}

.advant__list-item {
    max-width: 196px;
}

.advant__list-item figure {
    height: 64px;
    text-align: center;
}

.advant__list-item img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.advant__list-item p {
    font-size: 16px;
    color: #fff;
    font-family: 'GilroyMedium';
    line-height: 120%;
    text-align: center;
    margin: 24px 0 0 0;
}

.caption {
    font-size: 48px;
    color: #fff;
    font-family: 'Bebas Neue Cyrillic';
    margin: 0;
    text-align: center;
    line-height: 100%;
}

.filters-wrapper {
    background: #f4f2ee;
    border: 1px solid #ddd;
    padding: 30px;
    padding-bottom: 40px;
    width: 100%;
}

.filters__buttons .filters_block:nth-child(1) {
    max-width: 128px;
    width: 100%;
    margin-right: 42px;
}

.filters__buttons .filters_block:nth-child(2) {
    max-width: 262px;
    width: 100%;
    margin: 0;
}

.select__group {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.filters_block {
}

.filters_block select {
    width: 100%;
}

.filters_block p {
    font-size: 13px;
    color: #000;
    font-family: 'GilroyBold';
    margin: 0 0 4px 0;
    text-transform: uppercase;
    display: inline-block;
}

.filters_block input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.filters_block input[type="radio"] + label {
    font-size: 13px;
    color: #000;
    font-family: 'GilroySemiBold';
    margin: 11px 20px 0 0;
    background: url('../images/check.png') 0 -37px no-repeat;
    padding: 2px 0 2px 30px;
    cursor: pointer;
    position: relative;
    line-height: 100%;
    font-weight: 600;
    display: inline-block;
}

.filters_block input[type="radio"] + label::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ff161f;
    border-radius: 50%;
    background: #fff;
}

.filters_block input[type="radio"]:checked + label::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff161f;
    top: 5px;
    left: 5px;
    position: absolute;
}

.filters-form {
    overflow: hidden;
}

.filters__top {
    float: left;
    width: 78%;
    margin-right: 2%;
}

.filters__bottom {
    float: left;
    width: 20%;
}

@media (max-width: 1200px) {
    .filters__top {
        width: 100%;
        margin: 0;
    }

    .filters__bottom {
        width: 100%;
        text-align: center;
    }

    .filters__buttons {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .select__group {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 500px) {
    .select__group {
        grid-template-columns: auto;
    }
}

a.reset {
    font-size: 21px;
    color: #00b7f4;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 100%;
    display: block;
    text-decoration: underline;
    text-align: center;
    margin-top: 30px;
}

.filters-wrapper button {
    color: #fff;
    font-size: 24px;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 52px;
    width: 100%;
    height: 52px;
    background: url('../images/bg-but.png') no-repeat;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    transition: .5s;
    border: none;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .filters-wrapper button {
        display: inline-block;
        width: 220px;
    }
}

.filters-wrapper button:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}

.jq-selectbox {
    display: inline-block;
    margin: 12px 0 0 0;
    width: 100%;
}

.jq-selectbox select {
    left: -9999px;
    position: absolute;
}

.jq-selectbox__select {
    outline: none;
    width: 100%;
    background: #fff;
    padding-left: 25px;
    height: 40px;
    color: #000;
    font-family: 'GilroySemiBold';
    font-size: 13px;
    line-height: 100%;
    cursor: pointer;
    border: none;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #898989;
}

.jq-selectbox__select-text {
    display: block;
    padding-top: 12px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 17px;
    right: 12px;
    overflow: hidden;
    width: 13px;
    height: 7px;
    background: url('../images/arrow.png') no-repeat center center;
}

.jq-selectbox ul {
    margin: 0;
    padding: 5px 0 0 0;
    border-radius: 0 0 5px 5px;
    overflow-y: auto;
    border: 1px solid #898989;
}

.jq-selectbox li {
    padding: 7px 5px 7px 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    white-space: nowrap;
    color: #000;
    font-family: 'GilroySemiBold';
    font-size: 13px;
    background: #fff;
    cursor: pointer;
    list-style: none;
    letter-spacing: .5px;
    border-bottom: 1px solid #898989;
}

.jq-selectbox li.selected {
    background-color: #ff161f;
    color: #fff;
}

.jq-selectbox li:hover {
    background-color: #ff161f;
    color: #fff;
}

.jq-selectbox__dropdown {
    top: 0;
    bottom: auto;
    z-index: -1;
    padding-top: 35px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: #fff;
    border-top: none;
    position: absolute;
    border-radius: 5px;
}

.b-catalog {
    padding: 105px 0 45px 0;
    background: #fff;
    width: 100%;
}

.b-catalog .caption {
    color: #2a2c2c;
}

.carousel-catalog {
    padding: 50px 0 0 0;
}

.carousel-catalog .item {
    /*max-width: 390px;*/
    padding: 0 15px;
}

.slick-prev {
    background: url('../images/arr.png') no-repeat 0 0;
    left: -65px;
}

.slick-prev:hover {
    background: url('../images/arr.png') no-repeat -18px 0;
    transform: rotate(-180deg);
}

.slick-next {
    background: url('../images/arr.png') no-repeat 0 0;
    transform: rotate(-180deg);
    right: -65px;
}

.slick-next:hover {
    background: url('../images/arr.png') no-repeat -18px 0;
    transform: rotate(0deg);
}

.slick-arrow {
    width: 18px;
    height: 33px;
    position: absolute;
    top: 54%;
    margin-top: -12px;
    border: none;
    outline: none;
    font-size: 0;
    z-index: 2;
}

.slick-slide {
    outline: none;
}

.catalog__list {
    padding: 0 83px;
}

.catalog__item {
    height: 413px;
    border: 1px solid #ddd;
    margin: 22px 0 8px 0;
    background: #fff;
    transition: .5s;
    display: block;
    position: relative;
    overflow: hidden;
    outline: none;
}

.catalog__item:active {
    border: 1px solid #ddd;
    background: none;
    outline: none;
}

.catalog__item:focus {
    border: 1px solid #ddd;
    background: none;
    outline: none;
}

.catalog__item .info__product {
    position: absolute;
    left: 0;
    top: -510px;
    transition: .6s;
    height: 100%;
    width: 100%;
    padding: 10px 45px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background: url('../images/bg-product.jpg') no-repeat top center;
    background-size: cover;
}

.catalog__item .info__product p {
    font-family: 'GilroyMedium';
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0 0;
    line-height: normal;
    text-align: center;
}

.catalog__item .info__product p.price {
    color: #ff0000;
    margin: 0;
    font-size: 24px;
}

/*black button 263*52*/

.catalog-item-buttons {
    margin-top: 10px;
    text-align: center;
}

.catalog-item-buttons .button:first-child {
    margin-bottom: 10px;
}

.button {
    width: 263px;
    height: 52px;
    font-size: 24px;
    color: #fff;
    font-family: "Bebas Neue Cyrillic";
    text-align: center;
    background: url('../images/bg-but.png') no-repeat;
    border-width: 0;
}

.button.dark {
    background-image: url('../images/bg-but-dark.png');
}

.catalog__item:active {
    border: none;
    outline: none;
}

.catalog__item:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.catalog__item:hover p {
    text-decoration: none;
}

.catalog__item:hover .info__product {
    top: 0;
}

.catalog__item figure {
    width: 100%;
    height: 303px;
    position: relative;
}

.catalog__item figure img {
    max-width: 100%;
    margin: auto;
    max-height: 303px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.catalog__item p {
    font-size: 24px;
    color: #000;
    font-family: 'GilroyBold';
    margin: 6px 0 0 0;
    line-height: 120%;
    text-align: center;
}

.b-catalog .btn, .b-faq .btn, .b-magazine .btn {
    color: #fff;
    font-size: 24px;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 52px;
    width: 263px;
    height: 52px;
    background: url('../images/bg-but.png') no-repeat;
    margin: 48px auto 0;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    transition: .5s;
}

.b-catalog .btn:hover, .b-faq .btn:hover, .b-magazine .btn:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}

.b-video {
    width: 100%;
    padding: 85px 0 110px 0;
    background: url('../images/bg-v.jpg') no-repeat top center;
}

.carousel-video {
    padding: 65px 0 0 0;
}

.carousel-video .item {
    text-align: center;
}

.carousel-video .slick-prev {
    background: url('../images/arr-white.png') no-repeat 0 0;
    left: 97px;
}

.carousel-video .slick-prev:hover {
    background: url('../images/arr.png') no-repeat -18px 0;
}

.carousel-video .slick-next {
    background: url('../images/arr-white.png') no-repeat 0 0;
    transform: rotate(-180deg);
    right: 97px;
}

.carousel-video .slick-next:hover {
    background: url('../images/arr.png') no-repeat -18px 0;
    transform: rotate(0deg);
}

.carousel-video .slick-dots {
    text-align: center;
    width: max-content;
    display: block;
    margin: 0 auto;
    padding: 0 60px 13px 60px;
    border-bottom: 1px solid #ff161f;
}

.carousel-video .slick-dots li {
    display: inline-block;
    margin: 64px 7px 0 7px;
    padding: 0;
    line-height: 100%;
}

.carousel-video .slick-dots button {
    border: none;
    background: none;
    font-size: 30px;
    color: #fff;
    font-family: 'Bebas Neue Cyrillic';
    text-align: center;
    outline: none;
    line-height: 100%;
    padding: 0 4px;
    position: relative;
}

.carousel-video .slick-dots button:hover {
    color: #ff161f;
}

.carousel-video .slick-dots li.slick-active button {
    color: #ff161f;
    border: 1px solid #595959;
}

.carousel-video .slick-dots li.slick-active button::after {
    content: '';
    position: absolute;
    left: 6px;
    bottom: -14px;
    background: #ff161f;
    width: 10px;
    height: 2px;
}

.carousel-video .slick-arrow {
    top: 41%;
}

.b-faq {
    padding: 60px 0 95px 0;
}

.b-faq .caption {
    color: #2a2c2c;
}

.faq__list {
    padding: 45px 0 0 0;
}

.faq__list-item {
    border: 1px solid #2b2c2b;
    margin: 11px 0 0 0;
}

.faq-head {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'GilroyMedium';
    padding: 9px 0 7px 67px;
    cursor: pointer;
    position: relative;
}

.faq-head::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 10px;
    width: 26px;
    height: 19px;
    background: url('../images/arr-faq.png') no-repeat 0 0;
}

.faq-head.active {
    background: #2b2c2b;
    color: #fff;
    font-family: 'GilroyBold';
}

.faq-head.active::after {
    content: '';
    background: url('../images/arr-faq.png') no-repeat 0 -19px;
}

.faq-body {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: 'GilroyMedium';
    padding: 9px 97px 10px 67px;
    display: none;
    line-height: 175%;
}

.b-sert {
    width: 100%;
    background: url('../images/bg-sert.jpg') no-repeat top center, url('../images/bg-sert-bottom.jpg') no-repeat bottom center;
    background-color: #f4f2ee;
    padding: 98px 0 98px 0;
}

.b-sert .caption {
    color: #2a2c2c;
}

.b-sert figure {
    position: relative;
    margin: 30px 0 0 0;
}

.b-sert figure img {
    max-width: 100%;
}

.b-sert a {
    position: absolute;
    top: 208px;
    left: 232px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    display: none;
    background: rgba(0, 0, 0, 0.6) url('../images/zoom.png') no-repeat center center;
}

.b-sert figure:hover a {
    display: block;
}

.sert-text {
    padding: 38px 0 0 0;
}

.sert-text p {
    color: #000;
    font-size: 16px;
    font-family: 'GilroyMedium';
    line-height: 150%;
    margin: 12px 0 0 0;
}

.sert-image {
    margin-top: -11px;
}

.sert-image img {
    float: right;
    margin: 21px -27px 0px 0px;
}

.sert-image ul {
    padding: 0;
    margin: 19px 0 0 0;
    max-width: 449px;
}

.sert-image ul li {
    clear: both;
    list-style: none;
    margin: 1px 0 0 0;
    display: inline-block;
    position: relative;
    height: 24px;
    width: 100%;
    border-bottom: 1px dashed #000;
}

.sert-image ul li span {
    font-size: 18px;
    color: #000;
    font-family: 'GilroySemiBold';
    background: #f4f2ee;
    line-height: 36px;
}

.sert-image ul li span:first-child {
    float: left;
    padding: 0 2px 0 0;
    margin: 0;
}

.sert-image ul li span + span {
    float: right;
    padding: 0 0 0 2px;
    margin: 0;
    width: 174px;
}

.b-magazine {
    padding: 52px 0 62px 0;
}

.b-magazine .caption {
    color: #2a2c2c;
}

.magazine__list {
    padding: 34px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.magazine__list img {
    transition: .6s;
    filter: grayscale(100%);
}

.magazine__list img:hover {
    transition: .6s;
    filter: grayscale(0);
}

.b-partn {
    padding: 90px 0 120px 0;
    background: url('../images/bg-partn.jpg') no-repeat top center;
}

.partn__feedback {
    padding: 102px 0 0 0;
}

.partn__feedback p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 120%;
    font-family: 'GilroyRegular';
}

.b-partn form {
    padding: 28px 0 0 0;
    width: 1005;
    max-width: 360px;
}

.b-partn input {
    margin: 24px 0 0 0;
    padding: 0 0 0 23px;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #898989;
    outline: none;
    font-size: 14px;
    color: #000;
    font-family: 'GilroyLight';
}

.b-partn input::-webkit-input-placeholder {
    color: #898989;
    font-size: 14px;
    font-family: 'GilroyLight';
}

.b-partn input:-moz-placeholder {
    color: #898989;
    font-size: 14px;
    font-family: 'GilroyLight';
}

.b-partn input.error {
    border: 1px solid #ff0000;
}

.b-partn input.error::-webkit-input-placeholder {
    color: #ff0000;
}

.b-partn input.error:-moz-placeholder {
    color: #ff0000;
}

.b-partn form button {
    color: #fff;
    font-size: 24px;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 52px;
    width: 263px;
    height: 52px;
    background: url('../images/bg-but.png') no-repeat;
    margin: 29px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    transition: .5s;
    border: none;
}

@media (min-width: 1000px) {
    .b-partn form button.button {
        width: 100%;
        background: #f11019;
        max-width:100%;
    }
}

.b-partn form button:hover {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.4);
}

.partn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 56px 0 0 0;
}

.partn__list-item {
    display: flex;
    align-items: flex-start;
    width: 48%;
    max-width: 390px;
    margin: 47px 2% 0 0;
}

@media (max-width: 640px) {
    .partn__list-item {
        width: 100%;
    }
}

.partn__list-item p {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 120%;
    font-family: 'GilroyRegular';
}

.partn__list-item p.name {
    font-size: 24px;
    color: #ff161f;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 100%;
    margin: 0;
}

.partn__list-item figure {
    min-width: 64px;
    margin: 20px 10px 0 0;
}

.partn__list-item figure img {
    max-width: 100%;
}

footer {
    border-top: 1px solid #ff161f;
    padding: 22px 0 0 0;
    background: #f4f2ee;
}

footer .logo {
    display: inline-block;
    vertical-align: top;
}

footer nav.navbar-collapse {
    width: 100%;
}

footer ul {
    margin: 0;
    padding: 0 45px 0 0;
    display: flex;
    justify-content: space-between;
    float: none;
    width: 100%;
}

footer ul.nav::before,
footer ul.nav::after {
    display: none;
}

footer ul li {
    display: inline-block;
    padding: 16px 0 0 0;
    float: none;
}

footer .navbar-nav > li > a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    line-height: 100%;
    font-family: 'Bebas Neue Cyrillic';
    padding: 0;
    line-height: 100%;
}

footer ul li a:hover {
    background: none;
    color: #000;
}

footer .phone {
    display: block;
    margin: 9px 0 0 0;
    text-align: right;
}

footer .phone a {
    font-size: 24px;
    color: #ff161f;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 100%;
    text-decoration: none;
}

footer .fb {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/fb.png') no-repeat;
}

footer .lang {
    display: inline-block;
    margin: 9px 0 0 21px;
    width: 51px;
    height: 34px;
}

footer .ua {
    background: url('../images/ua.jpg') no-repeat;
}

footer .ru {
    background: url('../images/rus.jpg') no-repeat;
}

.bottom {
    margin: 15px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #2b2c2b;
}

.bottom p {
    font-size: 14px;
    color: #000;
    font-family: 'GilroyMedium';
    margin: 0;
    line-height: 100%;
}

.bottom p a {
    font-size: 14px;
    color: #00b7f4;
    font-family: 'GilroyMedium';
    text-decoration: underline;
}

.bottom p a:hover {
    text-decoration: none;
}

.visible_mobile {
    display: none;
    max-width: 100%;
}

.b-thank {
    background: #2b2c2b url('../images/bg-partn.jpg') no-repeat top center;
    min-height: 828px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.b-thank h1 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-family: 'Bebas Neue Cyrillic';
    margin: 0;
    position: relative;
}

.b-thank h1::after {
    content: '';
    width: 100%;
    max-width: 440px;
    height: 22px;
    background: #ff1212;
    display: block;
    margin: -20px auto 0;
}

.b-thank p,
.thanks-order-num {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-family: 'Bebas Neue Cyrillic';
    margin: 57px 0 15px 0;
    line-height: 125%;
}

.thanks-order-num {
    margin: 20px 0 0 0;
}

.mobile__menu {
    width: 100%;
    max-width: 1024px;
    left: 0;
    top: 0;
    position: fixed;
    transition: .6s;
    background: #ff161f;
    height: 100%;
    text-align: center;
    left: -1124px;
    z-index: 31;
}

.mobile__menu.active {
    left: 0;
}

.mobile__menu .close {
    position: absolute;
    width: 28px;
    height: 27px;
    background: url('../images/close.png') no-repeat;
    right: 15px;
    top: 22px;
    opacity: 1;
}

.mobile__menu ul {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
}

.mobile__menu ul li {
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
}

.mobile__menu ul li a {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    font-family: 'Bebas Neue Cyrillic';
}

.mobile__menu ul li.active a {
    color: #2b2c2b;
    border-bottom: 4px solid #2b2c2b;
}

.mobile__menu .phone {
    margin: 62px 0 0 0;
    text-align: center;
}

.mobile__menu .phone a {
    font-size: 36px;
    color: #fff;
    font-family: 'Bebas Neue Cyrillic';
    line-height: 100%;
    text-decoration: none;
}

.mobile__menu .phone::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 19px;
    background: url('../images/iconPhone.png') no-repeat;
}

@media (max-width: 1024px) {
    .hidden_mobile {
        display: none;
    }

    .visible_mobile {
        display: block;
    }

    .header__wrap {
        padding: 95px 0 0 0;
    }

    .filters__bottom {
        flex-wrap: wrap;
    }

    .filters__buttons {
        width: 100%;
        justify-content: flex-end;
    }

    .magazine__list {
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 0 0 0;
    }

    .magazine__list img {
        margin: 30px 50px 0 50px;
    }

    .carousel-video .slick-next {
        right: 30px;
    }

    .carousel-video .slick-prev {
        left: 30px;
    }

    .partn__list {
        padding: 0 47px;
    }

    .partn__feedback {
        padding: 60px 0 0 0;
        text-align: center;
    }

    .b-partn {
        padding: 85px 0px 60px;
        background-size: cover;
    }

    .b-partn form {
        max-width: 100%;
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .b-partn form input {
        max-width: 90%;
    }

    .b-partn form button {
        margin: 40px auto 0;
        display: block;
    }

    footer nav.navbar-collapse, footer ul {
        padding: 0;
    }

    .bottom p {
        text-align: center !important;
        margin: 12px 0 0 0;
    }

    footer .phone a {
        font-size: 28px;
    }
}

@media (max-width: 760px) {
    .b-partn form input {
        width: 90%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .b-partn form button {
        margin: 40px auto 0 auto;
        display: block;
    }

    .header__wrap {
        padding-top: 40px;
    }
}

@media (max-width: 970px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
    }

    .col-12 {
        width: 100%;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }

    .navbar-toggle {
        margin: 31px 0 0 0;
        padding: 0;
    }

    .navbar-toggle .icon-bar {
        height: 4px;
        background: #fff;
        margin: 6px 0 0 0;
        width: 40px;
    }

    footer .fb {
        margin: 0;
    }

    footer .lang {
        margin: 9px 0px 0px 7px;
        background-size: 100%;
        width: 40px;
        height: 30px;
    }

    .b-advant {
        padding: 70px 0px 0px;
    }

    .advant__list {
        padding: 10px 0px 70px;
    }

    .header__image .video {
        top: 185px;
        left: 50px;
    }
}

@media (max-width: 760px) {
    .header__image .video {
        left: 150px;
    }
}

@media (max-width: 640px) {
    .col-xs-14 {
        width: 100%;
    }

    .col-xs-8 {
        width: 57.14285714%;
    }

    .col-xs-7 {
        width: 50%;
    }

    .header__wrap {
        padding: 55px 0px 0px;
    }

    .header__wrap h1 {
        font-size: 48px;
    }

    .header__wrap ul {
        padding: 0;
    }

    .header__image .video {
        position: absolute;
        top: 150px;
        left: auto;
        right: 0;
    }

    .header__image {
        margin: 5px 0px 0px;
    }

    .advant__list {
        flex-wrap: wrap;
    }

    .catalog__list {
        padding: 0 45px;
    }

    .slick-prev {
        top: 0;
        left: 0;
    }

    .slick-next {
        top: 0;
        right: 0;
    }

    .b-video iframe {
        max-width: 350px;
        max-height: 200px;
    }

    .carousel-video .slick-prev {
        left: 0;
    }

    .carousel-video .slick-next {
        right: 0;
    }

    .faq-head {
        padding: 0 49px 0 28px;
        font-size: 14px;
        min-height: 40px;
        display: flex;
        align-items: center;
        width: 100%;
        line-height: 100%;
    }

    .advant__list-item {
        margin: 50px 0 0 0;
        max-width: 50%;
    }

    .magazine__list img {
        margin: 50px 0px 0px 0;
    }

    .partn__list {
        padding: 0 40px 0 0;
    }

    .partn__list-item figure {
        margin: 20px 0 0 0;
        min-width: 130px;
        text-align: center;
    }

    .b-partn form {
        justify-content: center;
    }

    .b-partn form input {
        max-width: 360px;
    }

    .faq-body {
        padding: 9px 30px 10px 30px;
    }

    .b-partn form {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .catalog__list {
        padding: 0;
    }
}

@media (max-width: 420px) {
    footer .phone a {
        font-size: 24px;
    }

    .b-thank h1,
    .b-thank p {
        font-size: 42px;
    }
}

.scroll-up {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 100;
    opacity: .7;
    display: none;
    padding: 10px 10px 3px 10px;
}

@media (max-width: 768px){
    .scroll-up {
        display: none;
    }
}

.footer-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.lang-switch {
    display: inline-block;
    margin: 0;
}

.lang-switch__item {
    display: inline-block;
    font-weight: bold;
}

.lang-switch span.lang-switch__item {
    color: #000;
}

.lang-switch a.lang-switch__item {
    color: #ff161f;
}

.lang-switch__sep {
    color: #000;
    margin: 0 5px;
    font-weight: bold;
}

/* Modal */

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.modal-small .modal-dialog {
    width: 400px;
}

@media (max-width: 400px) {
    .modal-dialog {
        width: 96%;
    }
}

.modal-header {
    border-width: 0;
    padding: 30px 30px 0 30px;
    position: relative;
}

.modal-title {
    text-align: center;
    font-family: 'Bebas Neue Cyrillic';
    font-size: 24px;
    margin-bottom: 10px;
}

.modal-product-right .modal-title {
    text-align: left;
    margin-top: 1px;
}
.modal .close {
    font-size: 40px;
    font-weight: normal;
    margin-top: -10px;
    position: absolute;
    right: 27px;
    z-index: 1051;
}

.modal-body {
    padding: 30px;
    padding-top: 0px;
}

.modal-buttons {
    text-align: center;
    margin-top: 30px;
}

/* Form */

.form__row {
    margin-bottom: 20px;
}

.form__input-last-name {
    display: none;
}

.form__input {
    height: 40px;
    font-family: 'GilroyMedium';
    font-size: 16px;
}

.form__input.error {
    border-color: brown;
}

.form__label {
    font-family: 'GilroySemiBold';
    font-size: 16px;
}

/* Product modal */

.modal-product .modal-dialog {
    width: 900px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.modal-product-row {
    overflow: hidden;
}

.modal-product-left {
    float: left;
    width: 38%;
    margin-right: 2%;
}

.modal-product-right {
    float: left;
    width: 60%;
}

.modal-product .modal-title {
    font-size: 30px;
    color: #2a2c2c;
}

.modal-product img {
    max-width: 100%;
}

.modal-product img {
    border: 1px solid #ccc;
    margin-top: 10px;
}

.modal-product img:hover {
    border: 1px solid #f11019;
}

@media (max-width: 760px) {
    .modal-product-left,
    .modal-product-right {
        float: none;
        width: 100%;
    }

    .modal-product-gallery {
        margin-bottom: 10px;
    }
}

.modal-product-info {
    font-family: 'GilroyMedium';
    font-size: 16px;
}

.modal-product-price {
    font-family: 'GilroySemiBold';
    font-size: 20px;
    margin-top: 30px;
    color: #ff0000;
}

.modal-product-files {
    overflow: hidden;
    margin-top: 20px;
}

.modal-product-file {
    font-family: 'GilroyMedium';
    font-size: 16px;
    margin: 10px 2%  0 0;
    display: flex;
    float: left;
    color: #898989;
    text-decoration: underline;
}

.modal-product-file::before {
    content: '';
    display: block;
    width: 17px;
    height: 22px;
    background: url("../images/pdf.png") no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.modal-product-file span {
    display: block;
    color: #898989;
}

.modal-product-file:hover {
    text-decoration: none;
}

.modal-product-main-img-link {
    display: block;
    margin-bottom: 20px;
}

.modal-product-images {
    overflow: hidden;
    margin-top: -15px;
    margin-right: -2%;
}

.modal-product-img-link {
    width: 23%;
    display: inline-block;
    float: left;
    margin: 0 2% 5px 0;
}

.modal-product-img-link img {
    margin-top: 5px;
}


.modal-product-form {
    margin-top: 30px;
}

@media (max-width: 450px) {
    .logo-footer-link {
        display: none;
    }

    footer .phone {
        margin-top: 4px;
    }

    footer .phone a {
        font-size: 20px;
    }
}

.button,
.button.dark {
    max-width: 90%;
    border-radius: 30px;
    background: #f11019;
}

.button.dark {
    background: #000;
}


.button:hover,
.button.dark:hover {
    opacity: 0.6;
}

@media (max-width: 450px) {
    .button,
    .button.dark {
        font-size: 18px;
    }

    .info__product .info {
        overflow: hidden;
        max-height: 50%;
    }
}

    .magazine__list img {
        width: 100%;
    }

@media (max-width: 990px) {
    .magazine__list img.clnt-mobi {
        display: block;
    }
    .magazine__list img.clnt-comp {
        display: none;
    }
}

@media (min-width: 990px) {
    .magazine__list img.clnt-comp {
        display: block;
    }
    .magazine__list img.clnt-mobi {
        display: none;
    }
}


