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

#banner-left,
#banner-right {
    padding-top: 20px;
}

#banner-left iframe,
#banner-right iframe {
    margin-top: 0 !important;
}

.content h3 {
    font-weight: 700;
}

.content p {
    font-size: 17px;
}

.site-container {
    overflow: hidden
}

@media(min-width: 1600px) {
    .container {
        width: 1320px !important;
    }
}

.article-thumb {
    border-radius: 10px;
}

#comments article p {
    max-width: 100%;
}

.category-item p {
    font-size: 15px;
}


/* BANNERS */
.full-width-banner iframe {
    width: 100%;
    min-height: 300px;
}


@media(max-width: 480px) {
    #content {
        margin-right: 5px;
    }

    .subpage-title {
        margin-left: -10px;
    }

    #banner-top {
        /* height: 43px;*/
        height: 90px;
        overflow: hidden;
        position: relative;
        z-index: 2147483647;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media(min-width: 480px) {
    #banner-top {
        height: 170px;
        overflow: hidden;
    }
}

#banner-top .toggle-banner iframe {
    margin: 0 auto;
}

#banner-top .inner .banner-close {
    position: absolute;
    top: 0px;
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
    right: 0px;
    background-color: #636363;
    padding-left: 15px;
    padding-right: 15px;
    padding: 7px;
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 120px;
    border-radius: 0;
}

#banner-top img {
    max-height: 500px !important;
}

#banner-right {
    position: absolute;
    right: 10px;
    top: 10px;
}

#banner-left {
    position: absolute;
    left: 10px;
    top: 10px;
}

#banner-left,
#banner-right {
    top: 170px;
    max-width: 160px !important;
}

#banner-left iframe,
#banner-right iframe {
    width: 100% !important;
    max-width: 160px !important;
}

.page-footer {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans';
}

.page-footer section {
    margin-bottom: 0;
}

.page-footer img {
    max-width: 100%;
}

.subpage-title a {
    font-weight: 600;
}

.article-full-body,
.article-body {
    font-size: 17px;
}

.media-body p {
    font-size: 15px;
}

div[data-widget="Contents/Calendar"],
div[data-widget="Tickets/Buy"],
div[data-widget="Companies/Industries"],
div[data-widget="Adverts/Premium"],
div[data-widget="Users/Login"],
div[data-widget="Food/Products"] {
    display: none;
}

#most-read {
    border-bottom: 0px !important;
}

/* select city */
.select-city {
    padding-block: 45px;
    background-color: #333333;
}

.select-city .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-city h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
}

.select-city h2 span {
    font-size: 25px;
    font-weight: bold;
}

.select-city select {
    background-color: #545454;
    padding: 8px 80px 8px 32px;
    color: #fff;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-style: italic;
}

.select-city .select-wrap {
    position: relative;
}

.select-city .select-wrap::after {
    color: #333333;
    content: '\e800';
    display: flex;
    justify-content: center;
    font-family: 'Fontello';
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    border-left: 3px solid #333333;
    position: absolute;
    pointer-events: none;
    font-size: 30px;
}

.select-city .media {
    display: none;
}

/* footer nav */
.footer-nav {
    background-color: #ebebeb;
}

.footer-nav .container {
    display: flex;
    justify-content: space-between;
}

.footer-nav .for-you-info {
    display: none;
}

.footer-menu {
    list-style: none;
    display: flex;
    padding: 15px 0 0;
    margin-bottom: 0;
}

.footer-menu li {
    margin-right: 35px;
}

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

.footer-menu a {
    color: #5e5e5e;
}

/* our partners */
.our-partners {
    background-color: #5e5e5e;
}

