.header-container .header .main-title {
    display: none;
}

.main-container {
    padding: 0 0 50px;
}
@media (max-width: 992px) {
    .main-container {
        padding: 0;
    }
}

.main-container > .container {
    max-width: 1300px;
    padding: 0;
}

#promo {
    text-align: left;
}

#promo .main-banner {
    background-image: url("/media/up/grohe/promo/GH-2407/main-banner.jpg");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 470px;
    width: 100%;
}

#promo .main-banner__text {
    position: absolute;
    top: 163px;
    left: 80px;
    font-family: 'OpenSansBold', Arial, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 48px;
    max-width: 463px;
}

#promo .content {
    max-width: 976px;
    margin: 0 auto;
}

#promo .content__title-section {
    padding: 50px 0 50px;
    position: relative;
    text-align: center;
}

#promo .content__title-section:after {
    content: "";
    position: absolute;
    width: 174px;
    height: 4px;
    background-color: #3984BE;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#promo .content__title {
    max-width: 850px;
    margin: 0 auto 30px;
    font-size: 35px;
    line-height: 48px;
    text-transform: uppercase;
    color: #0F2B4B;
}

#promo .content__subtitle {
    max-width: 550px;
    margin: 0 auto;
    font-family: 'OpenSansBold', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #0F2B4B;
}

#promo .advantages {
    margin: 50px 0;
}

#promo .advantages__title {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #0F2B4B;
    margin-bottom: 10px;
}

#promo .advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#promo .advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 10px 0;
    width: calc(50% - 20px);
    padding: 10px;
    border: 1px solid #DCDDDE;
}

#promo .advantages-item__image {
    width: 100%;
    max-width: 100px;
}

#promo .advantages-item__text {
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #0F2B4B;
}

#promo .form__title {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #0F2B4B;
    max-width: 850px;
}
@media (max-width: 992px) {
    #promo .form__title {
        font-size: 22px;
    }
}

#promo .form__subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #0F2B4B;
    margin-bottom: 30px;
}

.contacts-form {
    padding: 10px 50px 30px;
    background-color: #F5F4F5;
}

#promo .contacts-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#promo .contacts-form__field {
    margin: 14px 15px 0;
    width: calc(100%/3 - 30px);
}

#promo .contacts-form__field.custom-select {
    width: calc(100%/3 * 2 - 30px);
}

#promo .contacts-form__field.contacts-form__field_full-width {
    width: 100%;
}

#promo .contacts-form__field-label {
    font-size: 12px;
    line-height: 24px;
    color: #6B6B6B;
    margin-bottom: 2px;
}

#promo .contacts-form__input,
#promo .custom-select__input {
    width: 100%;
    height: 100%;
    max-height: 41px;
    min-height: 41px;
    border: 1px solid #EDECED;
    padding: 10px;
    font-size: 12px;
    color: #6B6B6B;
    -webkit-box-shadow: inset 0 0 0 50px #fff;
}

#promo .custom-select .contacts-form__input-box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 4px;
    background-image: url("/media/up/grohe/promo/GH-2407/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#promo .contacts-form__input.input-error {
    -webkit-box-shadow: 0 0 3px 2px rgba(48, 121, 184, 0.4);
    box-shadow: 0 0 3px 2px rgba(48, 121, 184, 0.4);
}

#promo .contacts-form__input.contacts-form__input_textarea {
    max-height: 130px;
}

#promo select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}

#promo .contacts-form__custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical;
}

#promo .contacts-form__field.attachment input {
    display: none;
}

#promo .attach-files__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

#promo .attach-files {
    max-width: 120px;
    width: 100%;
    min-height: 41px;
    max-height: 41px;
    height: 100%;
    border: 1px solid #6b6b6b;
    border-radius: 2px;
    background-color: #EDECED;
    font-size: 12px;
    line-height: 16px;
    color: #112037;
    margin-right: 10px;
    padding: 12px 13px;;
}

