.main-cookie-holder {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 0 32px;
    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: #fff;
    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: -66px;
    left: 0px;
    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 .cookie-information-show:before {
    bottom: -13px;
    left: 13px;
    content: "";
    background-image: url(../../../img/cookie-trg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 13px;
    transform: rotate(180deg);
}
.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;
    font-size: 46px;
    line-height: 20px;
    font-family: "Times New Roman";
    font-weight: 700;
    color: #2589FF;
}
.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: 1350px) {
    .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: -66px;
        left: -120px;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show:before {
        bottom: -13px;
        left: 133px;
    }
}
@media screen and (max-width: 980px){
    .main-cookie-holder {
        padding: 0 20px;
    }
    .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;
        font-size: 32px;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show{
        top: -66px;
        left: -120px;
        width: 540px;
        font-size: 11px;
        line-height: 140%;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show:before {
        content: initial;
    }
}

@media (max-width: 575px) {
    .main-cookie-wrapper {
        padding: 32px 12px 12px 12px;
        width: 100%;
        max-width: 510px;
        height: 160px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
    }
    .main-cookie-wrapper .cookie-mobile-btn{
        display: block;
    }
    .main-cookie-wrapper .cookie-information .cookie-information-show{
        top: -66px;
        left: -120px;
        width: 228px;
        padding: 12px;
        font-size: 11px;
        line-height: 140%;
    }
}
@media (max-width: 414px) {
    .main-cookie-wrapper {
        height: 190px;
    }
}