header {
    /*background-image: url('../img/nav_bg.jpg');*/
    background-color: #fff;
}

header img.text-logo {
    width: 90%;
}

header img.logo {
    width: 156px;
    height: 144px;
    padding: 5px 0;
}

header .row div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .row div a {
    color: #212529 /*#2c736b*/;
    text-decoration: none;
}

header .row div a svg {
    margin-right: 8px;
    color: #9a4564;
}

.navigation {
    /*background-color: #2c736b;
    background-image: url(../img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;*/
    -webkit-box-shadow: inset 0 15px 22px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 15px 22px rgba(0, 0, 0, 0.07);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 24px;
}

.navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.brand-status {
    margin-top: 50px;
    margin-bottom: 50px;
   /* background-image: url(../img/bg_service.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;*/
}

.brand-status p {
    font-size: 24px;
}

.brand-status img {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}

.brand-status-item {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

/*.brand-status-item .circle {
    width: 150px;
    height: 150px;
    border: 1px solid #2c736b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #2c736b, #2e6727);
}*/

.consultation h3 {
    color: #2c736b;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.consultation .item-block {
    box-shadow: 0px 0px 2px 2px #0000001f;
    border-radius: 8px;
    padding: 30px 30px 40px;
    position: relative;
    margin-bottom: 60px;
    min-height: 715px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.consultation .item-header {
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.consultation .item-content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.consultation .item-content ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.consultation .item-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.consultation .item-content ul li svg {
    background: #337a51;
    border-radius: 100px;
    font-size: 10px;
    padding: 4px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

.consultation .item-price {
    position: relative;
    /*margin-right: auto;
    margin-left: auto;*/
    margin: 40px auto;
    font-size: 30px;
    color: #333333;
    text-align: center;
    width: 221px;
}

.consultation .item-price::before {
    content: '';
    background: #337a511c;
    position: absolute;
    right: 200px;
    width: 40%;
    max-width: 40px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.consultation .item-price::after {
    content: '';
    background: #337a511c;
    position: absolute;
    left: 200px;
    width: 40%;
    max-width: 40px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.order {
    max-width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'ProximaNovaBold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 55px;
    border: none;
    background-color: #2c736b;
    background: -webkit-gradient(linear, left top, right top, from(#2c736b), to(#2e6727));
    background: -webkit-linear-gradient(left, #2c736b, #2e6727);
    background: -o-linear-gradient(left, #7b2e4b, #994463);
    background: linear-gradient(to right, #2c736b, #2e6727);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    text-decoration: none;
}

.order:hover {
    color: #fff;
    background-color: #2e6727;
    background: -webkit-gradient(linear, left top, right top, from(#994463), to(#7b2e4b));
    background: -webkit-linear-gradient(left, #994463, #7b2e4b);
    background: -o-linear-gradient(left, #994463, #7b2e4b);
    background: linear-gradient(left, #994463, #7b2e4b);
    opacity: 0.95;
}

.products {
    padding: 30px 0 35px;
    text-align: center;
    color: #fff;
    /*background-image: url(../img/bg_products.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;*/
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
}

.products h3 {
    font-size: 42px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.products .product-item img, .why .product-item img {
    margin-bottom: 20px;
    width: 120px;
}

.products .product-item p, .why .product-item p {
    font-size: 21px;
}

.products button {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    font-size: 20px;
    line-height: 64px;
    border: 2px solid #fff;
    width: 280px;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*background: linear-gradient(to right, #2c736b, #2e6727);
    color: #fff;*/
    color: #2c736b;
    font-weight: bold;
}

.products button:hover {
    background: -webkit-linear-gradient(left, #994463, #7b2e4b);
    color: #fff;
}

.btn-white {
    color: #2c736b;
    text-decoration: none;
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
    margin: 15px auto 0 auto;
    max-width: 280px;
    font-size: 20px;
    background-color: buttonface;
    border: 2px solid #fff;
    transition: 0.5s;
}

.btn-white:hover {
    background: -webkit-linear-gradient(left, #994463, #7b2e4b);
    color: #fff;
}

.link-silver {
    color: #777;
    font-size: 18px;
}

.why {
    text-align: center;
    padding: 40px 0;
}

    .why h3 {
        margin-top: 20px;
        font-size: 42px;
        border-bottom: 1px solid #fff;
        margin-bottom: 40px;
        padding-bottom: 20px;
        color: #fff;
    }

    .why .container .row {
        justify-content: space-between;
    }

    .img_box {
        position: relative;
    }

    .img_box::before, .img_box::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 25px;
        bottom: 20px;
        right: 25px;
        border: 1px solid #fff;
        pointer-events: none;
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    .img_box::after {
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    .who {
        box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
        padding: 30px;
    }

    .who .titles {
        display: block;
        width: 90%;
        margin-bottom: 25px;
        font-size: 2vw;
        font-family: 'MuseoCyrl900', sans-serif;
        line-height: 55px;
        text-align: center;
        color: #fff;
        background-color: #994463;
        background: -webkit-gradient(linear, left top, right top, from(#7b2e4b), to(#994463));
        background: -webkit-linear-gradient(left, #7b2e4b, #994463);
        background: -o-linear-gradient(left, #7b2e4b, #994463);
        background: linear-gradient(to right, #7b2e4b, #994463);
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .who .list_check {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .who .list_check li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 36px;
        font-size: 21px;
    }

    .who .list_check li::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 19px;
        height: 19px;
        background-image: url(../img/check_2.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .blog {
        padding: 30px 0;
    }

    .blog h2 {
        text-align: center;
        margin-bottom: 30px;
        color: #337a51;
    }

    .blog .blog-item {
        margin-bottom: 10px;
    }

    .blog .blog-item-wrapper {
        border: 1px solid #ccc;
    }

    .blog .blog-item-wrapper a {
        text-decoration: none;
        color: #333333;
    }

    .blog .blog-item-wrapper img {
        max-width: 100%;
        max-height: 300px;
    }

    .blog .blog-item-wrapper h3 {
        padding: 15px;
        font-size: 20px;
        height: 110px;
        overflow: hidden;
    }

    .blog .blog-item-wrapper .tags {
        padding: 0 15px 15px 15px;
    }

    .blog .blog-item-wrapper .tags a {
        background-color: rgb(233, 231, 231);
        padding: 2px 10px;
    }

    .blog .blog-item-wrapper .tags a:hover {
        background-color: rgb(133, 130, 130);
        color: #fff;
    }

    .blog .blog-item-wrapper .img {
        position: relative;
        text-align: center;
    }

    .blog .blog-item-wrapper .img .date {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        font-size: 18px;
        background-color: #2c736b;
        padding: 3px 10px;
    }

    .blog .blog-item-wrapper .img::before {
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgb(46, 103, 39, 0.7);
        content: '';
        position: absolute;
        z-index: 9;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .blog .blog-item-wrapper .img::after {
        content: 'Читать подробнее';
        background-image: url(../img/arrow_right.png);
        background-repeat: no-repeat;
        background-position: right 6px;
        padding-right: 22px;
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        opacity: 0;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .blog .blog-item-wrapper .blog-link:hover .img::before,
    .blog .blog-item-wrapper .blog-link:hover .img::after {
        opacity: 1;
    }

    .news .blog-item-wrapper {
        border-radius: 10px;
    }

    .news .button-next {
        font-size: 16px;
        border: 2px solid #9a4564;
        color: #9a4564 !important;
        text-transform: capitalize;
        line-height: 60px;
        margin-left: 15px;
        padding: 10px;
        border-radius: 10px;
    }

    .footer {
        position: relative;
        padding: 20px 0 24px;
        color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
        z-index: 2;
    }

    .footer a {
        color: #fff;
    }

    .footer h3 {
        text-align: center;
        border-bottom: 1px solid #d9d5d5;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .footer .container .row {
        justify-content: center;
        align-items: center;
    }

    .footer .logo img {
        width: 160px;
    }

    .footer .info_box a:first-child {
        border-right: 2px solid rgba(255, 255, 255, 0.09);
    }

    .footer .info_box a {
        display: inline-block;
        padding: 10px 23px;
        font-size: 23px;
        font-family: 'ProximaNovaSemibold', sans-serif;
        color: #fff;
        text-decoration: none;
    }

    .footer .info_box a svg {
        margin-right: 8px;
    }

    .social {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style-type: none;
        flex-wrap: wrap;
    }

    .social li {
        margin-right: 21px;
        margin-bottom: 10px;
    }

    .social li a {
        display: flex;
        width: 59px;
        height: 59px;
        font-size: 24px;
        text-align: center;
        line-height: 59px;
        color: #2c736b;
        background-color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }

    .foots {
        padding: 34px 0;
        text-align: center;
    }

    .foots .list_links {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .foots .list_links li {
        margin: 0 18px;
    }

    .foots .list_links li a {
        color: #666;
    }

    .foots .list_links li a:hover {
        color: #000;
    }

    .green-line {
        /*background-color: #2c705a;
        background: -webkit-gradient(linear, left bottom, right top, from(#2c736b), to(#2d6e51));
        background: -webkit-linear-gradient(left bottom, #2c736b, #2d6e51);
        background: -o-linear-gradient(left bottom, #2c736b, #2d6e51);
        background: linear-gradient(to right top, #2c736b, #2d6e51);*/
        background-color: #2c736b;
        color: #fff;
    }

    .readall {
        display: flex;
        justify-content: center;
    }

    .readall a {
        width: 190px;
        text-decoration: none;
        text-align: center;
    }

    .readall a.btn-readall {
        line-height: 30px;
    }

    form input[type="text"], form input[type="email"], form input[type="tel"], form select {
        display: block;
        margin-bottom: 10px !important;
        width: 100%;
        padding-left: 50px;
        font-size: 18px;
        font-family: 'ProximaNovaSemibold', sans-serif;
        line-height: 55px;
        color: #2c7163;
        border: none;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
    }

    form .input_name, form .input_tel {
        position: relative;
    }

    form .input_name::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 55px;
        background-image: url(../img/input_name.png);
        background-repeat: no-repeat;
        background-position: center center;
        pointer-events: none;
        z-index: 5;
    }

    form .input_tel::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 55px;
        background-image: url(../img/input_tel.png);
        background-repeat: no-repeat;
        background-position: center center;
        pointer-events: none;
        z-index: 5;
    }

    form .input_code::before {
        content: '#';
        position: absolute;
        z-index: 5;
        color: #2c715e;
        font-size: 24px;
        margin-left: 19px;
        margin-top: 8px;
        font-weight: bold;
    }

    form input[type="checkbox"] + label {
        position: relative;
        margin: 5px auto 20px !important;
        padding-left: 35px;
        font-size: 16px;
        color: #666;
        cursor: pointer;
    }

    form input[type="checkbox"] + label::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 22px;
        height: 22px;
        border: 1px solid #d7d7d7;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        z-index: 0;
    }

    form input[type="checkbox"]:checked + label::after {
        opacity: 1;
    }

    form input[type="checkbox"] + label::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 10px;
        height: 10px;
        background-color: #2c715e;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        z-index: 3;
    }

    body input:required:valid, body textarea:required:valid {
        color: green;
    }

    form input[type="checkbox"] {
        display: none;
    }

    form input[type="checkbox"] + label a {
        font-family: 'ProximaNovaSemibold', sans-serif;
        text-decoration: underline;
        color: #666;
    }

    form .order {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
    }

    .modal .modal-body .close {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 19px;
        height: 19px;
        margin: auto;
        background-color: transparent;
        border: none;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        vertical-align: middle;
        cursor: pointer;
        opacity: 1;
        z-index: 55;
    }

    .modal .modal-body h2 {
        margin: 0 0 20px;
        font-size: 36px;
        text-align: center;
        color: #333;
    }

    .modal .modal-body p {
        font-size: 20px;
        text-align: center;
    }

    @media (max-width: 767px) {
        .who .titles {
            font-size: 5vw;
        }

        header img.text-logo {
            max-width: 350px;
            width: 100%;
            margin-top: 20px;
        }

        .products h3 {
            font-size: 25px;
        }

        .who {
            padding: 15px;
        }

        .footer .social li {
            margin-right: 21px !important;
        }
    }

    @media (max-width: 1199px) {
        .footer .social li {
            margin-right: 10px;
        }
        .footer .social li:last-child {
            margin-right: 55px;
        }
    }

    @media (min-width: 768px) and (max-width: 1066px) {
        header h3 { font-size: 20px; }
        .who .titles {
            font-size: 3vw;
        }
    }

    @media only screen and (max-width: 1439px) {
        .footer .info_box a {
            display: block;
            padding: 0;
        }

        .footer {
            text-align: center;
        }

        .footer .info_box a:first-child {
            border-right: none;
        }

        .footer .textwidget {
            margin: 20px 0;
        }
    }

    @media (min-width: 0px) and (max-width: 470px) {
        .social a span {
            display: none;
        }

        .brand-status h2 {
            font-size: 1.2rem;
        }
    }

    @media (min-width: 470px) and (max-width: 767px) {
        .social a span {
            display: none;
        }

        .brand-status h2 {
            font-size: 1.2rem;
        }
    }
}
