.cms-page-view .header-container .header .main-title {
    display: none;
}
.cms-page-view .std {
    text-align: left;
}
.main-container {
    padding-top: 0;
    padding-bottom: 0;
}
.main-container > .container {
    width: 100%;
    padding: 0;
}
.main-container > .container > .row {
    margin-left: 0;
    margin-right: 0;
}
.main-container > .container > .row > .main {
    padding: 0;
}
#promo-banner .container {
    inset: 0 auto 0 50%;
}
#promo-banner .banners__description {
    display: flex;
    height: 100%;
    flex-direction: column;
    max-width: 410px;
    padding: 30px 0 14px 0;
}
@media (min-width: 768px) {
    #promo-banner .banners__description {
        padding: 0 0 14px 0;
        justify-content: center;
    }
}
#promo-banner .banners__title {
    font-family: 'OpenSansRegular', arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    display: block;
    font-size: clamp(24px, 3vw, 43px);
    line-height: 1.4;
}
#promo-step {
    padding: clamp(40px, 8vw, 80px) 0 clamp(20px, 4vw, 40px);
}
#promo-step .step-widget {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1180px;
}
#promo-step .step-widget__grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 21px 23px;
}
@media (min-width: 768px) {
    #promo-step .step-widget__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
#promo-step .step-widget__card {
    position: relative;
    width: 100%;
    background: #F7F7F7;
    padding: 15px 29px 16px 49px;
    border-radius: 8px;
}
@media (min-width: 768px) {
    #promo-step .step-widget__card {
        padding: 29px 29px 16px 99px;
    }
}
#promo-step .step-widget__header {
    margin: 0;
    background: transparent;
    min-height: auto;
    display: block;
    padding: 0;
}
#promo-step .step-widget__header::before {
    position: absolute;
    inset: 14px auto auto 11px;
    background: #3684C0;
    border-radius: 50%;
    width: clamp(23px, 5vw, 45px);
    height: clamp(23px, 5vw, 45px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(13px, 2vw, 26px);
    font-family: 'OpenSansRegular', arial, sans-serif;
    font-weight: 400;
}
@media (min-width: 768px) {
    #promo-step .step-widget__header::before {
        inset: 23px auto auto 23px;
    }
}
#promo-step .step-widget__name {
    color: #0F2B4B;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: clamp(20px, 2vw, 25px);
    text-align: left;
    font-family: 'OpenSansSemiBold', arial, sans-serif;
}
#promo-step .step-widget__name strong {
    font-family: 'OpenSansRegular', arial, sans-serif;
    font-weight: 400;
    color: #565655;
}
#promo-step .step-widget__text {
    color: #565655;
    text-align: left;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: clamp(19px, 2vw, 25px);
    padding: 9px 0 0;
}
@media (min-width: 768px) {
    #promo-step .step-widget__text {
        padding: 6px 0 0;
    }
}
#promo-text {
    padding: clamp(10px, 4vw, 40px) 0 clamp(40px, 8vw, 93px);
}
#promo-text .text-block {
    border: none;
    margin: 0;
}
#promo-text .text-block__container {
    max-width: 1180px;
    padding: 0 15px;
}
#promo-text .text-block__title {
    padding: 0;
    color: #000;
    font-size: clamp(18px, 3vw, 26px);
    line-height: 30px;
    font-family: 'OpenSansSemiBold', arial, sans-serif;
    margin: 0 0 clamp(14px, 3vw, 25px);
}
#promo-text .text-block__content {
    padding: 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 32px 30px;
}
@media (min-width: 768px) {
    #promo-text .text-block__content {
        grid-template-columns: 1fr 1.6fr;
    }
}
#promo-text .text-block__phone {
    position: relative;
    padding: 0 0 0 45px;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 25px;
    color: #000;
}
#promo-text .text-block__phone::before {
    content: '';
    background-image: url('/media/up/grohe/promo/2024/GH-3836/phone.svg');
    width: 39px;
    height: 39px;
    position: absolute;
    inset: -2px auto auto 0;
}
@media (min-width: 768px) {
    #promo-text .text-block__phone::before {
        inset: 10px auto auto 0;
    }
}
#promo-text .text-block__phone a {
    text-decoration: none;
    font-family: 'OpenSansBold', arial, sans-serif;
    font-size: clamp(18px, 3vw, 30px);
    line-height: clamp(30px, 6vw, 50px);
    display: block;
}
@media (min-width: 1024px) {
    #promo-text .text-block__phone a {
        pointer-events: none;
    }
}
#promo-text .text-block__footnote {
    font-size: 12px;
    line-height: clamp(16px, 2vw, 18px);
    padding: clamp(10px, 2vw, 20px) 0 0;
}
#promo-text .text-block__list ul {
    font-family: 'OpenSansBold', arial, sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 28px;
    color: #000;
    padding: 0 0 0 20px;
}
@media (min-width: 768px) {
    #promo-text .text-block__list ul {
        padding: 0 0 0 14px;
        line-height: 20px;
    }
}
#promo-text .text-block__list ul li {
    padding: 0 0 3px;
}
@media (min-width: 768px) {
    #promo-text .text-block__list ul li {
        padding: 0 0 10px;
    }
}
#promo-text .text-block__list ul li::marker {
    color: #000;
}
#promo-form {
    display: grid;
    grid-template-columns: 100%;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 15px;
}
@media (min-width: 768px) {
    #promo-form {
        grid-template-columns: repeat(2, 1fr);
    }
}
#promo-form > div:nth-child(1) {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
    #promo-form > div:nth-child(1) {
        border-radius: 8px 0 0 8px;
    }
}
#promo-form > div:nth-child(2) {
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    background-color: #F7F7F7;
}
@media (min-width: 768px) {
    #promo-form > div:nth-child(2) {
        border-radius: 0 8px 8px 0;
    }
}
#promo-form .banners {
    display: flex;
    height: 100%;
}
#promo-form .banners .container {
    padding: 0;
}
#promo-form .banners__description {
    padding: 23px 15px;
}
@media (min-width: 768px) {
    #promo-form .banners__description {
        padding: 102px 62px;
    }
}
#promo-form .banners__title {
    display: block;
    text-transform: none;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 25px;
    font-family: 'OpenSansSemiBold', arial, sans-serif;
}
#promo-form .banners__text {
    text-transform: none;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 25px;
    margin: 7px 0 0;
}
@media (min-width: 768px) {
    #promo-form .banners__text {
        margin: 27px 0 0;
    }
}
#promo-form .banners picture {
    height: 100%;
}
#promo-form .banners picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}
#promo-form .form-widget__form {
    padding: 17px 15px;
    background: transparent;
}
@media (min-width: 768px) {
    #promo-form .form-widget__form {
        padding: clamp(30px, 3vw, 40px) clamp(40px, 5vw, 100px);
    }
}
@media (max-width: 767px) {
    #promo-form .form-widget__input {
        min-height: 42px;
    }
}
#promo-form .form-widget__fieldset {
    gap: 4px;
    grid-template-columns: 100%;
}
#promo-form .form-widget__field {
    grid-column: revert!important;
}
#promo-form .form-widget__field_comment {
    padding: 0 0 35px;
}
#promo-form .form-widget__field_filename {
    order: 1;
}
@media (max-width: 767px) {
    #promo-form .form-widget__field_filename {
        padding-bottom: 15px;
    }
}
#promo-form .form-widget__field_submit {
    padding: 0 0 13px;
    order: 2;
}
@media (min-width: 768px) {
    #promo-form .form-widget__field_submit {
        padding-top: 10px;
    }
}
#promo-form .form-widget__field_policy {
    order: 3;
}
#promo-form .form-widget__field_filename .form-widget__label {
    display: none;
}
#promo-form .form-widget__input_textarea {
    min-height: 116px;
    max-height: 116px;
}
@media (min-width: 1024px) {
    #promo-form .form-widget__input_textarea {
        min-height: 99px;
        max-height: 99px;
    }
}
#promo-form .form-widget .custom-file-container .add {
    outline: none;
    position: relative;
    padding: 0 0 0 29px;
}
#promo-form .form-widget .custom-file-container .add-label {
    font-size: 11px;
    line-height: 16px;
    color: #838383;
}
#promo-form .form-widget .custom-file-container .add-name {
    border: 0;
    background: transparent;
    text-decoration: underline;
    height: 24px;
    padding: 0;
    font-size: 14px;
    color: #112038;
}
#promo-form .form-widget .custom-file-container .add-name::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('/media/up/grohe/promo/2024/GH-3836/file.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    inset: 0 auto auto 0;
}
#promo-form .form-widget .custom-file-container .add-name:hover {
    background: transparent;
    text-decoration-color: transparent;
}
#promo-form .form-widget__policy {
    font-size: clamp(11px, 1vw, 14px);
}
#promo-form .form-widget__submit {
    height: 42px;
}
#promo-maps {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(45px, 8vw, 80px) 15px clamp(35px, 8vw, 80px);
}
#promo-maps .widget-tabs {
    display: grid;
    grid-template-columns: 100%;
}
@media (min-width: 768px) {
    #promo-maps .widget-tabs {
        grid-template-columns: 360px 1fr;
        overflow: hidden;
        border-radius: 8px;
        background-color: #f7f7f7;
    }
}
#promo-maps .widget-tabs__title {
    color: #000;
    margin: 0 0 40px;
    font-size: clamp(18px, 3vw, 26px);
    line-height: clamp(24px, 3vw, 32px);
    font-family: 'OpenSansSemiBold', arial, sans-serif;
}
@media (min-width: 768px) {
    #promo-maps .widget-tabs__title {
        margin: 0 0 35px;
    }
}
#promo-maps .widget-tabs__link {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: clamp(220px, 20vw, 260px);
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transition: all 0.35s;
    padding: 17px 22px 16px 45px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}
