@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("../fonts/SourceSansPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Medium.woff2") format("woff2"),
    url("../fonts/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Semibold.woff2") format("woff2"),
    url("../fonts/Lato-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #ffffff;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
}

main {
    flex-grow: 1;
}

.container {
    width: 100%;
    min-width: 932px;
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}

.header {
    margin: 22px auto 23px;
}

.header-navigation {
    width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-navigation__inner {
    display: contents;
}

.header-burger {
    width: 50px;
    display: none;
}

.header-navigation__close {
    display: none;
    width: 20px;
}

.header-support__btn {
    color: #ffffff;
    background-color: #cc0303;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.12px;
    padding: 18px 40px;
    transition: all ease 0.4s;
}

.header-support__btn:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

.header-lists {
    display: flex;
    padding: 0 41px;
}

.header-list {
    margin-right: 45px;
    transition: all ease 0.4s;
}

.header-list:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1024px) {
    .header-list:hover {
        transform: scale(1.1);
        transition: all ease 0.4s;
    }
}

.header-link {
    color: #0e1b37;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.active-link {
    color: #cc0303;
}

.header-social {
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.header-social__link.twitter {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 4px 10px 8px;
    border-radius: 100px;
    width: 44px;
    background-color: white;
}

.header-social__link {
    transition: all ease 0.4s;
    display: block;
    margin-right: 10px;
}

.header-social__link:last-child {
    margin-right: 0;
}

.header-social__link:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

.header-social__img {
    width: 50px;
}

.header-signIn__btn {
    padding: 18px 40px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.12px;
    border: 1px solid #cc0303;
    transition: all ease 0.4s;
}

.header-signIn__btn:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

.signIn-img {
    margin-right: 15px;
    width: 28px;
}

.logo {
    margin: 49px 0 43px;
}

.logo-link {
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.logo-link img {
    height: auto;
    max-width: 100%;
}

.logo-date {
    color: #cc0303;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.news-top {
    background-color: #171821;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    height: 79px;
    margin-bottom: 53px;
}

.news-top__lists {
    display: flex;
    align-items: center;
}

.news-top__list {
    margin-right: 15px;
}

.news-top__list:last-child {
    margin-right: 0;
}

.news-top__link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    transition: color ease-in 0.4s;
}

.news-top__link:hover {
    color: #cc0303;
    transition: color ease-in 0.4s;
}

.news-top__link-active {
    color: #cc0303;
}

.news-top__label {
    position: relative;
}

.news-top__input {
    border: 1px solid #e3e4e8;
    background: #fff;
    color: #54555e;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 13px 24px 10px 15px;
    opacity: 0;
    transition: opacity ease-in 0.4s;
}

.active-news__input {
    opacity: 1;
    transition: opacity ease-in 0.4s;
}

.news-top__search {
    cursor: pointer;
    position: absolute;
    /* right: 2px; */
    left: 14px;
    top: 6px;
    transition: opacity ease-in 0.3s;
    z-index: 1;
}

.news-top__close {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 14px;
    transition: opacity ease-in 0.3s;
    z-index: 1;
}

.hidden {
    z-index: 0;
    opacity: 0;
    transition: opacity ease-in 0.3s;
}

.news-left {
    max-width: 348px;
}

.news-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.news-left__list {
    padding-bottom: 35px;
    padding-top: 35px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 33%, transparent 33%) repeat-x;
    background-size: 22px 1px;
}

.news-left__list:first-child {
    padding-top: 0;
    background: transparent;
}

.news-left__list:last-child {
    background: transparent;
}

.news-left__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.news-left__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 1px;
    background: #cc0303;
}

.news-left__date {
    color: #7c7c7c;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.news-left__date p {
    margin-bottom: 34px;
}

.news-left__date p:last-child {
    margin-bottom: 15px;
}

.news-left__date span {
    color: #cc0303;
}

.news-left__link-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 169%;
    margin-bottom: 10px;
}

.news-left__link-text {
    color: #464646;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
}

.news-form {
    background: #f5f5f5;
    padding: 29px 18px 29px 21px;
    margin-bottom: 30px;
}

.news-form__title {
    margin-bottom: 19px;
}

.hews-form__text {
    color: #83858f;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 19px;
}

.hews-form__text img {
    margin-right: 8px;
}

.news-left__form {
    position: relative;
}

.news-form__input {
    width: 280px;
    color: #54555e;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #e3e4e8;
    background: #fff;
    padding: 13px 60px 10px 15px;
}

.news-form__btn {
    position: absolute;
    right: 0;
    top: 1px;
    width: 82px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 12px 11px;
    background: #2d95e3;
    border: none;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all ease-in 0.3s;
}

