.form-group {
    position: relative;
    margin-top: 10px;
}

.form-group .error-label {
    position: relative !important;
    bottom: -10px;
    left: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #eb5757;
}

.heading__inner > .video-btn {
    margin: 0 auto;
}

.text__compare {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.hidden {
    display: none;
}

.popup-close {
    position: unset !important;
}



#accept-cookies {
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, .4);
    border-top:1px solid #992f35;
    padding-top:16px;
    padding-bottom:16px;
    z-index: 10;

    visibility: hidden;
    opacity:0;
    bottom:-100px;

    transition: all .7s;
}
#accept-cookies.active {
    visibility: visible;
    opacity:1;
    bottom:0;
}
#accept-cookies .container {
    display: flex;
    align-items: center;
    padding:0;
}
#accept-cookies .container > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.accept-cookies-title {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    display: table;
    color: #201E1F;
    font-size:22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
.accept-cookies-title span {
    display: block;
    width: 100%;
    margin-left: -100%;
    transition: .75s cubic-bezier(.42,1.17,1,.99);
}
.accept-cookies-title:after {
    display: block;
    margin-left: -90px;
    transition: .75s cubic-bezier(.56,.08,.95,.82);
    /* transition-delay: 1s; */
}
.accept-cookies-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    border-top: 4px solid #bdac9d;
}
.accept-cookies-text {
    line-height: 26px;
    letter-spacing: .07em;
    color: #4f4f4f;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 110px;
    height: 100%;
    max-height: 310px;
    font-size: 14px;
}
#accept-cookies-button {
    margin-left: 32px;
}
#accept-cookies .accept-cookies-link {
    text-align: center;
    width:100%;
    padding-left: 32px;
}
#accept-cookies a {
    font-weight: 600;
    font-size: 14px;
    color: #992f35;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px){
    #accept-cookies {
        padding: 0;
    }
    #accept-cookies .container {
        flex-wrap: wrap;
        padding:16px;
    }
    #accept-cookies .accept-cookies-link {
        padding-left: 0;
    }
    .accept-cookies-title {
        font-size:18px;
        text-align: center;
        margin-top: 0;
    }
    .accept-cookies-text {
        overflow: auto;
        max-height: 30vh;
        margin:8px 0;
    }
    #accept-cookies a {
        font-size: 16px;
    }
    #accept-cookies .accept-cookies-link {
        margin: 14px 0;
    }
    #accept-cookies-button {
        margin: 0 auto;
    }
}

.footer-links__item-youtube svg {
    width:21px;
    height: 21px;
}








