.cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -32px);
    width: 90%;
    max-width: 578px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    z-index: 1000;
    display: none;
}

.cookie-consent__container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0;
}

.cookie-consent__text {
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.02em;;
    color: #1c1c1c;
    margin: 0;
}

.cookie-consent__button {
    background: #084A96;
    color: white;
    border: none;
    padding: 21px 24px 18px 24px;
    border-radius: 500px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
    align-self: center;
}

.cookie-consent a{
    color: #084A96;
}

.cookie-consent__button:hover {
    background: #0056b3;
}

@media (max-width: 600px) {

    .cookie-consent__container {
        flex-direction: column;
        gap: 10px;
    }
    .cookie-consent {
        left: unset;
        transform: unset;
        width: fit-content;
        margin-left: 24px;
        margin-right: 24px;
    }
    .cookie-consent__button {
        width: 100%;
    }
}

/*pop-up___________________________________________________________________*/

.b_bg {
    background: rgba(0, 0, 0, 0.6);
}

.white_bg .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.cw_winpop {
    width: 800px;
    height: 465px;
    margin: 0 auto;
    display: none;
    background: #fff;
}

@media (max-width: 850px) {
    .cw_winpop {
        width: 650px;
    }

    .intro__inner > [id^="comp_"] {
        display: none;
    }
}

@media (max-width: 750px) {
    .cw_winpop {
        width: 500px;
        height: 440px;
    }
}

@media (max-width: 550px) {
    .cw_winpop {
        width: 350px;
    }
}

@media (max-width: 370px) {
    .cw_winpop {
        width: 265px;
    }
}

.cw_winpop .desc {
    padding: 50px 35px 35px 65px;
}

@media (max-width: 850px) {
    .cw_winpop .desc {
        padding: 45px 35px 35px 45px;
    }
}

@media (max-width: 750px) {
    .cw_winpop .desc {
        padding: 35px 25px 25px 35px;
    }
}

.cw_winpop .desc .desc_in {
    margin: 0;
    height: 378px;
    overflow: hidden;
}

.cw_winpop .desc .desc_in h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #1c1c1c;
    margin: 0 0 17px;
}

.cw_winpop .desc .desc_in h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-top: 30px;
    color: #1c1c1c;
}

.cw_winpop .desc .desc_in h5{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-top: 60px;
    color: #1c1c1c;
}

@media (max-width: 550px) {
    .cw_winpop .desc .desc_in h3 {
        font: normal 16px/16px Circe;
    }
}

.cw_winpop .desc .desc_in p {
    line-height: 22px;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 300;
    max-width: 650px;
    width: 100%;
}

@media (max-width: 550px) {
    .cw_winpop .desc .desc_in p {
        font: 300 14px/20px Circe;
        margin: 0 0 20px;
    }
}

.cw_winpop .desc .desc_in p:last-child {
    margin-bottom: 0;
}

.cw_winpop .desc .mCustomScrollBox .mCSB_container {
    margin-bottom: 0;
    padding: 5px 0;
}

.cw_winpop .desc .mCustomScrollBox .mCSB_scrollTools {
    height: 100%;
    opacity: 1;
}

.cw_winpop .desc .mCustomScrollBox .mCSB_draggerRail {
    background: #cccccc;
    width: 1px;
    border-radius: 0;
    margin: 0;
}

.cw_winpop .desc .mCustomScrollBox .mCSB_dragger {
    height: 16px;
    margin: 0 0 0 -7px;
}

.cw_winpop .desc .mCustomScrollBox .mCSB_dragger .mCSB_dragger_bar {
    background-color: #084a96;
    width: 16px;
    border-radius: 100%;
    margin: 0;
}

.cw_winpop .desc .mCustomScrollBox .mCSB_dragger .mCSB_dragger_bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}

.close_fcop {
    top: 10px;
    right: 42px;
    width: 18px;
    height: 18px;
    background-image: none;
}

.close_fcop:hover:before, .close_fcop:hover:after {
    background: #084a96;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.close_fcop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #343434;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.close_fcop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background: #343434;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

@media(max-width: 450px){
    .close_fcop {
        right: 32px;
    }
}
.cw_winpop ul li{
    line-height: 22px;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.cw_winpop ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 11px;
    height: 4px;
    background-color: #084a96;
}

.cw_winpop ol li{
    line-height: 22px;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.cw_winpop p{
    line-height: 22px;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 300;
}

/*end pop-up_______________________________________________________________*/