.news-form__btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.news-share {
    background: #f5f5f5;
    padding: 29px 23px 29px 21px;
}

.news-share + .news-form {
    margin-top: 30px;
}

.news-share__title {
    margin-bottom: 24px;
}

.news-share__links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-share__facebook {
    color: #fff;
    padding: 14px 39px;
    background: #36528c;
    margin-right: 26px;
    max-width: 168px;
    transition: all ease-in 0.3s;
}

.news-share__facebook img {
    margin-right: 10px;
}

.news-share__btn {
    color: #000;
    padding: 14px 22px;
    border: 1px solid #36528c;
    max-width: 110px;
    transition: all ease-in 0.3s;
}

.news-share__btn img {
    margin-right: 8px;
}

.news-form__btn:hover,
.news-share__facebook:hover,
.news-share__btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.news-share__facebook,
.news-share__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.widget_mostreadpostswidget {
    background: #f5f5f5;
    padding: 29px 18px 29px 21px;
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 24px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.widget-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 1px;
    background: #cc0303;
}

.widget_mostreadpostswidget > ul > li {
    margin-bottom: 19px;
}

.widget_mostreadpostswidget > ul > li > a {
    color: #83858f;
    font-size: 16px;
    font-weight: 400;
    font-style: oblique;
    text-decoration: underline;
    line-height: normal;
}

.news-right {
    width: 100%;
    max-width: 873px;
}

.news-right__into {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    margin-bottom: 61px;
}

.news-right__image {
    width: 100%;
}

.news-right__title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
}

.news-right__text {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 25px;
}

.news-right__text span,
.news-right__text a {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 39.5px;
    transition: color 0.3s;
    width: fit-content;
}

.news-right__text span {
    max-width: 432px;
}

.news-right__text a:hover {
    color: #cc0303;
}

.latest-news__title {
    color: #020406;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.05px;
    text-transform: uppercase;
    margin-bottom: 53px;
}

.latest-news__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.latest-news__list {
    max-width: 425px;
}

.latest-news__bg {
    position: relative;
}

.latest-news__bg img {
    height: auto;
    width: 100%;
}

.latest-news__btn {
    position: absolute;
    left: 33px;
    bottom: 23px;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 9px 17px 8px 15px;
    border-radius: 5px;
    background: #446bd0;
    transition: all ease-in 0.3s;
}

.latest-news__btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.latest-news__category {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    gap: 10px;
    flex-wrap: wrap;
}

.latest-news__category .latest-news__btn {
    position: unset;
    height: fit-content;
}

.latest-news_content {
    background-color: #f1f8f9;
    padding: 31px 33px 41px;
}

.latest-content__title {
    display: block;
    color: #171821;
    font-size: 20px;
    font-weight: 600;
    line-height: 146.28%;
    margin-bottom: 15px;
}

.latest-content__text,
.latest-content__text + p {
    color: #54555e;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 146.28%;
}

.editors-title,
.miss-title {
    margin-bottom: 27px;
}

.editors-lists,
.miss-lists {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.editors-list,
.miss-list {
    max-width: 299px;
    margin-bottom: 27px;
}

.editors-list img,
.editors-img,
.miss-list img,
.miss-img {
    transition: all ease-in 0.3s;
    width: 100%;
    object-fit: cover;
}

.editors-list img:hover,
.editors-img:hover,
.miss-list img:hover,
.miss-img:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.editors-link__title,
.miss-link__title {
    color: #cc0303;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 12.4px 0;
}

.editors-link__text,
.miss-link__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.editors-container {
    padding: 80px 0 0;
}

.editors-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.editors-inner img {
    aspect-ratio: 53/30;
    display: flex;
    height: auto;
    object-fit: cover;
    max-width: 265px;
}

.editors-inner .editors-right img {
    aspect-ratio: 185/112;
    max-width: 185px;
}

.miss-container {
    padding: 80px 0 0;
}

.miss-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.editors-left,
.miss-left {
    padding: 30px;
    background: #f1f8f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.editors-item,
.miss-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition: opacity ease-in 0.3s;
}

.editors-item:hover,
.miss-item:hover {
    opacity: 0.7;
    transition: opacity ease-in 0.3s;
}

.editors-item:last-child,
.miss-item:last-child {
    margin-bottom: 0;
}

.editors-left__item,
.miss-left__item {
    margin-bottom: 25px;
}

.editors-left__item:last-child,
.miss-left__item:last-child {
    margin-bottom: 0;
}

.editors-img__right,
.miss-img__right {
    width: 290.5px;
    height: 240px;
    margin-right: 30px;
}

.editors-item__text,
.miss-item__text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 160.5%;
    max-width: 300px;
    margin-left: 30px;
}

