@import url(font-awesome.min.css);

search-component {
    width: 100%
}

search-component .search {
    height: 39px;
    width: calc(100% - 28px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    border-radius: 2px;
    position: relative
}

search-component .search-results {
    position: absolute;
    top: calc(39px + 3px);
    left: -1px;
    z-index: 10000;
    color: #333;
    border: 1px solid #ccc;
    width: calc(100% + 1px);
    border-radius: 0 0 2px 2px;
    background: #fff;
    padding: 3px 0;
    max-height: 496px;
    overflow: auto;
    display: none
}

search-component .search-results-active {
    display: block
}

search-component .search-result {
    height: 106px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    font-family: "Nunito Sans", Sans-Serif
}

search-component .search-result__link {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    text-transform: none;
    font-size: 20px;
    color: #000
}

search-component .search-result__link:hover {
    background: #e3f8e5
}

search-component .search-result__link:active {
    background: #99efb0
}

search-component .search-result__image {
    border: 1px solid;
    margin-right: 7px;
    border-color: #bbb;
    border-radius: 2px;
    height: 96px;
    width: 96px;
    min-width: 96px
}

search-component .search .search-button {
    background: #fff;
    border: 1px solid #777;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    height: 39px;
    cursor: pointer;
    border-left: 0;
    outline: none;
    cursor: auto
}

search-component .search .search-button svg {
    width: 16px;
    height: 16px;
    fill: #3b48b6
}

search-component .search .search-input {
    line-height: 39px;
    width: calc(100% - 39px);
    height: 39px;
    border: 1px solid #777;
    border-right: none;
    padding: 0 7px;
    outline: none;
    padding-left: 14px;
    font-family: "Nunito Sans", Sans-Serif;
    font-size: 20px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

search-component .search .cross-button-hidden {
    display: none
}

.search-focus {
    opacity: 1
}

.search-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.search-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.search-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.search-input:focus {
    border-color: #3b48b6
}

.search-input:focus ~ button {
    border-color: #3b48b6
}

search-component .cross-button {
    background: #fff;
    border: 1px solid #777;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    height: 39px;
    cursor: pointer;
    outline: none;
    border-right: 0
}

search-component .cross-button svg {
    width: 16px;
    height: 16px;
    fill: #ccc
}

@media (min-width: 415px) {
    search-component .search {
        width: 300px
    }

    search-component .search-input {
        max-width: 338px
    }
}

.render-desktop search-component .search {
    width: 270px
}

.render-desktop search-component .search .search-input {
    height: 30px
}

.render-desktop search-component .search .search-button, .render-desktop search-component .search .cross-button {
    width: 30px;
    height: 30px;
    min-width: 30px
}

.render-desktop search-component .search-results {
    width: calc(100% + 55px);
    max-height: 489px
}

.render-desktop search-component .search-result {
    padding: 0 24px
}

.render-phone search-component .search-results {
    width: calc(100% + 1px)
}

.render-desktop .row-arkadium search-component .search-input {
    line-height: 30px;
    font-size: 18px
}

body {
    margin: 0;
    padding: 0
}

ark-header-component { /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
}

ark-header-component html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

ark-header-component body {
    margin: 0
}

ark-header-component main {
    display: block
}

ark-header-component h1 {
    font-size: 2em;
    margin: 0.67em 0
}

ark-header-component hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

ark-header-component pre {
    font-family: monospace, monospace;
    font-size: 1em
}

ark-header-component a {
    background-color: transparent
}

ark-header-component abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

ark-header-component b, ark-header-component strong {
    font-weight: bolder
}

ark-header-component code, ark-header-component kbd, ark-header-component samp {
    font-family: monospace, monospace;
    font-size: 1em
}

ark-header-component small {
    font-size: 80%
}

ark-header-component sub, ark-header-component sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

ark-header-component sub {
    bottom: -0.25em
}

ark-header-component sup {
    top: -0.5em
}

ark-header-component img {
    border-style: none
}

ark-header-component button, ark-header-component input, ark-header-component optgroup, ark-header-component select, ark-header-component textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

ark-header-component button, ark-header-component input {
    overflow: visible
}

ark-header-component button, ark-header-component select {
    text-transform: none
}

ark-header-component button, ark-header-component [type="button"], ark-header-component [type="reset"], ark-header-component [type="submit"] {
    -webkit-appearance: button
}

ark-header-component button::-moz-focus-inner, ark-header-component [type="button"]::-moz-focus-inner, ark-header-component [type="reset"]::-moz-focus-inner, ark-header-component [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

ark-header-component button:-moz-focusring, ark-header-component [type="button"]:-moz-focusring, ark-header-component [type="reset"]:-moz-focusring, ark-header-component [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

ark-header-component fieldset {
    padding: 0.35em 0.75em 0.625em
}

ark-header-component legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

ark-header-component progress {
    vertical-align: baseline
}

ark-header-component textarea {
    overflow: auto
}

ark-header-component [type="checkbox"], ark-header-component [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

ark-header-component [type="number"]::-webkit-inner-spin-button, ark-header-component [type="number"]::-webkit-outer-spin-button {
    height: auto
}

ark-header-component [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

ark-header-component [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

ark-header-component ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

ark-header-component details {
    display: block
}

ark-header-component summary {
    display: list-item
}

ark-header-component template {
    display: none
}

ark-header-component [hidden] {
    display: none
}

ark-header-component .space-between {
    justify-content: space-between
}

ark-header-component .flex-row {
    display: flex
}

ark-header-component .ark-header-row {
    display: flex;
    align-items: center
}

ark-header-component .v-center {
    align-items: center
}

ark-header-component .v-right {
    align-items: flex-end
}

ark-header-component .column {
    flex-direction: column
}

ark-header-component .h-center {
    justify-content: center
}

ark-header-component .h-right {
    justify-content: flex-end
}

ark-header-component .w100 {
    width: 100%
}

ark-header-component * {
    box-sizing: border-box
}

ark-header-component .arkadium-menu-list {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0
}

ark-header-component .client-menu-list {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0
}

ark-header-component a {
    text-decoration: none
}

ark-header-component .arkadium-menu-list-item {
    white-space: nowrap
}

ark-header-component .padding-10 {
    padding: 10px
}

@media (max-width: 767px) {
    ark-header-component .render-phone {
        display: block
    }

    ark-header-component .render-tablet {
        display: none
    }

    ark-header-component .render-desktop {
        display: none
    }
}

@media (min-width: 768px) {
    ark-header-component .render-phone {
        display: none
    }

    ark-header-component .render-tablet {
        display: block
    }

    ark-header-component .render-desktop {
        display: none
    }
}

@media (min-width: 1024px) {
    ark-header-component .render-phone {
        display: none
    }

    ark-header-component .render-tablet {
        display: none
    }

    ark-header-component .render-desktop {
        display: block
    }
}

ark-header-component input::-ms-clear {
    display: none
}

login-button-component button {
    font-family: "Nunito Sans", Sans-Serif !important
}

ark-header-component a:hover {
    text-decoration: none
}

[data-arena_origin="arcade.dailygazette.com"] ark-header-component .render-desktop .header-default .row-logo .logo-img {
    max-width: initial;
    height: 42px;
    margin-left: 10px
}

arkadium-menu-component, scroll-menu-component {
    width: 100%
}

.scroll-menu-component {
    display: flex;
    justify-content: center
}

.scroll-menu-wrapper {
    width: calc(100% - 60px);
    position: relative;
    display: table;
    table-layout: fixed
}

.scroll-menu {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 700px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth
}

.scroll-menu__link {
    color: inherit;
    font-weight: 600
}

.scroll-menu::-webkit-scrollbar {
    display: none
}

.scroll-menu__item {
    padding: 0 9px;
    font-weight: 100;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    display: inline-block
}

.scroll-menu__item.active {
    font-weight: 600;
    color: #3b48b6
}

.scroll-menu__item.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3b48b6
}

.scroll-menu-component--fill .scroll-menu {
    display: flex
}

.scroll-menu-left-arrow {
    left: -25px;
    background: linear-gradient(90deg, white, transparent) !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.75)), to(rgba(231, 231, 231, 0.1))) !important
}

.scroll-menu-right-arrow, .scroll-menu-left-arrow {
    opacity: 0;
    position: absolute;
    right: -25px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 35px;
    cursor: pointer;
    background: linear-gradient(-90deg, white, transparent);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.75)), to(rgba(231, 231, 231, 0.1)));
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.show {
    opacity: 1
}

.scroll-menu-component--fill .scroll-menu {
    max-width: 100%;
    justify-content: center
}

.scroll-menu-component--fill .scroll-menu-left-arrow {
    display: none
}

.scroll-menu-component--fill .scroll-menu-right-arrow, .scroll-menu-component--fill .scroll-menu-left-arrow {
    display: none
}

.right-arrow-icon, .left-arrow-icon {
    width: 8px;
    height: 8px;
    border: 2px solid #3b48b6;
    display: block;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg)
}

