.whatsapp__btn {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/whatsapp-icon-logo.svg);
    transition: .25s all;
}

.max__btn {
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 9999;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/max.png);
    transition: .25s all;
}


/* Список 2  */
.list-counter-circle {
    list-style: none;
	counter-reset: list;
    margin: 20px;
    padding: 0;
    overflow: hidden;
}

.list-counter-circle > li {
    position: relative;
    display: block;
    height: 2rem;
    line-height: 2rem;
    margin-left: 1.75rem;
    margin-bottom: .25rem;
    padding-left: 1rem;
    padding-right: .5rem;
    color: #000;
    background: #cac8cb;
    white-space: nowrap;
    border-radius: .25rem
}

.list-counter-circle > li:last-child {
    margin-bottom: 0;
}

.list-counter-circle > li::before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    left: -2rem;
    top: -.25rem;
    bottom: -.25rem;
    width: 2.5rem;
    line-height: 2rem;
    border-radius: 1.25rem;
    border: .25rem solid #fff;
    text-align: center;
    color: #000;
    background: #cac8cb;
}

/* ЕНД Список 2  */
/* Список 1  */
.list-counter-square {
    list-style: none;
    margin: 20px;
    padding: 0;
}

.list-counter-square > li {
    position: relative;
    display: block;
    margin-bottom: .25rem;
    padding: .325rem .825rem .325rem 1.325rem;
    color: #fff;
    background: #3e3a3c;
}

.list-counter-square > li:last-child {
    margin-bottom: 0;
}

.list-counter-square > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: #cac8cb;
}

/* ЕНД Список 1  */


/* Список 3  */
.ball2022 {
    list-style: none;
    margin: 20px;
}

.ball2022 p {
    width: 100%;
    color: #808285;
    text-decoration: none;
    display: inline-block;
    padding-left: 35px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    position: relative;
    transition: .3s linear;
}

.ball2022 p:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #425273;
    position: absolute;
    left: -4px;
    top: 7px;
}

.ball2022 li {
    position: relative;
}

.ball2022 li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EC351D;
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 2;
    transition: .4s ease-in-out;
}

.ball2022 li:hover:before {
    left: -20px;
}


/* ЕНД Список 3  */

/* Список 4  */
.zebra {
    list-style: none;
    border-left: 10px solid #FC7574;
    padding: 0;
    margin: 20px;
    font-family: "Lucida Sans";
}

.zebra li {
    padding: 10px;
}

.zebra li:nth-child(odd) {
    background: #E1F1FF;
}

.zebra li:nth-child(even) {
    background: white;
}

/* ЕНД Список 4  */


/* Список 5  */
.beads {
    list-style: none;
    background: #EEE3DB;
    margin: 20px;
    padding-left: 40px;
    border-radius: 5px;
}

.beads li {
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    border-bottom: 1px solid #D4D7D6;
    position: relative;
}

.beads p {
    text-decoration: none;
    color: #464643;
    display: block;
    line-height: 40px;
    position: relative;
}

.beads p:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #A58063;
}

.beads li:last-child {
    border-bottom: none;
}

.beads li:before,
.beads li:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.beads li:before {
    top: calc(50% - 5px);
    background: #E0926E;
    left: -22px;
    width: 10px;
    height: 10px;
    transition: 0.5s linear;
}

.beads li:after {
    bottom: 6px;
    left: -20px;
    width: 6px;
    height: 6px;
    background: #A58063;
}

.beads li:hover:before {
    background: #FFCE08;
}

/* ЕНД Список 5 */

/* STYLE RESET */
/* СБРАСЫВАНИЕ СТАНДАРТНЫХ СТИЛЕЙ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


img {

    object-fit: cover;
    display: block;
    max-width: 100%;

}

/* СБРАСЫВАНИЕ СТАНДАРТНЫХ СТИЛЕЙ */

/* MAINTANCE */
/* ТЕХНИЧЕСКИЙ КОД (ДЛЯ ОБЩИХ ТЕГОВ ТИПА body button И ТД..) */

body {

    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;

}


/* ТЕХНИЧЕСКИЙ КОД (ДЛЯ ОБЩИХ ТЕГОВ ТИПА body button И ТД..) */

/* КОНТЕНТ */

.title {

    font-size: 40px;
    text-align: center;

}

.header {

    padding: 30px 0 150px;

}

/* КАРТОЧКА С ПОЛЕЗНОЙ ИНФОРМАЦИЕЙ */

/* ОБЁРТКА */
.useful-information {

    border-left: 3px solid #992828;
    padding: 30px 30px 30px 15px;
    background: #EBEAEA;
    max-width: 710px;
    width: 100%;

}

/* ОБЁРТКА */

/* ТЕКСТ КАРТОЧКИ */
.useful-information__text {

    line-height: 27px;
    max-width: 660px;
    width: 100%;
}

/* ТЕКСТ КАРТОЧКИ */

/* ЖИРНЫЙ ТЕКСТ В НАЧАЛЕ */

.strong__text {

    font-weight: 700;

}

/* КАРТОЧКА С ПОЛЕЗНОЙ ИНФОРМАЦИЕЙ */

/* КАРТОЧКА С ОФОРМЛЕНИЕМ */

/* ОБЁРТКА */

.decoration-wrp {
    /* Этот отступ сделал для того что бы отделить карточку от другой */
    margin-top: 50px;
    /* Этот отступ сделал для того что бы отделить карточку от другой */
    background: #F4F2E5;
    padding: 30px 15px 30px 20px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 3px solid black;
    max-width: 700px;
    width: 100%;

}

/* ЗАГОЛОВОК КАРТОЧКИ */