.productivity {
    margin-bottom: 30px;
}

.productivity-top {
    margin-bottom: 25px;
    color: #7c7c7c;
    font-family: "Montserrat", "sans-serif";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
}

.productivity-top p {
    color: #cc0303;
    margin-right: 5px;
}

.productivity-title {
    color: #171821;
    font-size: 30px;
    font-weight: 700;
    line-height: 39.5px;
    margin-bottom: 25px;
}

.productivity-text {
    color: #6d6e76;
    font-family: "Montserrat", "sans-serif";
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-transform: lowercase;
    margin-bottom: 40px;
}

.productivity-about {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productivity-about__people {
    display: flex;
    align-items: center;
}

.productivity-about__pic {
    margin-right: 18px;
}

.productivity-about__pic img {
    width: 74px;
    border-radius: 74px;
}

.productivity-about__text {
    color: #000;
    font-family: "Inter", "sans-serif";
    font-size: 24px;
    font-weight: 700;
    line-height: 145%;
}

.productivity-about__text span {
    display: flex;
    color: #000;
    font-family: "Inter", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
}

.productivity-pic img {
    max-width: 1280px;
    width: 100%;
    height: auto;
}

.info-intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.info-right {
    max-width: 348px;
}

.info-right .widget_recent_entries h1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}

.info-right .widget_recent_entries h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 1px;
    background: #cc0303;
}

.info-right .widget_recent_entries ul {
    display: flex;
    flex-direction: column;
}

.info-right .widget_recent_entries ul li {
    padding: 10px 0;
}

.info-right .widget_recent_entries ul li:not(:first-of-type) {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 33%, transparent 33%) repeat-x;
    background-size: 22px 1px;
}

.info-right .widget_recent_entries ul a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 169%;
    margin-bottom: 10px;
}

.info-left {
    max-width: 873px;
    width: 100%;
}

.info-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 36.5px;
    letter-spacing: 0.125px;
    max-width: 650px;
    margin-bottom: 30px;
}

.info-text {
    color: #515259;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.09px;
}

.info-text p {
    margin-bottom: 30px;
}

.info-text__border {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1px;
    max-width: 698px;
    border-left: 4px solid #cc0303;
    padding-left: 30px;
    margin-bottom: 30px;
}

.info-text__border p:not(:last-child) {
    margin-bottom: 30px;
}

.info-pic {
    margin-bottom: 30px;
}

.info-pic img {
    max-width: 864px;
    width: 100%;
}

.info-classification {
    max-width: 864px;
    width: 100%;
    border-radius: 15px;
    background-color: #f1f8f9;
    padding: 35px;
    margin-bottom: 30px;
}

.info-classification__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
}

.info-classification__text {
    color: #4e4f56;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.09px;
}

.info-classification__text p {
    margin-bottom: 30px;
}

.info-classification__video {
    background-image: url("../images/classification-pic.jpg");
    background-repeat: no-repeat;
    max-width: 794px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 126px 0;
}

.info-people {
    margin-top: 25px;
    padding: 50px 40px;
    border-radius: 15px;
    background-color: #f1f8f9;
    display: flex;
}

.info-people__pic {
    margin-right: 25px;
}

.info-people__pic img {
    width: 90px;
    border-radius: 55px;
}

.info-people__name {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.info-people__text {
    color: #515259;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.08px;
}

.info-right {
    max-width: 348px;
}

.info-right__text {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 169%;
}

.info-right__text span {
    color: #cc0303;
    font-size: 18px;
    font-weight: 600;
    line-height: 169%;
    padding-right: 3px;
}

.info-right__jobs {
    background: #f5f5f5;
    padding: 29px 18px 29px 21px;
    margin-bottom: 30px;
}

.info-right__about {
    margin-bottom: 33px;
    display: flex;
}

.info-right__pic {
    margin-right: 15px;
}

.info-right__pic img {
    width: 88px;
    border-radius: 88px;
}

.info-right__text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.info-right__link {
    color: #2d95e3;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s ease-in-out;
}

.info-right__link:hover {
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
}

.info-right__btn {
    color: #000;
    font-family: "Source Sans Pro", "sans-serif";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 34px;
    border: 1px solid #36528c;
    transition: all ease-in 0.3s;
    display: inline-block;
}

.info-right__btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.info-right__buy {
    background-image: url("../images/buy.jpg");
    background-repeat: no-repeat;
    max-width: 348px;
    padding: 30px;
}

.info-right__buy-text p {
    color: #fff;
    font-family: "Montserrat", "sans-serif";
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-right__buy-text span {
    color: #fff;
    font-family: "Poppins", "sans-serif";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 285px;
    line-height: 167.842%;
    margin-bottom: 140px;
    display: inline-block;
}

.info-right__buy-btn {
    color: #fff;
    font-family: "Montserrat", "sans-serif";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 23px;
    background-color: #cc0303;
    display: inline-block;
    transition: all ease 0.4s;
}

.info-right__buy-btn:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

.info-right__list {
    padding: 15px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 33%, transparent 33%) repeat-x;
    background-size: 22px 1px;
}

.info-right__list:first-child {
    padding-top: 0;
    background: transparent;
}

.info-right__list:last-child {
    background: transparent;
}

.info-right__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.info-right__title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 1px;
    background: #cc0303;
}