.our-partners h2 {
    margin-block: 0 !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.our-partners .read-more {
    align-self: flex-end;
    color: #fff;
    font-size: 16px;
}

.our-partners .container,
.box-logos {
    display: flex;
    align-items: center;
}

.our-partners .container {
    padding-block: 20px;
    justify-content: space-between;
}

.box-logos {
    gap: 30px;
}

.box-logos img {
    max-width: 130px;
}

/* copyright */
.copyright {
    padding: 16px 0 24px;
    background-color: #fff;
}

.copyright p:first-child {
    margin-bottom: 0;
    font-weight: 700;
}

.copyright p:last-child {
    color: #c1c1c1;
    margin: 5px 0 0;
}

@media (min-width: 1270px) and (max-width: 1520px) {
    .page-footer img {
        height: 100%;
    }

    .box-logos img {
        max-width: 100px;
    }
}

@media(max-width: 1200px) {
    .footer-nav .container {
        display: block;
    }

    .footer-menu li {
        margin-right: 20px;
    }

    .footer-menu {
        padding: 15px 0;
        justify-content: space-around;
    }

    .footer-menu li {
        margin-right: 0;
    }

    .select-city .container {
        flex-direction: column;
    }

    .select-city .for-you-info img {
        margin-bottom: 25px;
    }

    .select-city h2 {
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .select-city .media {
        display: inline-block;
        margin-top: 45px;
    }

    .our-partners {
        order: 2;
    }

    .our-partners h2 {
        margin: 0;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .footer-nav {
        order: 3;
    }

    .copyright {
        order: 4;
    }

    .hide-mobile {
        display: none;
    }

    .footer-nav .for-you-info {
        display: block;
        text-align: center;
        background-color: #86aada;
    }
}

@media(max-width: 992px) {

    .our-partners .container {
        justify-content: flex-start;

    }

    .our-partners .box-logos {
        width: 100%;
        place-items: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 0 30px;
    }

    .box-logos img {
        max-width: 100%;
    }

    .about-website {
        display: none;
    }
}

@media(max-width: 400px) {
    .footer-menu {
        justify-content: space-between;
    }
}

:root {
    --grey: #5e5e5e;
    --light-grey: #c1c1c1;
    --dark-grey: #333333;
    --green: #bbd29b;
    --blue: #85abda;
    --pink: #dc778f;
}


/* DESKTOP HEADER */

body.sticky {
    overflow: hidden;
}

.desktop-header section {
    margin-bottom: 0;
}

/* header top */
.desktop-header .header-top {
    padding-block: 10px;
}

.site-name {
    margin: 0;
    font-size: 0;
}

.site-name a {
    display: block;
}

.primary-nav .logo {
    max-width: 250px;
    margin-right: 30px;
    padding-left: 15px;

}

.primary-nav .logo img {
    width: 100%;
    margin: 0;
}

.primary-nav {
    display: flex;
    align-items: center;
}

.primary-nav .primary-menu,
.secondary-nav .secondary-menu {
    display: flex;
    align-items: center;
}

.primary-menu li,
.secondary-menu li {
    text-transform: uppercase;
}

.secondary-menu li {
    height: 100%;
}

.primary-menu {
    margin-right: auto;
}

.primary-menu li {
    margin-right: 20px;
}

.primary-menu li:last-child {
    margin-right: 0;
}

.primary-menu a {
    color: #a1a3a3;
    font-size: 1.6rem;
    transition: color .3s;
}

.primary-menu a:hover {
    color: var(--pink);
}

.desktop-header .login-btn {
    display: flex;
    align-items: center;
    border: 0;
    background: none;
    text-transform: uppercase;
    color: #a1a3a3;
    font-size: 1.6rem;
    transition: color .3s;
}

.desktop-header .login-btn:hover {
    color: var(--pink);
}

.padlock {
    display: inline-block;
    background-image: url(/assets/layouts/desktop/img/klodka.png);
    background-position: center -30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.login-btn:hover .padlock {
    background-position: top center;
}

/* header middle */
.header-middle {
    background-color: #636363;
}

.secondary-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.secondary-menu a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    transition: color .3s, background-color .3s;
}

.secondary-menu a:hover {
    color: #fff;
    background-color: #A09A9A;
}

.secondary-nav .submenu {
    display: none;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #A09A9A;
    z-index: 2147483647;
}

.secondary-nav .submenu a {
    display: block;
    padding: 5px 60px;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .3s;
}

.secondary-nav .submenu a:hover {
    background-color: #636363;
}

.secondary-nav .submenu.active {
    display: block;
}

/* hamburger */

.hamburger {
    padding: 0 5px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin: 0;
    transition: background-color .3s;
}

.hamburger i {
    color: #fff;
    font-size: 2.4rem;
}

.hamburger .icon-cancel,
.hamburger.open .icon-menu {
    display: none;
}

.hamburger.open .icon-cancel {
    display: inline;
}

.hamburger:hover,
.hamburger.open {
    background-color: #A09A9A;
}

/* header bottom */

.header-bottom {
    padding: 15px;
}

.header-bottom,
.socials,
.information-nav ul {
    display: flex;
    align-items: center;
}

.socials {
    margin-right: 25px;
}

.socials a {
    display: inline-block;
    margin-right: 5px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #dadada;
    color: #7a7a7a;
    width: 30px;
    height: 30px;
    transition: background-color .3s, color .3s;
}

.socials a:hover {
    background-color: var(--blue);
    color: #fff;
}

.information-nav li {
    margin-right: 24px;
}

.information-nav li:last-child {
    margin-right: 0;
}

.information-nav a {
    color: #686561;
}

.header-bottom .search-form {
    display: flex;
    flex: 1;
    padding: 0;
    margin-right: 10px;
}

.header-bottom .search-form input,
.header-bottom .search-btn {
    background-color: #dadada;
    border: 0;
    line-height: 1;
}

.header-bottom .search-form input {
    width: 100%;
    max-width: 560px;
    padding: 5px;
}

.header-bottom .search-btn i {
    color: #878787;
}

/* MOBILE HEADER */

.mobile-header {
    display: none;
    position: relative;
}

.mobile-header .login {
    padding-block: 5px;
    text-align: right;
}

.mobile-header .login-btn {
    border: 0;
    background: transparent;
    color: #fff;
}

.mobile-header .search-form {
    padding: 0;
}

.mobile-header .search-form .wrapper {
    display: flex;
    margin-block: 10px;
}

.mobile-header .search-btn {
    border: 0;
    background-color: var(--light-grey);
    color: var(--grey);
}

.mobile-header .search-field {
    padding: 5px 10px;
    width: 100%;
    border: 0;
    background-color: var(--light-grey);
}

.mobile-header .search-field::placeholder {
    color: #fff;
}

.mobile-header .nav-brand {
    z-index: 2147483647;
    position: relative;
    background-color: #fff;
}

.mobile-header .nav-brand .wrapper {
    display: flex;
    padding: 5px calc(15px/2);
}

.mobile-header .site-title {
    margin: 0 0 0 auto;
}

.mobile-header .site-title img {
    width: 70%;
    height: auto;
    margin: 0 !important;
}

.mobile-header .burger-btn {
    margin-left: auto;
    border: 0;
    background: none;
    line-height: 0;
}

.mobile-header .burger-btn svg {
    width: 35px;
    fill: #515151;
}

.mobile-header .burger-btn .close-icon {
    display: none;
}

.mobile-header .burger-btn.open .close-icon {
    display: block;
}

.mobile-header .burger-btn.open .menu-icon {
    display: none;
}

.mobile-header .login-wrapper {
    width: 100%;
    position: relative;
    z-index: 2147483647;
}

.mobile-header .login-wrapper .inner {
    background-color: var(--grey);
}

.mobile-header .mobile-nav {
    position: absolute;
    top: 0;
    right: -110%;
    padding-top: calc(50px + var(--nav-brand-height));
    padding-bottom: 60px;
    width: 100%;
    height: calc(100vh - var(--top-banner-height));
    background-color: var(--pink);
    z-index: 99;
    transition: transform .3s, opacity .3s;
    font-family: 'Ubuntu', sans-serif;
    overflow-y: scroll;
    opacity: 0;
    /* display:  none;*/
}

.mobile-header .mobile-nav.active {
    transform: translateX(-110%);
    opacity: 1;
    /*display: block;*/
}

.mobile-header .mobile-nav .nav-item {
    border-bottom: 1px dashed #fff;
}

.mobile-header .login-item {
    border-top: 1px dashed #fff;
}

.mobile-header .contact-link {
    margin-bottom: 37px;
}

.mobile-header .mobile-nav .nav-item img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    object-fit: scale-down;
}

.mobile-header .mobile-nav .nav-link {
    display: block;
    padding: 7px 0 7px 20px;
    color: #fff;
    font-size: 1.4rem;
}

.mobile-header .mobile-nav-subtitle {
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0 15px 20px;
    border-bottom: 1px dashed #fff;
    font-size: 16px;
    line-height: 1.2;
}

.mobile-header .mobile-nav .login-btn {
    width: 100%;
    text-align: left;
    padding: 7px 0 7px 20px;
}


.see-also {
    margin-top:  30px;
}

.see-also .see-also-article {
    margin-bottom:  15px;
    display:  inline-block;
    flex: 1 0 25%;
}

.see-also .see-also-article img {
    height:  170px !important;
    object-fit: cover;
    object-position: top;
}

.see-also .see-also-article strong {
    display: inline-block;
    margin-top:  10px;
    color:  #847f88;
    font-style:  normal;
}


@media (min-width: 992px) and (max-width: 1520px) {
    .desktop-header .primary-nav .logo {
        max-width: 200px;
    }

    .desktop-header .secondary-menu a {
        padding: 0 14px;
        font-size: 1.3rem;
    }

    .desktop-header .primary-menu a,
    .desktop-header .login-btn {
        font-size: 1.3rem;
    }

    .desktop-header .padlock {
        margin-right: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1270px) {
    .desktop-header .secondary-menu a {
        padding: 0 20px;
    }

    .desktop-header .padlock {
        margin-right: 15px;
    }

    .desktop-header .primary-menu a,
    .desktop-header .login-btn {
        font-size: 1.6rem;
    }
}

@media(max-width: 992px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .see-also .see-also-article {
        flex: 1 0 50%;
    }

    .see-also .row {
        padding-left: 10px;
        padding-right:  10px;
    }

    .see-also .see-also-article {
        padding-left:  5px;
        padding-right:  5px;
    }

    .see-also .see-also-article .article-thumb {
        height:  130px !important;
    }
}