@media (max-width:767px){#panel{display:none !important}}

#panel{
    z-index: 10000;
}

.popup {
    display: none;
    text-align: center !important;
}

.popup__title {
    font-weight: 700;
}

.popup__input {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    color: #959595;
    font-size: 16px;
    line-height: 1.4;
}

.popup .fancybox-close-small,
.popup .fancybox-close-small:focus {
    outline: none;
}

.popup .fancybox-close-small svg path {
    fill: #d4d4d4;
}

#popupform_ask > div > div > div {
    margin: 0 !important;
}

.fancybox-content {
    background-color: transparent;
}

.text-wrapper {

}

.text-wrapper .h1,
.text-wrapper .h2,
.text-wrapper .h3,
.text-wrapper .h4,
.text-wrapper .h5,
.text-wrapper .h6,
.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
    margin: 0;
    font-weight: 400;
    line-height: inherit;
}

.text-wrapper p,
.text-wrapper ul {
    line-height: 1.5 !important;
}

.text-wrapper p:last-child,
.text-wrapper ul:last-child {
    margin-bottom: 0 !important;
}

.text-wrapper a {
    display: inline-block;
    color: #d90505 !important;
    cursor: pointer;
}

.text-wrapper a:hover {
    color: #d90505 !important;
    text-decoration: underline !important;
}
.button-feedback-form-enginer {
    text-align: center;
    padding: 9px;
    text-decoration: none;
    position: fixed;
    width: 155px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3caa3c;
    height: 38px;
    transform: rotate(-90deg);
    right: -58px;
    top: 30%;
    font-size: 12px;
    z-index: 5;
}

.button-feedback-form-enginer:hover {
    color: #fff;
    background-color: #71d471;
    text-decoration: none;
}




/*
@media (min-width: 1600px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        font-size: 3.5rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        font-size: 2.75rem !important;
    }
}

@media (min-width: 1200px) {
    .text-wrapper p,
    .text-wrapper ul {
        font-size: 1.375rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .text-wrapper p,
    .text-wrapper ul {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 992px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        margin-bottom: 3rem !important;
    }
}

@media (max-width: 991.98px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        font-size: 2rem !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .text-wrapper p,
    .text-wrapper ul {
        font-size: 1.125rem !important;
    }
}

@media (max-width: 575.98px) {
    .text-wrapper .h2,
    .text-wrapper h2 {
        font-size: 1rem !important;
    }
    .text-wrapper p,
    .text-wrapper ul {
        font-size: 0.875rem !important;
    }
}

.nav-top-item {
    white-space: nowrap;
    max-width: 150px;
}

.fplusimaging {
    display: block;
}

.fplusimaging img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .fplusimaging {
        height: 20px;
    }
}

@media (max-width: 767.98px) {
    .user-control-top .user-control {
        margin-right: 1rem;
    }
    .user-control-top .user-control:last-child {
        margin-right: 0rem;
    }
}*/

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px 0px;
    text-align: center;
    display: none;
    z-index: 999;
}

#accept-cookie {
    margin: 0 1rem;
}

.cookie-notice-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}