.info-right__link-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 169%;
    margin-bottom: 10px;
}

.info-right__link-text {
    color: #464646;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
}

.info-right-form {
    background: #f5f5f5;
    padding: 29px 18px 29px 21px;
    margin-bottom: 30px;
}

.info-right-form__title {
    margin-bottom: 19px;
}

.info-right-form__text {
    color: #83858f;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 19px;
}

.info-right-form__text img {
    margin-right: 8px;
}

.info-right__form {
    position: relative;
}

.info-right-form__input {
    width: 280px;
    color: #54555e;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #e3e4e8;
    background: #fff;
    padding: 13px 60px 10px 15px;
}

.info-right-form__btn {
    position: absolute;
    right: 0;
    top: 1px;
    width: 82px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 12px 11px;
    background: #2d95e3;
    border: none;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all ease-in 0.3s;
}

.info-right-form__btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.info-right-share {
    background: #f5f5f5;
    padding: 29px 23px 29px 21px;
    margin-bottom: 30px;
}

.info-right-share__title {
    margin-bottom: 24px;
}

.info-right-share__links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-right-share__facebook {
    color: #fff;
    padding: 14px 39px;
    background: #36528c;
    margin-right: 26px;
    max-width: 168px;
    transition: all ease-in 0.3s;
}

.info-right-share__facebook img {
    margin-right: 10px;
}

.info-right-share__btn {
    color: #000;
    padding: 14px 22px;
    border: 1px solid #36528c;
    max-width: 110px;
    transition: all ease-in 0.3s;
}

.info-right-share__btn img {
    margin-right: 8px;
}

.info-right-form__btn:hover,
.info-right-share__facebook:hover,
.info-right-share__btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.info-right-share__facebook,
.info-right-share__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.footer {
    background-color: #171821;
    padding: 73px 0 60px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer-item {
    max-width: 212px;
}

.footer-logo {
    margin-bottom: 10px;
    display: inline-block;
}

.footer-logo img {
    width: 200px;
}

.footer-item:last-child {
    max-width: 281px;
}

.footer-title {
    color: #fbf9ff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 25px;
}

.footer-link {
    display: block;
    color: #fbf9ff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
    transition: opacity ease-in 0.3s;
}

.footer-link:hover {
    opacity: 0.7;
    transition: opacity ease-in 0.3s;
}

.footer-social__lists {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.footer-social__list {
    margin-right: 25px;
}

.footer-social__list:last-child {
    margin-right: 0;
}

.footer-social__link {
    transition: opacity ease-in 0.3s;
}

.footer-social__link:hover {
    opacity: 0.7;
    transition: opacity ease-in 0.3s;
}

.footer-social__link img {
    width: 40px;
}

.footer-item__list {
    margin-bottom: 20px;
}

.footer-item__link {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    transition: all ease 0.4s;
}

.footer-item__link:hover {
    transform: scale(1.1);
    transition: all ease 0.4s;
}

.footer-form {
    margin-top: 20px;
}

.footer-label {
    position: relative;
}

.footer-label span {
    position: absolute;
    top: 3px;
    left: 57px;
    color: rgba(254, 23, 37, 0.9);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
}

.footer-input {
    color: rgba(30, 37, 50, 0.9);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 11px 16px;
    width: 279px;
    height: 41px;
    margin-bottom: 24px;
}

.footer-btn {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 13px 32px;
    background: #cc0303;
    border: none;
    transition: all ease-in 0.3s;
}

.footer-btn:hover {
    color: #cc0303;
    background: #ffffff;
    transition: all ease-in 0.3s;
}

.footer-social__link.twitter {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 7px 7px 5px 9px;
    border-radius: 100px;
    width: 44px;
    background-color: white;
}

.footer-copyright {
    color: #e5e5e5;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 0.064px;
}

/*RC style*/
#menu-header-mobile-menu {
    display: none;
}

.current-menu-item > a {
    color: #cc0303 !important;
}

.text-area h1 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 36.5px;
    letter-spacing: 0.125px;
    max-width: 650px;
    margin-bottom: 30px;
}

