.announce {
    display: none;
    background: #1e2321;
    color: #fff;
    position: fixed;
    z-index: 100500;
    left: 2.0833333333vw;
    bottom: 2.0833333333vw;
    border-radius: 1.9444444444vw;
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
    width: 33.3333333333vw;
    height: auto
}

@media screen and (min-width:1441px) {
    .announce {
        left: 30px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        left: 2.2222222222vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        bottom: 30px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        bottom: 20.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        border-radius: 28px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        border-radius: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        padding-top: 20px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        padding-top: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        padding-bottom: 20px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        padding-bottom: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        padding-left: 24px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        padding-left: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        padding-right: 24px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        padding-right: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce {
        width: 480px
    }
}

@media screen and (max-width:1000px) {
    .announce {
        width: 133.3333333333vw;
        width: calc(100% - 4.4444vw)
    }
}

.announce.announce-open {
    display: block
}

.announce__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    .announce__top {
        margin-bottom: 16px
    }
}

@media screen and (max-width:1000px) {
    .announce__top {
        margin-bottom: 3.3333333333vw
    }
}

.announce__icon {
    background: url(../images/error.svg) no-repeat;
    background-size: contain;
    height: 2.7777777778vw;
    width: 2.7777777778vw
}

@media screen and (min-width:1441px) {
    .announce__icon {
        height: 40px
    }
}

@media screen and (max-width:1000px) {
    .announce__icon {
        height: 7.7777777778vw
    }
}

@media screen and (min-width:1441px) {
    .announce__icon {
        width: 40px
    }
}

@media screen and (max-width:1000px) {
    .announce__icon {
        width: 7.7777777778vw
    }
}

.announce__close {
    background: url(../images/icon-close-20_white.svg) no-repeat;
    background-size: contain;
    height: 1.5277777778vw;
    width: 1.5277777778vw;
    cursor: pointer
}

@media screen and (min-width:1441px) {
    .announce__close {
        height: 22px
    }
}

@media screen and (max-width:1000px) {
    .announce__close {
        height: 6.1111111111vw
    }
}

@media screen and (min-width:1441px) {
    .announce__close {
        width: 22px
    }
}

@media screen and (max-width:1000px) {
    .announce__close {
        width: 6.1111111111vw
    }
}

.announce__title {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    .announce__title {
        font-size: 20px
    }
}