.decoration-wrp__title {

    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

/* ЗАГОЛОВОК КАРТОЧКИ */

/* КОНТЕНТ КАРТОЧКИ */
.decoration-content-wrp__item {

    max-width: 190px;
    width: 100%;

}

/* ЗАГОЛОВОК КОНТЕНТА */
.content__title {

    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #D3D1BF;
    display: flex;
    align-items: flex-end;
}

.content__title_2 {

    max-width: 130px;
    width: 100%;

}

/* ЗАГОЛОВОК КОНТЕНТА */


/* НОМЕР КОНТЕНТА */
.content__number {

    font-size: 50px;
    width: 50px;
    height: 50px;
    text-align: end;
    font-weight: 500;
    color: #E36628;
    margin-right: 10px;
    /* ПОЛОСКИ ФОНА ДЛЯ НОМЕРА */
    background: repeating-linear-gradient(
            -45deg,
            #CBC9B8,
            #CBC9B8 2px,
            #F4F2E5 2px,
            #F4F2E5 5px
    );
    /* ПОЛОСКИ ФОНА ДЛЯ НОМЕРА */
}

/* НОМЕР КОНТЕНТА */

/* ТЕКСТ КОНТЕНТА */

.decoration-content__text {

    font-size: 14px;
    margin-top: 20px;
    max-width: 190px;
    width: 100%;

}

@media (max-width: 767.99px) {

    /* Отступ для контента на разрешении 768px */
    .decoration-content-wrp__item:not(:last-child) {

        margin-bottom: 20px;

    }

}

/* ТЕКСТ КОНТЕНТА */

/* КОНТЕНТ КАРТОЧКИ */

/* ОБЁРТКА */

/* КАРТОЧКА С ОФОРМЛЕНИЕМ */

/* КАРТОЧКА "КАК МЫ РАБОТАЕМ" */

/* ОБЁРТКА КАРТОЧКИ */

.working {
    /* ОТСТУП ЧТО-БЫ РАЗДЕЛИТЬ КАРТОЧКИ ЕГО МОЖНО УБРАТЬ */
    margin-top: 50px;
    /* ОТСТУП ЧТО-БЫ РАЗДЕЛИТЬ КАРТОЧКИ ЕГО МОЖНО УБРАТЬ */
    background: #EEEEEE;
    padding: 30px 15px;
    max-width: 700px;
    width: 100%;
}

/* ОБЁРТКА КАРТОЧКИ */

/* ЗАГОЛОВОК КАРТОЧКИ */

.working__title {

    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #505050;
    margin-bottom: 20px;
    text-align: center;
}

/* ЗАГОЛОВОК КАРТОЧКИ */

/* КОНТЕНТ КАРТОЧКИ */

.working-content-wrp__item {

    position: relative;
    max-width: 103px;
    width: 100%;

}

.working-content-wrp__item:not(:last-child)::after {

    content: '';
    /* ЗДЕСЬ МОЖНО ПОМЕНЯТЬ ИЗОБРАЖЕНИЕ СТРЕЛОЧКИ  */
    background: url('../img/working-arrow.svg') no-repeat;
    /* ЗДЕСЬ МОЖНО ПОМЕНЯТЬ ИЗОБРАЖЕНИЕ СТРЕЛОЧКИ  */
    width: 22px;
    height: 40px;
    display: block;
    position: absolute;
    top: 15%;
    right: -50%;

}

/* ТЕКСТ КАРТОЧКИ */

.working-content-wrp__text {

    font-size: 14px;
    max-width: 100px;
    width: 100%;
    text-align: center;
    margin-top: 20px;

}

@media (max-width: 767.99px) {

    .working-content-wrp__item:not(:last-child) {

        margin-bottom: 60px;

    }

    /* ПРАВИЛО ДЛЯ СТРЕЛКИ. ЕЁ ПОВОРОТ И ПОЗИЦИЯ СНИЗУ */
    .working-content-wrp__item:not(:last-child)::after {

        content: '';
        /* ЗДЕСЬ МОЖНО ПОМЕНЯТЬ ИЗОБРАЖЕНИЕ СТРЕЛОЧКИ  */
        background: url('../img/working-arrow.svg') no-repeat;
        /* ЗДЕСЬ МОЖНО ПОМЕНЯТЬ ИЗОБРАЖЕНИЕ СТРЕЛОЧКИ  */
        width: 22px;
        height: 40px;
        display: block;
        position: absolute;
        transform: rotate(90deg);
        top: 100%;
        right: 40%;
        margin-bottom: 30px;


    }

    /* ПРАВИЛО ДЛЯ СТРЕЛКИ. ЕЁ ПОВОРОТ И ПОЗИЦИЯ СНИЗУ */

}

/* ТЕКСТ КАРТОЧКИ */

/* КОНТЕНТ КАРТОЧКИ */

/* КАРТОЧКА "КАК МЫ РАБОТАЕМ" */

/* КАРТОЧКА О КАЧЕСТВЕ */
/* ОБЁРТКА КАРТОЧКИ */
.quality {
    /* Отступ что-бы разделить карточки, можно убрать */
    margin-top: 30px;
    /* Отступ что-бы разделить карточки, можно убрать */
    background: #FFFDC7;
    padding: 30px 15px;
    max-width: 580px;
    width: 100%;

}

/* ОБЁРТКА КАРТОЧКИ */

/* Колокольчик */

.quality__img {

    width: 40px;
    height: 40px;
    margin-right: 20px;

}

/* Колокольчик */

/* ТЕКСТ КАРТОЧКИ */

.quality__text {

    max-width: 500px;
    width: 100%;
    line-height: 27px;

}

/* ТЕКСТ КАРТОЧКИ */
/* КАРТОЧКА О КАЧЕСТВЕ */

/* КАРТОЧКА ПРО ОТХОДЫ */

/* ОБЁРТКА КАРТОЧКИ */

.accept {
    /* ОТСТУП ОТ ДУГОЙ КАРТОЧКИ МОЖНО УБРАТЬ */
    margin-top: 30px;
    /* ОТСТУП ОТ ДУГОЙ КАРТОЧКИ МОЖНО УБРАТЬ */
    background: #D9FEBD;
    padding: 30px 15px;
    max-width: 580px;
    width: 100%;

}

/* ОБЁРТКА КАРТОЧКИ */

/* ИЗОБРАЖЕНИЕ КАРТОЧКИ "ГАЛОЧКА" */

.accept__img {

    margin-right: 20px;

}

/* ИЗОБРАЖЕНИЕ КАРТОЧКИ "ГАЛОЧКА" */

/* ТЕКСТ КАРТОЧКИ */

.accept__text {

    max-width: 550px;
    width: 100%;
    line-height: 27px;

}

/* ТЕКСТ КАРТОЧКИ */

/* КАРТОЧКА ПРО ОТХОДЫ */

/* КАРТОЧКА ПРО ДНО ))) */

.message-bottom {
    /* ОТСТУП ОТ ДРУГОЙ КАРТОЧКИ МОЖНО УБРАТЬ */
    margin-top: 30px;
    /* ОТСТУП ОТ ДРУГОЙ КАРТОЧКИ МОЖНО УБРАТЬ */
    background: #F8F8F8;
    max-width: 580px;
    width: 100%;
    padding: 30px 35px;

}

/* КАРТОЧКА ПРО ДНО ))) */

/* ИЗОБРАЖЕНИЕ КАРТОЧКИ */

.message-bottom__img {

    width: 40px;
    height: 38px;
    margin-right: 20px;
}

/* ИЗОБРАЖЕНИЕ КАРТОЧКИ */

/* ТЕКСТ КАРТОЧКИ */

.message-bottom__text {
    color: #828282;
    max-width: 560px;
    width: 100%;
    line-height: 27px;

}


.header-fon {
    color: #fff !important;
    font-size: 18px;
    padding-right: 0px !important;
    padding-left: 0;
    background-color: #000;
}

.header-fon p {
    margin-top: 0;
    margin-bottom: 5px;
}

.header-fon a {
    color: #fff !important;
    font-size: 18px;
    padding-right: 0px !important;
    padding-left: 0;
}

.modal .modal-header {
    display: block;
}

.btn14-2025 {
    background: #4caf51 !important;
    border-color: #4caf51 important;
}

.btn2020 {
    background-color: inherit;
    padding: 5px;
    border: 2px solid #4caf51;
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}

.text-center1 {
    padding-top: 15px;
    text-align: center;
}

.text-center2 {
    padding-top: 10px;
    text-align: center;
}

.text-center4 {
    padding-top: 20px;
    text-align: center;
}

.text-center3 {
    padding-top: 0px;
    text-align: center;
}

.cat-name {
    font-size: 20px;
    color: #ff3030;
    padding: 5px 0;
}

.text-tovar {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.price1 {
    font-size: 25px;
    color: #000;
    padding: 5px 0;
}

.dotted-divider {
    background: url(https://proekt-plitka.ru/images/divider-lg.png) repeat-x;
    clear: both;
    height: 5px;
    margin: 20px 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f8f1f1;
    border-radius: 4px;
    margin-top: 20px;
}

.block-silver {

    display: inline-block;
    width: 100%;
/ / padding-right: 403 px;
    padding-bottom: 80px;
    margin-top: 50px;
}

.h3-center {
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all 250ms linear;
    text-align: center;
    padding: 0 25px 0 25px;
    text-transform: uppercase;
}

.btn {
    margin-top: 10px;
    background-color: #f8f1f1;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 5px 12px;
    color: #555;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mark {
    margin-top: 10px;
    background-color: #fff;
    padding: .2em;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.zveta {
    padding: 15px 0px 0px;
    display: flex;
    justify-content: center;
}

.seriy {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #ebebeb;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.temnoseriy {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #555;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.krasniy11 {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #9c0909;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.rozoviy {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #d48c83;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.karich {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #963700;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.oranj {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #d46a37;
    float: left;
    margin-right: 5px;
}

.joltiy {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #fbd30e;
    float: left;
    margin-right: 5px;
}

.beliy11 {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #fff;
    float: left;
    margin-right: 5px;
    border: 1px solid #000;
}

.chorniy {
    border-radius: 50%;
    width: 22px;
    height: 20px;
    background-color: #000;
    float: left;
    margin-right: 5px;
}

/* Connecting Fonts  */


a {
    text-decoration: none !important;
}

/* NavBar */
.navbar-light .navbar-toggler {
    color: #000000;
    border-color: #000000;
}

header .navbar-light .navbar-toggler {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-nav .nav-item .nav-link {
    color: #000 !important;
    font-size: 18px;
    /* text-align: justify; */
    padding-right: 0px !important;
    padding-left: 0;

}

.navbar-nav .nav-item {
    padding-right: 40px !important;
    padding-left: 0;
}

.navbar-nav .nav-item:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 50px;
    width: 0;
    border-bottom: 3px solid red;
    transition: all 1s linear;
}

.navbar-nav .nav-item:hover:before {
    width: 100%;
}

.bg-light {
    background-color: #F4F5EF !important;
}

/* Header NavBar */
header {
    background-color: #000;
    padding: 0px 30px;
    margin-bottom: -20px;
}


.navbar-nav .nav-item .bell {
    color: #ff3030 !important;
    cursor: pointer;
    padding-left: 20px;
}

.bg-red {
    background-color: #ff3030;
}

.white-nav {
    color: #E5E5E5 !important;
}


.navbar-nav .nav-item .white-nav {
    color: #fff !important;
    height: 45px !important;
    font-size: 18px;
    font-weight: bold;
}

header .navbar-nav .nav-item {
    padding-left: 20px;
}

header .navbar-nav .nav-item:before {
    content: '';
    position: relative;
    display: inline-block;
    top: 50px;
    width: 0;
    border-bottom: 3px solid #fff;
    transition: all 1s linear;
}

header .navbar-nav .nav-item:hover:before {
    width: 100%;
}

/* Section Header */
#Header .col-xl-6, #Header .col-lg-6, #Header .col-md-6, #Header .col-sm-6, #Header .col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.block-silver {

    display: inline-block;
    width: 100%;
/ / padding-right: 403 px;
    padding-bottom: 80px;
}

.block-red {
    background-color: #ff3030;
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
}

.title-block-silver {
    position: relative;
    margin-top: 80px;
    margin-left: 80px;
    font-size: 72px !important;
    z-index: 1;
}

.fon-header-2021 {
    background: url(../images/slide-2021-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.title-block-silver span {
    color: #ff3030;
}

.block-silver p {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    position: relative;
    margin-left: 80px;
    z-index: 1;
    padding: 20px;
}

.block-silver .btn-danger {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-left: 80px;
    z-index: 1;
    padding: 10px 60px 10px 60px;
    box-shadow: 0 55px 80px rgb(0 0 0 / 50%);
}

.block-silver .btn-danger:hover {
    z-index: 1;
    background-color: #4CAF50 !important;
    color: #fff !important
}

.btn-danger {
    background-color: #4CAF50 !important;
        color: #fff !important
}

.images-block {
    position: relative;
    margin-left: -217px;
    /* margin-top: 0px; */
    padding-right: 60px;
}

.big-images {
    box-shadow: 0 55px 80px rgb(0 0 0 / 50%);
    display: inline-block;
    width: 100%;
    height: 672px;
}

/* Title Section */
.title {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 64px;
}

/* Section Production */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F4F5EF !important;
    background-clip: border-box;
    border: none !important;
    color: #000;
    width: 100%;
    box-shadow: 0 0 50px #D7E4F9;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-top: 50px;
    padding-left: 115px;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.border-red-left {
    border: 10px solid #ff3030;
    position: absolute;
    width: 550px;
    height: 290px;
    opacity: 0.7;
    margin-left: -20px;
    margin-top: -20px;
}

.border-red-right {
    border: 10px solid #ff3030;
    position: absolute;
    width: 550px;
    height: 290px;
    opacity: 0.7;
    margin-left: 40px;
    margin-top: -20px;
}

.mb-8 {
    margin-bottom: 80px;
}

.card-body-product {
    background-color: #FFFFFF;
    padding-top: 25px !important;
    padding-left: 25px !important;
}

.img-product {
    position: relative;
    margin-left: 30px;
}

.pg-bt-60 {
    padding-bottom: 60px;
}

#Production .card .card-body .card-title {
    font-size: 24px;
}

#Production .card .card-body .card-text {
    font-size: 18px;
}

#Production .card:hover {
    background-color: #ff3030 !important;
    color: #FFFFFF;
    cursor: pointer;
}

.line {
    width: 38px;
    background-color: #ff3030;
    display: inline-block;
}

#Production .card:hover .line {
    background-color: #FFFFFF !important;
}

/* Section Services */
.btn-link {
    font-weight: 400;
    color: #ff3030;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 400;
    color: #ff3030;
    transition: all 1s linear;
}

.img-services {
    width: 50%;
}

.helmet {
    margin-top: -74px;
    margin-left: -20px;
}

.service-middle-block {
    /* position: absolute; */
    /* width: 632px; */
    height: 100%;
    background-color: #F4F5EF;
    margin-top: -462px;
    margin-left: 306px;
    opacity: 0.8;
    color: #000;
}

.text-middle-block {
    /* position: absolute; */
    margin-left: 40px;
    margin-top: 43px;
    padding-right: 55px;
    padding-bottom: 60px;
    font-size: 24px;
}

.transform-text {
    transform: rotate(270deg);
}

#Services .title p.font-GilroyExtraBold {
    font-size: 24px;
}