#promo .attach-files__wrapper:hover .attach-files {
    -webkit-box-shadow: 0 0 3px 1px rgba(107, 107, 107, 0.4);
    box-shadow: 0 0 3px 1px rgba(107, 107, 107, 0.4);
}

#promo .attach-files_no-file {
    font-size: 12px;
    line-height: 16px;
    color: #6B6B6B;
    max-width: 140px;
}

#promo .attachment {
    position: relative;
}

#promo .attachment .notification {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    bottom: -28px;
    left: 0;
}

@media(max-width:992px){
#promo .attachment .notification{
   bottom:-12px;
}
}

#promo .contacts-form .policy-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 24px;
    color: #6B6B6B;
}

#promo .contacts-form .policy-text a {
    font-size: 12px;
}

#promo .contacts-form .button {
    width: 100%;
    max-width: 240px;
    height: 41px;
    background-color: #3079B8;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
}

#promo .bottom-wrapper {
    position: relative;
}

#promo .contacts-form .required {
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    bottom: -24px;
    left: 0;
}

#promo .contacts-form__input-box {
    position: relative;
}

.cms-page-view #contactForm input + .error {
    position: absolute;
    left: 0;
    bottom: -25px;
}

@media (max-width: 992px) {
    #promo .main-banner {
        background-image: url("/media/up/grohe/promo/GH-2407/main-banner_tablet.jpg");
        height: 498px;
    }

    #promo .main-banner__text {
        position: absolute;
        top: 60px;
        left: 55px;
        font-size: 40px;
        line-height: 50px;
        max-width: 411px;
    }

    #promo .content__title-section {
        padding: 40px 0 30px;
    }

    #promo .content__title-section:after {
        width: 97px;
        height: 3px;
    }

    #promo .content__title {
        font-size: 36px;
        line-height: 49px;
        max-width: 650px;
    }

    #promo .advantages {
        margin: 30px 0;
    }

    #promo .advantages__title {
        margin-bottom: 20px;
    }

    #promo .advantages__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    #promo .advantages-item {
        margin: 10px 0 0;
        width: 100%;
    }

    .contacts-form {
        padding: 10px 30px 30px;
    }

    #promo .contacts-form__fieldset {
        margin: 0 -10px;
    }

    #promo .contacts-form__field {
        margin: 14px 10px 0;
        width: calc(50% - 20px);
    }

    #promo .contacts-form__field.custom-select {
        width: 100%;
    }

    #promo .attach-files__wrapper:hover .attach-files {
        -webkit-box-shadow: 0 0 3px 1px rgba(107, 107, 107, 0.4);
        box-shadow: 0 0 3px 1px rgba(107, 107, 107, 0.4);
    }

    #promo .contacts-form__field.custom-select {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    #promo .contacts-form__field.attachment {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #promo .contacts-form__field.contacts-form__field_full-width {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media (max-width: 640px) {
    #promo .main-banner {
        height: 207px;
    }

    #promo .main-banner__text {
        top: 25px;
        left: 25px;
        font-size: 17px;
        line-height: 20px;
        max-width: 171px;
    }

    #promo .content__title-section {
        padding: 30px 0 20px;
    }

    #promo .content__title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
    }

    #promo .content__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    #promo .advantages__title {
        font-size: 18px;
        line-height: 24px;
    }

    #promo .advantages-item__text {
        padding-left: 15px;
        font-size: 12px;
        line-height: 16px;
    }

    .contacts-form {
        padding: 0 15px 30px;
        margin: 0 -15px !important;
    }

    #promo .form__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    #promo .form__subtitle {
        margin-bottom: 20px;
    }

    #promo .contacts-form__fieldset {
        margin: 0;
    }

    #promo .contacts-form__field {
        margin: 14px 0 0;
        width: 100%;
    }

    #promo .contacts-form__field.custom-select {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #promo .contacts-form__field.attachment {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    #promo .contacts-form .policy-text {
        line-height: 16px;
    }

    #promo .contacts-form .button {
        max-width: none;
    }
}