.text-area h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 36.5px;
    letter-spacing: 0.125px;
    max-width: 650px;
    margin-bottom: 30px;
}

.text-area h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.125px;
    max-width: 650px;
    margin-bottom: 30px;
}

.text-area h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    max-width: 650px;
    margin-bottom: 30px;
}

.text-area ul,
.text-area ol,
figure {
    margin-bottom: 30px;
}

.text-area ol {
    list-style: auto;
    padding-left: 20px;
}

.text-area p,
.text-area li {
    color: #515259;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.09px;
    margin-bottom: 30px;
}

.text-area ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}

.text-area ol li {
    margin-bottom: 0;
}

.text-area ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cc0303;
}

.text-area li + li {
    margin-top: 10px;
}

.text-area blockquote {
    border-left: 4px solid #cc0303;
    padding-left: 30px;
    margin-bottom: 30px;
}

.text-area blockquote p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1px;
}

.text-area strong {
    font-weight: bold;
}

.text-area a {
    color: black;
    text-decoration: underline;
}

.text-area iframe {
    width: 100%
}

.pagination .nav-links {
    margin: 20px auto;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
}

.pagination .nav-links a,
.pagination .nav-links span {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.3s;
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
    color: #cc0303;
}

.category-section {
    padding-bottom: 50px;
}

.category-section .category__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}

.category-section .category__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    padding: 16px;
    border: 1px solid #e9ecef;
}

.category-section .category__card-content {
    display: flex;
    flex-direction: column;
}

.category-section .category__card-image {
    display: flex;
}

.category-section .category__card-image img {
    object-fit: cover;
    width: 100%;
    transition: 0.3s;
}

.category-section .category__card-image:hover img {
    transform: scale(1.05);
    transition: 0.3s;
}

.category-section .editors-link__text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.25px;
    color: #000;
}

.category-section .category__card-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    transition: opacity 0.3s;
}

.category-section .category__card-title:hover {
    opacity: 0.7;
}