@media (min-width: 768px) {
    #promo-maps .widget-tabs__link {
        padding: 30px 10px 23px 55px;
        border-radius: 0;
    }
}
#promo-maps .widget-tabs__link::before {
    position: absolute;
    inset: 38px -10px auto auto;
    border-left: 10px solid #3684C0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: all 0.35s;
    opacity: 0;
    z-index: 1;
}
@media (min-width: 768px) {
    #promo-maps .widget-tabs__link::before {
        content: '';
    }
}
#promo-maps .widget-tabs__link.active {
    background: #3684C0;
    color: #fff;
    cursor: default;
}
#promo-maps .widget-tabs__link.active::before {
    opacity: 1;
}
#promo-maps .widget-tabs__link.active .widget-tabs__name::before {
    opacity: 1;
}
#promo-maps .widget-tabs__name {
    font-size: 18px;
    line-height: 30px;
    font-family: 'OpenSansSemiBold', arial, sans-serif;
    margin: 0 0 8px;
    position: relative;
}
#promo-maps .widget-tabs__name::before {
    content: '';
    position: absolute;
    inset: 4px auto auto -33px;
    width: 24px;
    height: 24px;
    opacity: 0;
    background-image: url('/media/up/grohe/promo/2024/GH-3836/pointer.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.35s;
}
#promo-maps .widget-tabs__pane {
    min-height: 260px;
}
#promo-maps .widget-tabs__pane:not(:last-child) {
    margin: 0 0 40px;
}
@media (min-width: 768px) {
    #promo-maps .widget-tabs__pane {
        height: 100%;
        margin: 0;
        grid-column: 2;
        grid-row: 1 / 3;
    }
}
#promo-maps .widget-tabs__pane iframe {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#promo-maps .widget-map {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#promo-garantiya {
    padding: 0 15px clamp(20px, 5vw, 30px);
    margin: 0 auto;
    max-width: 1180px;
    font-size: clamp(18px, 3vw, 26px);
    color: #000;
    line-height: 30px;
    font-family: 'OpenSansBold', arial, sans-serif;
}
#promo-garantiya a {
    color: #3684C0;
    text-decoration: underline;
    transition: all 0.35s;
}
#promo-garantiya a:hover {
    text-decoration-color: transparent;
}