@charset "UTF-8";@font-face {
    font-family: Inter;
    /*src: url(../libs/fonts/Inter-Regular.woff2);*/
    src: url('/fonts/inter/Inter-Regular.eot');
    src: url('/fonts/inter/Inter-Regular.woff2') format('woff2'),
    url('/fonts/inter/Inter-Regular.woff') format('woff'),
    url('/fonts/inter/Inter-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Noto;
    /*src: url(../libs/fonts/notosans.woff2) format("woff2");*/
    src: url('/fonts/noto_sans/NotoSans.eot');
    src: url('/fonts/noto_sans/NotoSans.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto_sans/NotoSans.woff2') format('woff2'),
    url('/fonts/noto_sans/NotoSans.woff') format('woff'),
    url('/fonts/noto_sans/NotoSans.ttf') format('truetype');
    /*url('/fonts/noto_sans/NotoSans.svg#glyphicons_halflingsregular') format('svg');*/
    font-display: swap;
}

@font-face {
    font-family: NotoBold;
    /*src: url(../libs/fonts/notosansbold.woff2) format("woff2");*/
    src: url('/fonts/noto_sans/NotoSans-Bold.eot');
    src: url('/fonts/noto_sans/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto_sans/NotoSans-Bold.woff2') format('woff2'),
    url('/fonts/noto_sans/NotoSans-Bold.woff') format('woff'),
    url('/fonts/noto_sans/NotoSans-Bold.ttf') format('truetype'),
    url('/fonts/noto_sans/NotoSans-Bold.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap
}

@font-face {
    font-family: NotoSemiBold;
    /*src: url(../libs/fonts/NotoSans-SemiBold.woff2) format("woff2");*/
    src: url('/fonts/noto_serif/NotoSerif-Bold.eot');
    src: url('/fonts/noto_serif/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto_serif/NotoSerif-Bold.woff2') format('woff2'),
    url('/fonts/noto_serif/NotoSerif-Bold.woff') format('woff'),
    url('/fonts/noto_serif/NotoSerif-Bold.ttf') format('truetype'),
    url('/fonts/noto_serif/NotoSerif-Bold.svg#glyphicons_halflingsregular') format('svg');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: NotoSerif;
    /*src: url(../libs/fonts/NotoSerif-Regular.ttf) format("truetype");*/
    src: url('/fonts/noto_serif/NotoSerif.eot');
    src: url('/fonts/noto_serif/NotoSerif.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto_serif/NotoSerif.woff2') format('woff2'),
    url('/fonts/noto_serif/NotoSerif.woff') format('woff'),
    url('/fonts/noto_serif/NotoSerif.ttf') format('truetype'),
    url('/fonts/noto_serif/NotoSerif.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap
}

@font-face {
    font-family: NotoSerifBold;
    /*src: url(../libs/fonts/NotoSerif-Bold.ttf) format("truetype");*/
    src: url('/fonts/noto_serif/NotoSerif-Bold.eot');
    src: url('/fonts/noto_serif/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto_serif/NotoSerif-Bold.woff2') format('woff2'),
    url('/fonts/noto_serif/NotoSerif-Bold.woff') format('woff'),
    url('/fonts/noto_serif/NotoSerif-Bold.ttf') format('truetype'),
    url('/fonts/noto_serif/NotoSerif-Bold.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
    font-variation-settings: "wdth" 87.5;
}

@font-face {
    font-family: NotoSerifSemiBold;
    /*src: url(../libs/fonts/NotoSerif-SemiBold1.ttf) format("truetype");*/
    src: url('/fonts/noto_serif/NotoSerif-Bold.eot');
    src: url('/fonts/noto_serif/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/noto_serif/NotoSerif-Bold.woff2') format('woff2'),
        url('/fonts/noto_serif/NotoSerif-Bold.woff') format('woff'),
        url('/fonts/noto_serif/NotoSerif-Bold.ttf') format('truetype'),
        url('/fonts/noto_serif/NotoSerif-Bold.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
    font-variation-settings: "wdth" 87.5;
}

@font-face {
    font-family: "Noto Serif";
    /*src: url(../libs/fonts/NotoSerif.woff) format("woff");*/
    src: url('/fonts/noto_serif/NotoSerif.eot');
    src: url('/fonts/noto_serif/NotoSerif.eot?#iefix') format('embedded-opentype'),
    url('/fonts/noto_serif/NotoSerif.woff2') format('woff2'),
    url('/fonts/noto_serif/NotoSerif.woff') format('woff'),
    url('/fonts/noto_serif/NotoSerif.ttf') format('truetype'),
    url('/fonts/noto_serif/NotoSerif.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    width: 100%;
    max-width: 100%;
    background: #1c1c1c;
    min-height: 950px
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

html {
    width: 100%;
    height: 100%
}

body {
    font-family: Noto,sans-serif;
    color: #fff;
    font-size: 15px;
    height: 100%;
    position: relative;
    letter-spacing: 0
}

* {
    font-family: Noto,sans-serif
}

body.active {
    overflow: hidden
}

body.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 999
}

p {
    font-family: Noto,sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: -.5px
}

ol {
    list-style-type: decimal!important
}

ol li {
    line-height: 30px;
    text-transform: initial;
    text-align: left;
    font-size: 16px;
    position: relative;
    list-style-type: decimal!important;
    font-family: Noto,sans-serif
}

ul li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 150%;
    font-family: Noto,sans-serif
}

a {
    font-size: 20px;
    color: #003349;
    text-decoration: none
}

li,ul {
    margin-left: 40px
}

strong {
    font-family: NotoBold,sans-serif
}

h1 {
    font-size: 64px;
    word-wrap: break-word;
    margin: 10px 0 20px;
    color: #003349;
    display: block;
    font-family: NotoBold,sans-serif;
    line-height: normal;
    letter-spacing: -2px
}

h2 {
    font-size: 48px;
    margin: 20px 0 30px;
    line-height: normal;
    text-transform: initial;
    font-family: NotoBold,sans-serif;
    letter-spacing: -2px;
    word-wrap: break-word
}

h3 {
    font-size: 32px;
    font-family: NotoBold,sans-serif;
    line-height: 140%;
    margin: 20px 0 20px;
    word-wrap: break-word
}

h4 {
    font-size: 24px;
    font-family: NotoBold,sans-serif;
    line-height: 140%;
    margin: 20px 0 20px;
    word-wrap: break-word
}

h5 {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0 20px
}

h6 {
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    margin: 10px 0 20px
}

@media (max-width: 1300px) {
    h1 {
        font-size:44px
    }

    h2 {
        font-size: 39px
    }
}

@media (max-width: 567px) {
    ol li,p,ul li {
        font-size:20px;
        line-height: 150%;
        margin-bottom: 15px
    }

    h1 {
        font-size: 44px
    }

    h2 {
        font-size: 32px;
        margin: 10px 0 20px
    }

    h3 {
        font-size: 18px;
        line-height: 30px
    }

    h4 {
        font-size: 25px;
        line-height: 30px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 14px
    }
}

.container-wrap {
    padding: 0 15px
}

.wrapper {
    max-width: 1154px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden
}

.wrapper.wrapper-wide {
    max-width: 1395px;
    padding: 0
}

.wrapper.narrow {
    max-width: 992px
}

#scrollToTopBtn {
    position: fixed;
    bottom: 276px;
    right: 44px;
    background-color: #24292e;
    color: #fff;
    border: none;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 9
}

#scrollToTopBtn img {
    opacity: .5
}

#scrollToTopBtn:hover {
    background-color: #555
}

.header {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(11.69%,#1c1c1c),to(rgba(28,28,28,0)));
    background: -webkit-linear-gradient(bottom,#1c1c1c 11.69%,rgba(28,28,28,0) 100%);
    background: -o-linear-gradient(bottom,#1c1c1c 11.69%,rgba(28,28,28,0) 100%);
    background: linear-gradient(360deg,#1c1c1c 11.69%,rgba(28,28,28,0) 100%);
    background: #24292e;
    padding-bottom: 30px
}

.header .header-box__nv {
    margin-right: 45px;
    margin-top: -20px;
    min-width: 143px
}

.header .logo {
    width: 100px;
    height: 100px
}

.header .logo img {
    width: 100%
}

.header .top-box__btn {
    margin-top: 10px
}

.header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box__nv {
    font-family: Noto,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    color: #fff;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 1.5px solid #fff;
    height: 54px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header-box__nv:hover {
    background: #fff;
    color: #000!important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: -59px;
    min-height: 450px;
}

.top-box__about {
    font-family: NotoSemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    margin-bottom: 2px;
    opacity: .6;
    letter-spacing: .6px
}

.top-box__about span:last-child {
    display: none
}

.top-box__title {
    font-family: "Noto Serif", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46.62px;
    margin-bottom: 15px;
    letter-spacing: .5px
}

.top-box__describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 4px
}

.top-box__btn {
    max-width: 288px;
    width: 100%;
    height: 70px;
    padding: 0 16px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: 0;
    background: #bf0006;
    color: #fff;
    font-family: Noto,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-box__btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-box__info {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -7px;
    margin-top: 82px
}

.top-box__img {
    width: 45%;
    text-align: center;
}

.top-box__img img {
    /*width: 100%;*/
    /*margin-top: -53px*/
    /*padding: 20px 0 0 0;*/
    width: 270px;
    position: absolute;
    margin-left: -63px;
    scale: 0.9;
    border: 1px solid #24292e;
}

.top-box__img .mag1{
    /*transform-origin: bottom;*/
    transform: rotate(-30deg);
}

.top-box__img .mag2{
    /*transform-origin: bottom;*/
    transform: rotate(-15deg);
}

.top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 125px 0
}

.top-block__watch {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    border-bottom: 2px dashed #fff;
    margin-top: 20px
}

.top-block__watch:hover {
    color: #ffc72c!important;
    border-bottom: 2px dashed #ffc72c
}

.top-block__title {
    font-family: "Noto Serif", serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 73.26px;
    text-align: center;
    max-width: 828px;
    margin-bottom: 40px
}

.top-block__title span {
    font-family: "Noto Serif", serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 73.26px;
    color: #ffc72c
}

.header-bgc {
    background-image: url(../user/img/top-bgc.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.btn-yellow {
    background: #ffc72c;
    font-family: Noto,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    color: #000;
    border: 1px solid transparent;
}

.top-block.exlusive {
    margin: 125px 0 200px
}

.top-block.exlusive .top-block__title {
    margin-top: -54px;
    margin-bottom: 29px
}

.top-box__btn.btn-yellow:hover {
    background: #fff;
    color: #000!important;
    border: 1px solid #fff
}

@media (max-width: 1440px) {
    .header .header-box__nv {
        margin-right:0
    }
}

@media (max-width: 1180px) {
    .top-box {
        margin-bottom:0
    }
}

@media (max-width: 850px) {
    .top-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .header-box__nv {
        margin-right: 0;
        min-width: auto
    }

    .top-box__img,.top-box__info {
        width: 100%
    }

    .top-box__img {
        min-height: 450px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .top-box__img img {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin-top: 45px;
        margin-left: 0;
    }

    .top-box__info {
        margin-left: 0
    }

    .top-box__info {
        margin-top: 28px
    }

    .top-box__info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 567px) {
    #address-list,iframe {
        width:100%!important
    }

    #address-list ul,iframe ul {
        margin-left: 0
    }

    .top-block__title,.top-block__title span {
        font-size: 36px;
        line-height: 39.96px
    }

    .header .top-box__btn {
        height: 60px;
        font-size: 18px;
        line-height: 34px;
        align-self: center;
    }

    .top-block.exlusive {
        margin: 125px 0 92px
    }

    .header .header-box__nv {
        font-size: 16px;
        line-height: 20.8px;
        height: 47px;
        min-width: 120px;
        align-self: center;
    }

    .top-box__btn {
        height: 60px
    }

    .top-box__title {
        font-size: 30px;
        line-height: 33px
    }

    .header .header-box__nv {
        margin-top: -9px
    }

    .header .logo {
        width: 80px;
        height: 80px
    }

    .top-box {
        margin-top: -14px
    }

    .top-box__info {
        margin-top: -32px;
        margin-left: 0
    }

    .top-box__about span:last-child {
        display: inline
    }

    .top-box__about span:first-child {
        display: none
    }
}

@media (max-width: 450px) {
    .top-box__btn {
        width:100%
    }
}

.footer {
    padding: 15px 0 45px
}

.footer .wrapper {
    max-width: 1288px
}

.footer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-box__about {
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px
}

.footer-box__help {
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.footer-box__help a {
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #fff;
    text-decoration: underline
}

.footer.black {
    background: #000
}

@media (max-width: 567px) {
    .footer-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-box__about {
        margin-bottom: 40px
    }

    .footer {
        padding: 15px 0 15px
    }
}

.edition {
    padding: 65px 0 103px
}

.edition .lg-thumb .lg-thumb-item:nth-child(n+5) {
    display: none
}

.edition-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.edition-watch {
    width: 48%;
    height: 100%;
    margin-top: 3px
}

.edition-about {
    width: 48%;
    padding-left: 65px;
    margin-top: -5px;
    padding-right: 20px
}

.edition-about__title {
    font-family: "Noto Serif", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 33.3px;
    margin-bottom: 40px;
    letter-spacing: .5px
}

.edition-about nav ol li {
    font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.2px;
    margin-bottom: 19px;
    list-style-type: none!important;
    letter-spacing: .4px
}

.edition-about nav ol li span {
    font-size: 15px;
    font-family: Noto,sans-serif;
    letter-spacing: 0;
    font-weight: 400
}

.edition-about ol li::marker {
    display: none
}

.edition-about ol {
    counter-reset: list-counter;
    list-style-type: none!important
}

.edition-about ol li {
    counter-increment: list-counter
}

.edition-about ol li::before {
    content: counter(list-counter,decimal-leading-zero);
    color: red;
    margin-right: 10px;
    position: absolute;
    left: -40px
}

.edition .swiper {
    width: 100%;
    height: 100%
}

.edition .mySwiper2 {
    height: 80%;
    width: 100%
}

.edition .mySwiper {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0
}

.edition .mySwiper .swiper-slide {
    width: 25%;
    height: 100%
}

.edition .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    background: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.edition .mySwiper .swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.1);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    pointer-events: none
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #fff!important
}

.carousel__slide.has-thumb.has-image.is-selected {
    opacity: .6
}

.carousel__slide.has-thumb.has-image.is-selected.is-nav-selected {
    opacity: 1
}

.carousel__button.is-next,.carousel__button.is-prev {
    background: #24292e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 60px;
    height: 60px
}

.carousel__button.is-next svg,.carousel__button.is-prev svg {
    display: none
}

.carousel__button.is-next:before,.carousel__button.is-prev:before {
    content: '';
    background-image: url(../user/img/arrow-right.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fancybox__caption {
    font-size: 20px;
    font-family: NotoBold,sans-serif;
    font-weight: 700;
    text-align: center
}

.fancybox__button--fullscreen,.fancybox__button--slideshow,.fancybox__button--thumbs,.fancybox__button--zoom,.fancybox__counter {
    opacity: 0!important
}

.carousel__button.is-prev:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.fancybox__carousel {
    -webkit-box-flex: 0!important;
    -webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
    height: 85%!important
}

.bottom-slider {
    position: relative
}

.bottom-slider:after {
    content: '';
    width: 38px;
    height: 100%;
    display: block;
    background-image: url(../user/img/bgc-slid.png);
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    z-index: 9
}

.bottom-slider:before {
    content: '';
    width: 38px;
    height: 100%;
    display: block;
    background-image: url(../user/img/bgc-slid.png);
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: -1px;
    bottom: 0;
    z-index: 9
}

.fancybox__slide {
    padding: 130px 0 0 0!important
}

@media (max-width: 820px) {
    .edition-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .edition-about,.edition-watch {
        width: 100%;
        padding-left: 0
    }

    .edition-watch {
        margin-bottom: 30px
    }

    .edition {
        padding: 65px 0 59px
    }

    .edition-watch .top-slider .swiper-slide a {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .fancybox__carousel {
        height:63%!important
    }
}

@media (max-width: 853px) {
    .fancybox__carousel {
        height:63%!important
    }
}

@media (max-width: 650px) {
    .fancybox__carousel {
        height:70%!important
    }
}

@media (max-width: 500px) {
    .fancybox__carousel {
        height:60%!important
    }
}

@media (max-width: 430px) {
    .fancybox__carousel {
        height:60%!important
    }
}

@media (max-width: 425px) {
    .fancybox__thumbs {
        margin-top:-36px
    }
}

@media (max-width: 370px) {
    .fancybox__thumbs {
        margin-top:-23px
    }
}

@media (max-width: 567px) {
    .edition-about nav ol li span {
        font-size:16px;
        line-height: 22px;
        font-weight: 400
    }

    .carousel__button.is-next,.carousel__button.is-prev {
        display: none
    }

    .edition-watch .top-slider .swiper-slide a {
        padding: 0 20px
    }

    .edition-watch .top-slider .swiper-slide {
        padding: 10px 0
    }
}

.subscription {
    margin: 20px 0 123px 0
}

.subscription-title {
    font-family: "Noto Serif", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46.62px;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: .9px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.subscription-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subscription-box-bgc {
    background: -webkit-gradient(linear,left top,left bottom,from(#cf0910),to(rgba(36,41,46,0)));
    background: -webkit-linear-gradient(top,#cf0910 0,rgba(36,41,46,0) 100%);
    background: -o-linear-gradient(top,#cf0910 0,rgba(36,41,46,0) 100%);
    background: linear-gradient(180deg,#cf0910 0,rgba(36,41,46,0) 100%)
}

.subscription-box__item {
    width: 48%;
    background: #24292e;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden
}

.subscription-box__item button, .subscription-box__item a {
    text-transform: uppercase;
    margin-bottom: 45px!important
}

.subscription-box__title {
    font-family: "Noto Serif", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.64px;
    color: #fff;
    margin-bottom: 29px;
    padding: 41px 42px 0 39px;
    letter-spacing: .5px
}

.subscription-box__title span {
    background: #fff;
    padding: 3px 10px;
    font-size: 20px;
    color: #000;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    margin-left: 10px
}

.subscription-box__price {
    font-family: NotoBold,sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 73.26px;
    color: #fff;
    padding: 0 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -1.5px
}

.subscription-box__price span {
    font-size: 24px;
    color: #fff;
    font-family: Noto,sans-serif;
    font-weight: 400;
    margin-left: 46px;
    margin-bottom: -28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: line-through;
    opacity: .7
}

.subscription-box__notice {
    font-family: Noto,sans-serif;
    font-size: 16px;
    padding: 0 38px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin-bottom: 38px;
    margin-top: 8px;
    letter-spacing: -.5px
}

.button-red,.button-white {
    outline: 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #bf0006;
    height: 70px;
    color: #fff;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-family: Noto,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.button-red:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.button-white {
    background: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.button-white:hover {
    background: #bf0006;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.button-red.margin,.button-white.margin {
    margin: 0 36px 42px 36px;
    width: -webkit-calc(100% - 78px);
    width: calc(100% - 78px)
}

.checkbox-container {
    padding: 0 47px 14px 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkbox-container label,.checkbox-container span {
    margin-bottom: 29px;
    font-family: Noto,sans-serif
}

.checkbox-container span {
    position: relative;
    padding-left: 20px;
    opacity: .5
}

.checkbox-container span:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../user/img/check_grey.svg);
    display: inline-block;
    position: absolute;
    left: -14px;
    top: -4px
}

.checkbox-container span.active {
    opacity: 1
}

.checkbox-container span.active:before {
    background: url(../user/img/check_red.svg)
}

@media (min-width: 820px) {
    .subscription-title {
        padding-left:42px
    }

    .subscription .wrapper {
        padding-left: 0
    }
}

@media (max-width: 820px) {
    .subscription-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .subscription-box__item {
        width: 100%;
        margin-bottom: 20px
    }

    .button-red.margin,.button-white.margin {
        max-width: 480px
    }

    .subscription {
        margin: 20px 0 80px 0
    }
}

@media (max-width: 567px) {
    .subscription-title {
        font-size:30px;
        line-height: 33.33px
    }

    .subscription-box__title span {
        margin-left: 4px
    }

    .partners .subscription-title {
        margin-bottom: 30px!important
    }

    .subscription-box__price {
        font-size: 44px;
        line-height: 48px;
        padding: 0 15px
    }

    .subscription-box__notice {
        padding: 0 17px;
        margin-bottom: 33px
    }

    .subscription-box__title {
        padding: 22px 5px 0 19px;
        margin-bottom: 20px
    }

    .subscription .button-red,.subscription .button-white {
        height: 54px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 20px 34px
    }

    .checkbox-container {
        padding: 0 30px 0 30px;
        margin-bottom: -10px
    }

    .subscription-box__price span {
        margin-left: 18px;
        margin-bottom: -12px
    }
}

.partners {
    margin-bottom: 140px
}

.partners .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.partners-wrapper {
    position: relative
}

.partners-wrapper:before {
    content: '';
    width: 85px;
    height: 100%;
    background: url(../user/img/partners-left.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.partners-wrapper:after {
    content: '';
    width: 85px;
    height: 100%;
    background: url(../user/img/partners-right.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.partners .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.partners .swiper-slide {
    text-align: center
}

.partners .swiper-slide img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.partners .subscription-title {
    margin-bottom: 89px
}

@media (min-width: 820px) {
    .partners .subscription-title {
        margin-left:-66px
    }
}

@media (max-width: 820px) {
    .partners .subscription-title {
        margin-bottom:80px
    }
}

@media (max-width: 567px) {
    .partners {
        margin-bottom:97px
    }
}

.last-edition {
    padding: 120px 0 124px
}

.last-edition .header-box__nv {
    min-width: 217px;
    height: 54px
}

.last-edition .wrapper {
    max-width: 1130px;
    padding: 0
}

.last-edition .header-box__nv:hover {
    background: #05bc52;
    border: 1px solid #05bc52
}

.last-edition-box {
    background: #24292e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden
}

.last-edition-box__img {
    width: 56%
}

.last-edition-box__img img {
    width: 123%
}

.last-edition-box__text {
    width: 38%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 50px 20px 0;
    margin-top: -15px
}

.last-edition-box__title {
    font-family: "Noto Serif", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46.62px;
    margin-bottom: 10px;
    letter-spacing: .8px
}

.last-edition-box__description {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 34px
}

.last-edition-box__description img {
    margin-bottom: -3px
}

.last-edition-box .header-box__nv {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 820px) {
    .last-edition {
        padding:60px 0 95px
    }

    .last-edition-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .last-edition-box__img,.last-edition-box__text {
        width: 100%
    }

    .last-edition-box__text {
        padding: 20px
    }

    .last-edition-box__description,.last-edition-box__title {
        padding: 0 20px
    }

    .last-edition-box .header-box__nv {
        margin: 0 20px;
        min-height: 54px;
        align-self: center;
    }
}

@media (max-width: 567px) {
    .last-edition-box__img {
        width:100%;
        height: 240px
    }

    .last-edition-box__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .last-edition-box__title {
        font-size: 30px;
        line-height: 33px;
        margin-top: 22px
    }

    .last-edition-box__description img {
        width: 84px;
        height: 15px
    }
}

.expandable-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 41px
}

.expandable-text {
    cursor: pointer
}

.full-text {
    color: gray
}

.expandable-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.expandable-text {
    background: #24292e;
    -webkit-box-shadow: 0 4px 20px 0 #0000000F;
    box-shadow: 0 4px 20px 0 #0000000F;
    padding: 26px 15px 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    position: relative
}

.expandable-text:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../user/img/arrow_forward_ios.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: 19px;
    right: 23px
}

.expandable-text.active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.expandable-text.active .full-text {
    max-height: 500px;
    -webkit-transition: max-height .5s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
    opacity: .75;
    margin-bottom: 10px
}

.short-text {
    /*font-family: "Noto Serif", serif;*/
    font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.2px;
    color: #fff;
    padding-right: 50px;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.full-text {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fffFFFBF;
    padding-top: 7px;
    padding-bottom: 4px;
    -webkit-transition: max-height 50ms ease;
    -o-transition: max-height 50ms ease;
    transition: max-height 50ms ease;
    opacity: .75;
    max-height: 0
}

.question {
    padding-bottom: 183px
}

.question .wrapper {
    max-width: 900px;
    padding-left: 2px
}

.question.black {
    background: #000
}

@media (min-width: 820px) {
    .question .subscription-title {
        padding-left:0;
        margin-left: -26px
    }
}

@media (max-width: 567px) {
    .question {
        padding-bottom:90px
    }
}

.tariff {
    margin-bottom: 40px
}

.tariff .wrapper {
    max-width: 1130px
}

.tariff-box {
    background: #000;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5px;
    overflow: hidden
}

.tariff-box__item {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 50px 0
}

.tariff-box__item:first-child {
    padding-left: 20px
}

.tariff-box__item:nth-of-type(3) {
    padding-right: 20px
}

.tariff-box__item:nth-of-type(3) .top-box__btn.btn-yellow {
    margin-left: 7%
}

.tariff-box__item .tariff-box__line:nth-of-type(2) {
    padding: 31px 0 10px
}

.tariff-box__item .top-box__btn.btn-yellow {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffc72c;
    background: 0 0;
    color: #fff;
    z-index: 999
}

.tariff-box__item .top-box__btn.btn-yellow:hover {
    background: #ffc72c;
    color: #000
}

.tariff-box__item:nth-of-type(1) .tariff-box__top {
    padding-top: 26px;
    padding-bottom: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tariff-box__item:nth-of-type(2) .tariff-box__max,.tariff-box__item:nth-of-type(3) .tariff-box__max {
    margin-bottom: 18px
}

.tariff-box__item:nth-of-type(2) .tariff-box__top,.tariff-box__item:nth-of-type(3) .tariff-box__top {
    padding-bottom: 6px;
    min-height: 183px
}

.tariff-box__item .tariff-box__line:nth-of-type(9) {
    border: none
}

.tariff-box__item .top-box__btn {
    margin-top: 24px;
    height: 60px
}

.tariff-box__item:nth-of-type(1) .tariff-box__line {
    text-align: left
}

.tariff-box__item.active {
    background: #1e1e1e;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tariff-box__item.active .top-box__btn.btn-yellow {
    background: #ffc72c;
    color: #000
}

.tariff-box__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 30px;
    font-family: Noto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 10px;
}

.tariff-box__info span {
    color: #fffFFF66;
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: inline-block
}

.tariff-box__top {
    padding-bottom: 40px;
    min-height: 55px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tariff-box__max {
    font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.2px
}

.tariff-box__max span {
    background: #ffc72c;
    font-family: NotoBold,sans-serif;
    font-size: 20.48px;
    font-weight: 600;
    line-height: 26.62px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 1px 6px;
    color: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px
}

.tariff-box__price {
    font-family: NotoSemiBold,sans-serif;
    font-size: 66px;
    font-weight: 600;
    /*line-height: 73.26px*/
}

.tariff-box__month {
    font-family: NotoSemiBold,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.tariff-box__old_price{
    font-size: 15px;
    color: #707485;
    padding-left: 10px;
}

.tariff-box__old_price_amo{
    font-size: 30px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.tariff-box__title {
    font-family: "Noto Serif", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26.64px;
    margin-bottom: 46px
}

.tariff-box__line {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 16px 0 10px;
    width: 100%;
    min-height: 33px;
    text-align: center
}

.tariff-box__line span span {
    display: none
}

.tariff-box__line:last-child {
    border-bottom: none
}

.tariff-box__line span img {
    width: 28px;
    height: 28px
}

.tariff-switcher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 42px
}

.tariff-switcher__wrapper {
    background: #24292e;
    padding: 5px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.tariff-switcher button {
    width: 224px;
    height: 42px;
    gap: 10px;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    background: #24292e;
    border: none;
    outline: 0;
    color: #fff;
    cursor: pointer;
    font-family: Noto,sans-serif;
    font-weight: 600
}

.tariff-switcher button span {
    font-family: Noto,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.23999999463558197px;
    color: #fff;
    opacity: .5;
    padding-left: 5px
}

.tariff-switcher button.active {
    background: #ffc72c;
    color: #000;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.tariff-switcher button.active span {
    color: #000
}

.tariff-mobile {
    display: none
}

.tariff-mobile__top {
    width: 100%
}

.tariff-mobile__top .tariff-box__max{
    margin-bottom: 20px;
}

.tariff-mobile__top .tariff-box__max span{
    float: right;
}

.btn-yellow:hover {
    background: 0 0;
    border: 1px solid #ffc72c;
    color: #ffc72c
}

.tariff-box {
    display: none
}

.tariff-box.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tariff-mobile {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tariff-mobile__item {
    background: #000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 30px 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.tariff-mobile__title {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.98px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    width: 100%
}

.tariff-mobile__item.shadow {
    background-image: url(../user/img/shadov-pice.webp);
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 356px;
    background-size: 100% 356px;
    background-repeat: no-repeat;
    background-position-y: -135px
}

.tariff-mobile__item .tariff-mobile__title span {
    background: #ffc72c;
    color: #000;
    font-family: NotoBold,sans-serif;
    font-size: 20.48px;
    font-weight: 600;
    line-height: 26.62px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*margin-left: 10px;*/
    position: relative;
    top: -2px;
    float: right;
}

.tariff-mobile__describe {
    font-family: Noto Serif,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 15px
}

.tariff-mobile__notice {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;
    width: 100%
}

.tariff-mobile__price {
    font-family: NotoSemiBold,sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 59.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.tariff-mobile-info {
    margin-top: 30px;
    display: none
}

.tariff-mobile-info__item {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 35px;
    min-height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.tariff-mobile-info__item:before {
    content: '';
    width: 24px;
    height: 24px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../user/img/check_active.png);
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    background-position: center
}

.tariff-mobile-info__item.not-active:before {
    background-image: url(../user/img/cancel_24dp_.png)
}

.tariff-mobile__advantage {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 19.98px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tariff-mobile__advantage img {
    width: 24px;
    height: 24px;
    margin-left: 15px;
    margin-bottom: -6px
}

.tariff-mobile__advantage.active~.tariff-mobile-info {
    display: block;
    width: 100%
}

.tariff-mobile__advantage.active img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tariff-box.box-year .tariff-box__info {
    display: inline
}

.tariff-box__line.sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tariff-box__line.sign span.active {
    width: 28px;
    height: 28px;
    background-image: url(../user/img/check_active.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block
}

.tariff-box__line.sign span.active~span {
    display: none
}

.tariff-mobile__item.shadow .tariff-mobile__notice span {
    opacity: .6;
    text-decoration: line-through
}

.tariff-box__line span.not_active {
    width: 28px;
    height: 28px;
    background-image: url(../user/img/cancel_24dp.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block
}

.tariff-box__line span.not_active~span {
    display: none
}

@media (max-width: 1125px) {
    .tariff-box__item:first-child {
        display:none
    }

    .tariff-box__hover-block {
        left: 3px!important
    }

    .tariff-box__item {
        width: 48%
    }

    .tariff-box__line.sign span.active~span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .tariff-box__line.sign {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tariff-box__line.sign span:first-child {
        margin-right: 10px;
        margin-left: 15px
    }

    .tariff-box__line.sign span.not_active~span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .tariff-box__line span span {
        display: inline
    }

    .tariff-box__line span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tariff-box__line span img {
        margin-right: 10px
    }
}

@media (max-width: 850px) {
    .tariff-mobile {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px
    }

    .tariff-box__item {
        display: none
    }

    .tariff-box {
        background: 0 0
    }

    .tariff-switcher__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .tariff-switcher button {
        width: 49%;
        font-size: 16px;
        font-weight: 600
    }

    .tariff-switcher button span {
        display: block;
        margin-top: -2px;
    }

    .tariff-switcher button.active span {
        opacity: 1;
        display: block;
        margin-top: -3px;
    }

    .tariff {
        margin-bottom: 20px
    }
}

@media (max-width: 567px) {
    .tariff-switcher {
        margin-bottom:20px
    }
}

.tariff-box {
    position: relative
}

.tariff-box__hover-block {
    position: absolute;
    top: 0;
    left: -4px;
    width: 0;
    height: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffc72c;
    background: 0 0;
    opacity: 1;
    -webkit-transition: width .3s,height .3s,opacity .3s,-webkit-transform .3s;
    transition: width .3s,height .3s,opacity .3s,-webkit-transform .3s;
    -o-transition: transform .3s,width .3s,height .3s,opacity .3s;
    transition: transform .3s,width .3s,height .3s,opacity .3s;
    transition: transform .3s,width .3s,height .3s,opacity .3s,-webkit-transform .3s;
    z-index: 99
}

.map {
    width: 72%;
    height: 560px;
    float: right
}

.map-box {
    overflow: hidden
}

.address-list {
    width: 28%;
    padding: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #24292e;
    height: 560px
}

.map-box-switcher-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    display: none
}

.map-box-switcher {
    background: #24292e;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    min-width: 250px
}

.map-box-switcher span {
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 41%;
    text-align: center
}

.map-box-switcher span.active {
    background: #bf0006
}

.leaflet-control-zoom a {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.leaflet-top.leaflet-left span {
    font-size: 32px
}

.expand-map-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.address-list .address-list__item {
    cursor: pointer;
    padding: 14px 8px 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    border-bottom: 1px solid #fffFFF15;
    width: 90%;
    -webkit-border-radius: 0;
    border-radius: 0
}

.address-list .address-list__item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.address-list .address-list__item div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Noto Serif",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.active-marker {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
}

.leaflet-popup-content {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: normal
}

.leaflet-container a.leaflet-popup-close-button {
    color: #000!important
}

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive.active-marker {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.address-list .address-list__item span {
    opacity: .5;
    color: #fff!important;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.simplebar-scrollbar {
    background-color: grey;
    width: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.simplebar-track {
    background-color: transparent
}

.simplebar-scrollbar:before {
    background-color: #4f4f4f
}

.simplebar-track {
    background-color: transparent;
    width: 8px!important;
    padding: 0!important
}

.address-list__item.active {
    color: #bf0006
}

.leaflet-touch .leaflet-bar a {
    width: 40px!important;
    height: 40px!important;
    line-height: 38px!important
}

.leaflet-touch .leaflet-bar a:first-child {
    margin-bottom: 10px
}

.leaflet-top.leaflet-left {
    right: 21px;
    bottom: 21px;
    top: auto;
    left: auto
}

.simplebar-content {
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 820px) {
    .map-box-switcher-wrap {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .address-list,.map {
        opacity: 0
    }

    .map {
        margin-top: -560px;
        z-index: -1
    }

    .map.active {
        margin-top: 0;
        z-index: 1
    }

    .address-list {
        display: none
    }

    .address-list.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto
    }

    #address-list.active,#map.active {
        opacity: 1;
        width: 99%;
        height: 560px
    }

    .expand-map-btn {
        display: none
    }

    .map-box-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 567px) {
    .map-box-switcher {
        min-width:310px
    }
}

.space {
    padding-bottom: 50px;
    background: #000;
    padding-top: 119px
}

.space .top-box__btn {
    max-width: 380px
}

.space .space-blocks.bottom .space-blocks__item {
    overflow: hidden
}

.space-title {
    font-family: "Noto Serif", serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 61.05px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 25px;
    max-width: 698px
}

.space-describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 40px;
    max-width: 687px;
    opacity: .75
}

.space-blocks.top {
    display: grid;
    grid-template-columns: 36% 60%;
    grid-template-rows: auto auto;
    gap: 20px
}

.space-blocks.top__item {
    -webkit-background-size: cover;
    background-size: cover
}

.space-blocks.top .space-blocks__item:nth-of-type(1) {
    background-image: url(../user/img/bgc-spac.png);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.space-blocks.top .space-blocks__item:nth-of-type(2) {
    background: url(../user/img/bgc-green1.png);
    -webkit-background-size: cover;
    background-size: cover
}

.space-blocks.top__item.two-block .space-blocks__left {
    width: 50%
}

.space-blocks__item {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 31px 45px 32px;
    -webkit-background-size: cover;
    background-size: cover
}

.space-blocks__number {
    font-size: 80px;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    margin-top: 29px
}

.space-blocks__img {
    margin-top: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: -62px
}

.space-blocks__img.width-bl {
    margin-left: -40px;
    width: 135%
}

.space-blocks__img.width-bl img {
    width: 100%
}

.space-blocks__account {
    margin-top: 10px;
    font-family: "Noto Serif", serif;
    font-size: 20px;
    line-height: 111%
}

.space-blocks__title {
    font-family: "Noto Serif", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 33.3px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    text-align: center;
    margin-bottom: 15px
}

.space-blocks__describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    opacity: .75
}

.space-blocks.bottom {
    display: grid;
    grid-template-columns: 31.6% 31.6% 31.6%;
    grid-template-rows: auto auto;
    gap: 20px
}

.space-blocks.bottom .space-blocks__item:nth-of-type(1) {
    background: #e3120b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.space-blocks.bottom .space-blocks__item:nth-of-type(1) .space-blocks__describe,.space-blocks.bottom .space-blocks__item:nth-of-type(1) .space-blocks__title {
    text-align: center
}

.space-blocks.bottom .space-blocks__item:nth-of-type(2) {
    position: relative;
    background: #0d0f11
}

.space-blocks.bottom .space-blocks__item:nth-of-type(2):before {
    content: '';
    background: url(../user/img/bgc-audio2.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.space-blocks.bottom .space-blocks__item:nth-of-type(3) {
    background-image: url(../user/img/bgc-bl3.png);
    background-repeat: no-repeat
}

.space-blocks.bottom .space-blocks__item:nth-of-type(3) .space-blocks__img {
    margin-top: 20px;
    width: 100%
}

.space-blocks.bottom .space-blocks__item:nth-of-type(3) .space-blocks__img img {
    width: 100%
}

.space-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px
}

.space .top-box__btn {
    margin-bottom: 50px
}

.space-blocks__item.two-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.space-blocks__item.two-block .space-blocks__left {
    width: 53%
}

.space-blocks__item.two-block .space-blocks__left .space-blocks__describe,.space-blocks__item.two-block .space-blocks__left .space-blocks__title {
    text-align: left
}

.space-blocks__item.two-block .space-blocks__right {
    width: 49%;
    margin-top: -127px;
    margin-bottom: -31px
}

.space-blocks__item.two-block .space-blocks__right img {
    /*margin-bottom: -5px;*/
    /*height: 100%;*/
    max-height: 100%;
    margin-left: -138px;
    max-width: 550px;
    position: relative;
    top: 2px;
}

@media (max-width: 850px) {
    .space-blocks.top {
        display:grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px
    }

    .space-blocks__item.two-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .space-blocks__item.two-block .space-blocks__left,.space-blocks__item.two-block .space-blocks__right {
        width: 100%
    }

    .space-blocks__item.two-block .space-blocks__right {
        margin-top: 0
    }

    .space-blocks.bottom {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto
    }

    .space-blocks__img {
        margin-bottom: 0
    }

    .space-blocks__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .space-blocks__item.two-block .space-blocks__right img {
        margin-left: auto
    }

    .space-blocks.bottom .space-blocks__img {
        margin-bottom: -32px
    }
}

@media (max-width: 567px) {
    .space-title {
        font-size:30px;
        line-height: 33px
    }

    .space-blocks__item.two-block .space-blocks__right img {
        margin-left: auto;
        width: 100%
    }

    .space-blocks__item.two-block .space-blocks__left {
        margin-bottom: 20px
    }

    .space-blocks__img.width-bl {
        margin-left: 0
    }

    .space-blocks__title {
        font-size: 24px;
        line-height: 26px
    }

    .space-describe {
        margin-bottom: 30px
    }

    .space {
        padding-top: 65px
    }

    .space-blocks__number {
        font-size: 90px
    }

    .space-blocks__item.two-block .space-blocks__left .space-blocks__describe,.space-blocks__item.two-block .space-blocks__left .space-blocks__title {
        text-align: center
    }

    .space-blocks__describe {
        font-size: 18px;
        line-height: 24px
    }
}

.connect {
    padding-bottom: 80px;
    padding-top: 0;
    background: #000
}

.connect .wrapper {
    overflow: visible
}

.connect .top-box__btn.btn-yellow {
    border: 1px solid transparent
}

.connect .top-box__btn {
    background: 0 0!important;
    border: 1px solid #ffc72c!important;
    color: #fff!important
}

.connect .top-box__btn:hover {
    background: #ffc72c!important;
    border: 1px solid #ffc72c!important;
    color: #000!important
}

.connect .top-box__btn.white {
    display: none
}

.connect-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 23px
}

.connect-box__text {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.connect-box__title {
    font-family: NotoSerif,sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 48.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px
}

.connect-box__describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 45px;
    opacity: .75
}

.connect-box__price-bl {
    width: 27%
}

.connect-box__price {
    font-family: NotoSemiBold,sans-serif;
    font-size: 160px;
    font-weight: 600;
    line-height: 112px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative
}

.connect-box__price:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -19px;
    right: -16px;
    background-image: url(../user/img/star-.svg);
    -webkit-background-size: cover;
    background-size: cover
}

.connect-box__price-notice {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: .5;
    margin-top: 7px
}

.connect-box__price span {
    font-family: NotoBold,sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: block;
    margin-top: 20px;
    padding-bottom: 10px
}

.connect-box__price-bl~.top-box__btn {
    display: none
}

@media (max-width: 850px) {
    .connect-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .connect-box__price-bl,.connect-box__text {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .connect-box__title {
        text-align: center
    }

    .connect-box__text {
        margin-bottom: 30px
    }

    .connect-box__price-bl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 567px) {
    .connect-box__title {
        font-size:30px;
        line-height: 33px;
        letter-spacing: 2px;
    }

    .connect-box__describe {
        text-align: center
    }

    .connect {
        padding-top: 20px
    }

    .connect-box__price {
        font-size: 100px
    }

    .connect .top-box__btn.btn-yellow {
        display: none
    }

    .connect .top-box__btn.yellow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: 0 0;
        border: 2px solid #ffc72c;
        color: #fff
    }

    .connect-box__price-notice {
        margin-bottom: 50px
    }

    .connect-box__price span {
        margin-top: 0
    }

    .connect {
        padding-bottom: 80px
    }
}

.top-banner {
    background: #000
}

.top-banner .space-title {
    max-width: 750px
}

.top-banner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-linear-gradient(346.97deg,#24292e 42.17%,#4c5c6c 75.56%);
    background: -o-linear-gradient(346.97deg,#24292e 42.17%,#4c5c6c 75.56%);
    background: linear-gradient(103.03deg,#24292e 42.17%,#4c5c6c 75.56%);
    padding: 40px 90px 40px 70px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 23px;
    margin-top: 20px
}

.top-banner-box__info {
    width: 72%
}

.top-banner-box__img {
    width: 27%
}

.top-banner-box__img img {
    width: 100%
}

.top-banner-box__title {
    font-family: "Noto Serif", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 48.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px
}

.top-banner-box__describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    opacity: .75;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 39px
}

.top-banner-box__top {
    font-family: NotoSemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: .6;
    margin-top: 20px
}

.top-banner__info {
    width: 70%
}

.top-banner__img {
    width: 30%
}

.top-banner-blocks {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: auto auto;
    gap: 20px
}

.top-banner-blocks .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.top-banner-blocks .top-banner-blocks__item:nth-of-type(2) {
    background: url(../user/img/bgc-prem-red1.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.top-banner-blocks__item {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: 1px solid #e0e0e0;
    padding: 50px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.top-banner-blocks__slider {
    position: relative;
    width: 140%
}

.top-banner-blocks__slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    background-image: url(../user/img/Rectangle054.svg);
    width: 112px;
    height: 100%;
    z-index: 9
}

.top-banner-blocks__slider:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    background-image: url(../user/img/Rectangle054.svg);
    width: 112px;
    height: 100%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 999
}

.top-banner-blocks__slider .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-banner-blocks__title {
    font-family: "Noto Serif", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 33.3px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 15px
}

.top-banner-blocks__describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: .75;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px
}

.top-banner-blocks__btn {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    outline: 0;
    cursor: pointer;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 250px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 74px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-banner-blocks__btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-banner-blocks__img {
    margin-left: -163px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.top-banner-blocks__img.ellips {
    position: relative;
    margin-left: 0;
    /*width: 203px*/
}

.top-banner-blocks__img.ellips img {
    width: 100%
}

.btn_premium_gift_subscription{
    margin-bottom: 50px;
}

.top-banner-blocks__img.ellips:before {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../user/img/Ellipse410.png);
    position: absolute
}

.top-banner-blocks__notice {
    font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 30px
}

.top-banner-blocks__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-banner-mobile {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(-27%,#cf0910),color-stop(69%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom,#cf0910 -27%,rgba(0,0,0,0) 69%);
    background: -o-linear-gradient(bottom,#cf0910 -27%,rgba(0,0,0,0) 69%);
    background: linear-gradient(0deg,#cf0910 -27%,rgba(0,0,0,0) 69%);
    display: grid;
    overflow: hidden;
    grid-template-columns: 47% 49%;
    grid-template-rows: auto auto;
    padding: 50px 50px 0 50px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 90px
}

.top-banner-mobile__img {
    width: 100%
}

.top-banner-mobile__img img {
    width: 100%;
    margin-bottom: -10px
}

.top-banner-mobile .applications {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 348px;
    margin-top: 30px
}

.top-banner-mobile .applications a {
    width: 48.5%
}

.top-banner-mobile .applications a img {
    width: 100%
}

.top-banner-mobile__title {
    font-family: "Noto Serif", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 48.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px
}

.top-banner-mobile__describe {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: .75
}

.top-banner-mobile__numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 83px
}

.top-banner-mobile__numbers~.applications {
    display: none
}

.top-banner-mobile__number {
    font-family: "Noto Serif", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 48.84px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.top-banner-mobile__number span {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity: .8
}

.top-banner-mobile__number img {
    width: 28px;
    height: 16px;
    position: absolute;
    left: -39px;
    top: 25px
}

@media (max-width: 850px) {
    .top-banner-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .top-banner-box__info {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .top-banner-blocks__img {
        margin-left: 0
    }

    .top-banner-box__info {
        width: 100%
    }

    .top-banner-box__describe,.top-banner-box__title {
        text-align: center
    }

    .top-banner-mobile__numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 38px
    }

    .top-banner-mobile__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-banner-blocks__img {
        overflow: hidden
    }

    .top-banner-box__img {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .top-banner-box__img img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
    }

    .top-banner-blocks {
        grid-template-columns: 100%;
        grid-auto-rows: auto
    }

    .top-banner-mobile {
        grid-template-columns: 100%;
        grid-auto-rows: auto
    }
}

@media (max-width: 567px) {
    .top-banner-box__top {
        text-align:center;
        margin-bottom: 10px
    }

    .top-banner-blocks__slider:before {
        left: 52px
    }

    .top-banner-blocks__slider:after {
        right: -5px
    }

    .top-banner-blocks__btn {
        margin-bottom: 50px
    }

    .top-banner-box {
        padding: 50px 20px
    }

    .top-banner-mobile {
        margin-top: 0
    }

    .top-banner-mobile__numbers~.applications {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .top-banner-mobile {
        padding: 50px 20px 0 20px;
        margin-bottom: 40px
    }

    .top-banner-blocks__title {
        font-size: 24px;
        line-height: 26px
    }

    .top-banner-blocks__item {
        padding: 50px 20px
    }

    .top-banner-mobile__title {
        font-size: 24px;
        line-height: 27px;
        text-align: center
    }

    .top-banner-mobile__item {
        margin-top: 20px
    }

    .top-banner-mobile__number {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 20px
    }

    .top-banner-mobile__describe {
        text-align: center
    }

    .top-banner-mobile__describe~.applications {
        display: none
    }

    .top-banner-mobile__number span {
        font-size: 18px;
        line-height: 24px
    }

    .top-banner-blocks__describe {
        font-size: 18px
    }

    .top-banner-box__title {
        font-size: 24px;
        line-height: 27px
    }

    .top-banner-mobile__number img {
        top: 12px
    }

    .top-banner-mobile__number:nth-of-type(2) img {
        top: 0!important
    }
}

@media (max-width: 440px) {
    .top-banner-blocks__slider:before {
        left:28px
    }
}

.news-slider {
    position: relative;
    height: 476px
}

.news-slider .swiper-slide {
    width: 340px!important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.news-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important;
    transition-timing-function: linear!important
}

.news-slider:before {
    content: '';
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(16%,#000),color-stop(73%,rgba(28,28,28,.628889)),to(rgba(28,28,28,0)));
    background: -webkit-linear-gradient(bottom,#000 16%,rgba(28,28,28,.628889) 73%,rgba(28,28,28,0) 100%);
    background: -o-linear-gradient(bottom,#000 16%,rgba(28,28,28,.628889) 73%,rgba(28,28,28,0) 100%);
    background: linear-gradient(360deg,#000 16%,rgba(28,28,28,.628889) 73%,rgba(28,28,28,0) 100%);
    display: block;
    position: absolute;
    height: 152px;
    bottom: -20px;
    z-index: 9
}

.news-slider__item {
    max-width: 340px;
    height: 200px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: block
}

.news-slider__title {
    font-family: "Noto Serif", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff
}

.news-slider__text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-slider__text span {
    font-family: NotoBold,sans-serif;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 13.62px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #ffc72c;
    color: #000;
    padding: 1px 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px
}

.news-slider__img {
    width: 100%;
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-slider__img:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../user/img/shadow.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.news-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-slider-bottom {
    margin-top: 30px
}

.lg-close.lg-icon {
    color: #fff!important
}

.lg-outer .lg-thumb-outer {
    background-color: inherit!important
}

.lg-next.lg-icon,.lg-prev.lg-icon {
    background: #24292e;
    -webkit-border-radius: 7px;
    border-radius: 7px
}

.lg-counter,.lg-download.lg-icon,.lg-zoom-in.lg-icon {
    opacity: 0
}

.lg-outer .lg-thumb-item {
    opacity: .6
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    opacity: 1;
    border: none
}

@media (max-width: 567px) {
    .news-slider__item {
        height:160px
    }

    .news-slider__title {
        font-size: 11.2px;
        line-height: 14px
    }

    .news-slider {
        height: 380px
    }

    .news-slider .swiper-slide {
        width: 272px!important
    }
}

.header.black {
    background: #00000099;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    padding: 0
}

.form-section .top-box__btn {
    height: 70px;
    max-width: 320px;
    margin-top: 30px
}

.form-section__info {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff
}

.form-section__info span {
    font-family: Noto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    opacity: .7;
    text-decoration: line-through;
    margin-right: 10px
}

.form-section__title {
    font-family: Noto Serif,sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 73.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 20px
}

.form-section__title span {
    color: #ffc72c;
    display: block
}

.form-section__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-section__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: NotoBold,sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 73.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section__price span {
    background: #ffc72c;
    color: #000;
    padding: 1px 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: NotoBold,sans-serif;
    font-size: 20.48px;
    font-weight: 600;
    line-height: 26.62px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 20px
}

.form-section__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px
}

.form-section__left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section__left img {
    width: 100%;
    margin-bottom: 30px
}

.form-section__right {
    width: 50%;
    padding-left: 40px
}

.form-section__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 391px;
    margin-left: -55px
}

.form-section__notice {
    font-family: NotoBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffc72c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.form-section__notice img {
    max-width: 121px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px
}

.form-section__time-top {
    font-family: Noto Serif,sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 46.62px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.form-section__time-bottom {
    font-family: NotoBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fffFFF66
}

.form-section__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-section__time:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 24px;
    background: url(../user/img/dots.png);
    position: absolute;
    right: -84%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 11px
}

.form-section__time:last-child:after {
    display: none
}

.form-section__times {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-section.change .form-section__box {
    height: 100vh
}

.form-section.change .form-section__box:before {
    content: '';
    display: block;
    height: 100%;
    background-image: url(../user/img/shadow-form.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1
}

.form-section.change .wrapper {
    position: relative;
    height: 100vh
}

.form-section.change .wrapper:before {
    content: '';
    display: block;
    height: 100%;
    background-image: url(../user/img/frame-form1.png);
    position: absolute;
    top: 0;
    left: 68px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -2
}

.form-section.change .wrapper:after {
    content: '';
    display: block;
    height: 100%;
    background-image: url(../user/img/frame-form2.png);
    position: absolute;
    top: 0;
    left: 291px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -2
}

.form-section.change .form-section__left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-section.change .form-section__notice {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: inline-block
}

.form-section.change .form-section__right {
    padding-top: 14%
}

.form-section.change .form-section__left,.form-section.change .form-section__right {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

.form-section.change .form-section__bottom {
    margin-left: 0
}

.form-section.change .form-section__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-section.change .form-section__box {
    position: relative;
    margin-top: 0;
    padding-top: 30px
}

@media (max-width: 850px) {
    .form-section__box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .form-section__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .form-section__right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }

    .form-section__bottom {
        margin-left: 0
    }

    .form-section.change .form-section__left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .form-section.change .form-section__right {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 12%
    }

    .form-section.change .form-section__box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 567px) {
    .form-section__title {
        font-size:30px;
        line-height: 33.3px
    }

    .form-section__price {
        font-size: 54px;
        line-height: 59.94px
    }

    .form-section__info {
        font-size: 16px;
        line-height: 22px
    }

    .form-section__time-top {
        font-size: 30px;
        line-height: 33px
    }

    .form-section__time:after {
        width: 13px;
        height: 19px;
        right: -45px;
        top: 8px
    }

    .form-section__notice img {
        max-width: 52px
    }

    .form-section.change .form-section__left,.form-section.change .form-section__prices {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .form-section.change .form-section__title {
        text-align: center
    }

    .form-section.change .form-section__box:before {
        width: 169%
    }

    .form-section.change .form-section__info {
        text-align: center
    }
}

.subscriptions {
    margin: 60px 0
}

.subscriptions .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: slideMove 60s linear infinite;
    animation: slideMove 60s linear infinite
}

@-webkit-keyframes slideMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.subscriptions .wrapper {
    overflow: visible;
    max-width: 1132px
}

.subscriptions-block {
    padding: 20px;
    display: grid;
    grid-template-columns: 25% 45% 25%;
    gap: 20px
}

.subscriptions-block__img img:nth-of-type(2) {
    display: none
}

.subscriptions-block__title {
    font-family: NotoSerifBold,sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 111%;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 5px
}

.subscriptions-block__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.subscriptions-block__describe {
    font-family: Noto,sans-serif;
    font-size: 18px;
    color: #fff;
    opacity: .75;
    line-height: normal
}

.subscriptions-block__describe-mob {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

.subscriptions-block__describe-mob span {
    font-size: 16px;
    line-height: 10px;
    color: #fff;
    opacity: .75;
    font-weight: inherit;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 20px
}

.subscriptions-block__describe-mob span:after {
    content: '';
    background-image: url("../user/img/icon _tick_.png");
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.subscriptions-block__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subscriptions-block__btn .subscriptions-btn {
    outline: 0;
    width: 263px;
    height: 60px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 130%;
    font-family: Noto,sans-serif;
    background: 0 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.subscriptions-block__btn .subscriptions-btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.subscriptions-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-position-y: center;
    background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(23%,#000),color-stop(56%,#4b0642),to(#a20e8e));
    background: -webkit-linear-gradient(left,#000 0,#000 23%,#4b0642 56%,#a20e8e 100%);
    background: -o-linear-gradient(left,#000 0,#000 23%,#4b0642 56%,#a20e8e 100%);
    background: linear-gradient(to right,#000 0,#000 23%,#4b0642 56%,#a20e8e 100%);
    -webkit-box-shadow: 0 -1px 50px 13px #be6faa;
    box-shadow: 0 -1px 50px 13px #be6faa
}

.wrapper-box {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width: 850px) {
    .subscriptions-block {
        padding:20px;
        display: grid;
        grid-template-columns: 100%;
        gap: 20px
    }

    .subscriptions {
        margin: 0 0 40px
    }

    .subscriptions-block__text {
        margin-top: -15px
    }

    .subscriptions-block__img img:nth-of-type(2) {
        display: block
    }

    .subscriptions-block__img img:nth-of-type(1) {
        display: none
    }

    .subscriptions-block__title {
        font-size: 30px
    }
}

@media (max-width: 567px) {
    .subscriptions-block__btn .subscriptions-btn {
        width:100%
    }

    .subscriptions-block__describe {
        display: none
    }

    .subscriptions-block__describe-mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.two-subscriptions {
    padding: 15px 20px 0 0;
    background: #000
}

.two-subscriptions__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two-subscriptions__item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.two-subscriptions__item:nth-of-type(1) .two-subscriptions__img-bl {
    display: none
}

.two-subscriptions__item:nth-of-type(2) {
    position: relative
}

.two-subscriptions__item:nth-of-type(2) img {
    display: none
}

.two-subscriptions__item:nth-of-type(2):before {
    content: '';
    background-image: url(../user/img/bgc-mockrocket.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 566px;
    height: 285px;
    bottom: 0;
    z-index: 9999;
    left: 0;
    display: block
}

.two-subscriptions__img-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 577px;
    position: relative
}

.two-subscriptions__img-bl:before {
    content: '';
    background-image: url(../user/img/mockrocket-capture112.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -43px;
    left: 0;
    display: block;
    width: 344px;
    height: 558px
}

.two-subscriptions__img-bl:after {
    content: '';
    background-image: url(../user/img/mockrocket-capture111.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -23px;
    left: 173px;
    display: block;
    width: 359px;
    height: 559px
}

.two-subscriptions__img-bl img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.two-subscriptions__title {
    font-family: NotoBold,sans-serif;
    background: -webkit-gradient(linear,left top,right top,from(#2e21ea),color-stop(75%,#fd03c6));
    background: -webkit-linear-gradient(left,#2e21ea 0,#fd03c6 75%);
    background: -o-linear-gradient(left,#2e21ea 0,#fd03c6 75%);
    background: linear-gradient(to right,#2e21ea 0,#fd03c6 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 70px;
    line-height: 111%;
    margin-bottom: 20px
}

.two-subscriptions__subscription {
    color: #ddd;
    font-size: 16px;
    font-family: Noto,sans-serif;
    margin-bottom: 20px;
    line-height: normal
}

.two-subscriptions__notice {
    font-family: Noto,sans-serif;
    font-size: 14px;
    color: #707485;
    line-height: normal;
    margin-bottom: 100px
}

.two-subscriptions__btn {
    height: 70px;
    width: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid;
    background: url(../user/img/bgc-border.png);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.two-subscriptions__btn span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: NotoBold,sans-serif;
    text-transform: uppercase
}

.two-subscriptions__btn:hover {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#2e21ea),color-stop(75%,#fd03c6));
    background: -webkit-linear-gradient(left,#2e21ea 0,#fd03c6 75%);
    background: -o-linear-gradient(left,#2e21ea 0,#fd03c6 75%);
    background: linear-gradient(to right,#2e21ea 0,#fd03c6 75%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.two-subscriptions__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15%
}

.two-subscriptions__price-desc {
    font-size: 30px;
    font-family: NotoBold,sans-serif;
    font-weight: 700;
    margin-right: 10px;
    line-height: normal;
    text-decoration: line-through
}

.two-subscriptions__price {
    background: -webkit-gradient(linear,left top,right top,from(#2e21ea),color-stop(75%,#fd03c6));
    background: -webkit-linear-gradient(left,#2e21ea 0,#fd03c6 75%);
    background: -o-linear-gradient(left,#2e21ea 0,#fd03c6 75%);
    background: linear-gradient(to right,#2e21ea 0,#fd03c6 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-family: NotoSemiBold,sans-serif;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px
}

.two-subscriptions__price:after {
    content: '';
    background-image: url(../user/img/star-two.png);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: -20px
}

.two-subscriptions__price span {
    font-size: 14px;
    display: block
}

.two-subscriptions__price div {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    font-family: NotoSemiBold,sans-serif;
    font-weight: 700
}

@media (max-width: 890px) {
    .two-subscriptions__box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .two-subscriptions__item:nth-of-type(1) .two-subscriptions__img-bl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .two-subscriptions__item:nth-of-type(2) .two-subscriptions__img-bl {
        display: none
    }

    .two-subscriptions__item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .two-subscriptions__wrap {
        padding-left: 0
    }

    .two-subscriptions__title {
        text-align: center
    }

    .two-subscriptions__item {
        width: 100%
    }

    .two-subscriptions__subscription {
        text-align: center
    }

    .two-subscriptions__img-bl:after,.two-subscriptions__img-bl:before,.two-subscriptions__item:nth-of-type(2):before {
        display: none
    }

    .two-subscriptions__item:nth-of-type(2) img {
        display: block
    }
}

@media (max-width: 567px) {
    .two-subscriptions__img img {
        /*max-width:195px;*/
        /*max-height: 40.54px*/
    }

    .two-subscriptions__btn {
        width: 100%
    }

    .two-subscriptions__price span {
        font-size: 25px;
        margin-top: -15px;
        margin-left: 5px
    }

    .two-subscriptions__notice {
        font-size: 13px
    }

    .two-subscriptions__price {
        font-size: 100px;
        line-height: 75px
    }

    .two-subscriptions__img {
        margin-bottom: 30px
    }

    .two-subscriptions__title {
        font-size: 30px;
        line-height: normal
    }
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.95);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999
}

.popup .corporate-subscription {
    max-width: 500px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup .corporate-subscription .input-wrap {
    position: relative
}

.popup .corporate-subscription label {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #aaa;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none
}

.popup .corporate-subscription input:focus+label,.popup .corporate-subscription input:not(:placeholder-shown)+label,.popup .corporate-subscription textarea:focus+label,.popup .corporate-subscription textarea:not(:placeholder-shown)+label {
    opacity: 1;
    top: 10px;
    left: 16px;
    font-size: 14px;
    font-family: inherit;
    color: #fff;
    padding: 0 5px
}

.popup .corporate-subscription input:focus::placeholder, .corporate-subscription textarea:focus::placeholder{
    color: transparent;
}

.popup .corporate-subscription input,.popup .corporate-subscription textarea {
    height: 61px;
    padding: 0 20px;
    background: #24292e;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: Noto,sans-serif;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border: 1px solid transparent
}

.popup .corporate-subscription input input:focus,.popup .corporate-subscription textarea input:focus {
    border: 1px solid #97060c!important
}

.popup .corporate-subscription button {
    height: 61px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #97060c;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: Noto,sans-serif;
    outline: 0;
    width: 100%;
    border: none;
    cursor: pointer
}

.popup .corporate-subscription button:hover {
    background: #fff;
    color: #000
}

.popup .corporate-subscription textarea {
    height: 121px;
    padding-top: 20px
}

.popup .corporate-subscription__title {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 111%;
    margin-bottom: 20px
}

.popup .corporate-subscription__describe {
    font-size: 18px;
    line-height: 24px;
    font-family: Noto,sans-serif;
    margin-bottom: 20px
}

.popup .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.popup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.popup-content {
    height: 100%
}

.close-popup {
    position: absolute;
    top: 10%;
    right: 2%;
    font-size: 45px;
    cursor: pointer
}

.close-popup:hover {
    opacity: .75
}

@media (max-width: 567px) {
    .close-popup {
        top:0
    }

    .popup .wrapper {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px)
    }

    .popup .corporate-subscription {
        max-height: 570px;
        overflow-y: auto;
        padding: 0 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.magazine_gallery {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    max-height: 100px;
    font-size: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.magazine_gallery .magazine-slide {
    display: inline-block;
    float: none;
    /*-webkit-user-drag: none;*/
    max-height: 100%;
    height: 100px;
    cursor: pointer;
}

.magazine_gallery .magazine-slide:not(:first-child){
    margin-left: 5px;
}

.magazine_gallery img {
    border: 1px solid #EDEDEC;
    max-height: 98px;
    -webkit-user-drag: none;
}

.edition-watch .img{
    max-width: 100%;
}

.edition-watch .cover{
    max-width: 100%;
    background: rgb(36, 41, 46);
    padding: 26px 40px 26px 40px;
    margin: 0 0 20px 0;
}

.edition-watch .cover img{
    max-width: 100%;
    max-height: 305px;
    cursor: pointer;
}

.bigimg {
    position: fixed;
    top: 0;
    background-color: rgb(36, 41, 46);
    /*background-color: var(--header-bg);*/
    background-position: center;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-size: cover;
    cursor: pointer;
}
.bigimg img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;

}