/* Section Work */
.line-left {
    border-left: 2px solid #C4C4C4;
}

.line-left-and-right {
    border-left: 2px solid #C4C4C4;
    border-right: 2px solid #C4C4C4;
}

.worck-us {
    padding: 50px 25px;
}

.worck-us p {
    padding-top: 40px;
    font-size: 24px;
}

#Work .col-xl-3, #Work .col-lg-3, #Work .col-md-6, #Work .col-sm-6, #Work .col-12:hover {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.worck-red {
    color: #fff;
    padding: 17px 25px;
}

.worck-red p {
    padding-top: 40px;
    font-size: 18px;


}

.worck-us .worck-red {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    background-color: #ff3030;
}

.worck-us .worck-red:hover {
    opacity: 1;
    cursor: pointer;
}

/* Section Price */
#Price .card .card-body .card-title {
    font-size: 21px;
}

#Price .card .card-body .card-text {
    font-size: 16px;
}

#Price .card .card-body .card-title:hover {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

.tile {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%) !important;
}

/* Section Portfolio */
.carusel {
    width: 532px;
    height: 574px;
    margin: auto;
}

.enlarge {
    display: inline-block;
    position: absolute;
    padding: 20px;
    cursor: pointer;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

/* Section About Us */
.block-about {
    background-color: #FFFFFF;
    width: 100%;
    /* height: 466px; */
    box-shadow: 0 0 50px #000;
    margin-left: -29px;
    margin-top: 25px;
    padding: 10px 10px 10px 33px;
    display: inline-block;
    margin-bottom: 100px;
}

.block-about p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
}