.left-arrow-icon {
    transform: rotate(135deg) !important
}

.render-tablet .scroll-menu-component--fill .scroll-menu {
    justify-content: space-between
}

.arkadium-menu {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-family: sans-serif;
    text-transform: capitalize;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px
}

.arkadium-menu-list-item {
    padding: 7px
}

.arkadium-menu-list-item-link {
    color: inherit
}

.arkadium-mobile-row .arkadium-menu-list-item {
    border-right: 0;
    font-weight: 100
}

.arkadium-mobile-row .arkadium-menu-list-item.active {
    position: relative;
    font-weight: 600;
    color: #3b48b6;
    white-space: nowrap
}

.arkadium-mobile-row .arkadium-menu-list-item.active:after {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    content: '';
    background: #3b48b6;
    left: 0
}

.arkadium-mobile-row .arkadium-menu-list {
    width: 100%;
    justify-content: space-around
}

.render-desktop scroll-menu-component {
    display: none
}

.render-tablet .arkadium-menu-list, .render-phone .arkadium-menu-list {
    display: none
}

.burger {
    position: relative
}

[slot="slot-burger-body"].burger-open {
    display: flex
}

[slot="slot-burger-body"] {
    display: none;
    position: absolute;
    left: 0;
    top: 60px
}

.burger-body {
    z-index: 99999
}

