.wshs-post-simple-list h2 {
    display: none !important
}

.section-seo .addtoany_share_save_container {display:none;}

.news-card__content .addtoany_share_save_container {
    display: none !important;
}

.page-numbers a {
    width: 40px !important;
    border-radius: 5px;
    margin: 3px;
}

.page-numbers .current {
    width: 40px;
    border-radius: 5px;
    background: linear-gradient(90deg, #484c9f, #17a3e0) !important;
}

html,
body {
    overflow-x: hidden;
}

.header.scrolled {
    background: #fff;
    z-index: 1001;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    animation: headerFixedSlide 0.95s ease forwards;
}

.header.opened {
    background: #fff;
}

@keyframes headerFixedSlide {
    0% {
        margin-top: -40px;
    }

    100% {
        margin-top: 0;
    }
}

.hero--main__mobile {
    display: none;
}

@media (min-width: 576px) {
    .desktop__hide {
        display: none;
    }
}

@media (max-width: 1200px) {
    .wp-caption.alignright, blockquote.alignright, img.alignright {
        margin: 0.4em 0 3.6em;
        float: none;
    }
}

@media (max-width: 767px) {
    .hero--main {
        padding-top: 94px;
        height: 94vh;
    }
}

@media (max-width: 576px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

    .header .navbar {
        padding: 19px 7px;
    }

    .hamburger-inner {
        background-color: transparent;
        height: 10px;
        width: 26px;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .hamburger-inner span {
        background-color: #000;
        height: 2px;
        transition: all 300ms;
    }

    .hamburger-inner span:first-child {
        width: 26px;
    }

    .hamburger-inner span:last-child {
        width: 13px;
        top: 10px;
        position: relative;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        display: none;
    }

    .hamburger-box {
        width: 26px;
        height: 10px;
    }

    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, 0, 0) rotate(0);
    }

    .hamburger--collapse.is-active .hamburger-inner span {
        width: 26px;
    }

    .hamburger--collapse.is-active .hamburger-box,
    .hamburger--collapse.is-active .hamburger-inner {
        height: 26px;
    }

    .hamburger--collapse.is-active .hamburger-inner span:first-child {
        transform: rotate(45deg);
        transform-origin: left;
    }

    .hamburger--collapse.is-active .hamburger-inner span:last-child {
        transform: rotate(-45deg);
        transform-origin: 7px 5px;
    }

    .hero__top-logo img {
        width: fit-content;
    }

    .hero__top-logo p {
        display: block;
        padding-left: 5px;
        border: none;
        font-size: 10px;
        color: #2e3192;
        font-weight: 600;
        letter-spacing: -0.24px;
    }


    .hero--main__mobile {
        display: block;
        height: calc(100vh - 46px);
    }

    body.home .hero .container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body:not(.home):not(.single) .hero .container {
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .hero--main__mobile .hero__top h1 {
        padding: 94px 0 30px;
    }

    .hero--main__mobile .hero__top h1 span {
        display: block;
    }

    .hero--main__mobile .hero__top h1 span:first-child {
        color: #000;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: -0.576px;
    }

    .hero--main__mobile .hero__top h1 span:last-child {
        background: linear-gradient(35deg, #1c9ed9 0%, #2e3192 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        font-size: clamp(3.8rem, 5vw, 4rem);
        font-style: normal;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: -0.96px;
        text-transform: uppercase;
    }

    .hero__top {
        height: auto;
        min-height: fit-content;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        padding-bottom: 0;
    }

    .hero__top-phone {
        background-size: 0;
        padding-left: 0;
    }

    .hero__top-phone a {
        font-size: 32px;
        font-weight: 600;
        line-height: 126%;
        letter-spacing: -0.768px;
    }

    .hero__top-phone p {
        background: linear-gradient(218deg, #2e3192 0%, #1ba0db 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: -0.432px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .hero__middle_img {
        width: calc(100% + 60px);
        min-height: 250px;
        margin-bottom: -30px;
        position: relative;
        margin-left: -30px;
        margin-right: -30px;
    }

    .hero__middle_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: left top;
    }

    .hero__bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero__bottom .main-btn {
        width: 100%;
    }

    .hero__top-logo--header {
        display: flex !important;
    }

    .scroller {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 22px;
    }

    .widget {
        bottom: 15px;
        left: 13px;
        right: auto;
    }

    .calc-widget {
        bottom: calc(50% - 25px);
        left: 13px;
    }

    #scroller {
        right: 3px;
    }

    .nc-location {
        bottom: 15px;
        right: 13px;
    }

    .hero--alco,
    .hero--game,
    .hero--narco {
        background: url(../img/hero-bg.jpg) no-repeat;
        background-position: 100%;
        background-size: cover;
        padding-top: 94px;
        height: 100vh;
    }

    .hero__middle {
        min-height: fit-content;
    }

    body.home .hero__middle-content .main-btn {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 100px;
    }

    .hero__middle-content .main-btn {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 100px;
    }

    .hero__middle h1 span:first-child {
        color: #000;
        font-size: 24px;
    }

    .hero__middle h1 span:last-child {
        background: linear-gradient(35deg, #1c9ed9 0%, #2e3192 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
    }

    .hero__middle h1,
    .hero__middle p,
    .hero__middle div.a-title {
        margin-bottom: 30px;
    }

    .img__alco {
        background-image: url(../img/a-hero-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .img__narco {
        background-image: url(../img/narco/hero-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .img__game {
        background-image: url(../img/game/hero-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .img__dictionary {
        background-image: url(../img/hero-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-position-x: 0%;
    }

    .img__alco,
    .img__narco,
    .img__game,
    .img__dictionary {
        height: 300px;
        min-height: 100%;
        max-height: 300px;
        width: calc(100% + 150px);
        background-color: #e5e5e5;
        margin-left: -75px;
        margin-right: -75px;
        margin-bottom: -50px;
    }

    .hero__top-logo {
        display: none;
    }
}

@media (max-width: 428px) {
    .img__alco,
    .img__narco,
    .img__game {
        height: 200px;
        min-height: 100%;
        max-height: 200px;
        width: calc(100% + 150px);
        background-color: #e5e5e5;
        margin-left: -75px;
        margin-right: -75px;
        margin-bottom: -50px;
        background-size: cover;
    }
}

@media (max-width: 414px) {
    .img__alco,
    .img__narco,
    .img__game {
        height: 300px;
        min-height: 100%;
        max-height: 300px;
        width: calc(100% + 150px);
        background-color: #e5e5e5;
        margin-left: -75px;
        margin-right: -75px;
        margin-bottom: -50px;
        background-size: cover;
    }
}

.trust--contact .trust__form-col.left h4, .trust--contact .trust__form-col.left h3 {
    color: #fff !important;
}

.sitemap-page {
    margin-top: 60px;
    padding-bottom: 60px;
}

.sitemap-page h2 {
    font-size: 42px;
    padding-bottom: 30px;
}

.sitemap-page .pagenav {
    font-size: 0px;
}

.sitemap-page .pagenav ul a {
    font-size: 16px;
    line-height: 1.5;
}

.sitemap-page .postnav {
    font-size: 0px;
}

.sitemap-page .postnav ul a {
    font-size: 16px;
    line-height: 1.5;
}

.sitemap-page ul, .sitemap-page ul li a {
    color: #000;
}

.sitemap-page ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .menu-item-3141,
header .menu-item-3142,
header .menu-item-3140 {
    display: none !important;
}

/* #section-seo */
.section-seo {
    padding: 30px 0;
	font-size:14px;
}

.btn-see-more:hover {
  opacity:0.5;
}

.max-lines {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 205px;
    line-height: 1.8em;
}

.section-seo__description {
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

.section-seo__description._active:before {
    opacity: 0;
    z-index: -2;
}

.section-seo__description:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    filter: blur(0px);
    background: #fff;
    background: -moz-linear-gradient(0deg, #fff 41%, rgba(255, 255, 255, 0.6) 55%);
    background: -webkit-linear-gradient(0deg, #fff 41%, rgba(255, 255, 255, 0.6) 55%);
    background: linear-gradient(0deg, #fff 41%, rgba(255, 255, 255, 0.6) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    z-index: 1;
}

@media (max-width:767px) {
    .section-seo__description:before {
        height: 60px;
    }
}

.section-seo__description h2,
.entry-content h2 {
    margin-bottom: 25px;
}

.section-seo__description h3,
.section-seo__description h4,
.section-seo__description h5,
.section-seo__description h6,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 15px;
}

.entry-content ul {
    margin-bottom: 20px;
}

.section-seo__description ul {
    margin-bottom: 25px;
    margin-left: 25px;
    list-style: disc;
}

.max-lines._active {
    max-height: 100%;
}

/* #section-seo-end-------------------------------- */