.about-middle-block {
    position: absolute;
    width: 226px;
    height: 226px;
    background-color: #F4F5EF;
    margin-top: -155px;
    margin-left: -242px;
    z-index: 1;
}

.certificate-middle-block {
    background-image: url(../images/certificate-black.png);
    width: 77px;
    height: 100px;
    position: absolute;
    margin-top: -125px;
    margin-left: 12px;
}

.about-middle-block .btn-link {
    font-weight: 400;
    color: #000 !important;
    text-decoration: none;
    margin-top: 160px;
    margin-left: 45px;
}

.about-middle-block .btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.about-middle-block:hover .btn-link {
    font-weight: 400;
    color: #ff3030 !important;
    text-decoration: none;
    cursor: pointer;
    transition: none !important;
}

.about-middle-block:hover .certificate-middle-block {
    background-image: url(../images/certificate-red.png);
}

.title-about {
    font-size: 24px;
}

.about-p {
    margin-top: 64px;
    padding-left: 12px;
}

.text-p p {
    margin-top: 64px;
}

.size-about-p {
    font-size: 18px;
}

.list-red li {
    color: #ff3030;
    padding-bottom: 20px;
}

.list-red li span {
    color: #000;
}

/* Section Shipping And Payment */
.delivery {
    width: 620px;
    height: 320px;
    background-color: #F4F5EF;
    opacity: 0.5;
    margin-left: 294px;
    margin-top: 130px;
}

.delivery svg {
    margin-left: 65px;
}

.delivery-text {
    color: #ff3030;
    position: absolute;
    margin-left: 524px;
    margin-top: 270px;
    font-size: 24px;
}

.delivery-svg {
    position: absolute;
    margin-left: 835px;
    margin-top: 375px;
}

.payment {
    width: 336px;
    height: 240px;
    background: #ff3030;
    margin-left: 860px;
    margin-top: -450px;
}

.payment-text {
    color: #FFFFFF;
    position: absolute;
    margin-left: 955px;
    margin-top: 90px;
    font-size: 24px;
}

.payment-svg {
    position: absolute;
    margin-left: 1075px;
    margin-top: 165px;
}

.footer-nav1 {
    margin-top: 80px;
}

/* Footer */
footer {
    padding-bottom: 30px;
    background-color: #000000;
}

footer a {
    color: #fff;
}

footer div {
    color: #FFFFFF;
}

footer small {
    color: #E5E5E5;
}

.copyright {
    padding-top: 173px;
}

.footer-img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-nav {
    padding-top: 18px;
}

.footer-nav a {
    margin-bottom: 7px;
    display: inline-block;
}

/* Section Contacts */
.contact-block-white {
    width: 404px;
    height: 595px;
    background-color: #FFFFFF;
    position: absolute;
    margin-top: -485px;
    margin-left: -5px;
    padding-top: 64px;
    padding-left: 35px;
    z-index: 1;
}

.contact-block-white a {
    color: #000;
}

.contact-block-white a:hover {
    color: #ff3030;
}

.contact-block-white a:hover span svg path {
    fill: #ff3030;
}

.contact-block-white a.phone-and-mail-footer:hover span svg path {
    fill: none;
    stroke: #ff3030;
}


.contact-block-white h2 {
    font-size: 18px;
}

.contact-block-white svg {
    margin-right: 19px;
}

.location {
    margin-top: -20px;
    padding-left: 42px;
    margin-bottom: 25px;
}

.feedback {
    margin-top: 60px;
}

.contact-block-white .form-control {
    height: 56px !important;
    width: 295px !important;
    margin-top: 10px;
    margin-top: 30px;
}

.contact-block-white button {
    width: 295px;
    height: 56px;
    margin-top: 30px;
    box-shadow: 0 0px 30px rgb(0 0 0 / 50%);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    border-radius: 0px;
    border: none;
    background-color: #f0ac00;
    border-bottom-color: transparent;
    cursor: default;
}

.v-assortiment {
    border: 1px solid #f0ac00;
    padding: 10px;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff;
    border-radius: 0px;
    border: none;
    background-color: #323232;
}

.tit-ppr {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px;
}

.xarakter {
    width: 100%;
    background-color: #323232;
    margin-top: 30px;
    margin-right: 30px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 17px;
}