@media screen and (max-width:1000px) {
    .announce__title {
        font-size: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce__title {
        line-height: 28px
    }
}

@media screen and (max-width:1000px) {
    .announce__title {
        line-height: 6.6666666667vw
    }
}

@media screen and (min-width:1441px) {
    .announce__title {
        margin-bottom: 16px
    }
}

@media screen and (max-width:1000px) {
    .announce__title {
        margin-bottom: 3.3333333333vw
    }
}

.announce-cookie {
    background-color: #eea20f;
    color: #fff
}

.announce-cookie .announce__icon {
    background: url(../images/alert.svg) no-repeat;
    background-size: contain;
    height: 1.6666666667vw;
    width: 1.6666666667vw;
    margin-right: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__icon {
        height: 24px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__icon {
        height: 6.6666666667vw
    }
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__icon {
        width: 24px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__icon {
        width: 6.6666666667vw
    }
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__icon {
        margin-right: 16px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__icon {
        margin-right: 4.4444444444vw
    }
}

.announce-cookie .announce__title {
    font-size: .9722222222vw;
    line-height: 1.3888888889vw;
    margin-bottom: .5555555556vw
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__title {
        font-size: 14px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__title {
        font-size: 3.8888888889vw
    }
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__title {
        line-height: 20px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__title {
        line-height: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__title {
        margin-bottom: 8px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__title {
        margin-bottom: 2.2222222222vw
    }
}

.announce-cookie .announce__text {
    font-size: .8333333333vw;
font-weight: 600;
    line-height: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__text {
        font-size: 12px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__text {
        font-size: 3.3333333333vw
    }
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__text {
        line-height: 16px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__text {
        line-height: 4.4444444444vw
    }
}

.announce-cookie .announce__close {
    height: 1.8055555556vw;
    width: 1.8055555556vw
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__close {
        height: 26px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__close {
        height: 7.2222222222vw
    }
}

@media screen and (min-width:1441px) {
    .announce-cookie .announce__close {
        width: 26px
    }
}

@media screen and (max-width:1000px) {
    .announce-cookie .announce__close {
        width: 7.2222222222vw
    }
}

._dflex, ._dflex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.button .icon,
.icon_small {
    display: inline-block;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    margin-right: .2777777778vw;
    font-size: 0;
    vertical-align: middle
}

@media screen and (min-width:1441px) {
    .button .icon,
    .icon_small {
        width: 20px
    }
}

@media screen and (max-width:1000px) {
    .button .icon,
    .icon_small {
        width: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .button .icon,
    .icon_small {
        height: 20px
    }
}

@media screen and (max-width:1000px) {
    .button .icon,
    .icon_small {
        height: 5.5555555556vw
    }
}

@media screen and (min-width:1441px) {
    .button .icon,
    .icon_small {
        margin-right: 4px
    }
}

@media screen and (max-width:1000px) {
    .button .icon,
    .icon_small {
        margin-right: 1.1111111111vw;
        display: none
    }
}

.button_size-sm {
    padding-top: .4166666667vw;
    padding-right: 1.1111111111vw;
    padding-bottom: .4166666667vw;
    padding-left: 1.1111111111vw;
    font-size: .9922222222vw;
    border-radius: 1.1111111111vw;
    font-weight: bold;
    width: max-content
}

@media screen and (min-width:1441px) {
    .button_size-sm {
        padding-top: 6px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm {
        padding-top: 1.6666666667vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm {
        padding-right: 16px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm {
        padding-right: 4.4444444444vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm {
        padding-bottom: 6px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm {
        padding-bottom: 1.6666666667vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm {
        padding-left: 16px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm {
        padding-left: 4.4444444444vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm {
        font-size: 14px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm {
        font-size: 3.8888888889vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm {
        border-radius: 16px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm {
        border-radius: 4.4444444444vw
    }
}

.button_size-sm:before {
    border-radius: 1.3888888889vw
}

@media screen and (min-width:1441px) {
    .button_size-sm:before {
        border-radius: 20px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm:before {
        border-radius: 4.4444444444vw
    }
}

.button_size-sm.button_bordered {
    line-height: 2.0833333333vw
}

@media screen and (min-width:1441px) {
    .button_size-sm.button_bordered {
        line-height: 30px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm.button_bordered {
        line-height: 7.2222222222vw
    }
}

.ie .button_size-sm {
    line-height: 2.1527777778vw
}

@media screen and (min-width:1441px) {
    .ie .button_size-sm {
        line-height: 31px
    }
}

@media screen and (max-width:1000px) {
    .ie .button_size-sm {
        line-height: 7.5vw
    }
}

.button_size-sm span {
    margin-right: .5555555556vw;
    height: 1.1111111111vw;
    width: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    .button_size-sm span {
        margin-right: 8px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm span {
        margin-right: 2.2222222222vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm span {
        height: 16px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm span {
        height: 4.4444444444vw
    }
}

@media screen and (min-width:1441px) {
    .button_size-sm span {
        width: 16px
    }
}

@media screen and (max-width:1000px) {
    .button_size-sm span {
        width: 4.4444444444vw
    }
}
.button_white {
    background: #fff;
    color: #1e2321
}

._mt-16 {
    margin-top: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    ._mt-16 {
        margin-top: 16px
    }
}

@media screen and (max-width:1000px) {
    ._mt-16 {
        margin-top: 4.4444444444vw
    }
}

._mt-16-8 {
    margin-top: 1.1111111111vw
}

@media screen and (min-width:1441px) {
    ._mt-16-8 {
        margin-top: 16px
    }
}

@media screen and (max-width:1000px) {
    ._mt-16-8 {
        margin-top: 2.2222222222vw
    }
}

.link-white {
    color: #fff
}
