
#content {
padding-top: 120px !important;
}

.thanks-page {
    padding: 150px 0;
    text-align: center;
}

.thanks-page p {
    font-size: 16px;
}

.site-header {
    /*position: fixed;*/
    /*top: 0;*/
}
.header-language {
    display: none;
}

#youtube-video-html .elementor-widget-container {
    padding-bottom: 56.25%;
}

#youtube-video-html iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}

@media (max-width: 991px) {
    .site-header .header-group {
        margin-top: 0;
        position: absolute;
        left: 50%;
        width: max-content;
        transform: translateX(-25%);
    }
}

@media (max-width: 767px) {

    #content {
        padding-top: 74px !important;
    }

    .thanks-page {
        padding: 100px 0;
    }
}

.home #content {
    padding-top: 0px !important;
}