.cat-blok1 a {
    background-color: #eea236;
    width: 100%;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
    text-shadow: none;
    transition: all 200ms ease-out;
}

.catalog-tovarov {
    text-align: center;
    padding: 5px;
    color: #000;
    border: 1px solid #ebebeb;
    margin: 5px 1px 0 0;
    background: #f8f1f1;
}

.catalog-tovarov .price {
    background-color: #cd2118;
    padding: 1px 10px 1px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    margin-left: -15px;
    display: inline-block;
    bottom: 20px;
}

.tit-1-f {
    color: orange;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}


.sidebar .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar .col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar .row {
    padding-right: 0px;
    padding-left: 0px;
}

.sidebar {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 40px;
}

.dost {
    color: #000;
    border: 1px solid #b7b5b5;
    background: #fff;
}

.catalog-tovarov1 {
    color: #000;
    padding: 0px;
    border: 1px solid #b7b5b5;
    margin: 20px 20px 0 0;
    background: #fff;
}

.catalog-tovarov img {
    padding: 15px;
}

.catalog-tovarov .read-more {
    font-size: 12px;
    color: #f1b603;
    float: right;
    margin-top: 30px;
    border: 1px solid #f1b603;
    padding: 3px 10px;
    margin-right: 5px;
}

.cena-tovar2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
}