.category-section .category__card-text {
    margin-top: 16px;
    color: #343a40;
    font-size: 16px;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.category-section .category__card-bottom {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
}

.category-section .category__card-bottom span {
    color: #000;
}

.category-section .category__card-name {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.category-section .category__card-date {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.news-top form {
    position: relative;
}

.news-top form img {
    top: 50%;
    transform: translateY(-50%);
}

.page-404 {
    padding-bottom: 50px;
}

.page-404 h1 {
    font-size: 52px;
    font-weight: 700;
}

.page-404 p {
    margin-top: 15px;
    font-size: 18px;
}

.page-404 a {
    display: flex;
    align-content: center;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: "Lato", sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: normal;
    padding: 13px 32px;
    background: #cc0303;
    border: 1px solid #cc0303;
    border-radius: 0;
    max-width: 142px;
    transition: all ease-in 0.3s;
}

.page-404 a:hover {
    color: #cc0303;
    background: #ffffff;
    transition: all ease-in 0.3s;
}

.news-form {
    margin-bottom: 30px;
}

.news-form .emailoctopus-form .main-form {
    display: grid;
    grid-template-columns: 1fr auto;
}

.news-form .emailoctopus-form .main-form input[type="email"] {
    margin: 0 !important;
    color: #54555e;
    font-size: 15px !important;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #e3e4e8;
    border-radius: 0;
    background: #fff;
    padding: 13px 60px 10px 15px;
    font-family: "Arial", sans-serif;
    height: 100%;
}

.news-form .emailoctopus-form .main-form input[type="email"]:focus {
    outline: none;
    box-shadow: none;
}

.news-form .emailoctopus-form .main-form .btn {
    margin: 0 !important;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 14px 12px 11px;
    background: #2d95e3;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all ease-in 0.3s;
}

.news-form .emailoctopus-form .main-form .btn:hover {
    transform: scale(1.1);
    transition: all ease-in 0.3s;
}

.footer .emailoctopus-form .main-form input[type="email"] {
    color: rgba(30, 37, 50, 0.9);
    font-family: "Lato", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: normal;
    padding: 11px 16px;
    width: 100%;
    max-width: 279px;
    height: 41px;
    margin-bottom: 24px;
    border-radius: 0;
}

.emailoctopus-form .main-form .emailoctopus-form-row {
    margin: 0 !important;
}

.footer .emailoctopus-form .main-form .btn {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: normal;
    padding: 13px 32px;
    background: #cc0303;
    border: none;
    border-radius: 0;
    max-width: 142px;
    transition: all ease-in 0.3s;
}

.footer .emailoctopus-form .main-form .btn:hover {
    color: #cc0303;
    background: #ffffff;
    transition: all ease-in 0.3s;
}

.footer .emailoctopus-form .main-form {
    justify-content: flex-start !important;
}

/*Media query*/
@media (max-width: 1460px) {
    .header-navigation {
        width: 100%;
        max-width: 1300px;
    }
}

@media (max-width: 1282px) {

    .header-support__btn,
    .header-signIn__btn {
        font-size: 15px;
        padding: 12px 22px;
    }

    .header-lists {
        padding: 0 25px;
    }

    .header-list {
        margin-right: 30px;
    }

    .header-link {
        font-size: 14px;
    }

    .container {
        min-width: 0px;
    }

    .news-top {
        padding: 0 10px;
    }

    .news-top__link {
        font-size: 14px;
    }

    .news-inner {
        flex-direction: column-reverse;
    }

    .news-right {
        max-width: max-content;
        display: flex;
        flex-direction: column;
    }

    .news-right__into {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 873px;
    }

    .latest-news__title {
        text-align: center;
    }

    .latest-news__lists {
        justify-content: space-around;
    }

    .latest-news__list {
        margin-bottom: 30px;
    }

    .news-top {
        display: block;
        padding: 10px;
        height: auto;
    }

    .news-top__input {
        opacity: 1;
        padding: 10px 15px;
        width: 250px;
        display: flex;
        margin: 20px auto 10px;
    }

    .news-top__search,
    .news-top__close {
        display: none;
    }

    .news-top__lists {
        justify-content: center;
    }

    .news-left {
        max-width: max-content;
    }

    .news-left__lists {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .news-left__list,
    .news-form,
    .news-share {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        width: 350px
    }

    .editors-inner,
    .miss-inner {
        grid-template-columns: 1fr;
    }

    .footer-title {
        font-size: 18px;
    }

    .footer-link {
        font-size: 12px;
    }

    .footer-social__list {
        margin-right: 15px;
    }

    .footer-social__link img {
        width: 40px;
    }

    .footer-item:last-child {
        max-width: 212px;
    }

    .footer-input {
        width: 200px;
    }

    .editors-inner img {
        aspect-ratio: 185/112;
        max-width: 185px;
    }
}

@media (max-width: 1235px) {
    .info-left {
        max-width: 650px;
    }

    .news-top__link {
        font-size: 12px;
    }

    .news-top__list {
        margin-right: 9px;
    }
}

@media (max-width: 1050px) {
    .news-left__list,
    .news-form,
    .news-share {
        width: 420px
    }

    .news-top__list {
        margin-right: 7px;
    }
}


@media (max-width: 1024px) {
    #menu-menu {
        display: none;
    }

    #menu-header-mobile-menu {
        display: block;
    }

    #menu-header-mobile-menu a + ul {
        margin-top: 30px;
        margin-left: 20px
    }

    #menu-header-mobile-menu .sub-menu a {
        font-weight: 400;
    }

    .category-section .category__card {
        grid-template-columns: 1fr;
    }

    .header {
        margin: 15px;
    }

    .header-navigation__inner {
        position: absolute;
        top: 0;
        left: -100%;
        min-height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all ease-in 0.4s;
        background-color: #fff;
        z-index: 20;
    }

    li.menu-item-has-children a {
        position: relative;
        display: flex;
    }

    li.menu-item-has-children > a::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.59L13.17 12L8.59 7.41L10 6l6 6l-6 6l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat;
    }

    li.menu-item-has-children.active > a::after {
        background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z'/%3E%3C/svg%3E") no-repeat;
    }

    li.menu-item-has-children > .sub-menu {
        display: none;
    }

    li.menu-item-has-children.active > .sub-menu {
        display: flex;
        flex-direction: column;
    }

    .header-burger {
        display: block;
        cursor: pointer;
    }

    .header-navigation__close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .navBar-active {
        left: 0;
        transition: all ease-in 0.4s;
    }

    .header-lists {
        display: block;
        margin: 15px 0;
    }

    .header-list {
        margin-bottom: 30px;
    }

    .header-support__btn {
        display: block;
    }

    .header-social {
        margin-right: 0;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .news-top__lists {
        display: block;
        text-align: center;
    }

    .news-top__label {
        width: 250px;
        display: block;
        margin: 0 auto;
    }

    .news-top__input {
        width: 200px;
    }

    .news-top__list {
        margin-right: 0;
    }

    .signIn-img {
        margin-right: 5px;
        width: 20px;
    }

    .header-signIn__btn {
        font-size: 15px;
        padding: 6px 15px;
    }

    .logo {
        margin: 10px 0 25px;
    }

    .info-left {
        max-width: 500px;
    }
}