.popup-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
}
.popup-overlay .pop-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    max-width: 510px;
    max-height: 253px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 0 63px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup-overlay .pop-up button {
    background: transparent;
    border: none;
    outline: none;
}
.popup-overlay .pop-up__close {
    font-size: 0;
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    top: 15px;
    background: transparent url("/media/up/castrol/promo/CASTROL-596/close.svg");
    background-size: contain;
    cursor: pointer;
}
.popup-overlay .pop-up__close:hover {
    opacity: 0.8;
}
.popup-overlay .pop-up h2 {
    font-family: 'castrolsanscon', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #0F2B4B;
    margin: 0 0 45px;
    text-align: center;
    text-transform: uppercase;
}
.popup-overlay .pop-up p {
    font-family: 'Roboto', Helvetica, sans-serif;

    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}
@media (max-width: 640px) {
    .popup-overlay .pop-up {
        max-height: 138px;
        padding: 0 15px;
    }
    .popup-overlay .pop-up h2 {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .popup-overlay .pop-up p {
        font-size: 12px;
        line-height: 16px;
    }
    .popup-overlay .pop-up__close {
        width: 13px;
        height: 13px;
        top: 5px;
        right: 5px;
    }
}
#promo .details {
    margin: 50px 0;
    position: relative;
}
@media (max-width: 992px) {
    #promo .details {
        display: none;
    }
}
#promo .details__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #0F2B4B;
}
#promo .details__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F2B4B;
    margin-top: 20px;
}
#promo .warning {
    background-color: #3079B8;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
@media (max-width: 992px) {
    #promo .warning {
        margin: 40px 0;
    }
}
@media (max-width: 640px) {
    #promo .warning {
        padding: 30px 24px;
        flex-direction: column;
        margin: 30px 0;
    }
}
#promo .warning__img-wrapper {
    max-width: 73px;
    margin-right: 30px;
}
@media (max-width: 640px) {
    #promo .warning__img-wrapper {
        margin: 0 0 20px;
    }
}
#promo .warning__title {
    font-family: 'OpenSansBold', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    #promo .warning__title {
        font-size: 16px;
        text-align: center;
    }
}
#promo .warning__text {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
@media (max-width: 640px) {
    #promo .warning__text {
        font-size: 14px;
        text-align: center;
    }
}
#promo .faq-widget {
    padding: 50px 0;
}
@media (max-width: 992px) {
    #promo .faq-widget {
        padding-top: 40px;
    }
}
@media (max-width: 640px) {
    #promo .faq-widget {
        padding: 30px 0;
    }
}
#promo .faq-widget__title {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #0F2B4B;
    margin-bottom: 30px;
    font-weight: 400;
}
@media (max-width: 992px) {
    #promo .faq-widget__title {
        font-size: 22px;
    }
}
@media (max-width: 640px) {
    #promo .faq-widget__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}
#promo .faq-widget__name {
    font-family: 'OpenSansBold', Arial, sans-serif;
    font-weight: 700;
    padding: 37px 0 13px;
    color: #0F2B4B;
    border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 640px) {
    #promo .faq-widget__name {
        padding: 10px 0 5px;
        font-size: 16px;
        line-height: 24px;
    }
}
#promo .faq-widget__text {
    font-size: 15px;
    line-height: 24px;
    color: #0F2B4B;
}
@media (max-width: 640px) {
    #promo .faq-widget__text {
        font-size: 12px;
        line-height: 16px;
    }
}
#promo .phones {
    font-size: 15px;
    line-height: 24px;
    color: #0F2B4B;
    max-width: 660px;
}
@media (max-width: 1023px) {
    #promo .phones {
        margin-bottom: 50px;
    }
}
@media (max-width: 640px) {
    #promo .phones {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }
}
#promo .phones a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.std #contactForm label {
    width:100%;
}