.cat-tit {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.grey {
    background-color: #2f2f2f;
    padding: 15px;
    min-height: 200px;
    border-radius: 0 0 3px 3px;
}

.grey1 {
    background-color: #2f2f2f;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

.catalog {
    background: url(../images/fon-body-2021-4.jpg) center top no-repeat;
    min-height: 700px;
}

.beliy {
    background-color: #fff;
    margin-top: 100px;
}

.content {
    padding: 20px;
}

.fon-lend7 {
    background: url(../images/g-20.jpg) no-repeat center;
    padding: 70px 0 70px 0;
    margin-bottom: 30px;
}

.header-fon11 {
    padding: 10px 0;
    background: url(../images/fon-header-2020-11.jpg) no-repeat center center;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tit-1 {
    font-size: 40px;
    color: #fff;
}

.tit-11 {
    color: #ffbc00;
}

.tit-111 {
    font-size: 35px;
    color: #fff;
}

.tit-1111 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.btn2019-1 {
    background-color: #f0ac00;
    border: 1px solid #f0ac00;
    font-size: 18px;
    padding: 20px 10px;
    border-radius: 0px;
    color: #000;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    margin-top: 10px;
}


.fon-table {
    background: #f5d900;
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    font-size: 22px;
}

.prem-ukladka {
    background: #e6e6e6;
    padding: 10px;
    margin: 10px;
}

data:image

/
gif

;
base64, R0lGODlhAQABAID

/
AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw

=
=
.cat-tit-centa {
    padding: 10px 0;
    font-weight: bold;
    color: #333;
    font-size: 25px;
    font-weight: bold;
}

.footer-2021 {
    margin-top: 50px;
}

.tit-ukladka2018 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

body {
    background-color: #f4f4f4;
    font-size: 18px;
}

.cat-tit-cena {
    text-decoration: underline;
    font-weight: bold;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.cena-ukladki {
    color: #deb100;
    font-size: 35px;
}

.cena-ukladki77 {
    color: #000;
    font-weight: 1000;
    font-size: 25px;
}

.tit2018222 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}


.h3-cat a {
    background: #f8f1f1;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    /* font-weight: 600; */
    padding: 20px 20px;
    border-bottom: 1px solid #fff;
    display: block;
}

.leftbar .menu > li > a {
    background: #e7e7e7;
    color: #1b1c20;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 30px;
    border-bottom: 1px solid #fff;
    display: block;
}

.cat-img {
    float: left;
    width: 30%;
    padding-right: 10px;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #383838;
    color: #fff;
}

.regim {
    height: 50px;
    line-height: 18px;
    border: 1px solid #9d9d9e;
    border-radius: 25px;
    margin: 40px 0px 0px 0px;
    padding: 6px 20px 6px 50px;
    position: relative;
    font-size: 18px;
    color: #282833;
    background-color: #ffee0042;
}

.regim span {
    color: #000;
    font-weight: bold;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-2021 .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn2019-4 {
    background-color: #ffee00;
    border: 1px solid #ffee00;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 40px;
    color: #000;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    margin-top: 45px;
}

.btn2019-4-z {
    background-color: #ffee00;
    border: 1px solid #ffee00;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 40px;
    color: #000;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    margin-top: 25px;
}

.tel-201811 {
    font-size: 20px;
    color: #282833;
    padding-top: 37px;
    text-align: right;
}

.tel-201811-1 {
    font-size: 20px;
    color: #282833;
    text-align: right;
}

.tel-2018 {
    font-size: 25px;
    color: #282833;
    text-align: right;
    padding-top: 32px;
}

.tel-2018-1 {
    font-size: 25px;
    color: #282833;
    text-align: right;
}

.pull-right {
    width: 50%;
    float: right;
    padding: 20px;
}

.fon-111 {
    background: rgba(0, 0, 0, 0.8);

    -moz-background-size: cover;
    -o-background-size: 102% auto;
    -webkit-background-size: 102% auto;
    -khtml-background-size: cover;
    background-size: cover;
}

.tel-2018-1 a {
    font-size: 25px;
    color: #282833;
    text-align: right;
}

.tel-2018 a {
    font-size: 25px;
    color: #282833;
    text-align: right;
    padding-top: 5px;
}

.fon-header-lend1 {
    -moz-background-size: cover;
    -o-background-size: 102% auto;
    -webkit-background-size: 102% auto;
    -khtml-background-size: cover;
    background-size: cover;
}


.tel-201 {
    color: #fff;
    padding: 10px;
    font-size: 17px;
}

.fon-header-lend2018 {
    color: #000;
    padding: 5px;
    padding: 0px;
    font-size: 17px;

    box-sizing: border-box;
    display: block;
}

.fon-header-lend20181 {
    background: url(../images/fon-tovar1111.jpg);
    padding: 20px 20px;
}

.fon-header-lend2018 img {
    padding-top: 20px;
}

.fon-lend7-1 {
    background: #e6e6e6;
    padding-bottom: 20px;
}

.block-kiev {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
}

.block-kiev22 {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    margin-top: 20px;
}

.pull-left {
    width: 50%;
    float: left;
    padding-right: 10px
}

.block-kiev-tit a {
    color: #292230;
    font-size: 25px;
    font-weight: bold;
}

.block-kiev-tit {
    padding: 30px 0;
    color: #292230;
    font-weight: bold;
    font-size: 25px;
}

.footer-tit {
    font-weight: bold;
    color: #cf4206;
    font-size: 20px;
}

.btn51 {
    padding: 10px 20px;
    border: 2px solid #ffee00;
    box-sizing: border-box;
    text-decoration: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-size: 18px;
    background: #ffee00;
}

.btn18 a {
    color: #000;
}

.btn18 {
    padding: 10px 10px;
    border: 2px solid #ffaf00;
    box-sizing: border-box;
    text-decoration: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-size: 14px;
    background: #ffaf00;
    /* -webkit-border-radius: 250px; */
    -moz-border-radius: 250px;
    /* border-radius: 250px; */
}

.btn11 {
    padding: 10px 20px;
    border: 2px solid #750000;
    box-sizing: border-box;
    text-decoration: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
    color: #292230;
    line-height: 1.4;
    font-size: 16px;
    background: #750000;
}

.fon-header1 {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.logo {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0px 20px;
}

.headen-block1 {
    margin-top: 5px;
}

.headen-block2 {
    margin-top: 10px;
}

.headen-block3 {
    margin-top: 20px;
    text-align: right;
}

.headen-block3-1 {
    margin-top: 25px;
    text-align: right;
}

.headen-block4 {
    margin-top: 30px;
    text-align: right;
}


.ikonka-b {
    color: #cf4206;
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
}

.btn2 {
    background: #750000;
    font-size: 15px;
    font-size: bold;
    border-color: #750000;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 1px 1px 0 #000;
}

.btn1 {
    background: inherit;
    border-color: #cf4206;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 1px 1px 0 #000;
}

.konsult {
    text-align: center;
    padding-top: 30px;
}

.btn11:hover {
    background: #383838F;
    color: #fff;
}

.btn1:hover {
    background: #383838;
    color: #fff;
}

.btn2:hover {
    background: #383838;
    color: #fff;
}

.tit-contact {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.tit2018 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tit20181 {
    font-size: 40px;
    color: #deaf07;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tit20182 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.tit20183 {
    font-size: 20px;
    color: #deaf07;
    font-weight: bold;
    text-align: left;
}

.tit {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tit1 {
    font-size: 30px;
    color: #deb100;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.h2-2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
}

.h1 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.h1-11 {
    font-size: 35px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
}

.h1-1 {
    background: #2b2e2e;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    color: #ccc;
    padding: 10px 0px;
}

.h1-2 {
    font-size: 30px;
    color: #cf4206;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.h1-4 {
    font-size: 25px;
    color: #cf4206;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}

.h1-3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}

.h2-1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
}

.fon-lend-foot1 {
    color: #fff;
    padding: 20px 0;
    background-color: #151515;
}

h1 {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.fon-header-lend444 {
    padding: 10px;
}

.fon-header-lend444 img {
    padding: 20px;
}


.tit-produkt {
    color: #000;
    font-size: 20px;
    font-weight: 200;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
}

.img-produkt {
    width: 70%;
    text-align: center;
}

.sev-fon {
    background: rgba(31, 31, 31, 0.9);
    height: 300px;
    padding: 20px;
    color: #fff;
    font-size: 16px;
}

.sev-fon-tit {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
}

.fon12 {
    background-color: #fff;
    padding-top: 10px;
}

.plitka-tit {
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    background: rgba(31, 31, 31, 0.9);
    margin-top: 10px;
}

.tit-tit {
    text-transform: uppercase;
    font-size: 23px;
}

.text-tit {
    font-size: 15px;
    color: #fff;
}

.plitka {
    background: url(../img/p2.jpg) no-repeat center center;
    height: 400px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    padding-top: 100px;
}

.bordyur {
    background: url(../img/bordyur.jpg) no-repeat center center;
    height: 400px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    padding-top: 100px;
}

.fasad {
    background: url(../img/p3.jpg) no-repeat center center;
    height: 400px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    padding-top: 100px;
}

.vodostok {
    background: url(../img/vodostok.JPG) no-repeat center center;
    height: 400px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
    padding-top: 100px;
}

.dostavka {
    background: url("../img/fon-uslugi21.jpg") no-repeat center;
    padding: 50px;
}

.fon-istra {
    background: url("../img/fon2019.jpg") repeat center;
}

.uslugi {
    background: #fff;
    padding: 20px;
}

.garantiya {
    padding: 20px 0px;
}

.center-text {
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
}

.block-product {
    border: 1px solid #ccc;
    margin: 5px 0px;
    text-align: center;
}

.img-produkt {
    width: 90%;
    text-align: center;
}

.tit-cat {
    background: #ffc47d;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.desc {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.guyn {
    color: #000;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

.g1 {
    color: #5e5652;
    font-size: 16px;
    font-weight: bold;
}

.g2 {
    color: #750000;
    font-size: 16px;
    font-weight: bold;
}

.g3 {
    color: #4f1c0b;
    font-size: 16px;
    font-weight: bold;
}

.g4 {
    color: #bf3000;
    font-size: 16px;
    font-weight: bold;
}

.btn3 {
    text-align: center;
    margin-top: 10px;
    background: #cf4206;
    border-color: #ffc47d;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.catalog {
    margin-bottom: 20px;
}

.block-product {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
}

.tit-catalog {
    text-decoration: underline;
    font-weight: bold;
    color: #cf4206;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;

}


.cat-tex {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
}


.podrobnee a {
    color: #cf4206;
    font-weight: bold;
    text-decoration: underline;
}

.razmer {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: bold;

    margin-top: 10px;
}

.format {
    font-weight: bold;
    font-size: 14px;
}

.guyn {
    color: #000;
    font-size: 16px;
    text-align: left;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.img-responsive1 {
    width: 80%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    margin-top: 20px;
}

-khtml-background-size: cover

;
-moz-background-size: cover

;
-ms-background-size: cover

;
-o-background-size: cover

;
-webkit-background-size: cover

;
background-size: cover

;
}
.fon-jol {
    margin: 0 20px;
    background: #f5d900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #000;
}

.fon-jol a {
    color: #000;
}

.block-foot {
    padding: 20px;
}

.block-foot-1 {
    padding: 20px;
    text-align: center;
}

.fon-lend-foot {
    background: url(../images-2018/fon-footer.jpg) repeat;
    padding: 50px;
}

.footer-text11 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}

.footer-text12 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}

.footer-text13 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}

.ikon-foot {
    color: #f0ac00;
    font-size: 16px;
    padding: 10px;
}

.ikon-foot1 {
    color: #f0ac00;
    font-size: 20px;
    padding: 10px;
}

.pochta-foot {
    text-decoration: underline;
}

.fon-header-lend {
    background: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.fon-header-lend23 {
    background: rgba(46, 59, 77, 0.9);
    margin-top: -60px;
    padding: 5px 0;
}

.navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
    color: #282833;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #282833;
    text-transform: uppercase;
    text-decoration: underline;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 1px;
}

.search1 {
    background: #fff;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fon-header {
    padding: 0 0 0 0;
    background: #fff;
}

.fon-header1 {
    padding: 20px 0;
    background-color: #fff;
}

.font5 {
    color: #000;
    font-size: 16px;
}

.jir {
    font-size: 22px;
    color: #000;
    font-weight: 800;
}

.jir-t {
    font-size: 24px;
    color: #000;
}

.jir-h {
    font-size: 18;
    color: #000;
    font-weight: 800;
}

.jir-t1 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 18px;
}

.jir-t2 {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
}

.headen-block1 {
    margin-top: 0px;
}

.headen-block2 {
    margin-top: 10px;
}

.headen-block3 {
    margin-top: 30px;
    text-align: right;
}

.headen-block5 {
    margin-top: 15px;
    text-align: right;
}

.headen-block4 {
    margin-top: 30px;
    text-align: right;
}

.headen-block3 p {
    margin: 0 0 1px;
}

.headen-block5 p {
    margin: 0 0 1px;
}

.headen-block3-1 {
    margin-top: 25px;
    text-align: right;
}

.headen-block4 {
    margin-top: 30px;
    text-align: right;
}

.headen-block3 p {
    margin: 0 0 1px;
}

.btn1 {
    background: #ffd000;
    border-color: #ffd500;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    box-shadow: 1px 1px 0 #000;
}

.btn11 {
    background: #750000;
    border-color: #750000;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 1px 1px 0 #000;
}

.dexin {
    color: #ffd500;
    font-weight: bold;
}

.h3-t {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
}

.carousel-caption {
    background: rgba(46, 59, 77, 0.7);
    left: 10%;
    right: 10%;
    padding-bottom: 20px;
    bottom: 150px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
}


.fon-header-lend2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.beliy-fon {
    background: rgba(255, 255, 255, 1);
}

.text-p {
    color: #fff;
    font-size: 20px;
}

.tit-tovar {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.cena-tovar {
    color: #2d2d2d;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.cena-tovar1 {
    color: #737880;

    font-size: 22px;
    line-height: 26px;

}

.fon-header-lend2 {
    background: #fff;
    padding: 40px 0;
}

.fon-header-lend4 {
    padding: 20px;
}

.fon-header-lend4 img {
    padding: 10px;
}

.img-cat {
    background: #fff;
}

.fon-header-lend3 {
    padding: 20px 0px;
    background: #fff;
}

.cat-tex a {
    color: #c94300;
}

.cat-cena {
    color: #000;
    font-style: italic;
}


.fon-lend7-22 {
    margin: 10px;
    margin-top: -100px;
    margin-bottom: 50px;
    border: 5px solid #fff;
    background: url(../images/fon22.jpg) no-repeat center;
}

.fon-lend7-3 {
    margin: 10px;
    margin-top: -100px;
    margin-bottom: 50px;
    border: 5px solid #fff;
    background: url(../images/fon21.jpg) no-repeat center;
}

.fon-lend7-4 {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-top: 200px;
    padding: 10px;
}

.fon-lend7-23 {
    margin: 10px;
    margin-top: -100px;
    margin-bottom: 50px;
    border: 5px solid #fff;
    background: url(../images/fon23.jpg) no-repeat center;
}

.fon-lend7-25 {
    margin: 10px;
    margin-top: -100px;
    margin-bottom: 50px;
    border: 5px solid #fff;
    background: url(../images/trotuar_plitka.jpg) no-repeat center;
}

.fon-lend7-4-1 {
    width: 100%;
    margin-top: 140px;
    padding: 10px;
}

.fon-lend7-4-tit a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.fon-lend7-4-cena {
    color: #ffd500;
    font-size: 20px;
}

.premush1 {
    color: #2F3C4F;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.premush {
    color: #000;
    font-size: 15px;
    text-align: center;
}

.tit-lend {
    color: #2F3C4F;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.garantiya {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.garantiya3 {
    font-size: 40px;
    color: #2F3C4F;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.garantiya1 {
    color: #2F3C4F;
}

.garantiya2 {
    color: #deb100;
}

.font-2018-1 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
}

.font-2018-2 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
}

.font-2018-3 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
}


.skew {
    background: #deb100;
    transform: skew(-15deg);
    float: right;
    clear: both;
    padding: 10px 40px;
    position: relative;
    margin: 15px 0;
    right: 30px;
}

.skew1 {
    background: #deb100;
    transform: skew(-15deg);
    float: left;
    clear: both;
    padding: 10px 40px;
    position: relative;
    margin: 15px 0;
    text-align: center;
    right: 30px;
    left: 30px;
}

.skew2 {
    background: #deb100;
    transform: skew(-15deg);
    float: right;
    clear: both;
    padding: 10px 40px;
    position: relative;
    margin: 15px 0;
    right: 30px;
}

.fon-lend7 {
    background: url(../images/g-20.jpg) no-repeat center;
    padding: 40px 0 40px 0;
    margin-bottom: 30px;
}

#banner {
    background-image: url(../images-2018/fon-site-2018-1.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
}

.sale {
    position: absolute;
    z-index: 1;
    font-size: 32pt;
    transform: skewX(-15deg);
    bottom: 60px;
    left: -30px;
    padding: 20px 20px 20px 40px;
    background: rgba(0, 191, 255, 0.6);
    /* color: white; */
    font-weight: bold;
}


@media (min-width: 991px) and (max-width: 1200px) {
    .logo {
        padding-top: 30px;
    }

    .tel-2018 {
        padding-top: 26px;
    }

    .tel-201811 {
        font-size: 17px;
    }

    .tel-201811-1 {
        font-size: 17px;
    }

    .regim {
        margin: 36px 0px 0px 0px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .btn2019-4 {
        background-color: #ffee00;
        border: 1px solid #ffee00;
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 40px;
        color: #000;
        text-align: center;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        margin-top: 15px;
    }

    .logo {
        width: 80%;
        text-align: center;
        float: left;
        padding: 0px;
    }

    .tel-2018 {
        font-size: 25px;
        color: #282833;
        text-align: right;
        padding-top: 5px;
    }

    .tel-201811 {
        font-size: 20px;
        color: #282833;
        padding-top: 5px;
    }

}

@media (min-width: 481px) and (max-width: 767px) {
    .btn2019-4 {
        background-color: #ffee00;
        border: 1px solid #ffee00;
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 40px;
        color: #000;
        text-align: center;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        margin-top: 15px;
    }

    .block-kiev {
        background-color: #fff;
        padding: 20px;
        margin-top: 0px;
    }

    .tel-2018 {
        font-size: 25px;
        color: #282833;
        text-align: right;
        padding-top: 5px;
    }

    .logo {
        width: 80%;
        text-align: center;
        float: right;
        padding: 0px;
    }

    .tit20182 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }

    .tit {
        font-size: 25px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .h2-2 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
    }

    .h2 {
        font-size: 28px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }


    .h1 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .h1-11 {
        font-size: 25px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0px;
    }

    .h1-1 {
        font-size: 25px;
        color: #cf4206;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 10px;
    }

    .tel-201811 {
        font-size: 20px;
        color: #282833;
        padding-top: 5px;
    }

}

@media (max-width: 481px) {
    .btn2019-4 {
        background-color: #ffee00;
        border: 1px solid #ffee00;
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 40px;
        color: #000;
        text-align: center;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        margin-top: 15px;
    }

    .logo {
        width: 80%;
        text-align: center;
        float: right;
        padding: 0px;
    }

    .block-kiev {
        background-color: #fff;
        margin-top: 30px;
        padding: 20px;
    }

    .tel-2018 {
        font-size: 25px;
        color: #282833;
        text-align: right;
        padding-top: 5px;
    }

    .tel-201811 {
        font-size: 20px;
        color: #282833;
        padding-top: 5px;
    }

    .skew1 {
        background: #deb100;
        transform: skew(-1deg);
        float: left;
        clear: both;
        padding: 10px 40px;
        position: relative;
        margin: 15px 0;
        text-align: center;
        right: 0px;
        left: 0px;
    }

    .tit20182 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
    }

    .tit {
        font-size: 25px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .h2-2 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding: 20px;
    }

    .h1 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .h1-11 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0px;
    }

    .h1-1 {
        font-size: 25px;
        color: #cf4206;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 10px;
    }


}

