.main-cookie-holder {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 0 15px;
    position: fixed;
    z-index: 999999;
    justify-content: center;
}
.main-cookie-wrapper {
    max-width: 1280px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    border: 1px solid #D6E8FF;
    padding: 24px 60px 24px 24px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 12px rgba(37, 137, 255, 0.1);
}
.main-cookie-wrapper .cookie-text {
    color: #474766;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Suisse Intl', sans-serif;
}
.main-cookie-wrapper .cookie-information{
    cursor: default;
    position: relative;
    display: inline-block;
}
.main-cookie-wrapper .cookie-underlined{
    border-bottom: 1px dashed #474766;
}
.main-cookie-wrapper .cookie-information .cookie-information-show{
    top: 30px;
    left: -170px;
    width: 895px;
    display: none;
    padding: 16px;
    color: #474766;
    font-size: 13px;
    line-height: 16px;
    border-radius: 8px;
    position: absolute;
    background: #FFFFFF;

    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.main-cookie-wrapper .cookie-information:hover .cookie-information-show{
    display: block;
}
.main-cookie-wrapper .cookie-policy {
    color: #474766;
    display: inline;
    text-decoration: none;
    border-bottom: 1px solid #474766;
}
.main-cookie-wrapper .cross-close {
    top: 24px;
    width: 24px;
    right: 16px;
    height: 24px;
    cursor: pointer;
    position: absolute;
}
.main-cookie-wrapper .cross-close img{
    width: 100%;
    position: relative;
}
.main-cookie-wrapper .cookie-mobile-btn{
    display: none;
    color: #2589FF;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    margin: 12px 0 0 0;
    padding: 10px 32px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    background: #fff;
}
.hidden {
    display: none;
}

@media screen and (max-width: 1400px) {
    .main-cookie-holder {
        bottom: 0;
    }
    .main-cookie-wrapper {
        max-width: 1110px;
        padding: 24px 52px 24px 24px;
    }
    .main-cookie-wrapper .cookie-text {
        font-size: 16px;
        line-height: 24px;
    }
    .main-cookie-wrapper .cross-close {
        top: 16px;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show{
        top: 26px;
        left: -153px;
    }
}
@media screen and (max-width: 1200px) {
    .main-cookie-holder {
        bottom: 0;
    }
    .main-cookie-wrapper {
        max-width: 960px;
        padding: 16px 36px 16px 16px;
    }
    .main-cookie-wrapper .cookie-text {
        font-size: 13px;
        line-height: 16px;
    }
    .main-cookie-wrapper .cross-close {
        top: 12px;
        width: 16px;
        right: 12px;
        height: 16px;
        cursor: pointer;
        position: absolute;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show{
        top: -80px;
        left: -117px;
        width: 594px;
        font-size: 11px;
        line-height: 140%;
    }
}

@media screen and (max-width: 992px){
    .main-cookie-holder {
        bottom: 0;
    }
    .main-cookie-wrapper {
        max-width: 690px;
        padding: 32px 12px 12px 12px;
    }
}

@media screen and (max-width: 767px){
    .main-cookie-wrapper {
        width: 100%;
        max-width: 510px;
    }
    .main-cookie-wrapper .cookie-mobile-btn{
        display: block;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show{
        top: -25px;
        left: -120px;
        width: 228px;
        padding: 12px;
        font-size: 11px;
        line-height: 140%;
    }
}