.burger-button {
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: .5em 1em;
    background: #2196F3;
    cursor: pointer;
    transition: box-shadow .4s ease;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.burger-button .center {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    transition: all .4s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.burger-button .center .before, .burger-button .center .after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all .4s ease
}

.burger-button .center .after {
    top: 10px
}

.drop-down-open .burger-button .center, .burger-open .burger-button .center {
    transform: rotate(135deg)
}

.drop-down-open .burger-button .center .before, .drop-down-open .burger-button .center .after, .burger-open .burger-button .center .before, .burger-open .burger-button .center .after {
    top: 0 !important;
    transform: rotate(90deg)
}

.drop-down-open .burger-button .center .after, .burger-open .burger-button .center .after {
    opacity: 0
}

.drop-down-open .burger-body, .burger-open .burger-body {
    display: flex
}

drop-down-component {
    position: relative
}

[slot="drop-down__body"] {
    display: none;
    position: absolute;
    left: 0
}

[slot="drop-down__body"].drop-down-open {
    display: flex
}

.drop-down-open {
    z-index: 99999
}

.arkadium-mobile__search-row {
    display: flex;
    justify-content: center
}

.arkadium-mobile__arkadium-row {
    padding-top: 14px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #3b48b6
}

.login {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: monospace;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 0 10px
}

.login .avatar-img {
    display: flex;
    min-height: 36px;
    min-width: 36px;
    max-height: 36px;
    max-width: 36px;
    margin-left: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 14px
}

.login .gems-add {
    width: 24px;
    height: 24px;
    background: url(../images/plus.png);
    background-size: cover
}

.login .gems-text {
    width: 60px;
    height: 28px;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #231f20;
    flex: none;
    flex-grow: 0
}

.login .gems-img {
    width: 28px;
    height: 22px;
    background: url(../images/gem.png);
    background-size: cover
}

.login .gems-balance {
    text-transform: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    gap: 6px;
    flex: none
}

.login .eagle-avatar-picture {
    background-color: #0042bb;
    border: 0
}

.login .eagle-avatar-img {
    margin: 0;
    width: 100%;
    height: 100%
}

.login .logined-state {
    display: none
}

.login .user-info-button .user-info-username {
    max-width: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.login .user-info-button:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #3937ad;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    transition: 0.3s
}

.login .logined-state-open .user-info-button {
    color: #3937ad
}

.login .logined-state-open .user-info-button .avatar-img {
    border-color: #3937ad
}

.login .logined-state-open .user-info-button:after {
    transform: rotate(-135deg)
}

.login.logined .logined-state {
    display: flex;
    padding-left: 15px
}

.login.logined .login-button {
    display: none
}

.login .button {
    height: 30px;
    border: none;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap
}

.login .button svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.logined-state {
    width: 100%;
    position: relative
}

.logined-state__panel {
    min-width: 152px;
    background: #fff;
    color: #333;
    z-index: 99999;
    border: 1px solid #ccc
}

.logined-state__panel .login .button svg {
    width: 16px;
    margin-right: 8px
}

.logined-state-open .logined-state__panel {
    display: flex
}

.logined-state-open .logined-state__panel .button {
    padding: 0 8px;
    cursor: pointer;
    height: 56px
}

.logined-state-open .logined-state__panel .button:hover {
    background: #e3f8e5
}

.logined-state-open .logined-state__panel .button:focus {
    background: #9aefb0
}

.logined-state__panel {
    display: none;
    position: absolute;
    flex-direction: column;
    padding: 4px;
    top: calc(30px + 4px);
    width: 100%;
    right: 0
}

.drop-down-arrow-img {
    margin-left: auto
}

.arkadium-mobile-row .arkadium-mobile__login-row {
    display: flex;
    justify-content: flex-end
}

.arkadium-mobile-row .arkadium-mobile__login-row .login {
    color: #444
}

.arkadium-mobile-row .button {
    font-size: 16px;
    padding: 0 7px;
    height: 56px
}

.arkadium-mobile-row .logined-state__panel {
    top: 51px
}

.render-desktop .login .user-info-button {
    height: auto
}

.render-desktop .login .logined-state-open .user-info-button {
    color: #fff
}

.render-desktop .login .logined-state-open .user-info-button .avatar-img {
    border-color: #fff
}

.render-desktop .login .user-info-button:after {
    border-color: #fff
}

.render-desktop .login .logined-state__panel {
    top: 40px
}

@media screen and (max-width: 768px) {
    .login .gems-img {
        width: 24px;
        height: 18px
    }

    .login .gems-add {
        width: 18px;
        height: 18px
    }
}

arkadium-menu-line-component {
    flex-shrink: 0
}

ark-header-component {
    line-height: 1
}

.row-logo {
    height: 90px
}

.client-logo {
    height: 55px;
    width: auto;
    max-width: 250px;
}

.where-to-watch-btn {
    margin-left: 16px;
    background-color: #572f6e;
    color: #fff;
    width: 260px;
    height: 40px;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    align-items: center;
    min-width: 250px
}

.where-to-watch-btn img {
    margin-right: 9px;
    margin-bottom: 5px
}

.rainbow-border {
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to right, orange 0, orange 5%, #009ec6 5%, #009ec6 18%, #572f6e 18%, #572f6e 31%, #ff7000 31%, #ff7000 44%, #aa070e 44%, #aa070e 57%, orange 57%, orange 70%, #009ec6 70%, #009ec6 83%, #572f6e 83%, #572f6e 96%, #ff7000 96%, #ff7000 100%);
    background-size: 100%;
    background-repeat: no-repeat
}

.client-menu .client-menu-list__link {
    color: #252525;
    font-family: sans-serif;
    display: flex;
    padding: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.client-menu .client-menu-list__link:hover {
    color: #009ec6
}

.client-networks a {
    color: #000;
    font-size: 16px;
    padding: 0 5px
}

.client-networks a:hover {
    color: #009ec6
}

[slot="drop-down__button"] {
    padding: 0 10px
}

[slot="drop-down__button"] {
    cursor: pointer
}

[slot="drop-down__button"]:hover {
    color: #009ec6
}

[slot="drop-down__button"].drop-down-open {
    color: #ffa500
}

drop-down-component {
    position: static
}

.row-client-menu {
    position: relative
}

[slot="drop-down__body"].drop-down-open {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

[slot="drop-down__body"] {
    width: 100vw;
    background: #fff;
    padding: 20px;
    top: 71px
}

[slot="drop-down__body"] form {
    position: relative;
    width: 100%
}

[slot="drop-down__body"] form input {
    font-size: 20px;
    font-family: sans-serif;
    color: #333;
    background-color: #ebebeb;
    height: 50px;
    border: 0;
    width: 100%;
    border-radius: 25px;
    padding-right: 50px;
    padding-left: 30px;
    outline: none
}

[slot="drop-down__body"] form input::-webkit-input-placeholder {
    color: #333
}

[slot="drop-down__body"] form input:-ms-input-placeholder {
    color: #333
}

[slot="drop-down__body"] form input::placeholder {
    color: #333
}

[slot="drop-down__body"] form button {
    border: 0;
    background: none;
    position: absolute;
    top: 16px;
    right: 18px
}

.login {
    padding-right: 0
}

.header .login .logined-state-open .user-info-button, .header .login .user-info-button:after {
    border-color: #000;
    color: #000
}

.burger-button {
    background: none
}

.burger-button .center {
    background: #000
}

.render-desktop .row-client-menu .flex-row {
    flex-wrap: nowrap
}

.render-desktop .row-client-menu .client-networks {
    flex-wrap: nowrap;
    display: flex
}

.render-desktop .row-client-menu .flex-row:nth-child(1) {
    width: 100%
}

.render-desktop .row-client-menu .flex-row:nth-child(1) .client-menu {
    width: 100%
}

.render-desktop .row-client-menu .flex-row:nth-child(1) .client-menu .client-menu-list {
    justify-content: space-around
}

.render-tablet [slot="drop-down__body"], .render-phone [slot="drop-down__body"] {
    position: static
}

.render-tablet .client-logo, .render-phone .client-logo {
    height: 38px;
    width: auto;
    max-width: 220px;
    margin-left: 16px
}

.render-tablet .client-menu-list, .render-phone .client-menu-list {
    flex-direction: column
}

.render-tablet .burger-body, .render-phone .burger-body {
    background: #ffffff;
    width: 100vw;
}

.render-tablet .client-menu-container, .render-phone .client-menu-container {
    width: 100%;
    padding: 0 20px
}

.render-tablet .client-menu-list, .render-phone .client-menu-list {
    width: 100%
}

.render-tablet .client-menu-list__item, .render-phone .client-menu-list__item {
    width: 100%
}

.render-tablet .client-menu-list__link, .render-phone .client-menu-list__link {
    display: flex;
    height: 45px;
    padding: 0 12px;
    align-items: center;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #c3c3c3;
    width: 100%
}

.render-tablet [slot="drop-down__button"], .render-phone [slot="drop-down__button"] {
    padding: 0
}

.render-tablet [slot="drop-down__button"] > i, .render-phone [slot="drop-down__button"] > i {
    display: none
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .row-logo, .row-arkadium, .row-client-menu, .drop-down__body {
        padding-left: calc((100% - 960px) / 2);
        padding-right: calc((100% - 960px) / 2)
    }
}

@media (min-width: 1200px) and (max-width: 1359px) {
    .row-logo, .row-arkadium, .row-client-menu, .drop-down__body {
        padding-left: calc((100% - 1140px) / 2);
        padding-right: calc((100% - 1140px) / 2)
    }
}

@media (min-width: 1360px) {
    .row-logo, .row-arkadium, .row-client-menu, .drop-down__body {
        padding-left: calc((100% - 1328px) / 2);
        padding-right: calc((100% - 1328px) / 2)
    }
}

[slot="slot-burger-body"] {
    flex-direction: column
}

[slot="slot-burger-body"] .burger-search-button-column {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

[slot="slot-burger-body"] .burger-search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none
}

[slot="slot-burger-body"] .burger-bottom {
    display: flex;
    width: 100%
}

[slot="slot-burger-body"] .client-networks {
    width: 75%;
    display: flex;
    justify-content: space-around;
    font-size: 22px;
    padding: 20px 0
}

.playing-on-ark {
    width: 100%;
    text-align: end;
    padding-bottom: 10px;
    margin-left: -10px
}
.button-small-play{
    text-align: center;
    border: 1px solid;
    line-height: 28px;
    background: #424ab3;
    width: 176px;
    padding: 6px;
    color: #fff;
    margin: auto auto;
    margin-top: 5px;

}

/*# sourceMappingURL=metv.css.map*/