.visible-lg {
}

.product-card__status.instock {
    position: relative;
    color: #2ea313;
    padding-left: 15px;
    float: right;
    padding-top: 10px;
}

.breadcrumb a {
    color: #000;
}


@media (min-width: 1024px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        border: 1px solid #151515;
        background: rgba(255, 255, 255, 1);
        left: 0;
        right: 0;
        position: absolute;
        width: 930px;
        float: left;
        height: 200px;
        padding: 5px;
    }

    .dropdown:hover .dropdown-menu li {
        display: inline-block;
        position: relative;
    }

    .dropdown:hover .dropdown-menu li a {
        display: flex;
        text-transform: uppercase;
        width: 400px;
        font-weight: bold;
        font-size: 14px;
        height: 80px;
        float: right;
        padding: 0px 10px;
        color: #151515;
    }

    .dropdown:hover .dropdown-menu li a:hover {
        font-weight: bold;
        font-size: 14px;
        background: none;
        text-transform: uppercase;
        color: #750000;
    }

    .dropdown:hover .dropdown-menu li a img {
        width: 80px;
        height: 80px;
        float: left;
        margin: auto 0;
    }

    .dropdown:hover .dropdown-menu li a span {
        align-items: center;
        margin: auto 0;
        padding-left: 10px;
        padding-top: 10px;
    }

    .dropdown.open .dropdown-menu {
        display: block;
        border: 1px solid #151515;
        background: rgba(255, 255, 255, 1);
        left: 0;
        right: 0;
        position: absolute;
        width: 930px;
        float: left;
        height: 420px;
        padding: 5px;
    }

    .dropdown.open .dropdown-menu li {
        display: inline-block;
        position: relative;
    }

    .dropdown.open .dropdown-menu li a {
        font-weight: bold;
        font-size: 14px;
        display: flex;
        text-transform: uppercase;
        width: 300px;
        height: 40px;
        float: right;
        padding: 0px 10px;
        color: #000;
    }

    .dropdown.open .dropdown-menu li a:hover {
        font-weight: bold;
        font-size: 14px;
        background: none;
        text-transform: uppercase;
        color: #750000;
    }

    .dropdown.open .dropdown-menu li a img {
        width: 80px;
        height: 80px;
        float: left;
        margin: auto 0;
    }

    .dropdown.open .dropdown-menu li a span {
        align-items: center;
        margin: auto 0;
        padding-left: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .fon-header-lend2018 {
        background-color: #000;
    }

    .btn2019-4 {
        background-color: #ffee00;
        border: 1px solid #ffee00;
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 40px;
        color: #000;
        text-align: center;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
        margin-top: 15px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
    }

    .dropdown .dropdown-menu li {
        padding: 5px;
    }
}

