.connect-form__form{
    border: 0;
    justify-content: flex-end;
}
.connect-form__form .button:hover{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 3.125rem;
}

/* form errors */
.form-errors {
    font-size: 0.8em;
    padding-top: 10px;
}
.input-error {
    color: red;
}

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

@media (max-width: 1254px) {
    .CookieNotifyWidget__content {
        min-width: calc(100% - 150px);
    }
}

@media (max-width: 600px) {
    .CookieNotifyWidget__wrapper {
        width: 100% !important;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .CookieNotifyWidget__content {
        padding: 1rem;
    }

    .CookieNotifyWidget__text {
        padding: 0;
        margin: 0;
    }

    .CookieNotifyWidget__closeWrapper {
        top: 20px;
        right: 20px;
        width: 19px;
        height: 19px;
    }

    .CookieNotifyWidget__wrapper_hideAction {
        bottom: -490px;
    }
}

.CookieNotifyWidget__wrapper {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.34);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAdCAYAAACqhkzFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATBJREFUeNqclVsPgjAMhcu8X/D6g30x/lsvoCjgBbukM4RsXetJzguDL2vp2ZLd/gDbxXwDAGMI63TMbyUI1EfYNAK7o0t8T8IDg14y6290BnL1LDBhXjijGwVwbZjFG7pWwGxPhiHgE31VwAbo1PWwq0ZZqm3Z2rXOB8zRL8XuFnZa2n+5rQpdKGAj9Kw7Nk4f9EUBs9+ufA+dMpo7qez89kLAB1mqCdm7bXUauHQZ6ttHAVwFpuMHrBSwGf3ZkAqjgPVp5kKys5ubf9LApUsKTCmvIV0p/yABDukkCammkwkkQFcqREoFKdCbBi5dHNDeM1NmvaT7BiRAb/AlB4n5Jw1cunwfia5VLnrdNCwjachih2S31CRSaiMFpjTEXBqi16ppXYNcGp7tNHD6CjAAQ1ZBH6o4RYsAAAAASUVORK5CYII=) left top;
    background-blend-mode: multiply;
    z-index: 19001;
    will-change: transform;
    transition: bottom 1s ease, opacity 1s ease;
}

.branded .CookieNotifyWidget__wrapper {
    z-index: 1000;
}

.CookieNotifyWidget__wrapper_hideAction {
    bottom: -250px;
    opacity: 0;
}

.CookieNotifyWidget__content {
    padding: 0;
    margin: 0 auto;
}

.CookieNotifyWidget__text {
    padding: 20px 80px 20px 20px;
    margin: 0;
}

.CookieNotifyWidget__closeWrapper {
    position: absolute;
    top: 20px;
    right: 50px;
    margin: 0;
    padding: 1px;
    width: 19px;
    height: 19px;
    text-indent: -9000px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-.7 -.8 18 18'%3E%3Cpath fill='%23010101' d='M16.6.7l-.7-.7-7.6 7.6L.7 0 0 .7l7.6 7.6L0 15.9l.7.7L8.3 9l7.6 7.6.7-.7L9 8.3z'/%3E%3C/svg%3E");
    z-index: 401;
    cursor: pointer;
    border-bottom: none;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 300ms ease;
    background-color: transparent;
    border: none;
}

.CookieNotifyWidget__closeWrapper:hover {
    transform: rotate(90deg);
}

/* Story background fix */
.webp .storie-single-offer {
    background-image: none;
}


/* article ckeditor css */
.single-article h6, .single-article h5, .single-article h4, .single-article h3, .single-article h2 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .single-article h6, .single-article h5, .single-article h4, .single-article h3, .single-article h2 {
        margin-top: 20px;
    }
}
.single-article h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 0;
}

.single-article h4 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 0;
}

.single-article h5 {
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 0;
}

.single-article h6 {
    margin-bottom: 0;
}

.single-article ul:not(.todo-list) li {
    list-style: initial;
    list-style-position: inside;
}

.single-article ol, .single-article ul {
    list-style-position: inside;
    padding-left: 0;
}

.single-article>*+* {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .single-article>*+* {
        margin-top: 20px;
    }
}
