html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    padding: 0;
    /*filter: contrast(110%);*/
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

a {
    transition: color 300ms;
    color: #fff;
}

a:active {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    cursor: pointer;
    color: #9fadc2;
}

button {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

input {
    border: none;
}

textarea {
    border: none;
    resize: none;
}

table, th, td {
    border: 1px solid #fff;
}

table {
    margin: 20px auto;
}

/* Parimatch */
@font-face {
    font-family: "Parimatch Thin";
    src: url("../fonts/Parimatch-Thin.otf");
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "Parimatch Light";
    src: url("../fonts/Parimatch-Light.otf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Parimatch";
    src: url("../fonts/Parimatch-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Parimatch Medium";
    src: url("../fonts/Parimatch-Medium.otf");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Parimatch Bold";
    src: url("../fonts/Parimatch-Bold.otf");
    font-style: normal;
    font-weight: bold;
}
/* */
/* Gilroy */
@font-face {
    font-family: "Gilroy Light";
    src: url("../fonts/Gilroy-Light.otf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Gilroy Normal";
    src: url("../fonts/Gilroy-Regular.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy Medium";
    src: url("../fonts/Gilroy-Medium.otf");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Gilroy Bold";
    src: url("../fonts/Gilroy-Bold.otf");
    font-style: normal;
    font-weight: bold;
}
/* */
/* Circe */
@font-face {
    font-family: "Circe Regular";
    src: url("../fonts/Circe-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Circe Bold";
    src: url("../fonts/Circe-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}
/* */
/* Roboto */
@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.woff");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Bold.woff");
    font-style: normal;
    font-weight: 700;
}


/* */
.search {
    display: flex;
    flex-direction: column;
    position: relative;
}
.search__label {
    width: 100%;
    position: relative;
}
.search__label::before {
    content: "";
    position: absolute;
    width: 7.5vw;
    height: 7.5vw;
    background: url("../images/search-white.svg") center center;
    background-size: contain;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
}
.search__field {
    width: 100%;
    padding: 2.5vw 4vw 2.5vw 12.5vw;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: background-color 300ms ease;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 4.3vw;
}
.search_active .search__field {
    padding: 3.1vw 4vw 3.4vw 10.5vw;
    background-color: #fff;
    color: #000;
}
.search_active .search__label::before {
    width: 3.7vw;
    height: 3.7vw;
    background: url("../images/search-active-input.svg") center center;
    background-size: contain;
}
.search__dropdown {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.search_dropdown-active .search__field {
    color: #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.search_dropdown-active .search__dropdown {
    display: block;
}
.search__hint {
    width: 100%;
    padding: 3.1vw 3.4vw;
    background-color: #f5f5f5;
}
.search__hint:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search__hint:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search__hint-link {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 4.3vw;
    font-weight: 400;
    color: #000 !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.mobile-menu {
    min-height: 100vh;
    width: 100vw;
    background-color: #0b234f;
    transform: translateX(-100%);
    transition: transform 500ms ease;
    position: absolute;
    z-index: 10;
    /* .mobile-menu-control is not a child of mobile menu */
    /* .mobile-menu-control end */
}
@media (min-width: 1000px) {
    .mobile-menu {
        display: none;
    }
}
.mobile-menu-control {
    position: relative;
    width: 100vw;
    padding: 4vw 5.3vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #0b234f;
    margin-top: 48px;
}
.mobile-menu-control_open {
    justify-content: flex-end;
}
.mobile-menu-control_open .mobile-menu-control__button-search {
    display: none;
}
.mobile-menu-control_open .mobile-menu-control__button-menu {
    background: url("../images/burger-close.svg") center center no-repeat;
    background-size: cover;
}
.mobile-menu-control__button-search {
    width: 7.5vw;
    height: 7.5vw;
    background: url("../images/search-white.svg") center center no-repeat;
    background-size: cover;
}
.mobile-menu-control__button-menu {
    width: 7.5vw;
    height: 7.5vw;
    background: url("../images/burger.svg") center center no-repeat;
    background-size: cover;
}
@media (min-width: 1000px) {
    .mobile-menu-control {
        display: none;
    }
}
.mobile-menu__top, .mobile-menu__bottom {
    padding: 5vw 4.3vw 9.3vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__bottom {
    border: none;
    opacity: 1;
}
.mobile-menu__search {
    margin-bottom: 9vw;
}
.mobile-menu__categories {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 5.6vw;
    font-weight: 400;
    opacity: 1;
}
.mobile-menu__category {
    margin-bottom: 6.2vw;
}
.mobile-menu__category-link:active {
    opacity: 0.6;
}
.mobile-menu__category-link_active {
    font-weight: 700;
}
.mobile-menu__category-link:visited {
    color: #fff !important;
}
.mobile-menu__tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mobile-menu__tag {
    margin-right: 10px;
    margin-bottom: 10px;
}
.mobile-menu__tag_active {
    font-weight: 700;
}
.mobile-menu_open {
    transform: translateX(0);
}
.mobile-menu_dropdown-open .mobile-menu__categories,
.mobile-menu_dropdown-open .mobile-menu__bottom {
    opacity: 0.5;
}

.tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.5vw 4.6vw;
    border-radius: 2px;
    opacity: 1;
    transition: opacity 300ms ease;
    color: #000 !important;
    background-color: #f8ff13;
}
@media (min-width: 1000px) {
    .tag {
        padding: 5px 15px;
    }
}
.tag:hover {
    opacity: 0.7;
}
.tag__title {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.7vw;
    text-transform: capitalize;
}
@media (min-width: 1000px) {
    .tag__title {
        font-size: 12px;
    }
}
.tag_football {
    color: #000 !important;
    background-color: #c2ff13;
}
.tag_table-tennis {
    color: #fff !important;
    background-color: #0dae31;
}
.tag_volleyball {
    color: #000 !important;
    background-color: #ffe24d;
}
.tag_basketball {
    color: #000 !important;
    background-color: #ff8413;
}
.tag_ice-hockey {
    color: #fff !important;
    background-color: #13b8ff;
}
.tag_category {
    color: #000 !important;
    background-color: #b6de12;
}
.tag_cricket {
    color: #fff !important;
    background-color: #7b13ff;
}
.tag_tennis {
    color: #000 !important;
    background-color: #ffcb13;
}

.button {
    width: 100%;
    background: #b6de12;
    border: 1px solid #b6de12;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000 !important;
    text-transform: uppercase;
    transition: background-color 300ms ease, color 300ms ease;
}
.button:hover {
    cursor: pointer;
    background: transparent;
    color: #b6de12 !important;
}
.button_header {
    height: 50px;
}
.button_banner {
    height: 46px;
    border-radius: 4px;
    pointer-events: none;
    font-size: 20px;
    text-align: center;
}
.button_subscribe {
    height: 60px;
}
.button_download {
    height: 44px;
}

.button_article {
    height: 60px;
    width: max-content;
    font-size: 4vw;
    padding: 1.8vw 8vw;
}

@media (min-width: 1000px) {
    .button_article {
        height: 60px;
        font-size: 22px;
        width: max-content;
        padding: 18px 65px;
    }
}
@media (max-width: 992px) {
    .button_subscribe {
        margin-bottom: 70px;
    }
}

.button_not-found {
    height: 44px;
    color: #000;
    font-size: 5vw;
    border: 1px solid #fff !important;
    background-color: #fff;
    transition: color 300ms ease,
                background-color 300ms ease;
}


@media (min-width: 1000px) {
    .button_not-found {
        font-size: 16px;
    }
}

.button_not-found:hover {
    cursor: pointer;
    color: #fff !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
  }


/* stylelint-disable indentation, no-descending-specificity, value-list-comma-newline-after, declaration-block-semicolon-newline-after, max-line-length */
.pc-menu__wrapper {
    display: none;
}
@media (min-width: 1000px) {
    .pc-menu__wrapper {
        width: 100vw;
        padding: 42px 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        /*background: url("../images/pc-menu-bg.jpg") center center no-repeat;*/
        background-size: cover;
    }
}
.pc-menu__menu {
    width: 80vw;
    padding: 8px 30px 8px 25px;
    background: #f8f8f8;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0;
}

.pc-menu__nav-list {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.pc-menu__nav-item {
    display: block;
    padding: 2px;
    margin: 0;
    margin-right: 1.5vw;
    white-space: nowrap;
}
.pc-menu__nav-item_active .pc-menu__nav-link {
    font-weight: 700;
}
.pc-menu__nav-link {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #292929 !important;
    transition: opacity 300ms ease;
}
.pc-menu__nav-link:hover {
    opacity: 0.8;
}
.pc-menu__nav-link:active {
    font-weight: 700;
}

.pc-menu__nav-link_active {
    font-weight: 700;
}

.pc-menu__nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pc-menu__nav-dropdown_open .pc-menu__nav-dropdown-button::after {
    animation: open 1000ms ease-in 1 forwards;
}

.pc-menu__nav-dropdown_open .pc-menu__nav-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
}

.pc-menu__nav-dropdown_close .pc-menu__nav-dropdown-button::after {
    animation: close 1000ms ease-in 1 forwards;
}

.pc-menu__nav-dropdown-button {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity: 1;
    transition: opacity 300ms ease;
    min-height: 15px;
}

.pc-menu__nav-dropdown-button::after {
    content: "";
    position: absolute;
    top: 46%;
    right: -100%;
    width: 15px;
    height: 8px;
    background: url("../images/button-select.svg") center center no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 300ms ease;
}

.pc-menu__nav-dropdown-button::after:hover {
    cursor: pointer;
    opacity: 0.8;
}

.pc-menu__nav-dropdown-button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.pc-menu__nav-dropdown-list {
    margin: 0;
    width: 161px;
    height: auto;
    position: absolute;
    top: calc(100% + 26px);
    left: 0;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: transform 1000ms cubic-bezier(0.3, 0.1, 0.3, 1) 0s, opacity 1000ms cubic-bezier(0.3, 0.1, 0.3, 1) 0s, visibility 1000ms ease 0.35s;
}

.pc-menu__nav-dropdown-item {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}

.pc-menu__nav-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

.pc-menu__nav-dropdown-item:hover .pc-menu__nav-dropdown-link {
    background: #e7e7e7;
    font-weight: 700;
}

.pc-menu__nav-dropdown-link {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
    display: block !important;
    padding: 7px 15px;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
}
.pc-menu__helpers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 420px;
}
.pc-menu__search-label {
    width: 250px;
    height: 35px;
    position: relative;
}
.pc-menu__search-label_value .pc-menu__search-button {
    background-color: #fff;
}
.pc-menu__search-label_value .pc-menu__search-button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.pc-menu__search-label_value .pc-menu__search-button::before {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1 !important;
}
.pc-menu__search-label_fulfilled {
    width: 300px;
}
.pc-menu__search-button {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 48px;
    height: 24px;
    background-color: transparent;
    border-radius: 100px;
    transition: background-color 300ms ease opacity 300ms ease;
}
.pc-menu__search-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url("../images/search.svg") center center no-repeat;
    background-size: contain;
    transition: opacity 300ms ease, transform 300ms ease;
}
.pc-menu__search-field {
    width: 100%;
    height: 100%;
    padding: 8px 60px 10px 22px;
    background: #e8e8e8;
    border-radius: 100px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc-menu__search-field::placeholder {
    color: #000;
    opacity: 0.3;
}
.pc-menu__search-field:focus + .pc-menu__search-button {
    background-color: #fff;
}
.pc-menu__search-field:focus + .pc-menu__search-button::before {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.5;
}
.pc-menu__types {
    width: 161px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.pc-menu__types_open .pc-menu__types-button::after {
    animation: open 1000ms ease-in 1 forwards;
}
.pc-menu__types_open .pc-menu__types-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
}
.pc-menu__types_close .pc-menu__types-button::after {
    animation: close 1000ms ease-in 1 forwards;
}
.pc-menu__types-button {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    position: relative;
    opacity: 1;
    transition: opacity 300ms ease;
}
.pc-menu__types-button::after {
    content: "";
    position: absolute;
    top: 46%;
    right: -45%;
    width: 15px;
    height: 8px;
    background: url("../images/button-select.svg") center center no-repeat;
    background-size: contain;
    opacity: 1;
    transition: opacity 300ms ease;
}
.pc-menu__types-button::after:hover {
    cursor: pointer;
    opacity: 0.8;
}
.pc-menu__types-button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.pc-menu__types-list {
    margin: 0;
    width: 165px;
    height: auto;
    position: absolute;
    top: calc(100% + 15px);
    left: 16%;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: transform 1000ms cubic-bezier(0.3, 0.1, 0.3, 1) 0s, opacity 1000ms cubic-bezier(0.3, 0.1, 0.3, 1) 0s, visibility 1000ms ease 0.35s;
}
.pc-menu__types-item {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}
.pc-menu__types-link_active {
    font-weight: 700 !important;
}
.pc-menu__types-item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}
.pc-menu__types-item:hover .pc-menu__types-link {
    background: #e7e7e7;
    font-weight: 700;
}
.pc-menu__types-link {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
    display: block;
    padding: 7px 15px;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
}
.pc-menu__cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 930px;
}
.pc-menu__title {
    font-family: "Parimatch", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 78px;
    color: #fff;
    text-transform: uppercase;
}
.pc-menu__button {
    width: 224px;
    /* To centralize inside the block */
    margin-top: 15px;
}

@keyframes close {
    0% {
        transform: rotate(-180deg) translateY(2px);
    }
    50% {
        transform: translateY(-2px);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes open {
    33% {
        transform: translateY(2px);
    }
    66% {
        transform: rotate(-180deg);
    }
    100% {
        transform: translateY(-2px) rotate(-180deg);
    }
}

.subscribe {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 9.3vw 4.3vw;
    background: url("../images/subscribe-bg.jpg") center center no-repeat;
    background-size: cover;
    text-transform: uppercase;
}
@media (min-width: 1000px) {
    .subscribe {
        padding: 30px 62px;
    }
}
@media (min-width: 1400px) {
    .subscribe {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

.subscribe_completed .subscribe__heading {
    visibility: hidden;
}

.subscribe_completed .subscribe__form {
    visibility: hidden;
}

.subscribe_completed .subscribe__text-success {
    visibility: visible;
}

.subscribe__text-success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 2;

    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 8.1vw;
    color: #f8ff13;
    text-transform: uppercase;
    text-align: center;

    transition: visibility 300ms ease;
}

@media (min-width: 1000px) {
    .subscribe__text-success {
        font-size: 2.6rem;
    }
}

.subscribe__error {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 300ms ease;

    font-size: 0.8rem;
    color: red;
}

@media (min-width: 1000px) {
    .subscribe__error {
        bottom: -40%;
        font-size: 1rem;
    }
}

.subscribe::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0b234f;
    opacity: 0.7;
    z-index: -1;
}
.subscribe__heading {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 8.1vw;
    color: #fff;
    margin-bottom: 18vw;
    z-index: 2;
}
@media (min-width: 1000px) {
    .subscribe__heading {
        font-size: 2.6rem;
        max-width: 540px;
        margin-bottom: 0;
    }
}
.subscribe__heading span {
    color: #b6de12;
}
.subscribe__form {
    display: flex;
    flex-direction: column;
    z-index: 2;

    position: relative;
}

.subscribe__form_error .subscribe__error {
    opacity: 1;
    width: 100%;
}

@media (min-width: 1000px) {
    .subscribe__form {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 640px;
    }
}
.subscribe__form-label {
    flex-basis: 65%;
}
.subscribe__form-input {
    width: 100%;
    height: 44px;
    background: #fff;
    border: 2px solid #ececec;
    border-radius: 2px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 3.7vw;
    color: #000;
    padding: 4.6vw 5.6vw;
    margin-bottom: 9.3vw;
    text-transform: uppercase;
}
@media (min-width: 1000px) {
    .subscribe__form-input {
        font-size: 16px;
        padding: 20px 25px;
        height: 60px;
        margin: 0;
    }
}
.subscribe__form-input:placeholder {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 3.7vw;
    color: #000;
    opacity: 0.5;
    text-transform: uppercase;
}
@media (min-width: 1000px) {
    .subscribe__form-input:placeholder {
        font-size: 16px;
    }
}
@media (min-width: 1000px) {
    .subscribe__button {
        flex-basis: 30%;
    }
}

* {
    box-sizing: border-box;
}

/* 404 */
.not-found-page .popular-articles {
    padding: 3.1vw 4.3vw;
}

@media (min-width: 1000px) {
    .not-found-page {
        display: grid;
        grid-template-columns: 1.3fr 0.7fr;
        grid-template-rows: 1fr;
        gap: 0px 20px;
        grid-template-areas: ". .";
    }

    .not-found-page .popular-articles {
        padding: 3.1vw 4.3vw;
        display: none;
    }
}
.error-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

@media (min-width: 1000px) {
    .error-page {
        margin: 10px 0 0;
        width: 100%;
        max-height: 580px;
    }
}
.error-page__img {
    width: 23vw;
    margin-bottom: 5.3vw;
}
@media (min-width: 1000px) {
    .error-page__img {
        width: 75px;
        margin-bottom: 17px;
    }
}
.error-page__message {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 8.1vw;
    color: #fff;
    text-transform: uppercase;
    max-width: 90vw;
    margin-bottom: 12.5vw;
    text-align: center;
}
@media (min-width: 1000px) {
    .error-page__message {
        font-size: 36px;
        max-width: 315px;
        margin-bottom: 50px;
    }
}
.error-page__button {
    width: 69vw !important;
}
@media (min-width: 1000px) {
    .error-page__button {
        width: 220px !important;
    }
}
/* 404 END */

.mobile-menu-open .subscribe,
.mobile-menu-open .main {
    display: none;
}

html, body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #000;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #7a7a7a;
    font-size: 16px;
}

.lang-switcher {
    margin-right: 10px;
}

.lang-switcher select {
    padding: 4px;
    background: #262626;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.lang-switcher select:hover {
    background: #555;
}

.main {
    padding: 3.1vw 4.3vw;
    background-color: #0b234f;
}
.main__container {
    max-width: 1700px;
    margin: 0 auto;
}
@media (min-width: 2000px) {
    .main__container {
        overflow-x: hidden;
    }
}
/*

Author page styles
 */
.page__author-block{
    background-color: #1A1A1A;
    margin-top: 25px;
}

.page__author-block .page_author-image{
    width: 424px;
    border-radius: 0;
    float: left;
}

.page__author-block .page_author-image img{
    width: 100%;
}
.page__author-block h3.author-name{
    float: left;
    width: 600px;
    margin-left: 50px;
    font-weight: 700;
    font-size: 34px;
    color: #F8FF13;
    margin-top: 35px;

}
.page__author-block h3.author-name a{
    color: #b6de12;
}
.page__author-block .author-position{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 50px;
    display: inline-block;
    margin-top: 5px;
    width: 600px;
}
.page__author-block .author-bio{
    margin-left: 50px;
    display: inline-block;
    margin-top: 15px;
    width: 600px;
    line-height: 1.3rem;
    font-size: 20px;
    color: #B8B9B9;
}
.clr{
    clear: both;
}
.page__author-posts .article{
    width: 1200px;
    margin-top: 70px;
    position: relative;
}
.page__author-posts{
    margin-bottom: 25px;
}
.page__author-posts .article a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    pointer-events: all;
}
.page__author-posts .article .article-image{
    width: 504px;
    height: 232px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 50px;
}
.page__author-posts .article .article-image img{
    width: 100%;
}
.page__author-posts .article .article-image .article-card__info-pc{
    display: flex;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 15px 40px 15px 20px;
    background-color: #666;
    opacity: 0.8;
}
.page__author-posts .article .article-image .article-card__info-pc .article-card__view {
    color: #fff;
    position: relative;
    transition: opacity 300ms ease;
    /* margin-left: 30px; */
    margin-right: 10px;
}
.page__author-posts .article .article-image .article-card__info-pc .article-card__view-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url(../images/eye.svg) center center no-repeat;
    background-size: contain;
}
.page__author-posts .article .article-description{
    color: #fff;
}
.page__author-posts .article .article-description .article-data{
    font-size: 20px;
    line-height: 1.1rem;
    text-transform: uppercase;
}
.page__author-posts .article .article-description h4{
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
}
.page__author-posts .article .article-description .article-excerpt{
    font-size: 20px;
    line-height: 1.1rem;
    margin-top: 10px;
}
.page__author-posts .article .article-card__info-mobile{
    display: none;
}
@media (max-width: 1000px) {
    .page__author-block{
        padding: 15px 0;
    }
    .page__author-block .page_author-image{
        width: 120px;
        border-radius: 5px;
    }

    .page__author-block h3.author-name{
        float: left;
        margin-left: 15px;
        font-weight: 700;
        font-size: 20px;
        margin-top: 0px;
        width: 200px;

    }
    .page__author-block .author-position{
        font-size: 15px;
        margin-left: 15px;
        margin-top: 5px;
        width: 200px;
    }
    .page__author-block .author-bio{
        margin-left: 0;
        display: inline-block;
        margin-top: 15px;
        width: 100%;
        line-height: 1.3rem;
        font-size: 15px;
    }
    .page__author-posts .article{
        width: 100%;
        margin-top: 35px;
    }
    .page__author-posts .article .article-image{
        width: 100%;
        margin: 0;
    }
    .page__author-posts .article .article-description .article-data{
        font-size: 16px;
    }
    .page__author-posts .article .article-description h4{
        font-size: 24px;
    }
    .page__author-posts .article .article-description .article-excerpt{
        font-size: 16px;
    }
    .page__author-posts .article .article-image .article-card__info-pc{
        display: none !important;
    }
    .page__author-posts .article .article-card__info-mobile .article-card__view {
        color: #fff;
        position: relative;
        transition: opacity 300ms ease;
        /* margin-left: 30px; */
        margin-right: 10px;
    }
    .page__author-posts .article .article-card__info-mobile .article-card__view-icon {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/eye.svg) center center no-repeat;
        background-size: contain;
    }
    .page__author-posts .article .article-card__info-mobile{
        display: flex;
        margin-top: 15px;
    }
}
/*

Author page styles END
 */
.site-logotype {
    width: 120px;
}
.site-logotype img {
    width: 100%;
}


.sign-button .social{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.sign-button .social-x{
    content: url('../images/twitter.svg');
}
.sign-button .social-instagram{
    content: url('../images/insta.svg');
}
.sign-button .social-tiktok{
    content: url('../images/tiktok.svg');
}



.mfeed-content{
    padding-top: 25px;
    width: 70%;
}
.mfeed-content h3{
    color: #fff;
    font-size: 22px;
    padding: 5px;
}
.mfeed-content p{

}
.mfeed-content .mfeed-score .scores{
    float: left;
    width: 33%;
    color: #fff;
    margin: 0 2px;
}
.mfeed-content .mfeed-score .scores p{
    width: 100%;
    padding: 15px;
    text-align: center;
}
.mfeed-content .mfeed-score .scores p.score{
    border-radius: 5px;
    background: #DBE5FF;
    font-weight: bold;
    color: #003592;
}

.mfeed-content .mfeed-score .clr{
    clear: both;
}

@media screen and (max-width: 800px) {
    .mfeed-content{
        width: 100%;
    }
    .mfeed-content .mfeed-score .scores p{
        height: 55px;
    }
    .mfeed-content .mfeed-score .scores p.score{
        height: auto;
    }
}