.fill-width.dropdown {
    position: static;
}

.fill-width.dropdown > .dropdown-menu {
    left: auto;
}

.fill-width.dropdown > .dropdown-menu > li > a {
    font-weight: bold;
    font-size: 14px;
    white-space: normal;
}

/*# sourceMappingURL=custom.css.map */


@media (min-width: 481px) and (max-width: 767px) {
    .text-center1 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center2 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center4 {
        padding-top: 5px;
        padding-bottom: 20px;
        text-align: center;
    }

    .text-center3 {
        padding-top: 5px;
        text-align: center;
    }
}


@media (min-width: 767px) and (max-width: 991px) {
    .text-center1 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center2 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center4 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center3 {
        padding-top: 5px;
        padding-bottom: 20px;
        text-align: center;
    }
}


@media (max-width: 480px) {
    .text-center1 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center2 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center3 {
        padding-top: 5px;
        text-align: center;
    }

    .text-center4 {
        padding-bottom: 20px;
        text-align: center;
    }
}


.ball {
    list-style: none;
    margin: 0;
}

.ball li {
    width: 100%;
    color: #808285;
    text-decoration: none;
    display: inline-block;
    padding-left: 25px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    position: relative;
    transition: .3s linear;
}

.ball li:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #425273;
    position: absolute;
    left: -30px;
    top: 7px;
}

.ball li {
    position: relative;
}

.ball li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EC351D;
    position: absolute;
    top: 12px;
    left: -30px;
    z-index: 2;
    transition: .4s ease-in-out;
}

.ball li:hover:before {
    left: -20px;
}

.blog-page .blog-link {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    min-height: 150px;
    color: #000;
    text-decoration: none;
    padding: 0;
    border: solid 1px #e7e7e7;
    transition: all ease-out 0.2s;
}

.blog-page .blog-link:hover {
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.24);
}

.blog-page .blog-link:hover, .blog-page .blog-link:active {
    color: #000;
    text-decoration: none;
}

.blog-img, .blog-description {

}

.blog-link .blog-img {
    min-width: 25%;
    background-image: url('//servisplit.ru/blog/images/ukladka.jpg');
    background-origin: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-link .blog-description {
    padding: 5px 10px;
    overflow: hidden;
}

.blog-link-wrapper {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .blog-page .blog-link {
        flex-direction: column;
    }

    .blog-link .blog-img {
        min-width: 100%;
        min-height: 200px;
    }
}
.child-categories {
    padding: 10px 0 0 0;
}
.child-categories__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.child-categories__item:last-child {
    margin-right: 0;
}
.child-categories__item .child_cat_link {
    transition: all ease-out 0.2s;
}
