.header .header-nav li a{
    color: #7A7F85!important;
}
.page_container {
	width: 100%;
	overflow: hidden;
}
.sub-menu{
    display: none;
}
.header-nav .main-nav__item.menu-item-has-children a{
    cursor: pointer;
}
.header-nav .main-nav__item:not(.menu-item-has-children) a{
    padding-right: 0;
}
.header-nav .main-nav__item:not(.menu-item-has-children) a:after{
    display: none;
}

.header .header-nav li .sub-menu li a b.title-sub {
	font-weight: 600;
}

.header .header-nav ul li .sub-menu li > a {
	font-weight: 600;
	padding-right: 0 !important;
}

@media (min-width: 1200px) {
	.header-nav .left-item-group-start.menu-item {
		margin-left: auto;
	}
}

.widget_nav_menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget_nav_menu ul li:not(:last-child){
    margin-bottom: 10px;
}
.widget_nav_menu ul li a{
    transition: all ease-in-out 0.2s;
}
.widget_nav_menu ul li a:hover{
    transition: all ease-in-out 0.2s;
    color: #FF755D;
}


.kama_breadcrumbs .kb_sep{
    margin: 0 5px;
}
.kama_breadcrumbs{
    padding-left: 15px;
    padding-right: 15px;
}


.home-hero{
    padding-top: 0;
}
.home-hero .section-title{
    margin-bottom: 17px;
}
.home-hero .home-hero-top .col-lg-6.col-sm-6{
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.home-hero .home-hero-top .latest-box-text{
    max-width: 850px;
}
.home-hero .home-hero-top h2{
    font-size: 36px;
    max-width: 800px;
}

.home-hero-hot-box{
    margin-bottom: 20px;
}
.home-hero-hot-box-img{
    margin-bottom: 4px;
    transition: all ease-in-out 0.2s;
}
.home-hero-hot-box-img:hover{
    transition: all ease-in-out 0.2s;
    opacity: 0.8;
}
.home-hero-hot-box-title{}
.home-hero-hot-box-title-text{
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
}

.col-lg-3 .home-hero-hot .latest-box-description{
    display: none;
}
.home-hero-hot-box-title-text a:hover{
    transition: all ease-in-out 0.2s;
    color: #FF755D;
}


.latest-box-img{
    transition: all ease-in-out 0.2s;
}
.latest-box-img:hover{
    transition: all ease-in-out 0.2s;
    opacity: 0.8;
}

.home-filter{}
.home-filter-inner{
    margin-bottom: 30px;
}
.home-filter-inner-title{
    margin-bottom: 19px;
    color: #7A7F85;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}


.latest-box-title{
    font-size: 24px;
}



.subscribe-box-inner-video{
    display: flex;
    align-items: center;
}
.subscribe-box-inner-video-inner{
    max-width: 720px;
    width: 100%;
    margin-right: 60px;
}
.subscribe-box-inner-video-button{
    position: relative;
    display: block;
    border-radius: 8px;
    background-color: #060100;
    background-image: url("../images/svg/play-button.svg");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 56%;
}
.subscribe-box-inner-video-text{
    flex: 1;
}
.subscribe-box-inner-video-text h2,
.subscribe-box-inner-video-text .h2{
    margin-bottom: 30px;
    font-weight: bold;
}
.subscribe-box-inner-video-text .h2 span,
.subscribe-box-inner-video-text h2 span{
    color: #3E8AFD;
}
.subscribe-box-inner-video-text p{
    margin-bottom: 46px;
    font-size: 14px;
    color: #5C646F;
    line-height: 1.6;
}


.home.blog .kama_breadcrumbs{
    color: #8F94F7;
}
.single-post .kb_title:last-child{
    display: none;
}
.single-post .kb_sep:nth-last-child(2){
    display: none;
}

.home-hero-top-label{
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 3;
    width: 60px;
    height: 99px;
    background-image: url("../images/svg/top-label.svg");
    background-position: center center;
    background-repeat: no-repeat;
}


.form-group-checkbox input[type='checkbox']:checked + span:before, .form-group-checkbox input[type='radio']:checked + span:before, .form-group-radio input[type='checkbox']:checked + span:before, .form-group-radio input[type='radio']:checked + span:before{
    border-color: rgba(186, 186, 186, 0.2);
    background-color: transparent;
}
.form-group-checkbox span:before, .form-group-radio span:before{
    border: 1px solid rgba(186, 186, 186, 0.2);
    border-radius: 8px;
}
.form-group-checkbox span:after, .form-group-radio span:after{
    border-color: #787AFF;
}
.form-group-checkbox span, .form-group-radio span{
    font-size: 14px;
    color: #7A7F85;
    font-weight: 600;
}

.home-filter-inner-box{
    background-color: #fff;
    margin-bottom: 7px;
    border-radius: 8px;
}
.home-filter-inner-box-header{
    padding: 13px 14px 13px 14px;
    box-sizing: border-box;
    color: #7A7F85;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.home-filter-inner-box-header:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 0 5px;
    border-color: #575757 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all ease-out 0.2s;
}
.home-filter-inner-box-header.active:after{
    transition: all ease-out 0.2s;
    transform: translate(0, -50%) rotate(180deg);
}
.home-filter-inner-box-content.current{
    display: block;
}
.home-filter-inner-box-content{
    padding: 0 13px 13px 13px;
    box-sizing: border-box;
    display: none;
}
.home-filter-inner-futter{
    padding-top: 7px;
}
@media screen and (min-width: 1200px){
    .home-filter-inner{
        max-width: 260px;
    }
}



.tags-list li a:hover{
    /* background-color: #E3E3F8; */
    /* color: #787AFF; */
}


.tags-list li:not(:last-child){
    margin-bottom: 7px;
}

.article-tumb-meta{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.article-tumb-meta-item{
    display: flex;
    align-items: center;
}
.article-tumb-meta-item-ico{
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.article-tumb-meta-item-text{
    font-size: 11px;
    text-transform: uppercase;
    color: #5C646F;
    font-weight: bold;
}
.article-tumb-meta-item:not(:last-child){
    margin-right: 45px;
}

.article-tumb-autore{
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}
.article-tumb-autore-photo{
    max-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}
.article-tumb-autore-info{
    flex: 1;
}
.article-tumb-autore-name{
    font-weight: bold;
    color: #3E8AFD;
    margin-bottom: 3px;
    font-size: 17px;
}
.article-tumb-autore-position{
    font-weight: 600;
    color: #5C646F;
    font-size: 16px;
    margin-bottom: 7px;
}
.article-tumb-autore-date{
    font-size: 11px;
    color: #7A7F85;
}

.article-title.not-guide{
    color: #3E8AFD;
    font-weight: bold;
    max-width: 630px;
}


.article-content .col-lg-9{
    position: relative;
}
.article-content .col-lg-9 a{
	text-decoration: underline;
}
.article-content .col-lg-9 a:hover{
	text-decoration: none;
}
.article-content .article-content-share{
    position: absolute;
    right: -52px;
    height: 100%;
    width: 52px;
}
.article-content-share-box{
    padding: 9px 8px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 100px;
}
.article-content-share-box-item{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5E9E8;
    transition: all ease-out 0.2s;
}
.article-content-share-box-item:not(:last-child){
    margin-bottom: 6px;
}
.article-content-share-box-item path{
    transition: all ease-out 0.2s;
    fill: #FF755D;
}
.article-content-share-box-item:hover{
    transition: all ease-out 0.2s;
    background-color: #FF755D;
}
.article-content-share-box-item:hover path{
    transition: all ease-out 0.2s;
    fill: #fff;
}

.article-content-share-box-items{
    margin-bottom: 12px;
}
.article-content-share-box-footer{
    font-weight: bold;
    color: #3E8AFD;
    writing-mode: tb;
    transform: scale(-1, -1);
    pointer-events: none;
}


.book-content{
    max-width: 1012px;
    margin: 0 auto;
}
.book-content p{
    font-size: 17px;
    font-weight: 600;
    color: #5C646F;
    line-height: 1.6;
}
.book-content p:not(:last-child){
    margin-bottom: 35px;
}
.book-content h1,
.book-content h2,
.book-content h3,
.book-content h4,
.book-content h5,
.book-content h6{
    color: #3E8AFD;
}
.book-content-descriptin{
    margin-bottom: 50px;
}
.book-content-descriptin p{
    font-size: 24px;
    color: #1D1E20;
}
.book-content-box{
    margin-bottom: 60px;
}
.book-content-box-inner{
    margin-bottom: 40px;
    background-color: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
}
.book-content-box-inner-title{
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
    color: #1D1E20;
    padding: 20px 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.book-content-box-inner-title:before,
.book-content-box-inner-title:after{
    content: "";
    width: 210px;
    height: 2px;
    background: #FF755D;
    opacity: 0.15;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.book-content-box-inner-title:before{
    top: 0;
}
.book-content-box-inner-title:after{
    bottom: 0;
}
.book-content-box-inner-items{}
.book-content-box-inner-item{
    background-image: url("../images/svg/check-violet.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 300px;
    padding-left: 50px;
    font-weight: 600;
    line-height: 1.6;
    color: #5C646F;
}
.book-content-box-inner-img{
    text-align: center;
}



.book-header{
    display: flex;
    max-width: 1012px;
    margin: 0 auto;
}
.book-header-img{
    margin-right: 80px;
}
.book-header-text{
    flex: 1;
}
.book-header-title{
    margin-bottom: 30px;
    display: flex;
}
.book-header-title-ico{
    margin-right: 20px;
}
.book-header-title-text span{
    color: #3E8AFD;
}
.book-header-title-text{
    flex: 1;
    line-height: 1.3;
    font-size: 36px;
    font-weight: bold;
}
.book-header-meta{
    display: flex;
    align-items: center;
}
.book-header-meta {
    margin-bottom: 100px;
}
.book-header-meta .article-tumb-meta{
    margin-bottom: 0;
}
.book-header-meta .button{
    margin-right: 48px;
}

.violet-list.not-arrow li{
	padding-left: 0;
	background-image: none;
}
.violet-list.not-arrow li:before{
	display: none;
}


body{
    padding-top: 73px;
}
.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: var(--top-banner, 0);
    background-color: #F4F5F7;
    z-index: 99;
}


.latest-box-img{
    position: relative;
}
.latest-box-img a{
    position: relative;
    padding-top: 44%;
    overflow: hidden;
    display: block;
}
.latest-box-img a img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-tumb-img img{
    width: 100%;
}

.tags-list li a{
    padding: 5px 10px;
}
.tags-list li:not(:last-child){
    margin-right: 6px;
}


@media screen and (min-width: 576px){
    .home-hero-top .latest-box-title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.latest-box{
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}
.latest-box-text{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.latest-box-description{
    flex: 1;
}


.slick-dotted.slick-slider{
    margin-bottom: 35px;
}
.slick-dots{
    bottom: -25px;
}

.slick-dots li{
    width: 11px;
    height: 11px;
    border: none;
}
.slick-dots li button{
    width: 11px;
    height: 11px;
    border: none;
    background-color: #fff;
}
.slick-dots li.slick-active button{
    background-color: #FF755D;
}


.header-items{
    padding: 0;
}
.header-nav li a{
    padding: 25px 20px 25px 0;
}
.panel-box {
    padding: 0 20px;
}
.panel-box .header-nav li a{
    padding: 35px 20px 35px 0;
    padding: 35px 20px 35px 0;
}
.panel-box .header-nav li:not(.menu-item-has-children) a{
    padding-right: 0!important;
}
.panel-box .header-nav li:not(.menu-item-has-children) a:after{
    display: none!important;
}

.sub-menu{
    list-style-type: none;
    width: 355px;
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    left: -35px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 55px 60px;
    box-sizing: border-box;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
	filter: drop-shadow(0px 0px 30px rgba(120, 122, 255, 0.15));
}
li.menu-item-has-children:hover .sub-menu{
    transition: all ease-in-out 0.2s;
    opacity: 1;
    visibility: visible;
}
.sub-menu:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 63px;
    top: -11px;
    transform: translate(-50%, 0);
}
.sub-menu li{
    margin: 0!important;
}
.sub-menu li a{
    display: block;
    width: 100%;
    padding: 5px 10px!important;
    box-sizing: border-box;
    color: #7A7F85!important;
    border-radius: 8px;
}
.sub-menu li a:hover{
    color: #787AFF!important;
    background-color: #E3E3F8;
}
.sub-menu li a:after{
    display: none;
}


.header-progress{
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
}
.header-progress span{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #FF755D;
}


.modal-dialog{
    max-width: 460px;
}
.modal-content{
    padding: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #787AFF, #4797FF);
    background-color: transparent;
    border-radius: 20px;
}
.modal-close{
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: #4797FF!important;
    border-radius: 0 20px 0 20px;
}
.modal-close:hover{
    opacity: 1!important;
}
.modal-body{
    padding: 0;
}
.modal-body-box{
    padding: 50px 44px;
    box-sizing: border-box;
    background-color: #F4F5F7;
    border-radius: 8px;
}
.modal-body-header{
    margin-bottom: 43px;
    text-align: center;
}
.modal-body-header h3{
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}
.modal-body-header h3 span{
    color: #3E8AFD;
}
.modal-body-header p{
    color: #5C646F;
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
}
.modal-body-form .form-group{
    margin-bottom: 10px;
}
.modal-body-form button{
    max-width: 100%;
    width: 100%;
}
.modal-body-ico{
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

.top-panel-subscribe{
    position: fixed;
    width: 100%;
    height: 10px;
    z-index: 99999;
    left: 0;
    top: 0;
}


.section-single-page{
    min-height: 50vh;
}



.book .book-header{
    max-width: 960px;
}
.article-box{
    max-width: 960px;
    margin: 0 auto;
}
.book-content-box-inner-title.no-decor{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.book-content-box-inner-title.no-decor:before,
.book-content-box-inner-title.no-decor:after{
    display: none!important;
}

.book{
    background: #fff;
}

.book-content{}

.reasons{
    background-color: #FDFCFC;
}
.experts{}
.experts-item{}
.experts-item-info{
    margin-bottom: 15px;
}
.experts-item-name{
    color: #1D1E20;
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 13px;
}
.experts-item-position{
    font-size: 17px;
    color: #5C646F;
    font-weight: 600;
}
.experts-item-rating{}
.experts-item-text{
    color: #5C646F;
    font-size: 17px;
    font-weight: 600;
    line-height: 160%;
}

.trusted{
    background-color: #FDFCFC;
}


.book-section{
    padding: 80px 0;
}
.book-section .book-content-box-inner-title{
    padding: 33px 0;
    margin-bottom: 60px;
}

.book-section.book{
    padding-bottom: 40px;
}
.book-section .book-header-text{
    padding-top: 20px;
}
.book-section .book-header-title{
    margin-bottom: 60px;
}
.book-header-meta-info span{
    font-weight: bold;
}
.book-content .article-box-tags{
    margin-bottom: 40px;
}

.download{
    color: #fff;
    background: linear-gradient(269.77deg, #3E8AFD 0%, #787AFF 100.6%);
}
.download-img{
    margin-bottom: 30px;
}
.download-form{}
.download-form-header{
    margin-bottom: 45px;
}
.download-form-title{
    font-weight: bold;
    font-size: 42px;
    line-height: 130%;
    margin-bottom: 10px;
}
.download-form-description{
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}
.download .form-group{
    margin-bottom: 20px;
}
.download .form-group-item{
    border-color: transparent;
}
.download .form-group-ico path{
    fill: #575757;
}
.download button{
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.download button i{
    margin-left: 15px;
}


.article-box-content .article-content-description{
    color: #000;
    margin-bottom: 30px;
}


.experts .slick-dots,
.article-box-content .slick-dots{
    bottom: -35px;
}


.slick-prev,
.slick-next{
    width: 17px;
    height: 51px;
}
.slick-prev:before,
.slick-next:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/svg/slider-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.slick-prev{
    transform: translate(0, -50%) scale(-1, -1);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active{
    outline: none;
}
.slick-prev{
    left: -45px;
}
.slick-next{
    right: -45px;
}

.article-box-content{
    position: relative;
}
.article-box{
    position: relative;
}

button:disabled{
    background-color: rgb(179, 179, 179, 0.1)!important;
    color: #a9a9a9!important;
}

.subscribe-section{
    background: linear-gradient(269.77deg, #3E8AFD 0%, #787AFF 100.6%);
    color: #fff;
    margin: 30px 0;
}
.subscribe-section .subscribe-box-inner{
    background-image: none;
    background-color: transparent;
    padding: 0;
    border: none;
}
.subscribe-section .subscribe-box{
    background: transparent;
    background-image: none;
    padding: 0;
    border-radius: 0px;
}
.subscribe-section .subscribe-box-inner .subscribe-box-text-titel span{
    color: #fff;
}


.section-pagination{
    padding-top: 0;
    padding-bottom: 80px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers{
    margin: 0 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #FF755D;
    border-radius: 8px;
    background: rgb(255, 117, 93, 0.1);
    transition: all ease-in 0.2s;
}
.page-numbers.current,
.page-numbers:hover{
    transition: all ease-in 0.2s;
    background-color: #FF755D!important;
    color: #fff!important;
}

.subscribe.subscribe-section{
    margin: 0;
}


@media screen and (max-width: 1400px){
    .subscribe-box-inner-video-inner{
        max-width: 500px;
    }
    .subscribe-box-inner-video-text h2,
    .subscribe-box-inner-video-text .h2{
        font-size: 26px;
    }
    .video .subscribe-box-inner{
        padding: 60px 50px;
    }
}
@media screen and (max-width: 1200px){
    .header-nav li:not(:last-child){
        margin-right: 30px;
    }
    .book-section{
        padding: 50px 0;
    }
    .book-content-box-inner-item{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .download-form-title{
        font-size: 32px;
    }
    .download-form-description{
        font-size: 20px;
    }
}
@media screen and (max-width: 991px){
    .subscribe-box-inner-video{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .subscribe-box-inner-video-inner{
        margin-right: 0;
        margin-bottom: 40px;
    }
    .article-content .article-content-share{
        right: -70px;
    }
    .article-content{
        padding-right: 100px;
    }
    .book-header-img{
        margin-right: 30px;
        max-width: 200px;
    }
    .book-header-title-text{
        font-size: 24px;
    }
    .book-header-meta{
        margin-bottom: 30px;
    }
    .panel-box{
        padding: 20px;
    }
    .panel-box .header-nav li a{
        padding: 0px 20px 0px 0;
    }
    .header-items{
        padding: 10px 0;
    }
}
@media screen and (max-width: 768px){
    .home-hero{
        padding-top: 20px;
    }
    .home-hero .home-hero-top h2{
        font-size: 32px;
    }
    .latest-box-title{
        font-size: 20px;
    }
    .book-header{
        flex-direction: column;
    }
    .book-header-img{
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
        text-align: center;
    }
    .book-header-meta{
        flex-direction: column;
        align-items: flex-start;
    }
    .book-header-meta .button{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .book-section.book{
        margin-top: 30px;
    }
}
@media screen and (max-width: 576px){
    .home-hero .home-hero-top h2{
        font-size: 18px;
    }
    .home-hero-top .latest-box-description {
        font-size: 12px;
    }
    .subscribe-box-inner-video-button{
        background-size: 45px;
    }
    .article-content .article-content-share{
        display: none;
    }
    .article-content{
        padding-right: 0;
    }
    .book-header-title-text{
        font-size: 20px;
    }
    .book-content-descriptin p{
        font-size: 20px;
    }
    .book-content p{
        font-size: 16px;
        line-height: 1.8;
        font-weight: normal;
    }
    .book-content-box-inner-title{
        font-size: 26px;
    }
    .book-content-box-inner-item{
        font-size: 20px;
    }
    .article-tumb-autore{
        margin-bottom: 30px;
    }
    .article-tumb-meta{
        margin-bottom: 25px;
    }
    .modal-body-ico{
        display: block;
    }
    .modal-content{
        padding: 10px;
    }
    .modal-body-box{
        padding: 40px 30px 20px 30px;
    }
    .modal-body-header h3{
        font-size: 18px;
    }
    .modal-body-header p{
        font-size: 14px;
    }
    .article-content .article-content-share{
        right: 0;
        display: block;
    }
    .article-content-share-box{
        left: 0;
        bottom: 0;
        top: inherit;
        position: fixed;
        border-radius: 10px;
        flex-direction: row-reverse;
        z-index: 9999;
        border-radius: 0px;
        width: 100vw;
        justify-content: center;
        align-items: center;
        padding: 14px;
        transform: translate(0, 100%);
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.2s;
    }
    .article-content-share-box.active{
        transition: all ease-in-out 0.2s;
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
    }
    .article-content-share-box:before{
        content: "";
        width: 100vw;
        height: 88px;
        position: absolute;
        bottom: 100%;
        left: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        z-index: 99;
    }
    .article-content-share-box-items{
        display: flex;
        margin: 0;
    }
    .article-content-share-box-footer{
        writing-mode: inherit;
        transform: none;
        position: relative;
        /* top: -3px; */
        margin-right: 14px;
    }
    .article-content-share-box-item:not(:last-child){
        margin-bottom: 0;
        margin-right: 6px;
    }
    .book-section .book-header-title{
        margin-bottom: 30px;
    }
    .book-header-meta .button{
        width: 100%;
    }
    .download-form-title{
        font-size: 26px;
    }
    .download-form-description{
        font-size: 18px;
    }
    .book-content-box-inner-item{
        font-size: 18px;
        background-position: 0 6px;
    }
    .book-content .article-box-tags{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 400px){}




/* Book page new */




@media screen and (min-width: 1200px){
    .container.boxed{
        max-width: 1100px!important;
    }
}
.violet-list{}
.violet-list li{
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    color: #5C646F;
    padding-left: 45px;
    background-image: url("../images/svg/check-violet.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.violet-list li:not(:last-child){
    margin-bottom: 30px;
}

.bookn-hero{}
.bookn-hero-img{
    text-align: center;
}
.bookn-hero-content-tags{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.bookn-hero-content-tags span{
    margin-right: 27px;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 100px;
    color: #fff;
}
.bookn-hero-content{}
.bookn-hero-content h1{
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    color: #474B4D;
    max-width: 567px;
}
.bookn-hero-content p{
    margin-bottom: 70px;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #5C646F;
    max-width: 515px;
}
.bookn-hero-content-footer{
    display: flex;
    align-items: center;
}
.bookn-hero-content-footer .button{
    min-width: 253px;
    margin-right: 36px;
}
.bookn-hero-content-info{
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
    color: #5C646F;
}
.bookn-hero-content-info span{
    font-weight: bold;
    color: #3E8AFD;
}


.bookn-order{
    padding: 104px 0;
}
.bookn-order-form {}
.bookn-order-form .form-group{
    margin-bottom: 20px;
}
.bookn-order-form .form-group-item{
    box-shadow: inset 1px 2px 2px rgba(30, 75, 220, 0.1);
    min-height: 68px;
    border: 1px solid #5C82FE;
    font-weight: normal;
    font-size: 14px;
    color: #7A7F85;
}
.bookn-order-form .form-group-ico-inner{
    height: 100%;
}
.bookn-order-form h3{
    margin-bottom: 22px;
}
.bookn-order-form h3,
.bookn-order-content h3{
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    color: #474B4D;
}
.bookn-order-form .button{
    width: 100%;
    margin-top: 10px;
}
.bookn-order-content h3{
    margin-bottom: 41px;
}
.bookn-order-content{
    padding-left: 80px;
}
.bookn-order-content p{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #5C646F;
}
.bookn-order-content p:not(:last-child){
    margin-bottom: 30px;
}



.bookn-inside{
    background-color: #fff;
    padding: 84px 0 108px 0;
}
.bookn-inside-slider{}
.bookn-inside-slider .slick-prev{
    left: 0;
}
.bookn-inside-slider .slick-next{
    right: 0;
}
.bookn-inside-slider-item{
    text-align: center;
    padding: 10px 0 20px 0;
}
.bookn-inside-slider .slick-dots li button{
    border: 1px solid #646464;
}
.bookn-inside-slider .slick-dots li.slick-active button{
    border-color: #FF755D;
}
.bookn-inside-slider-item img{
    margin: 0 auto;
    /* box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.2); */
	max-width: 350px;
}
.bookn-inside-content{
    padding-left: 80px;
}
.bookn-inside-content h3{
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
}

.bookn-whitelabel{
    background-image: linear-gradient(to bottom, #4464EE, #787AFF);
    color: #fff;
    padding: 135px 0 105px 0;
    position: relative;
}
.bookn-whitelabel-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
.bookn-whitelabel-content{
    color: #fff;
    position: relative;
    z-index: 3;
}
.bookn-whitelabel-content h3{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    max-width: 521px;
}
.bookn-whitelabel-content p{
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    max-width: 496px;
}
.bookn-whitelabel-content .button{
    min-width: 253px;
}

.bookn-downland{
    padding: 205px 0 178px;
}
.bookn-downland-img{}
.bookn-downland-content{}
.bookn-downland-content h3{
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 38px;
    line-height: 130%;
    color: #474B4D;
}
.bookn-downland-content p{
    margin-bottom: 74px;
    color: #5C646F;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
}
.bookn-downland-content .button{
    min-width: 496px;
}
.bookn-inside .row{
	align-items: center;
}


.page-template-p-article-book-new{
    position: relative;
}
.page-template-p-article-book-new:before{
    /* content: ""; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.page-template-p-article-book-new .breandcrumbs{
    padding: 15px 0 30px 0;
}



.page-template-p-article-book-new .mobile-filter{
    margin-top: 20px;
}


.bookn-whitelabel{
    background-image: none!important;
    background-color: #787AFF;
}


@media screen and (min-width: 1501px){
    .page-template-p-article-book-new:before{
        background-image: url("../images/blog1920.png");
    }
    .page-template-p-article-book-new .container.boxed{
        max-width: 1584px!important;
    }
    .page-template-p-article-book-new .container{
        max-width: 1584px;
    }
    .bookn-hero{
        padding: 50px 0;
    }
    .bookn-order-form{
        max-width: 606px;
    }
    .bookn-order-content{
        padding-left: 0;
        max-width: 600px;
    }
    .bookn-inside-slider{
        max-width: 600px;
    }
    .bookn-inside-content{
        padding-left: 0;
    }
    .bookn-inside{
        padding: 132px 0 130px 0;
    }
    .bookn-inside-content{
        padding-top: 20px;
        max-width: 450px;
    }
    .bookn-whitelabel{
        padding: 162px 0 166px 0;
    }
    .bookn-downland-img{
        text-align: center;
    }
    .bookn-downland{
        padding: 189px 0 195px;
    }
    .bookn-downland-content p{
        max-width: 425px;
    }
    .bookn-downland-content{
        position: relative;
        top: -13px;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1500px){
    .page-template-p-article-book-new:before{
        background-image: url("../images/blog1440.jpg");
    }
    .bookn-hero{
        padding: 20px 0;
    }
    .bookn-order-content{
        padding-left: 55px;
    }
    .container.boxed{
        max-width: 1038px!important;
    }
    .bookn-order{
        padding-top: 146px;
    }
    .bookn-inside{
        padding-bottom: 88px;
    }
    .bookn-whitelabel-bg{
        background-position: 198% center;
    }
    .bookn-downland-content{
        min-width: 515px;
        position: relative;
        top: -20px;
    }
    .bookn-downland-content p{
        max-width: 435px;
    }
    .bookn-downland{
        overflow: hidden;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1439px){
    .page-template-p-article-book-new:before{
        background-image: url("../images/blog1280.jpg");
    }
    .bookn-hero{
        padding: 47px 0;
    }
    .bookn-order-content p{
        max-width: 435px;
    }
    .bookn-inside{
        padding: 84px 0 75px 0;
    }
    .bookn-whitelabel-bg{
        background-position: 315% center;
    }
    .bookn-whitelabel-content{
        max-width: 515px;
    }
    .bookn-downland-content{
        position: relative;
        top: -20px;
    }
    .bookn-downland-content p{
        max-width: 444px;
    }
    .bookn-downland{
        padding: 205px 0 187px;
    }
}

@media screen and (max-width: 1500px){}

@media screen and (max-width: 1200px){
    .bookn-order,
    .bookn-inside,
    .bookn-whitelabel,
    .bookn-downland{
        padding: 70px 0;
    }
    .container.boxed{
        max-width: 991px;
    }
    .bookn-hero-content h1{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .bookn-hero-content p{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .bookn-hero-content-tags span{
        margin-right: 12px;
    }
    .bookn-order-content{
        padding-left: 0;
    }
    .bookn-inside-content{
        padding-right: 0;
        padding-left: 0;
    }
    .bookn-hero .bookn-hero-img img{
        max-width: 80%;
    }
    .bookn-order-content p{
        font-size: 16px;
    }
    .bookn-order-content h3,
    .bookn-order-form h3{
        margin-bottom: 30px;
    }
    .bookn-whitelabel-bg{
        background-position: 150% center;
    }
    .bookn-downland-content h3{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .bookn-downland-content p{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1279px){
    .bookn-whitelabel-bg{
        background-position: 700px center;
    }
}
@media screen and (max-width: 991px){
    .container.boxed{
        max-width: 768px;
    }
    .bookn-order-form .form-group{
        margin-bottom: 29px;
    }
    .bookn-order-form .form-group-item{
        min-height: 55px;
    }
    .bookn-order-form{
        margin-bottom: 70px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 60px!important;
    }
    .slick-dotted.slick-slider .slick-dots{
        display: none!important;
    }
    .bookn-downland-img{
        display: none;
    }
    .bookn-whitelabel-bg{
        background-position: 200% center;
    }
    .bookn-hero-content-footer{
        flex-direction: column;
        align-items: flex-start;
    }
    .bookn-hero-content-footer .button{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .bookn-whitelabel-bg{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .bookn-hero .container,
    .container.boxed{
        max-width: 576px;
    }
    .bookn-hero-img{
        margin-bottom: 20px;
    }
    .bookn-whitelabel-bg{
        display: none;
    }
}
@media screen and (max-width: 576px){
    .bookn-hero-content-tags span{
        font-size: 9px;
        line-height: 9px;
    }
    .bookn-hero-content-tags{
        margin-bottom: 19px;
    }
    .bookn-hero-content-footer .button,
    .bookn-whitelabel-content .button,
    .bookn-downland-content .button{
        min-width: 100%;
        max-width: 100%;
    }
    .bookn-hero-content-footer{
        align-items: center;
    }
    .bookn-order-content p{
        font-size: 20px;
    }
    .bookn-inside-content h3{
        margin-bottom: 30px;
        color: #474B4D;
    }
    .bookn-whitelabel-content h3{
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 23px;
    }
    .bookn-whitelabel-content p{
        margin-bottom: 60px;
    }
    .bookn-hero-content p{
        font-size: 20px;
    }
	.bookn-inside-slider-item img{
		max-width: 100%;
	}
}
@media screen and (max-width: 400px){
    .page-template-p-article-book-new:before{
        background-image: url("../images/blog375.jpg");
    }
    .bookn-hero{
        padding-top: 17px;
    }
    .bookn-hero-content h1{
        font-size: 35px;
        line-height: 44px;
    }
    .bookn-hero-content-tags{
        margin-bottom: 9px;
    }
    .bookn-hero-content p{
        display: none;
    }
    .bookn-order{
        padding-bottom: 60px;
    }
    .bookn-order-content h3{
        margin-bottom: 43px;
    }
    .bookn-order-form{
        margin-bottom: 116px;
    }
    .bookn-order-form h3{
        margin-bottom: 32px;
    }
    .bookn-inside-content .violet-list{
        padding: 0 15px 0 23px;
    }
    .bookn-inside-content{
        padding-top: 12px;
    }
    .bookn-inside{
        padding-bottom: 82px;
    }
    .bookn-whitelabel{
        padding: 59px 0px 103px 0;
    }
    .bookn-downland-content p{
        font-size: 18px;
    }
    .bookn-downland-content h3{
        font-size: 35px;
    }
}
/* end Book page new */


/* Home fixes */
.panel .header-nav{
    margin-left: 20px;
}
@media (min-width: 1200px) {
	.panel .header-nav{
			margin-right: 60px;
	}
}
.panel-box{
    background-image: none;
    background-color: #787AFF;
}
.panel-box .header-nav li a{
    padding: 26px 20px 26px 0;
}
.panel-box-search input{
    height: 45px;
}
.panel-box{
    padding: 0 15px;
}
.subscribe-section{
    background: #787AFF;
}
.subscribe-box{
    background: #787AFF;
}
.latest-box-meta{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.latest-box-meta-author{
    margin-right: 15px;
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    color: #5C646F;
}
.latest-box-meta-date{
    color: #5C646F;
    font-weight: bold;
    font-size: 11px;
    line-height: 100%;
}
.home-hero-hot-box-img{
    margin-bottom: 28px;
}
.latest-box-img a img,
.home-hero-hot-box-img a img{
    border-radius: 8px;
}
.latest-box-time{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 100%;
    color: #5C646F;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px){
    .tags-list li:not(:last-child){
        margin-right: 16px;
    }
    .header .header-actions-item:nth-child(2){
        margin-right: 0;
    }
}
.section-title-text{
    color: #787AFF;
}
.section-title:not(:last-child){
    margin-bottom: 25px;
}
.cats-list{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.cats-list li a{
    color: #FF755D;
}
.cats-list li {
    font-weight: bold;
    font-size: 11px;
    line-height: 100%;
}
.cats-list li:not(:last-child){
    margin-right: 15px;
}
.cats-list li:nth-last-child(2){
    flex: 1;
}
.home-hero-hot-box-title-text{
    margin-bottom: 10px;
}

.latest-box-img a{
    padding-top: 47%;
}

@media screen and (min-width: 1200px){
    .footer-posts{
        padding: 117px 0;
    }
    .latest{
        padding-bottom: 50px;
    }
    .subscribe-box-inner{
        padding: 80px 148px 80px 92px;
    }
    .home-filter{
        padding-top: 0;
    }
}
/* end Home fixes */



/* Page filters */
.breandcrumbs-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-filter-inner-button{
    cursor: pointer;
}
.modalfilters-header{
    text-align: center;
    margin-bottom: 75px;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
}
.modalfilters-header span{
    color: #3E8AFD;
}
.modalfilters-box{
    margin-bottom: 30px;
}
.modalfilters-box-title{
    margin-bottom: 21px;
    font-weight: bold;
    font-size: 15px;
    color: #7A7F85;
}
.modalfilters-box-items {}
.modalfilters-box-items .form-group-checkbox:not(:last-child){
    margin-bottom: 10px;
}
.modalfilters-items{
    margin-bottom: 20px;
}
.modalfilters-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.modalfilters-footer-submit{
    margin-bottom: 16px;
    width: 210px;
    height: 60px;
}
.modalfilters-footer-reset{
    cursor: pointer!important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline!important;
    color: #7A7F85!important;
}
.modalfilters-footer-reset:hover{
    text-decoration: none!important;
}
.modalfilters-form{
    max-width: 550px;
    margin: 0 auto;
}
#modalFilters .modal-dialog{
    max-width: 800px;
}
/* end Page filters */


/* CF7 */
.wpcf7 .form-group br{
    display: none!important;
}
/* end CF7 */


/* New article */
.article-content-description{
    color: #1D1E20;
    font-weight: 500;
    font-size: 24px;
    line-height: 145%;
    margin-bottom: 68px;
}
.article-content-info{
    margin-bottom: 56px;
}
.article-content-info h2{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #3E8AFD;
    margin-bottom: 28px;
}
.article-content-info-num{
    display: flex;
    align-items: center;
    width: 41px;
    height: 32px;
    background: #787AFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    margin-right: 10px;
}
.article-content-text{
    font-weight: 500;
    font-size: 21px;
    line-height: 160%;
    color: #5C646F;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6{
    color: #3E8AFD;
}
.article-content h4{
    margin-bottom: 17px;
}
.article-content ul{
    list-style-type: none;
    padding: 0;
}
.article-content ul li{
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    color: #5C646F;
    padding-left: 40px;
    background-image: url('../images/svg/check-violet.svg');
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.article-content ul li:not(:last-child){
    margin-bottom: 20px;
}
.article-title.not-guide{
    max-width: 788px;
    color: #474B4D;
}
.article-tumb{
    margin-bottom: 36px;
}
.article-content-description p{

}

.article-content-autore{
    display: flex;
    align-items: center;
    padding: 27px 53px 23px 56px;
    background-color: #E8DBD8;
    position: relative;
    margin-bottom: 80px;
}
.article-content-autore:before{
    content: "";
    width: 95px;
    height: 90px;
    position: absolute;
    background-image: url("../images/svg/autore-qoute.svg");
    left: 170px;
    top: -34px;
    z-index: 3;
}
.article-content-autore-photo{
    max-width: 200px;
    width: 100%;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 75px;
}
.article-content-autore-text{
    flex: 1;
}
.article-content-autore-text-inner{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 21px;
    line-height: 130%;
    color: #1D1E20;
}
.article-content-autore-text-footer{
    color:#5C646F;
}
.article-content-autore-text-name{
    font-weight: bold;
    font-size: 21px;
    line-height: 160%;
}
.article-content-autore-text-position{
    font-size: 17px;
    line-height: 160%;
}

.kamatoc{
    padding: 0;
    margin-bottom: 68px;
    counter-reset: my-awesome-counter;
}
.kamatoc li {
    padding-left: 0!important;
    background-image: none!important;
    counter-increment: my-awesome-counter;
    display: flex;
}
.kamatoc li a{
    font-size: 24px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #3E8AFD;
}
.kamatoc li a:hover{
    text-decoration: none;
}
.kamatoc li:before{
    content: counter(my-awesome-counter);
    width: 41px;
    height: 32px;
    left: 40px;
    background: #787AFF;
    border-radius: 100px;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    left: 0;
    position: relative;
}
.kamatoc li .article-content-info-num{
    display: none;
}

.mobile-menu .sub-menu{
    right: 15px;
    left: inherit;
}
.mobile-menu .sub-menu:before{
    left: 87%;
}
.mobile-menu .sub-menu .sub-menu{
    display: none;
}
.mobile-menu:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.mobile-page-search{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.77deg, rgba(62, 138, 253, 0.5) 0%, rgba(120, 122, 255, 0.5) 100.6%);
    z-index: 99;
    padding: 175px 15px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out 0.2s;
}
.mobile-page-search.active{
    transition: all ease-out 0.2s;
    opacity: 1;
    visibility: visible;
}
.mobile-page-search form{
    display: block;
}
.mobile-page-search button{
    width: 65px;
    height: 50px;
}
.mobile-page-search form input{
    width: 100%;
    height: 50px;
    border-radius: 50px;
    color: #7A7F85!important;
    background-color: #fff!important;
}
.mobile-page-search input::-webkit-input-placeholder{
    color: #7A7F85!important;
}
.mobile-page-search form button path{
    fill: #787AFF;
}
body.mobile-search-active{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
body.overlay-active{
    position: relative;
}
body:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(269.77deg, rgba(62, 138, 253, 0.5) 0%, rgba(120, 122, 255, 0.5) 100.6%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
}
body.overlay-active:before{
    transition: all ease-in-out 0.2s;
    opacity: 1;
    visibility: visible;
}


.latest-box-description{
    margin-bottom: 13px;
    font-weight: normal;
    color: #5C646F;
    font-size: 14px;
    line-height: 160%;
}


.section-pagination{
    padding-bottom: 120px;
}


.single-author{
    padding: 53px 0 71px 0;
}
.single-author-box{
    display: flex;
}
.single-author-box-photo{
    width: 200px;
    height: 200px;
    margin-right: 50px;
    border-radius: 100%;
    overflow: hidden;
}
.single-author-box-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-author-box-info{
    flex: 1;
}
.single-author-box-info-header{
    margin-bottom: 18px;
}
.single-author-box-info-name{
    font-weight: bold;
    font-size: 42px;
    line-height: 160%;
    color: #787AFF;
}
.single-author-box-info-position{
    font-weight: normal;
    font-size: 17px;
    line-height: 130%;
    color: #5C646F;
}
.single-author-box-info-description{
    margin-bottom: 15px;
    color: #5C646F;
    font-weight: 300;
    font-size: 17px;
    line-height: 130%;
    max-width: 615px;
}
.single-author-box-info-footer{}
.single-author-box-socials{}
.single-author-box-socials li{}
.single-author-box-socials li:not(:last-child){
    margin-right: 16px;
}
.single-author-box-socials li a{
    background-color: #F5E9E8;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all ease-out 0.2s;
}
.single-author-box-socials li a path{
    transition: all ease-out 0.2s;
}
.single-author-box-socials li a:hover {
    transition: all ease-out 0.2s;
    background-color: #FF755D;
}
.single-author-box-socials li a:hover path{
    transition: all ease-out 0.2s;
    fill: #fff;
}


.modalfilters-header-mobile{
    display: none;
    background: linear-gradient(269.77deg, #3E8AFD 0%, #787AFF 100.6%);
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    box-sizing: border-box;
    width: 100vw;
    position: relative;
    left: -20px;
    top: -20px;
}
.modalfilters-header-mobile-ico{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}
.modalfilters-header-mobile-ico i{
    margin-right: 9px;
}
.modalfilters-header-mobile-ico span{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}
.modalfilters-header-mobile-button{
    background: #F5E9E8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF755D;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    width: 105px;
    height: 50px;
    border: none;
}

.modal-close-mobile{
    display: none;
    cursor: pointer!important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline!important;
    color: #7A7F85!important;
}

.article-tumb-autore-position{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}
.article-tumb-meta-item-text{
    font-size: 11px;
    line-height: 11px;
}
.article-tumb-meta-item-ico{
    margin-right: 5px;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content ul,
.article-content ol,
.article-content image,
.article-content p{
    max-width: 800px;
}


.article-tumb-autore{
    align-items: flex-start;
}
.article-content .article-content-share{
    right: -70px;
}


.subscribe-box-inner-video-inner a{
    position: relative;
}
.subscribe-box-inner-video-inner a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/svg/play-button.svg');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}
.subscribe-box-inner-video-button{
    background-size: cover;
}


.section-error404{
    padding: 50px 0 100px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-error404-code{
    font-size: 200px;
    line-height: 1;
    font-weight: bold;
    color: #FF755D;
    margin-bottom: 30px;
}
.section-error404-title{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}




li.title-sub-link{
    margin-bottom: 5px!important;
}
li.title-sub-link:not(:first-child){
    margin-top: 20px!important;
}
li.title-sub-link a{
    pointer-events: none!important;
}
.header-nav li a{
    font-weight: 500;
}

.cats-list{
    flex-wrap: wrap;
    white-space: nowrap;
}
.cats-list li:not(:last-child){
    margin-bottom: 9px;
}
.cats-list li:last-child{
    /* align-self: end; */
}
.panel-box-search input{
    padding-right: 50px;
}
.panel-box-search button{
    height: 45px;
}
.panel-box-search button svg{
    width: 20px;
}
.panel-box-search button:active,
.panel-box-search button:focus{
    outline: none;
}


.h2{
    font-weight: bold;
}


.breandcrumbs{
    padding: 0 0 20px 0;
}
.section-single-tag,
.section-single-category{
    padding-top: 0;
}
.section-single-category .section-title-text,
.section-single-tag .section-title-text{
    padding: 0 15px;
    text-transform: capitalize;
}






@media screen and (min-width: 1200px){
    .article-tumb-img{
        margin-bottom: 0;
    }
    .section-pagination{
        padding-bottom: 60px;
    }
    .row{
        margin-left: -28px;
        margin-right: -28px;
    }
    .col-lg-9,
    .col-lg-6,
    .col-lg-4,
    .col-lg-3{
        padding-right: 28px;
        padding-left: 28px;
    }
}
@media screen and (max-width: 1200px){
    .single-author-box-info-name{
        font-size: 32px;
    }
    .single-author-box-photo{
        margin-right: 30px;
    }
    .single-author{
        padding: 30px 0;
    }
}
@media screen and (max-width: 1439px){
    .article-content-autore{
        margin-bottom: 60px;
    }
    .article-content-info{
        margin-bottom: 56px;
    }
    .article-content-description{
        margin-bottom: 68px;
    }
    .article-content-autore-photo{
        margin-right: 40px;
    }
}
@media screen and (max-width: 768px){
    .panel-box .header-nav-list{
        /* overflow: inherit; */
    }
    .header-nav li a:after{
        display: block;
    }
    .single-author-box-photo{
        width: 100px;
        height: 100px;
    }
    .single-author-box-info-name{
        font-size: 22px;
    }
    .single-author-box-info-position{
        font-size: 14px;
    }
    .single-author-box-info-description{
        font-size: 14px;
        line-height: 140%;
    }
    .section-error404-code{
        font-size: 150px;
    }
    .section-error404-code{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px){
    .article-content-autore-photo{
        width: 100px;
        height: 100px;
    }
    .article-content-autore{
        padding: 30px;
    }
    .article-content-autore:before{
        background-size: cover;
        width: 40px;
        height: 38px;
        left: 70px;
        top: -22px;
    }
}
@media screen and (max-width: 576px){
    .article-tumb .row{
        flex-direction: column-reverse;
    }
    .article-tumb-autore-photo,
    .article-tumb-autore-date{
        display: none;
    }
    .article-tumb-autore{
        margin-bottom: 10px;
    }
    .article-tumb-meta{
        margin-bottom: 20px;
    }
    .article-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .article-tumb-img{
        margin-bottom: 0;
    }
    .article-tumb{
        margin-bottom: 20px;
    }
    .article-content-description{
        font-size: 14px;
        line-height: 22.4px;
        margin-bottom: 36px;
        font-weight: 600;
    }
    .article-content-info h2{
        font-size: 20px;
    }
    .article-content-info-num{
        font-size: 16px;
        width: 32px;
        min-width: 32px;
        height: 24px;
    }
    .article-content-info h2{
        margin-bottom: 20px;
    }
    .article-content-text{
        font-size: 14px;
        line-height: 22.4px;
    }
    .article-content-info{
        margin-bottom: 36px;
    }
    .article-tumb-text{
        margin-bottom: 20px;
    }
    .article-content-autore{
        flex-direction: column;
        align-items: flex-start;
    }
    .article-content-autore-photo{
        margin-bottom: 20px;
        width: 80px;
        height: 80px;
    }
    .article-content-autore{
        padding: 25px;
    }
    .article-content-autore-text-inner{
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 20px;
    }
    .article-content-autore-text-name{
        font-size: 16px;
    }
    .article-content-autore-text-position{
        font-size: 13px;
    }
    .kamatoc li a{
        font-size: 16px;
        line-height: 150%;
    }
    .kamatoc li:before{
        width: 32px;
        min-width: 32px;
        height: 24px;
        margin-right: 8px;
        font-size: 16px;
    }
    .kamatoc {
        padding-bottom: 36px!important;
        margin-bottom: 36px;
        border-bottom: 1px solid #E8E8E8;
    }
    .single-author-box-photo{
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

    #modalFilters .modal-dialog{
        margin: 0;
    }
    #modalFilters .modal-content{
        border-radius: 0px;
        padding: 0;
        background-color: transparent;
    }
    #modalFilters .modal-body-box{
        padding: 20px;
    }
    #modalFilters .modal-body-box{
        border-radius: 0px;
        min-height: 100vh;
    }
    #modalFilters button.close{
        display: none;
    }
    #modalFilters .modalfilters-header{
        display: none;
    }
    #modalFilters .modalfilters-box{
        background-color: #fff;
        border-radius: 8px;
    }
    #modalFilters .modalfilters-box-title{
        margin: 0;
        padding: 14px 13px;
        box-sizing: border-box;
        position: relative;
    }
    #modalFilters .modalfilters-box-title:before{
        content: "";
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translate(0, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #575757 transparent transparent transparent;
        transition: all ease-out 0.2s;
    }
    #modalFilters .modalfilters-box-title.active:before{
        transition: all ease-out 0.2s;
        transform: translate(0, -50%) rotate(-180deg);
    }
    #modalFilters .modalfilters-box-items{
        padding: 12px 13px;
        display: none;
    }
    #modalFilters .modalfilters-box{
        margin-bottom: 10px;
    }
    #modalFilters .modalfilters-footer{
        display: none;
    }
    .modalfilters-header-mobile{
        display: flex;
    }
    .modal-close-mobile{
        display: block!important;
        width: 100%;
        position: relative;
        border: none;
        background-color: transparent;
    }
    #modalFilters .modal-body-box{
        display: flex;
        flex-direction: column;
    }
    .modalfilters-form{
        max-width: 100%;
        flex: 1;
    }
    .single-author-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .single-author-box-photo{
        width: 56px;
        height: 56px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .single-author-box-info-name{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    .single-author-box-info-position{
        font-size: 12px;
    }
    .single-author-box-info-header{
        margin-bottom: 8px;
    }
    .single-author{
        padding-bottom: 0;
    }
    .section-error404-code{
        font-size: 120px;
    }
    .panel-box .sub-menu{
        display: none;
    }
    body.single{
        /* padding-top: 30px; */
    }
    .article-content{
        overflow: hidden;
    }
}
/* end New article */



.header-progress{
    height: 5px;
    background-color: #fff;
}
.header-progress span{
    background-color: #787AFF;
}


@media screen and (min-width: 1200px){
    .section-pagination{
        padding-bottom: 190px;
    }
}
@media screen and (max-width: 576px){
    .panel-box .header-nav li a{
        padding: 15px 10px 15px 0;
    }
    .panel .header-nav{
        margin-left: 3px;
    }
    .header .button.bordered{
        padding: 18px 13px;
        font-size: 12px;
        line-height: 12px;
    }
    .home-hero-top-slider.slick-initialized{
        margin-bottom: 0!important;
    }
    .home-hero-top-slider.slick-initialized .col-lg-6{
        padding: 0!important;
    }
    .home-filter{
        padding-top: 0;
    }
    .subscribe .subscribe-box-text{
        max-width: 238px;
        margin: 0 auto;
    }
    .subscribe .form-group{
        margin-bottom: 10px;
    }
}


.article-tumb-meta-item{
    white-space: nowrap;
}
.article-tumb-meta-item:not(:last-child){
    margin-right: 25px;
}
.tags-list li:not(:last-child){
    margin-bottom: 11px;
}


.slick-prev, .slick-next{
    z-index: 3;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
}

/* New fixes 30.08.2021 */

.panel-box-search input{
    font-size: 14px;
}


.home-hero-top{
    position: relative;
}
.home-hero .home-hero-top h2{
    margin-bottom: 14px;
}
.home-hero-top .latest-box-description{
    margin-bottom: 19px;
    font-size: 17px;
}
.home-hero-top .latest-box-img{
    margin-bottom: 40px;
}
.home-hero-hot-box-img{
    margin-bottom: 29px;
}
.home-hero .latest-box-meta{
    margin-bottom: 9px;
}
.latest-box-meta{
    margin-bottom: 5px;
}
.home-hero-hot-box-title-text{
    margin-bottom: 12px;
}

.latest-box-img{
    margin-bottom: 24px;
}
.latest-box-img a{
    padding-top: 0;
    height: 350px;
}
.latest-box-img.custom a{
    height: 230px;
}
.home-hero-top .latest-box-img a{
    height: 500px;
    padding-top: 0;
}


.tags-list li a{
    text-transform: uppercase;
}
.subscribe-box-inner-video-text h2,
.subscribe-box-inner-video-text .h2{
    font-size: 42px;
}
.video .button{
    min-width: 210px;
}


/*
.panel .header-nav-list .menu-item-has-children:not(:nth-child(1)):not(:nth-child(3)) a{
    padding-right: 0;
}
.panel .header-nav-list .menu-item-has-children:not(:nth-child(1)):not(:nth-child(3)) a:after,
.panel .header-nav-list .menu-item-has-children:not(:nth-child(3)):not(:nth-child(1)) .sub-menu{
    display: none;
}
*/

body{
    position: relative;
}
body:after{
    /* content: ""; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/blog-main-lg.png");
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.3;
    pointer-events: none;
}

.home-filter{
    padding-top: 20px;
    padding-bottom: 0;
}
.home-filter .latest-box{
    margin-bottom: 77px;
    height: calc(100% - 77px);
}



.video{
    padding-top: 26px;
    padding-bottom: 105px;
}
.latest .section-title{
    margin-bottom: 34px;
}


.breandcrumbs a{
    margin: 0 5px;
}
.breandcrumbs a:first-child{
    margin-left: 0;
}

.section-cat-description{
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.7;
    color: #7A7F85!important;
    max-width: 740px;
}


.home-hero-hot-box .cats-list li:not(:last-child){
    margin-bottom: 0;
}
.section-single-category .section-title{
    margin-bottom: 76px;
    padding: 0 30px;
    line-height: 67px;
}
.section-single-category .section-title-text{
    margin-bottom: 4px;
    padding: 0;
}
.section-title-description{
    font-weight: normal;
    color: #5C646F;
    max-width: 650px;
}
.section-title-description p{
    font-size: 14px;
    line-height: 160%;
}


.section-single-tag, .section-single-category{
    padding-top: 19px;
}


/* New header fixes */
.header{
    background-color: #fff;
    border: none;
}
.header .header-logo a img{
    width: 130px;
    height: 56px;
}
.header .header-nav li a{
    font-weight: 600;
    font-size: 16px;
}
.header .header-nav li:not(:last-child){
    margin-right: 40px;
}
.header .header-nav li .sub-menu li a{
    font-weight: normal;
    font-size: 14px;
}
.header .button:not(.transparent){
    width: 180px;
}
@media screen and (max-width: 1200px){
    .header .header-nav li a{
        font-size: 14px;
    }
    .header .header-nav li:not(:last-child){
        margin-right: 30px;
    }
    .header .button:not(.transparent){
        width: 160px;
    }
}
@media screen and (max-width: 576px){
    .header .button:not(.transparent){
        width: 150px;
    }
    .header .header-logo a img{
        width: 100px;
        height: auto;
    }
}
/* end New header fixes */



.home-hero .section-title,
.section-single-tag .section-title,
.section-single-category .section-title{
    padding: 0;
    margin-bottom: 30px;
}
.section-single-tag .section-title-text{
    padding: 0;
}


.breandcrumbs .breandcrumbs-items{
    padding: 0!important;
}

/* Glossary */
.glossary-article-inner{
    max-width: 800px;
    margin: 0 auto;
}
.glossary-article__container{
    padding: 0px 30px;
    box-sizing: border-box;
}
.glossary-article__main-title{
    background: #f6dddb;
    text-align: center;
    border-radius: 100px;
    padding: 17px 10px;
    color: #ff755d;
}
.glossary-article__container li:not(:last-child){
    margin-bottom: 7px;
}
.glossary-article__container .comments-container{
    margin-top: 39px;
}
.glossary-article__container a{
    color: #ff755d;
}
.glossary-article__container a:hover{
    color: #ff755d;
    text-decoration: underline;
}
.glossary-article__container .post-content__text{
    margin-top: 20px;
}
.glossary-article__container table:not(:last-child){
    margin-bottom: 20px;
}
.glossary-back{
    margin-bottom: 20px;
    font-size: 14px;
    color: #ff755d;
}
.glossary-back:hover{
    color: #ff755d;
    text-decoration: underline;
}
.post-content__text-table-wrapper{
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px;
}

.glossary .glossary__main-title{
    text-align: center;
    color: #ff755d;
}
.glossary__letters-container{
    text-align: center;
    background: #f4f5f7;
    position: sticky;
    top: 70px;
    padding: 5px 0;
    margin-bottom: 40px;
}
.glossary__letter{
    color: #3b3b3b;
    font-size: 18px;
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
}
.glossary--empty-letter{
    color: #ccc;
    cursor: default;
    pointer-events: none;
}
.glossary__letter-title{
    background: #f6dddb;
    border-radius: 8px;
    padding: 8px 20px;
    color: #ff755d;
    font-weight: 600;
}
.glossary__list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0px;
}
.glossary__list-item{
    padding: 10px;
    width: 33.3333%;
    text-align: center;
}
.glossary__list-link{
    border: none;
    color: #3b3b3b;
    font-size: 18px;
    transition: all ease 0.2s;
}
.glossary__list-link:hover{
    transition: all ease 0.2s;
    color: #ff755d;
}

.bordered-link{
    margin-bottom: 20px;
}

.glossary-article,
.section-page-glossary{
    padding-bottom: 190px;
}

/* end Glossary */



.panel-box-actions-item.has-sub-items{
    padding: 23px 0;
    position: relative;
}
.panel-box-actions-item.has-sub-items:hover .sub-menu{
    transition: all ease-in-out 0.2s;
    visibility: visible;
    opacity: 1;
}



.panel-box-actions-item.has-sub-items:not(.no-sub-arrow){
    position: relative;
    padding-right: 20px;
}
.panel-box-actions-item.has-sub-items:not(.no-sub-arrow):after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}



.latest-box-footer-cats .tags-list li:nth-last-child(2){
    flex: 1;
}

.base-cat{
    /* background-color: transparent!important; */
    /* padding: 0!important; */
}
.base-cat:hover{
    color: inherit!important;
    background-color: #fff!important;
}
.tags-list li a{
    white-space: nowrap;
}
.tags-list li:not(:last-child){
    margin-bottom: 5px;
}


.section-filter-sect-items{
    padding: 20px 0 10px 0;
}

.tags-list.filter-items-list li a{
    display: inline-flex;
    align-items: center;
    cursor: pointer!important;
}
.tags-list.filter-items-list li a i{
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.tags-list.filter-items-list li a svg{
    width: 10px;
}
.tags-list.filter-items-list li a path{
    transition: all ease-in-out 0.2s;
    fill: #a2a2a2;
}
.tags-list.filter-items-list li a:not(.not-color):hover path{
    transition: all ease-in-out 0.2s;
    fill: #fff;
}
.tags-list.filter-items-list li a.not-color{
    color: #5C646F!important;
    background-color: #fff!important;
}


.tags-list.filter-items-list li a{
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0px;
    padding-right: 0px;
}
.tags-list.filter-items-list li a i{
    display: inline-block;
    padding: 5px 9px 5px 0px;
    align-items: center;
}

.author .single-author-box-info-header{
    margin-bottom: 0;
}


.disabled-cat{
    /* opacity: 0.5; */
    /* pointer-events: none; */
}

.form-group-checkbox input[type='checkbox']:disabled + span{
    opacity: 0.5;
}



.home-hero{
    padding-top: 22px;
}


.breandcrumbs-items.flex{
    justify-content: flex-end;
}
.breandcrumbs-items .breadcrumbs-list.flex{
    flex: 1;
}

:root {
    --app-height: 100%;
}

body > .scroll-box {
    position: relative;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
}

.mobile-filter-search form{
    pointer-events: none!important;
}

.wpcf7-not-valid-tip{
    color: #e91e63;
    font-size: 14px;
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ff755d;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #5153c7;
}
.wpcf7 form .wpcf7-response-output{
    border: none;
    border-radius: 8px;
}
.subscribe-box-text-form .wpcf7-response-output{
    margin-left: -12px!important;
    max-width: 870px;
    padding: 15px!important;
    font-size: 14px;
    margin-top: 0!important;
    margin-bottom: 0!important;
}


.article-content-fixed{
    position: relative;
    height: 100%;
}
.article-content-fixed-item{
    position: sticky;
    top: 90px;
}
.article-content-fixed-item .article-content-share{
    margin-bottom: 25px;
}
.article-content .article-content-share{
    position: relative;
    right: 0;
}
.article-content-promo-item video{
    max-width: 100%;
    border-radius: 8px;
    pointer-events: none;
}


@media screen and (min-width: 1200px){
    .tags-list li:not(:last-child){
        margin-right: 10px;
    }
}
@media screen and (min-width: 1200px){
    .video .subscribe-box-inner{
        padding: 65px 45px 58px 92px;
    }
    .breandcrumbs .breandcrumbs-items{
        padding: 0 45px 0 30px;
    }
    .latest{
        padding-bottom: 63px;
    }
}
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1300px){
    .col-lg-9, .col-lg-6, .col-lg-4, .col-lg-3{
        padding-right: 15px;
        padding-left: 15px;
    }
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .latest-box-img.custom a{
        height: 180px;
    }
    .latest-box-img a{
        height: 320px;
    }
    .home-hero-top .latest-box-img a{
        height: 425px;
    }
}
@media screen and (max-width: 1200px){
    .section-single-category .section-title{
        margin-bottom: 30px;
    }
    .section-single-category .section-title{
        padding: 0;
    }
    .glossary-article,
    .section-page-glossary{
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 1100px){
    .subscribe-box-text-form .wpcf7-response-output{
        margin-left: 0px!important;
        max-width: 100%!important;
    }
    .wpcf7 form .wpcf7-response-output{
        margin: 0!important;
    }
}
@media screen and (max-width: 992px){
    .article-content-fixed{
        display: none;
    }
    .col-lg-3 .home-hero-hot .latest-box-description{
        display: block; 
    }
    .home.blog .subscribe-section {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
    .home-filter .latest-box{
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
    .latest-box-img a,
    .latest-box-img.custom a{
        height: 260px;
    }
    .subscribe .subscribe-box-text{
        max-width: 80%;
    }
    .subscribe-box-inner-video-text h2,
    .subscribe-box-inner-video-text .h2{
        font-size: 26px;
    }
    .glossary-article__main-title{
        font-size: 32px;
    }
    .glossary__list-link{
        font-size: 16px;
    }
    .glossary__list-item{
        width: 50%;
    }
    .category .breandcrumbs-items .mobile-filter-inner-button{
        display: none!important;
    }
}
@media screen and (max-width: 576px){
    .subscribe-box-inner-video-text h2,
    .subscribe-box-inner-video-text .h2{
        font-size: 24px;
    }
    .article-content-meta{
        margin-top: 40px;
    }
    .article-content-meta .article-tumb-autore-photo,
    .article-content-meta .article-tumb-autore-date{
        display: block;
    }
    .article-content-meta .reset.tags-list{
        display: flex;
        flex-direction: wrap;
    }
    .article-content-info h2{
        font-size: 24px;
    }
    .article-title.not-guide{
        color: #3E8AFD;
    }
    .article-title{
        font-size: 18px;
        line-height: 130%;
    }
    .section-single-tag, .section-single-category{
        padding-top: 30px;
    }
    .glossary-article__main-title{
        font-size: 26px;
        border-radius: 20px;
        padding: 17px 15px;
    }
    .glossary-article__container{
        padding: 0;
    }
    .glossary-article__container h2{
        font-size: 24px;
    }
    .glossary-article__container h3{
        font-size: 20px;
    }
    .glossary-article__container h5,
    .glossary-article__container h4{
        font-size: 18px;
    }
    .glossary-back{
        margin-top: 10px;
    }
    .post-content__text-table-wrapper{
        width: calc(100% + 15px);
        max-width: calc(100% + 15px);
        margin-bottom: 20px;
    }
    .glossary__list-item{
        width: 100%;
    }
    .glossary__list-item{
        padding: 5px;
    }
    .glossary .glossary__main-title{
        font-size: 32px;
    }
    .home-hero .section-title-text{
        text-align: left;
    }
    .article-content-meta .reset.tags-list{
        flex-wrap: wrap;
    }
    #modalFilters .modal-body-box{
        min-height: auto;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
    .modal-open,
    .modal-shown{
        overflow: hidden!important;
        width: 100%!important;
        height: 100%!important;
    }
    .modal-close-mobile{
        position: fixed;
        bottom: 0;
        padding: 25px 0;
        left: 0;
        background: #f4f5f7;
        z-index: 99;
    }
    #modalFilters .modal-body-box{
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        bottom: 0;
        right: 0;
        width: 100vw;
    }
    .modalfilters-items{
        overflow-y: auto;
        height: 80vh;
    }
}
@media screen and (max-width: 400px){
    .latest-box-img a,
    .latest-box-img.custom a{
        height: 175px;
    }
    .home-hero-hot-box-img a{
        position: relative;
        display: block;
        overflow: hidden;
    }
    .home-hero-hot-box-img a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video .subscribe-box-inner{
        padding: 60px 25px;
    }
    .home-hero{
        /* padding-bottom: 0; */
    }
    .home-filter{
        padding-top: 0;
    }
    .page-numbers{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .latest-box-title{
        font-size: 18px;
    }
    .latest-box-description{
        font-size: 12px;
    }
    .section-pagination{
        padding-bottom: 60px;
    }
    .widget_nav_menu ul{
        font-size: 13px;
    }
    .footer-meta-item{
        max-width: 280px;
        margin: 0 auto 12px auto;
    }
    .glossary-article,
    .section-page-glossary{
        padding-bottom: 60px;
    }
}

/* end New fixes 30.08.2021 */


/* New forms */
.hs-input{
    width: 100%;
    border: 2px solid rgba(186, 186, 186, 0.2);
    border-radius: 8px;
    min-height: 50px;
    font-weight: bold;
    padding: 0 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
    font-size: 15px;
    color: #7A7F85;
}
.subscribe-box-text-form .hs-input{
    background-color: #fff;
    border: none;
}
.subscribe-box-text-form label:not(.hs-error-msg){
    display: none!important;
}
.hs-button{
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 13px 25px;
    max-height: 50px;
    color: #FFF;
    background-color: #FF755D;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.hs-button:hover{
    transition: all ease-in-out 0.2s;
    background-color: #ff4a2a;
    color: #fff;
}
.subscribe-box-text-form  .hs-form{
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.hs-form-field,
.hs_submit{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.modal-body-form .hs-form-field,
.modal-body-form .hs_submit{
    width: 100%;
    margin-bottom: 20px;
}
.modal-body-form .hs-button{
    width: 100%;
}
.modal-body-form label:not(.hs-error-msg){
    display: none!important;
}
.modal-body-form .submitted-message{
    text-align: center;
    color: #3E8AFD;
}
.hs-error-msgs{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    margin-top: 10px;
}
@media screen and (max-width: 768px){
    .subscribe .subscribe-box-text{
        max-width: 100%;
        margin: 0 auto;
    }
    .subscribe-box-text-form .hs-form{
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto!important;
    }
    .hs-form-field, .hs_submit{
        width: 100%;
        margin-bottom: 20px;
    }
    .hs-button{
        width: 100%;
    }
}
/* end New forms */


/* New category page */

.custom-cat{}
.custom-cat-header{
    margin-bottom: 20px;
}
.custom-cat-header-text{
    margin: 0;
    color: #3E8AFD;
    font-weight: bold;
    font-size: 42px;
    line-height: 160%;
}

.custom-cat-hero{
    padding-bottom: 41px;
}
.custom-cat-hero-box{
    background: #FDFCFC;
    border-radius: 8px;
    padding: 75px 35px 56px 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.custom-cat-hero-img{
    margin-right: 99px;
    max-width: 410px;
}
.custom-cat-hero-text{
    flex: 1;
}
.custom-cat-hero-text a.button{
    font-size: 14px;
    line-height: 100%;
    min-width: 213px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom-cat-hero-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 42px;
    line-height: 130%;
}
.custom-cat-hero-title span{
    display: block;
}
.custom-cat-hero-description{
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #5C646F;
    margin-bottom: 25px;
}

.custom-cat-webinars{
    padding-bottom: 72px;
}
.home-hero-hot-more{}
.home-hero-hot-more a{
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #FF755D;
}
.home-hero-hot-more a:hover{
    text-decoration: none;
}
.home-hero-hot-box.custom-hot h2{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #1D1E20;
}
.custom-hot-top a{
    /*min-height: 602px;*/
}


.custom-cat-articles{
    padding-bottom: 80px;
}
.custom-cat-more{
    text-align: center;
}
.custom-cat-more a{
    min-width: 387px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.custom-cat-subscribe{
    padding-bottom: 55px;
}
.custom-cat-subscribe-box{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.custom-cat-subscribe-box-img{
    min-height: 411px;
    max-width: 463px;
    width: 100%;
    position: relative;
    background-color: #FF755D;
    background-image: linear-gradient(to right, #797AFD, #A678C7);
}
.custom-cat-subscribe-box-img img{
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-cat-subscribe-box-content{
    padding: 83px 78px 61px 97px;
}
.custom-cat-subscribe-box-title{
    margin-bottom: 37px;
    font-weight: bold;
    font-size: 42px;
    line-height: 130%;
}

.custom-cat-popular{
    padding-bottom: 140px;
}

.custom-cat-video{
    padding-bottom: 239px;
}
.custom-cat-video-inner{
    display: flex;
    align-items: center;
}
.custom-cat-video-button{
    margin-right: 55px;
    max-width: 729px;
    width: 100%;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.custom-cat-video-button img{
    width: 100%;
}
.custom-cat-video-button:before{
    content: "";
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/svg/video-new-play-button.svg");
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.2s;
}
.custom-cat-video-button:hover:before{
    transition: all ease-in-out 0.2s;
    opacity: 0.8;
}
.custom-cat-video-text{
    flex: 1;
}
.custom-cat-video-text a.button{
    font-size: 14px;
    line-height: 100%;
    min-width: 213px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.custom-cat-video-title{
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
}
.custom-cat-video-description{
    margin-bottom: 46px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #5C646F;
}

/* end New category page */

/* Variant popup */
.main-popup-variant-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
}
.main-popup-variant-overlay.popup-active{
    transition: all ease-in-out 0.2s;
    visibility: visible;
    opacity: 1;
}
.main-popup-variant{
    position: fixed;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999999999999;
    max-width: 757px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
.main-popup-variant.popup-active{
    transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
    visibility: visible;
    opacity: 1;
    top: 50%;
}
.main-popup-variant-content{
    background-color: #fff;
    border-radius: 8px;
    padding-top: 47px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-family: Montserrat,Arial,sans-serif;
}
.main-popup-variant-title{
    max-width: 568px;
    margin: 0 auto 25px auto;
    color: #000;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
}
.main-popup-variant-description{
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #979797;
    margin-bottom: 34px;
    position: relative;
}
.main-popup-variant-description-inner{
    display: inline-flex;
    align-items: center;
    position: relative;
}
.main-popup-variant-description-inner i{
    margin-left: 8px;
}
.main-popup-variant-description-text{
    width: 518px;
    padding: 19px 22px 18px 29px;
    background: #F3F3F6;
    border-radius: 8px;
    position: absolute;
    left: 100%;
    bottom: -34px;
    margin-left: 30px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 4%);
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
.main-popup-variant-description-text.active{
    transition: all ease-in-out 0.2s;
    opacity: 1;
    visibility: visible;
}
.main-popup-variant-description-text:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 24px 12.5px 0;
    border-color: transparent #f3f3f6 transparent transparent;
    position: absolute;
    left: -24px;
    bottom: 30px;
}
.main-popup-variant-description-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: Montserrat,Arial,sans-serif;
    text-align: left;
    color: #000;
}
.main-popup-variant-description-text p:not(:last-child){
    margin-bottom: 20px;
}
.main-popup-variant-order{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.main-popup-variant-order .main-nav__book-demo-btn{
    width: 209px;
    margin-top: 45px;
}
.main-nav__book-demo-btn:hover  {
	color: #ffffff !important;
}
.main-popup-variant-order img{
    margin: 0 25px;
}
.main-popup-variant-order .button{
	width: 209px;
	margin-top: 45px;
}
@media screen and (max-width: 1200px){
    .main-popup-variant-description-text{
        width: 318px;
    }
}
@media screen and (max-width: 991px){
    .main-popup-variant-description-text p{
        font-size: 14px;
    }
    .main-popup-variant-description-text{
        width: 250px;
    }
}
@media screen and (max-width: 768px){
    .main-popup-variant{
        padding: 22px;
        box-sizing: border-box;
    }
    .main-popup-variant-description-text{
        width: 360px;
        left: -133px;
        bottom: 40px;
        box-shadow: none;
    }
    .main-popup-variant-description-text:before{
        bottom: -16px;
        left: 60%;
        transform: rotate(27deg);
    }
}
@media screen and (max-width: 576px){
    .main-popup-variant-order {
        flex-direction: column;
    }
    .main-popup-variant-order img{
        order: 3;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-popup-variant-order .main-nav__book-demo-btn{
        margin-top: 0;
        width: 100%;
    }
    .main-popup-variant-order .main-nav__book-demo-btn:nth-child(1){
        margin-bottom: 21px;
    }
    .main-popup-variant-title{
        font-size: 20px;
        line-height: 140%;
        margin: 0 auto 19px auto;
    }
    .main-popup-variant-description-text p{
        font-size: 12px;
    }
    .main-popup-variant-description-text p:not(:last-child){
        margin-bottom: 10px;
    }
    .main-popup-variant-order img{
        max-width: 230px;
    }
    .main-popup-variant{
        margin-top: 15px;
    }
	.main-popup-variant-order .button{
		width: 100%;
    	margin-bottom: 10px;
		margin-top: 0px;
	}
}
@media screen and (max-width: 400px){
    .main-popup-variant-description-text{
        width: 320px;
        left: -122px;
    }
    .main-popup-variant-description-text:before{
        left: 65%;
    }
    .main-popup-variant-content{
        padding-top: 40px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .main-popup-variant-order{
        padding: 0 20px;
    }
}
@media screen and (max-width: 350px){}
/* end Variant popup */


/* New glossary */
.pg-main{}
.pg-main-header{
    margin-bottom: 27px;
}
.pg-main-title{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 42px;
    line-height: 160%;
    color: #787AFF;
}
.pg-main-header-content{}
.pg-main-letter{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1D1E20;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
}
.pg-main-letter:not(:last-child){
    margin-right: 31px;
}
.pg-main-letter-empty{
    color: #C4C4C4;
    pointer-events: none;
}
.pg-main-block{
    margin-bottom: 80px;
}
.pg-main-block-ico{
    padding-bottom: 6px;
}
.pg-main-block-items{
    margin-left: -15px;
		margin-right: -15px;
		display: flex;
		flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}
.pg-main-block-items li{
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
}
@media screen and (max-width: 991px){
	.pg-main-block-items li{
		width: 100%;
	}
}
.pg-main-block-link{
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #E9E9E9;
    color: #1D1E20;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.pg-main-search-result{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pg-main-search-result a{
    width: 48%;
}
.pg-main-search{
    margin-bottom: 80px;
}
.pg-main-search form{}
.pg-main-search input{
    background-image: url("../images/svg/pg-main-search-ico.svg");
    background-repeat: no-repeat;
    background-position: 35px center;
    min-height: 45px;
    border: 1px solid #787AFF;
    padding-left: 87px;
    color: #1D1E20;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    background-color: transparent;
}
.pg-main-search input::-webkit-input-placeholder,
.pg-main-search input::-moz-placeholder,
.pg-main-search input:-moz-placeholder,
.pg-main-search input:-ms-input-placeholder{
    color: #C4C4C4;
}

.pg-main-article{
    padding-bottom: 80px;
}
.pg-main-article-header{
    margin-bottom: 30px;
}
.pg-main-article-header h1{
    margin: 0;
    color: #787AFF;
    font-weight: bold;
    font-size: 42px;
    line-height: 160%;
}
.pg-main-article-content{}
.pg-main-article-content ul,
.pg-main-article-content ol{
    margin-bottom: 30px;
    padding-left: 15px;
    list-style-type: none;
}
.pg-main-article-content ol {
    counter-reset: my-counter;
}
.pg-main-article-content ul li,
.pg-main-article-content ol li{
    position: relative;
    padding-left: 24px!important;
}
.pg-main-article-content ul li:not(last-child),
.pg-main-article-content ol li:not(last-child){
    margin-bottom: 10px;
}
.pg-main-article-content ol li{
    counter-increment: my-counter;
}
.pg-main-article-content ul li{
    padding-left: 24px;
}
.pg-main-article-content ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #787AFF;
    border-radius: 100px;
    width: 8px;
    height: 8px;
}
.pg-main-article-content ol li:before{
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 0;
    color: #787AFF;
    font-weight: 600;
}
.pg-main-article-content-inner{
    max-width: 800px;
}

.article-content-share-box{
    flex-direction: row-reverse;
    justify-content: center;
}
.article-content-share-box-items{
    display: flex;
    margin: 0;
}
.article-content-share-box-items a{
    margin: 0;
}
.article-content-share-box-items a:not(:last-child){
    margin-right: 10px!important;
}
.article-content-share-box-footer{
    writing-mode: inherit;
    transform: scale(1);
    margin-right: 20px;
}
.article-content .article-content-share{
    width: auto;
}
.article-content-share-box-item:not(:last-child){
    margin-bottom: 0;
}


.custom-cat-subscribe-box-content form{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.custom-cat-subscribe-box-content .form-columns-1{
    position: absolute;
    left: 0;
    top: 113%;
    width: 100%;
}
.custom-cat-subscribe-box-content .form-columns-1 .hs-form-field{
    width: 100%;
}
.custom-cat-subscribe-box-content .form-columns-1 input{
    width: 20px!important;
    height: 20px;
    min-height: 10px;
    border-radius: 3px;
}
.custom-cat-subscribe-box-content .form-columns-1 label {
    display: flex;
}
.custom-cat-subscribe-box-content input[type='checkbox']{
    display: block!important;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.custom-cat-subscribe-box-content input[type='checkbox']:checked{
    background-color: #3E8AFD!important;
    background-image: url('../images/svg/custom-check-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
}
.custom-cat-subscribe-box-content .form-columns-1 .inputs-list{
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style-type: none;
}
.custom-cat-subscribe-box-content label{
    font-size: 12px;
}
.custom-cat-subscribe-box-content .hs_submit.hs-submit{
    margin-top: 30px;
}
.custom-cat-subscribe-box-content .hs_error_rollup{
    order: 4;
    width: 100%;
    padding: 0 15px;
}

.pg-main-related{
    padding-bottom: 30px;
}
.pg-main-related-header{
    margin-bottom: 40px;
    color: #787AFF;
}
.pg-main-related-title{
    margin-bottom: 0;
}
.pg-main-related-box{
    background-color: #E6E7FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 24px 34px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    height: calc(100% - 30px);
}
.pg-main-article-header h1{
    max-width: 800px;
}

.pg-main-letter:hover,
.pg-main-block-link:hover{
    text-decoration: underline;
}

.bookn-inside-logos li:not(:last-child){
	margin-right: 30px;
}
.bookn-inside-logos li{
	margin-bottom: 20px;
}
.bookn-inside-logos li img{
	max-height: 30px;
}


@media screen and (max-width: 1200px){
    .pg-main-article-content .article-content-share-box-footer{
        display: none;
    }
}
@media screen and (max-width: 576px){
    .pg-main-title{
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 160%;
    }
    .pg-main-letter{
        font-weight: 500;
        font-size: 18px;
        line-height: 200%;
    }
    .pg-main-letter:not(:last-child){
        margin-right: 25px;
    }
    .pg-main-header{
        margin-bottom: 41px;
    }
    .pg-main-search input{
        background-position: 20px center;
        padding-left: 64px;
    }
    .pg-main-search{
        margin-bottom: 60px;
    }
    .pg-main-block-ico svg{
        max-height: 100px;
        width: auto;
    }
    .pg-main-block-link{
        padding: 20px 0;
        font-size: 18px;
    }
    .pg-main-block{
        margin-bottom: 60px;
    }
    .pg-main-letter{
        margin-bottom: 0;
    }
    .pg-main-article-header h1{
        color: #787AFF;
        font-size: 24px;
        line-height: 160%;
    }
    .pg-main-article-content-inner h2{
        font-size: 24px;
    }
    .pg-main-search-result a{
        width: 100%;
    }
	.bookn-inside-logos{
		justify-content: center;
	}
}
/* end New glossary */


.article-content-mobile-share .article-content-promo{
    display: none;
}
.article-content-mobile-share{
    display: none;
}
.pg-main-article-content{
    margin-bottom: 40px;
}


.bookn-whitelabel-bg{
	left: inherit;
    right: 0;
    width: 45%;
    background-size: cover!important;
	background-position: center center!important;
}

@media screen and (min-width: 1200px){
	.bookn-whitelabel-bg{
		background-size: contain;
	}
}

@media screen and (max-width: 991px){
    .article-content-mobile-share{
        display: block;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 0;
    }
    .article-content-mobile-share .article-content-fixed{
        display: block;
        border-radius: 0px;
    }
    .article-content-mobile-share .article-content-fixed-item{
        position: relative;
        top: 0;
    }
    .article-content-mobile-share .article-content-share-box:before{
        display: none;
    }
    .article-content-mobile-share .article-content-share-box{
        position: relative;
        height: auto;
        min-height: auto;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}
@media screen and (max-width: 576px){
    .article-content-mobile-share{
        margin-top: 10px;
    }
    .article-content-mobile-share .article-content-share-box{
        justify-content: flex-end;
    }
    .article-content-meta{
        margin-top: 30px;
    }
    .article-content-share-box-items a:not(:last-child){
        margin-right: 26px!important;
    }
    .article-content-mobile-share .article-content-share-box{
        padding: 9px 13px;
    }
}
@media screen and (max-width: 400px){
    .header .button:not(.transparent){
        width: 111px;
        padding-left: 0;
        padding-right: 0;
    }
}



/* Sub menu */
.two-column-sub .sub-menu{
	/* width: 500px;
    column-count: 2;
    left: 50%;
    transform: translate(-50%, 0);
	padding: 50px; */
}
.two-column-sub .sub-menu:after{
	/* content: ""; */
	width: 1px;
	height: calc(100% - 40px);
	background-color: #7A7F85;
	opacity: 0.1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.two-column-sub .sub-menu li a{
	padding: 10px 10px!important;
	font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.panel-box li a span,
.two-column-sub .sub-menu li.has-dot a span{
	position: relative;
	display: inline-block;
}
.panel-box li a span,
.two-column-sub .sub-menu li.has-dot a span:after{
	content: "";
	position: absolute;
	right: -15px;
    top: -5px;
    background-color: #FF755D;
    width: 10px;
    height: 10px;
    border-radius: 100%;
	display: block!important;
}
.panel-box li a span{
	top: 36%;
    right: -10px;
}
@media screen and (max-width: 1400px){
	.header .header-nav li:not(:last-child){
		margin-right: 30px;
	}
}
@media screen and (max-width: 1135px){
	.header-nav{
		margin: 0 15px;
	}
	.header .header-nav li:not(:last-child){
		margin-right: 13px;
	}
}
/* end Sub menu */



@media screen and (max-width: 992px) {
    .home-hero .home-hero-top h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .latest-box-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .home-hero-top .latest-box-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .tags-list li:last-child {
        margin-left: auto;
    }
    .home-hero-top .latest-box-img {
        margin-bottom: 29px;
    }
    .latest-box {
        margin-bottom: 20px;
    }
    .latest-box-img a img {
        height: auto;
        position: static;
        transform: none;
        width: 100%;
    }
    .home-hero-top .latest-box-img a {
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    .home-hero-top .latest-box-description {
        font-size: 14px;
    }
    .latest-box-description {
        font-size: 14px;
    }
    .tags-list {
        width: 100%;
        display: flex;
    }
    .tags-list li:last-child {
        margin-left: auto;
    }
    .home-hero-top .latest-box-img {
        margin-bottom: 29px;
    }
    .latest-box {
        margin-bottom: 20px;
    }
}