@media (max-width: 868px) {
    .info-intro {
        flex-direction: column;
        align-items: center;
    }

    .info-right {
        margin-top: 40px;
    }

    .info-left {
        max-width: 873px;
    }
}

@media (max-width: 800px) {
    .footer-inner {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .footer-item {
        width: 212px;
        margin-bottom: 40px;
    }

    .footer-social__lists {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .logo-link {
        margin-bottom: 5px;
    }

    .logo-link img {
        width: 220px;
    }

    .logo-date {
        font-size: 12px;
    }

    .editors-left,
    .miss-left {
        margin-bottom: 20px;
        padding: 20px 9px;
    }

    .editors-inner,
    .miss-inner {
        flex-direction: column;
    }

    .editors-inner img,
    .miss-inner img,
    .editors-inner .editors-right img,
    .miss-inner .editors-right img {
        max-width: 280px;
        width: 100%;
    }

    .editors-left__item,
    .miss-left__item {
        flex-direction: column;
    }

    .editors-img__right,
    .miss-img__right {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .editors-item,
    .miss-item {
        flex-direction: column;
    }

    .editors-item__text,
    .miss-item__text {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        margin-left: 0;
    }

    .editors-img__right,
    .miss-img__right {
        height: auto;
        width: 280px;
    }

    .news-top #menu-categories {
        display: none;
    }

    .news-right__into {
        /*height: 250px;*/
    }

    .news-form {
        margin-bottom: 20px;
    }

    .page-404 {
        text-align: center;
    }

    .page-404 a {
        margin-left: auto;
        margin-right: auto;
    }

    .news-share + .news-form {
        margin-top: 20px;
    }
}

@media (max-width: 630px) {
    .category-section .category__grid {
        grid-template-columns: 1fr;
    }

    .editors-lists,
    .miss-lists {
        justify-content: center;
    }

    .editors-title,
    .miss-title {
        text-align: center;
    }
}

@media (max-width: 600px) {
    li.editors-list {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .productivity {
        margin-bottom: 20px;
    }

    .productivity-title {
        font-size: 25px;
    }

    .productivity-text {
        font-size: 16px;
    }

    .productivity-about__text {
        font-size: 16px;
    }

    .productivity-about {
        flex-direction: column;
        align-items: flex-start;
    }

    .productivity-about__people {
        margin-bottom: 15px;
    }

    .info-classification {
        padding: 20px;
    }

    .info-classification__title {
        font-size: 20px;
    }

    .info-classification__text {
        font-size: 16px;
    }

    .info-classification__text p {
        margin-bottom: 15px;
    }

    .info-text__border p:not(:last-child) {
        margin-bottom: 15px;
    }

    .info-text__border {
        font-size: 16px;
    }

    .info-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info-text {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .info-people {
        padding: 20px;
        flex-direction: column;
    }

    .info-people__pic img {
        width: 80px;
    }

    .info-people__name {
        font-size: 20px;
    }

    .emailoctopus-form .main-form .emailoctopus-form-row {
        min-width: unset !important;
    }

    .text-area h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .text-area h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .text-area h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .text-area h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .text-area p,
    .text-area li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .text-area blockquote p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media (max-width: 424px) {
    .latest-news__btn {
        left: 15px;
        bottom: 15px;
        font-size: 12px;
        padding: 8px 10px 8px 10px;
    }

    .latest-news__bg img {
        width: 300px;
    }

    .latest-news__list {
        width: 300px;
    }

    .news-left__list,
    .news-form,
    .news-share {
        width: 100%
    }

    .news-share__facebook {
        padding: 14px 20px;
        margin-right: auto;
    }

    .news-share,
    .news-form {
        max-width: 100%;
        width: 100%;
    }

    .news-inner {
        align-items: center;
    }
}

footer [data-form="2d1d4e28-c1b1-11ed-970d-bb617e5d47cf"] .emailoctopus-error-message,
footer [data-form="2d1d4e28-c1b1-11ed-970d-bb617e5d47cf"] .emailoctopus-success-message {
    display: block;
    color: #fbf9ff !important;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
    transition: opacity ease-in 0.3s;
}

/* Added @jungvn */
.paymeny-banner__wrap {
    background-color: #b9ffda;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.paymeny-banner__wrap br {
    display: none;
}

.paymeny-tabs__link span {
    display: flex;
    border-radius: 50px;
    line-height: 24px;
    background-color: transparent;
    color: #000000;
    border: solid 1px #000000;
    padding: 8px 16px;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s linear;
    min-height: 40px;
}

.paymeny-tabs__link {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 20px;
}

.paymeny-tabs__link span:hover, .paymeny-tabs__link span.active {
    background-color: #000000;
    color: #ffffff;
}

.paymeny-tab__block label.radio-button input[type="radio"] {
    display: none;
}

.paymeny-tab__block label.radio-button span {
    display: flex;
    border-radius: 50px;
    background-color: transparent;
    color: #000000;
    border: solid 1px #000000;
    padding: 10px 10px;
    width: 100%;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s linear;
    min-height: 40px;
}

.paymeny-tab__block label.radio-button span:hover,
.paymeny-tab__block label.radio-button span.active {
    background-color: #000000;
    color: #ffffff;
}

.paymeny-tab__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}

.paymeny-tab__block label {
    width: 100%;
    margin: 0;
}

.paymeny-tab__block label.radio-button input[type="number"] {
    border-radius: var(--cs-primary-border-radius);
    background-color: transparent;
    color: #000000;
    border: solid 1px #000000;
    padding: 10px 10px;
    width: 100%;
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    line-height: var(--cs-font-base-line-height);
    min-height: 40px;
    font-size: 14px;
}


.paymeny-tab__block label.radio-button input[type="number"]::-webkit-input-placeholder {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: 14px;
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    line-height: var(--cs-font-base-line-height);
    color: #000000;
    transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]::-moz-placeholder {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: 14px;
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    line-height: var(--cs-font-base-line-height);
    color: #000000;
    transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]:-ms-input-placeholder {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: 14px;
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    line-height: var(--cs-font-base-line-height);
    color: #000000;
    transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]:-moz-placeholder {
    font-family: var(--cs-font-secondary-family), sans-serif;
    font-size: 14px;
    font-weight: var(--cs-font-secondary-weight);
    font-style: var(--cs-font-secondary-style);
    line-height: var(--cs-font-base-line-height);
    color: #000000;
    transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"] {
    background-image: url('https://www.praguemorning.cz/wp-content/themes/newsblock/assets/images/czk.svg');
    background-size: 40px 40px;
    border-radius: 50px;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center right;
    text-align: center;
    padding-right: 40px;
    font-size: 12px;
    transition: all .3s linear;
}

.paymeny-tab__block label.radio-button input[type="number"]::-webkit-outer-spin-button,
.paymeny-tab__block label.radio-button input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.paymeny-tab__block label.radio-button input[type="number"][type=number] {
    -moz-appearance: textfield;
}


.paymeny-banner__button {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
    justify-content: space-between;
}

.paymeny-banner__button button {
    flex-shrink: 0;
}

.paymeny-banner__button span {
    font-size: 14px;
    font-style: italic;
    display: block;
    max-width: 400px;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ span {
    background-color: #000000;
    color: #ffffff;
}

.paymeny-banner__text {
    margin-bottom: 30px;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]::-moz-placeholder {
    color: #ffffff;
    opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]:-ms-input-placeholder {
    color: #ffffff;
    opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"]:-moz-placeholder {
    color: #ffffff;
    opacity: .5;
}

.paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"] {
    background-color: #000000;
    color: #ffffff;
}

.paymeny-tab__block form {
    grid-column: 1/4;
    display: flex;
    justify-content: flex-end;
}

.paymeny-tab__block form input[type="submit"] {
    min-width: 219px;
}

.paymeny-tab__block label.radio-button input[type="number"].error, .paymeny-tab__block label.radio-button input[type="radio"]:checked ~ input[type="number"].error {
    background-color: #a66868;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .cs-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    border-radius: var(--cs-primary-border-radius);
    line-height: 1rem;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    border-radius: var(--cs-primary-border-radius);
    background-color: var(--cs-color-button);
    color: var(--cs-color-button-contrast);
    font-family: var(--cs-font-primary-family), sans-serif;
    font-size: var(--cs-font-primary-size);
    font-weight: var(--cs-font-primary-weight);
    font-style: var(--cs-font-primary-style);
    letter-spacing: var(--cs-font-primary-letter-spacing);
    text-transform: var(--cs-font-primary-text-transform);
}

.paymeny-banner__button button {
    flex-shrink: 0;
    background: #000;
    color: #fff;
    border-radius: 50px;
}

.paymeny-tab__block form input[type="submit"] {
    min-width: 219px;
    background: #000;
    color: #fff;
    border-radius: 50px;
}

.latest-news__lists {
    align-items: stretch;
}

.latest-news__list {
    margin-bottom: 30px;
    background: #f1f8f9;
}
