.page-top-main h1#pagetitle {
    display: none !important;
}

.grey-full-width-line {
    padding: 50px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.grey-full-width-line .maxwidth-theme, .grey-full-width-line .maxwidth-theme .form_body div.form-control {
    background-color: #f9f9f9;
}

.grey-full-width-line .maxwidth-theme .form_body div.form-control input[type="text"], .grey-full-width-line .maxwidth-theme .form_body div.form-control input[type="password"], .grey-full-width-line .maxwidth-theme .form_body div.form-control input[type="email"], .grey-full-width-line .maxwidth-theme .form_body div.form-control input[type="tel"], .grey-full-width-line .maxwidth-theme .form_body div.form-control select, .grey-full-width-line .maxwidth-theme .form_body div.form-control textarea {
    background-color: #fff;
}

.direction-detail-page > .row,
.direction-detail-page > .grey-full-width-line,
.direction-detail-page > .maxwidth-theme
{
    margin-top: 110px;
}

.direction-detail-page > .row:first-child,
.direction-detail-page > .grey-full-width-line:first-child,
.direction-detail-page > .maxwidth-theme:first-child
{
    margin-top: 30px;
}

.direction-detail-page .row h2, .direction-detail-page .row h3 {
    margin-top: 0;
    position: relative;
}

.direction-detail-page .brands_slider_wrapp {
    border-top: none;
}

.direction-detail-page .row h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 8rem;
    height: 0.3rem;
    background: #3da44c;
}

.direction-detail-page .row h2.without-bottom-line:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 8rem;
    height: 0.3rem;
    background: none;
}

.direction-detail-page .row .img-container {
    text-align: center;
}

.direction-detail-page .row .img-container img {
    max-width: 100%;
}

.direction-advantages ul {
    padding-left: 15px;
}

.direction-advantages li {
    font-size: 1.3em;
    line-height: 40px;
}

form.feedback .hidden-file {
    display: none;
}

form.feedback .hidden-file-label img {
    transform: translateY(-2px);
}

form.feedback .hidden-file-label {
    cursor: pointer;
    margin-top: 25px;
    word-break: break-all;
}

form.feedback textarea[name=nspm], form.feedback input[name=nspminput] {
    display: none;
}

form.feedback textarea {
    min-height: 245px;
}

.form.feedback .form_body {
    margin: 0 0 2px;
    position: relative;
}

.form .feedback .text-success, .form .feedback .text-danger {
    margin-bottom: 20px;
}

.direction-form-column {
    padding: 20px;
    background-color: #fdfdfd;
    border: 1px solid #eeeeee;
}

.grey-full-width-line .maxwidth-theme .direction-form-column .form_body div.form-control {
    background-color: #fdfdfd;
}

.direction-detail-page .form .form_footer {
    margin: 0;
}

.direction-director-name {
    font-size: 18px;
    margin-top: 10px;
    font-style: italic;
}

.director-quote {
    padding: 60px 0 0 60px;
    font-style: italic;
}

.director-quote:before {
    content: "";
    display: block;
    width: 138px;
    height: 105px;
    background: url(/images/quotes.png);
    /* background-position: top left; */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
}

.direction-detail-page .row .img-container img.director-photo {
    max-width: 320px;
    border-radius: 50%;
}

.direction-detail-page blockquote {
    margin: 25px 0;
    background-color: #fdfdfd;
    padding: 20px 20px;
}

.direction-detail-page .goods-block h2 {
    margin-bottom: 12px;
}

.direction-detail-page .direction-b2b-block {
    text-align: center;
}

.direction-detail-page .direction-b2b-block .btn {
    padding: 20px 50px;
    font-size: 18px;
}

.vis-lg {
    display: none;
}

@media (min-width: 992px) {
    .vis-lg {
        display: block;
    }

    .hidd-lg {
        display: none;
    }
}

@media (max-width: 991.98px) {


    .img-container h2 {
        text-align: center;
    }

    .direction-detail-page > .row,
    .direction-detail-page > .grey-full-width-line,
    .direction-detail-page > .maxwidth-theme
    {
        margin-top: 70px;
    }

    .direction-detail-page > .row:first-child,
    .direction-detail-page > .grey-full-width-line:first-child,
    .direction-detail-page > .maxwidth-theme:first-child
    {
        margin-top: 0;
    }

    .direction-detail-page > .row .col-12,
    .direction-detail-page > .grey-full-width-line .col-12,
    .direction-detail-page > .maxwidth-theme .col-12
    {
        margin-top: 70px;
    }

    .direction-detail-page > .row .col-12:first-child,
    .direction-detail-page > .grey-full-width-line .col-12:first-child,
    .direction-detail-page > .maxwidth-theme .col-12:first-child
    {
        margin-top: 0;
    }

    .grey-full-width-line {
        padding: 30px 0;
    }
}

@media (max-width: 600px) {
    .direction-detail-page .row h2:after {
        left: calc(50% - 4rem);
    }

    .director-quote {
        padding: 30px 0 0 30px;
    }

    .director-quote:before {
        width: 95px;
        height: 63px;
    }

    .direction-detail-page .direction-b2b-block .btn {
        padding: 20px 30px;
    }
}

@media (max-width: 330px) {
    .direction-detail-page > .row .img-container img.director-photo,
    .direction-detail-page > .grey-full-width-line .img-container img.director-photo,
    .direction-detail-page > .maxwidth-theme .img-container img.director-photo
    {
        max-width: 100%;
    }
}