body .td-header-sp-logo a {
    height: 70px;
}

.header-nav__row {
    display: flex;
    justify-content: space-between;
}

.header-nav--flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 5px;
}

.header-webs .td-social-icon-wrap i {
    color: #274BC8;
    opacity: .6;
    width: auto;
    display: block;
}

.header-webs {
    gap: 8px;
}

.header-day {
    border: none;
    padding: 0;
    background: transparent;
    color: #2A3142;
    font-size: 14px;
    margin-left: 23px;
    white-space: nowrap;
}

.header-links {
    justify-content: flex-end;
    width: 100%;
}

.header-links a {
    margin-right: 0;
    color: #2A3142;
}

.header-links a+a {
    margin-left: 20px;
}

.header-nav--right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 40px;
}

.header-nav--left {
    flex: 1 1 auto;
}

.main-top-line.main-box {
    width: 100%;
    background: rgba(49, 94, 251, 0.05);
    border-radius: 8px;
    margin: -20px 0 32px;
    align-items: center;
}

.main-top-line.main-box .label {
    width: 100%;
    text-align: center;
}
.main-top-line.main-box .label.top-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.best {
    display: flex;
    align-items: center;
    padding-left: 27px;
    height: 100%;
}

.best__list {
    display: flex;
    align-items: center;
}

.best__title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FF80F0;
    padding: 5px;
}

.best__list-item {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #274BC8;
    padding: 5px;
}

.box-text {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.5;
    height: 50px;
    max-height: 50px;
    -webkit-line-clamp: 3;
}

.box-stat {
    margin-bottom: 0;
}

.box-text p {
    min-height: auto;
    height: auto;
}

.box-content {
    padding: 28px 32px 26px;
}

.main-box-min .box-content {
    padding: 16px 24px 10px;
}

.main-box-min .box-title {
    margin: 0px 0px 6px;
    line-height: 1.3;
}

.main-box-min .box-text {
    margin-bottom: 14px;
}

.iframe-box {
    padding: 16px 32px 32px 32px;
    gap: 12px;
    margin-bottom: 0;
}

.main-top-side-box .box-text {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    height: 32px;
    max-height: 32px;
    -webkit-line-clamp: 2;
}

.result {
    padding: 0;
    width: 100%;
}

.result-item {
    margin-bottom: 30px;
    width: 100%;
}

.result-top .result-item.stickyblock1 {
    box-shadow: 2px 2px 5px 2px #FF60F0;
}

.result-top .result-item.stickyblock2 {
    box-shadow: 2px 2px 5px 2px #274BC8;
}

.result-top .result-item.stickyblock3 {
    box-shadow: 2px 2px 5px 2px #4ADE80;
}

.result-item .result-content .result-line {
    /*order: 1;*/
    margin-top: 14px;
    margin-bottom: 0;
}

.result-labels {
    display: flex;
    margin: 0 -8px;
}

.result-labels--block {
    justify-content: space-between;
    padding: 0 8px;
}

.label-item {
    height: 20px;
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 4px;
    margin: 8px;
}

.result-title .label-item {
    top: -4px;
    position: relative;
    margin: 0;
}

.label-item--uppercase {
    text-transform: uppercase;
}

.label-item--pink {
    background: #FF60F0;
}

.label-item--photo {
    background: #9B49DB;
    padding-left: 27px;
    position: relative;
}

.label-item--photo::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAy0lEQVQoU4WSAQ3CMBBFOQdIAAdIAAc4gDkABQwHSKgDggLmABxQCXNQ/l/W5vrTQJOmud97/+662UJWSukEaenkaGbBp5kPAFwQ92qE+AbwnPUCAThArBwF3gEcqNnsri01ihWpJ5QkY0R8xX5jr7DZMs+8xha0RhsxZ8CTwKd6CKn0ALDX3pDzhLYtDyFQANQ1oDu0YqbtcR62x3NaMOU3e/m5WjMNSOg41zwPq2x+zeTvWM3/GeWOlVi6ctKZJI6E+KTHP4n+OnwBAxpYVwLN0XYAAAAASUVORK5CYII=) center no-repeat;
    width: 13px;
    height: 100%;
}

.label-item--orange {
    background: #FF8000;
}

.label-item--blue {
    background: #3556CB;
}

.label-item--green {
    background: #00E19E;
    color: #097120 !important;
}

.label-item--right {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #CED9F8;
    border-radius: 2px;
}

.mailingbox__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2A3142;
    margin-bottom: 20px;
}

.main-sub-wrap .sub-form {
    width: 100%;
}

.sub-form-wrap--flex {
    display: flex;
}

.sub-form-wrap--flex .input {
    width: auto;
    flex: 1 1 auto;
}

.sub-form-wrap--flex .check-label {
    white-space: nowrap;
}

.sub-form-wrap--flex .sub-form-check {
    padding: 10px 20px 0 20px;
    margin-bottom: 0;
    align-items: flex-start;
}

@media(max-width: 992px) {
    .sub-form-wrap--flex {
        flex-wrap: wrap;
    }

    .sub-form-wrap--flex .sub-form-check {
        width: 100%;
        order: 1;
        padding: 20px 0 0;
    }
}

.header-logo img {
    height: 74px;
}
@media (max-width: 980px) {
    .header-logo img {
        height: auto;
    }
}
.header-nav {
    padding: 0 0 0 67px;
}

.desk-search-view .td-drop-down-search #td-header-search {
    height: 40px;
}

.desk-search-view .td-drop-down-search .btn {
    height: 40px;
    margin: 0 !important;
    top: 0;
    right: 0 !important;
}

.td-search-form label {
    display: block;
    position: relative;
}

.desk-search-view .td-drop-down-search #td-header-search {
    width: calc(100% - 65px);
    padding-left: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAB50lEQVQ4T42TQVLbMBSG31NiCJSFuYEzU0gZFrUGNuzgBuEEwAkIJ4CeAHqChhPADYB1CzKrEGAm3IAsKHZIpFc9EWVcNx3slS39+vzr/e8hFJ6fnXQzEGIfgGIDEPG2EHBJIzrNAC43VuaeimfQL6hOGmEVfxgDm7yGiAkCJoQmAgMRWaAVP4Ghb3Jlrp0HOQgDQOAFC4nEd5EGR1JiPy+0ml2rOXQwggP5pXbi9x0kecgu2EFxs2g7/zMcjaRcXUic61+Pv5tCV84Eina8PLNXPPgPqPcS01tVoa2TXKptOUjSHZwZoObAUH1a0aZBlXVO7Px1dpGvjep+8AxIiad+5GRcw10SNgTQ2+uNT+d4083sd7mr+B9wG1RsEGhoj5N6d0L6Sjbmm2VcsMZDJk74fkAilsszi2Uh13evJ4hi3yeE1530CG3+plLdXv9cPS8DUt2sxzrZqNVdOqr3HMJwvgdE/czQ1kcJ3T68HWtjWr4eDpKvNrf1/0BKUSgWhocOYHXexQTiQHdZixCO+Z3TIq2vRlaMQRAGSF+NNi0iChngxsNq1sbNORnAsaMI7BByIxVrYwey74bPzoy6T9tEuONBf0H8QZ4RHZi4MhShW6vpRNbf52SiyYGmQsokxBqOGgj7fwA6SAJ8LQ3maQAAAABJRU5ErkJggg==) 10px 50% no-repeat ;
}
.dropdown .td-drop-down-search #td-header-search::placeholder,
.desk-search-view .td-drop-down-search #td-header-search::placeholder {
    opacity: 1;
    color: #CED9F8;
}


/*@media screen and (min-width: 981px) {*/
/*	.header-nav-item {*/
/*		padding: 5px 8px;*/
/*		height: 35px;*/
/*		margin-bottom: 4px;*/
/*	}*/
/*}*/

.main-top-side {
    height: 510px;
    padding: 58px 0 32px;
    position: relative;
    flex: 1 1 auto;
    width: 35%;
}

.main-top-side .box {
    margin-bottom: 36px;
}

#arr-pink {
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
}

#arr-blue {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main-top-content {
    width: 65%;
    height: 510px;
}

.main-top {
    margin-bottom: 30px;
}
.top-header-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.top-header-nav-list .header__menu-link.header-nav-item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin: 0 16px;
}

.top-header-nav-list .header__menu-link.header-nav-item svg {
    margin-right: 4px;
}
.top-header-nav-list li:first-child .header__menu-link.header-nav-item svg {
    transform: scale(1.6);
    position: relative;
    left: -3px;
}
@media(max-width: 1280px){
    .top-header-nav-list .header__menu-link.header-nav-item {
        font-size: 14px;
        margin: 0 6px;
        white-space: nowrap;
    }
}
.header-line-block {
    height: auto;
}

.blue {
    fill: #274BC8 !important;
}

.footer-icon-nav {
    font-size: 0;
    margin-top: 42px
}

.footer-icon-nav .top-icon-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-icon-nav .top-icon-menu svg,
.footer-icon-nav .top-icon-menu li {
    display: block;
}

.footer-icon-nav .top-icon-menu svg {
    fill: #fff;
    transition: .3s;
}

.footer-icon-nav .top-icon-menu a:hover svg {
    fill: #FF80F0;
}

.white-box {
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(49, 94, 251, 0.18);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-top-side--inner {
    height: auto;
    padding: 0;
}

.main-top-side--inner .mailingbox__title {
    font-family: 'Gilroy';
}

.main-top-side--inner .sub-form-wrap.sub-form-wrap--flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main-top-side--inner .sub-form-wrap input[type=email] {
    flex: 0 0 100%;
}

.main-top-side--inner .sub-form-check {
    flex-direction: column;
    flex: 0 0 auto;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    gap: 15px;
}

.main-top-side--inner .sub-form-wrap .button {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    min-width: 130px;
    margin-top: 15px;
}

.main-top-side--inner .adv {
    padding: 0px;
}

/*@media screen and (max-width: 1280px) {*/
/*	.header-nav--right{*/
/*		padding-left: 15px;*/
/*	}*/
/*	.header-links a:last-child{*/
/*		display: none;*/
/*	}*/
/*	.header-nav--flex {*/
/*		flex-wrap: wrap;*/
/*		position: relative;*/
/*		top: -23px;*/
/*	}*/
/*	.header-day{*/
/*		margin-left: 0;*/
/*	}*/
/*}*/
.box-author{
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}
@media screen and (max-width: 1320px) {
    .header-links a:last-child {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .header-nav--right {
        display: none;
    }
}

@media screen and (min-width: 981px) {
    .header.hidden {
        top: -192px;
    }

    .header-top {
        padding: 24px 0;
    }

    ul.footer-nav-list {
        display: flex;
        flex-wrap: wrap;
        /*gap: 0;*/
        flex-direction: column;
        height: 293px;
    }

    ul.footer-nav-list>li {
        width: 23%;
        order: 0;
    }

    .footer-nav-list #nav-menu-item-41719 {
        order: 2;
    }

    .footer-nav-list #nav-menu-item-41713 {
        order: 1;
        width: 64%;
    }

    .footer-nav-list #nav-menu-item-312561 {
        order: 0;
    }

    .footer-nav-list #nav-menu-item-278274 {}

    .footer-nav-list #nav-menu-item-41713 .subnav {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .footer-nav-list .header-submenu.subnav.subnav-list.level-0>li {
        width: 33.333%;
    }

    .footer-nav-list .header-submenu.subnav.subnav-list.level-0>li>a {
        height: 20px;
    }

    .footer-nav-list .header-submenu.subnav.subnav-list.level-0 {
        padding: 10px 0 !important;
    }

    .footer-content {
        overflow: hidden;
    }

    #wrapper {
        padding-top: 191px;
    }

    .header-line .header-nav-item:hover svg {
        filter: none;
    }

    .header-line .header-nav-item {
        transition: .3s;
    }

    .header-line .header-nav-item:hover {
        color: #274BC8;
        background: #fff;
    }

    .header-line .header-nav-item svg,
    .header-line .header-nav-item use {
        fill: #fff;
        transition: .3s;
    }

    .header-line .visually-hidden svg:hover .blue,
    .header-line .header-nav-item use:hover .blue {
        fill: red !important;
        transition: .3s;
    }

    .header-line .header-nav-item:hover svg,
    .header-line .header-nav-item:hover use {
        fill: #274BC8 !important;
    }
}

@media (max-width: 1200px) {
    .main-top,
    .main-section{
        max-width: 100%;
    }
    .main-box-big {
        width: calc(70% - 20px);
    }
    .main-box-min {
        width: 30%;
    }
    .best__list {
        flex-wrap: wrap;
    }

    .best {
        align-items: flex-start;
    }

    .main-top-content {
        width: 100%;
        padding-right: 0 !important;
        height: auto;
    }

    .main-top-side .box {
        width: 100%;
    }

    .header-nav {
        padding: 0 0 0 24px;
    }
}

@media (max-width: 980px) {
    .main-top-content {
        height: auto;
        margin-bottom: 0;
    }

    .main-top-side {
        height: auto;
        padding: 0;
        display: none;
    }

    .main-top-side-box {
        max-height: max-content;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    img#arr-pink {
        display: none;
    }

    img#arr-blue {
        display: none;
    }

    .best {
        padding: 0;
    }

    .main-top-side .box {
        margin-top: 0 !important;
        display: block !important;
        width: calc(50% - 16px);
    }

    .main-top-side-box .box-text {
        height: auto;
        max-height: none;
    }

    .main-top-line.main-box {
        background: transparent;
    }

    .item-wrap {
        background: rgba(49, 94, 251, 0.05);
        border-radius: 8px;
        padding: 8px;
        margin-bottom: 12px;
        height: auto !important;
        width: 100%;
    }
    .main-box-big .box-title {
        font-size: 20px;
        margin: 0 0 6px;
        line-height: 1.3;
        min-height: auto;
    }
    .main-box:not(.main-top-line) .main-box-big {
        margin-bottom: 0;
        width: 100%;
    }
    .main-box:not(.main-top-line) .main-box-min {
        gap: 0;
        width: 100%;
    }
    .main-box-big .item-wrap .box,
    .main-box-min .item-wrap .box{
        width: 100%;
    }
    .box-text p {
        max-height: none;
    }

    #wrapper {
        padding-top: 50px;
    }
    .main-top .item-wrap .box-stat{
        order: 0;
        margin: 0;
        padding: 0;
    }
    .main-box-min .box-content{
        padding: 28px 32px 26px;
    }

}

@media (max-width: 740px) {
    .result-content {
        width: 100%;
        padding-right: 32px;
    }

    .result-item {
        flex-wrap: wrap;
        padding: 0px 0px 32px;
    }

    .result-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .result-img img {
        border-radius: 0px;
    }

    .footer-side {
        flex-wrap: wrap;
    }

    .footer-logo {
        flex: 0 0 auto;
    }

    .footer-about {
        width: auto;
        flex: 1 1 0;
    }

    .footer-side-menu {
        flex: 0 0 100%;
    }

    .footer-icon-nav .top-icon-menu {
        justify-content: center;
        gap: 40px;
    }
    .main-top .box-content {
        padding: 16px 12px;
    }
}

@media (max-width: 768px) {
    .header {
        top: 0 !important;
    }


}

@media (max-width: 580px) {
    .iframe-box {
        padding: 8px 16px 16px 16px;
    }

    .main-top-side .box {
        width: 100%;
        margin-bottom: 16px;
    }

    .box-text,
    .box-min .box-text {
        font-size: 12px;
        line-height: 15px;
        -webkit-line-clamp: none;
        max-height: 100%;
        overflow: visible;
    }

    .item-wrap .box-title {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 110%;
        color: #2A3142;
    }

    .box-block .box-content {
        padding: 16px 12px;
    }
    .main-box-min .box-content {
        padding: 16px 12px;
    }

    .box-text {
        height: auto;
    }

    .result-item {
        width: 100%;
        margin: 0 0 16px;
    }
}

.content-block {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 42px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 12px 0 rgba(49, 94, 251, 0.05);
    overflow: hidden;
}

.block-container {
    padding: 52px 32px;
}

.block-header {
    margin-bottom: 49px;
}

.content-block .block-title {
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #2A3142;
    margin: 0;
}

.ideas-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 968px;
}

.idea-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.idea-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.idea-text {
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #2A3142;
    position: relative;
    padding-left: 32px;
}

.idea-text::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACq0lEQVRIS8WXTXISQRTH+w1fq2i8AVm4SKBKIKbK5YSg5TI5gckJgBMETiCeAHKCZGkpX0urFJgqM2HhImw1iwSyggzd9puyzTjOdPeQKp0VM/Omf/1/X/0A8p8uWJWbe/E6jd9an95PVllDG5wz99cXs1mZMWYCAdMLY4T1DYCTRDLZ192IFnhz+9V+jDpNSsg6AvlHN0AMC38zQnPs13N+OwEgdXvYbam8oARvFYrHfPWaC2TQgjicnH9p970LZ3Ze5qjjVLgn3rjPgdQuht26DC4Fb+6YZXCMhqswZhz4gf6Fs89LJlvSU/QAV17lyhth8FAwJo8zX4zQvRCP5e3PH13Xqi5Uz5zlCDebSCXzYTEPBWe295qMskMDjPr5sO26WvfKFko1yugxALyzh51K0Hfh4HzxGl2WTCU3dDNVAExeAVfT2SXe26PuE20wxoouaQ/LZDzq7eoq9dpl86UeJdS842H6FhCmQMVYPkCd01XcLOCZwl6D13yZJ9lRUHkFgjOF4iFjpPkQ8H2cVwDLkkPlfqGYGXAwHnTO/PaBip/ykkjwkvjnMcbdZR6Q1dgDFvPFJd/4hCfnhnZWo6GI0SqqRQ+Qda/QOsZa/D6d8g4EaZ3eK1SJ3i5Ti7bSXo0um8/nPYSDAS170DmSJZVQitBUKrUrazzK08kLl5WXV6kKqlQs1CH8jh8YeJ94/GjD6p/deJVjWH5MZ9f4TLfFKhXfd6JihQA8S6ytVYPAV7e3b9mSTS4s+Tks1tMGqxpG1PfaYGyjfNxJywBLMKzx4MNfXSpSHfuNxWkjA+NoZFvyzI/sanesoVSqGAxjohqPIoOjxlBlrx3j39nNRyLqUx5nMeur1a6qYN73kcFb+SKONH+4fJV+Hhks/rr41UWdyyKDo7hTZvsTV+thLs8+uFEAAAAASUVORK5CYII=) center no-repeat;
    background-size: contain;
}

.opinion-content,
.author-content {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 0;
}

.author-content {
    margin-bottom: 49px;
}

.author-avatar-container {
    flex-shrink: 0;
}

.author-avatar {
    width: 155px;
    height: 155px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

.opinion-text,
.author-description {
    flex: 1;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #2A3142;
}

.opinion-text p,
.author-description p {
    margin-bottom: 16px;
}

.opinion-text p:last-child,
.author-description p:last-child {
    margin-bottom: 0;
}

.articles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.articles-title {
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #2A3142;
}

.view-all-btn {
    display: flex;
    padding: 15px 53px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #274BC8;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: 38px;
}

.view-all-btn:hover {
    background: #1e3a9c;
}

.view-all-btn:active {
    background: #152d7a;
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-item {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.article-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px 0 rgba(49, 94, 251, 0.25);
}

.article-image {
    width: 70px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.article-title {
    flex: 1;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-title a {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #2A3142;
}

body a.author-link {
    color: #2A3142;
}

.article-part ul.pagination-list {
    margin: 0px;
    padding: 0px;
}

.article-part ul.pagination-list li {
    list-style-type: none;
}

.box-author {
    display: flex;
    height: 14px;
    padding-top: 2px;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 12px;
    line-height: 12px;
}

@media (max-width: 1023px) {
    .content-block {
        max-width: 768px;
        margin-bottom: 32px;
    }

    .block-container {
        padding: 40px 24px;
    }

    .block-header {
        margin-bottom: 32px;
    }

    .content-block .block-title {
        font-size: 28px;
    }

    .opinion-content,
    .author-content {
        gap: 24px;
    }

    .author-content {
        margin-bottom: 32px;
    }

    .author-avatar {
        width: 120px;
        height: 120px;
    }

    .opinion-text,
    .author-description {
        font-size: 18px;
    }

    .articles-title {
        font-size: 22px;
    }

    .view-all-btn {
        padding: 12px 40px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .content-block {
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .block-container {
        padding: 24px 16px;
    }

    .block-header {
        margin-bottom: 24px;
    }

    .content-block .block-title {
        font-size: 24px;
        letter-spacing: 0.24px;
    }

    .idea-text {
        font-size: 18px;
    }

    .idea-text::before {
        width: 27px;
        height: 27px;
    }

    .opinion-content,
    .author-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .author-content {
        margin-bottom: 24px;
    }

    .content-block.author-block .author-avatar {
        width: 155px !important;
        height: 155px !important;
    }

    .opinion-text,
    .author-description {
        font-size: 16px;
        text-align: left;
    }

    .articles-header {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .articles-title {
        font-size: 20px;
        text-align: center;
    }

    .view-all-btn {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
    }

    .article-item {
        padding: 10px;
        gap: 10px;
    }

    .article-image {
        width: 70px !important;
        height: 40px !important;
    }

    .article-title {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .block-container {
        padding: 20px 12px;
    }

    .content-block .block-title {
        font-size: 22px;
    }

    .idea-item {
        gap: 8px;
    }

    .idea-icon {
        width: 24px;
        height: 24px;
    }

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

    .idea-text::before {
        width: 24px;
        height: 24px;
    }

    .author-avatar {
        width: 80px;
        height: 80px;
    }

    .opinion-text,
    .author-description {
        font-size: 15px;
    }

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

@media (min-width: 1440px) {
    .content-block {
        max-width: 1400px;
    }

    .block-container {
        padding: 60px 40px;
    }

    .ideas-list {
        max-width: 1100px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .author-avatar,
    .article-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

.header-line-block--mobile,
.header-line-block--mobile-nav {
    display: none;
}

@media (max-width: 980px) {

    .header-line-block--mobile-nav,
    .header-line-block--mobile {
        display: flex;
    }

    .header-block {
        flex-direction: row;
        justify-content: space-between;
        height: 50px;
        align-items: center;
    }

    .header-line-block--mobile .header-nav-item {
        padding: 0;
        width: 32px;
        font-size: 0 !important;
        gap: 0;
        margin: 0 16px!important;
    }
    .header-line-block--mobile .menu-item:first-child .header-nav-item {
        width: 38px;
    }

    .header-line-block--mobile .header-nav-item svg {
        display: block;
        fill: #fff;
        margin: 0 auto !important;
    }

    .header-block-top {
        width: 160px;
    }

    .mob-search-view {
        display: block;
        margin-left: 24px;
    }

    .mob-search-view .header-search {
        width: 36px;
        background: rgba(68, 104, 229, 0.4);
    }
    .header-nav {
        top: 50px;
        padding: 35px 20px;
    }

    .lock .header-line-block.header-line-block--mobile {
        display: none;
    }

    .lock .header-block-top {
        width: 100%;
        transition: .5s;
    }

    .header-line-block--mobile-nav .top-header-nav-list .header__menu-link.header-nav-item {
        position: relative;
        display: flex;
        gap: 0;
        min-height: 56px;
        padding: 10px 35px;
        color: #fff;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        font-size: 26px;
        line-height: 32px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 75px;
        white-space: normal;
    }

    .header-line-block--mobile-nav .top-header-nav-list {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 0 0 24px;
        margin: 0 0 24px;
        border-bottom: 2px solid #4ADE80;
    }

    .header-line-block--mobile-nav .top-header-nav-list .header__menu-link.header-nav-item svg {
        display: block;
        fill: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-left: 43px;
        min-width: 23px;
        height: auto;
        max-width: 27px;
    }
    .header-line-block--mobile-nav .top-header-nav-list li:first-child .header__menu-link.header-nav-item svg {
        transform: scale(1.5) translate(-6px, -40%);
        position: absolute;
        left: -3px;
    }
    .mob-nav-top .td-social-icon-wrap i {
        color: #fff;
    }

    .mob-search-view .td-drop-down-search #td-header-search {
        display: block;
    }

    .mob-search-view .td-drop-down-search .btn {
        margin: 0 !important;
        top: 0 !important;
    }
}

@media(max-width: 680px) {
    .header-line-block--mobile .top-header-nav-list .header__menu-link.header-nav-item {
        width: auto;
        margin: 0 6px!important;
    }

    .header-line-block--mobile {
        flex: 1 1 auto;
    }

    .header-line-block--mobile ul.top-header-nav-list {
        justify-content: space-around;
    }

    .header-line-block--mobile .top-header-nav-list .header__menu-link.header-nav-item svg {
        max-width: 27px;
        max-height: 19px;
    }

    .mob-search-view {
        margin-left: 16px;
    }
}

@media (max-width: 450px) {
    .header-line-block--mobile {
        display: none;
    }

    .header-block-top {
        width: 100%;
    }
}

/* dgl authors opinion block tweaks */
.opinion-block .author-avatar-container {
    text-align: center;
}

.opinion-block .author-avatar {
    display: block;
    margin: 0 auto;
}

.opinion-block .author-name {
    margin-top: 6px;
    text-align: center;
    font-weight: 500;
}

.opinion-block .author-name .author-name-link {
    color: inherit;
    text-decoration: none;
}

.opinion-block .author-name .author-name-link:hover {
    text-decoration: underline;
}

/* hide author avatar on author pages (CPT dgl_author) */
.header-block-top {
    align-items: flex-end;
}

.slider-container {
    position: relative;
    width: 100%;
    margin: 32px auto 0;
}

.slider-wrapper {
    position: relative;
    margin-bottom: 0;
}

.product-slider {
    overflow: hidden;
    opacity: 0;
    height: 120px;
    transition: opacity .3s;
}

.product-slider.slick-initialized.slick-slider {
    opacity: 1;
    height: auto;
    padding: 0 2px;
}

.product-card {
    display: flex !important;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
    margin: 0 10px;
    /* height: 142px; */
    outline: none;position: relative;
    height: auto;
    /* min-height: 100%; */
    flex: 1 1 auto;
}
.product-card img,
.product-card picture{
    align-self: center;
}
.product-image {
    width: 75px;
    height: 110px;
    aspect-ratio: 15/22;
    border-radius: 8px;
    object-fit: contain;
    flex-shrink: 0;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    height: 100%;
    align-self: flex-start;
}

.product-title {
    align-self: stretch;
    color: #2244cc;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    transition: .3s;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* height: 48px; */
    margin-bottom: 12px;
}

.product-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: #2a3142;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 5px;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.product-price {
    color: #2244cc;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.product-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 10;
}

.btn-review,
.btn-view {
    display: flex;
    width: 100px;
    height: 24px;
    padding: 5px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-family: 'Gilroy', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease;
    /* position: relative; */
}

.btn-review {
    background: #ff60f0;
    position: relative;
    z-index: 10;
}
.btn-review:hover {
    background: #fff;
    color: #e54dd8;
    box-shadow: inset 0 0 1px 1px #e54dd8;
}
.btn-view {
    background: #274bc8;
}
.btn-view:hover {
    background: #fff;
    color: #1e3aa0;
    box-shadow: inset 0 0 1px 1px #1e3aa0;
}
.product-card__link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-card__link:hover .product-title{
    color:#ff60f0;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 19px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    font-size: 0 !important;
    background: #ced9f8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAcklEQVQYV2NkIBIwYlOn6nFl/38GxgN3dmg3wuSxKtTwOK7AwC65/8/PrwtgirEqBJmCrphR1fW8AQML+3lGJmasrmVh52X4/fmlIX4TOST2//v1aeGtbfoNuN2IpAhkFXaFPrf3//v37SDIJLy+xuZYAE45M3P/z9M0AAAAAElFTkSuQmCC") center no-repeat;
}

.slick-prev {
    left: -55px;
    transform: translateY(-50%) rotate(180deg);
}

.slick-next {
    right: -55px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #3360FF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAX0lEQVQYV2NkIBIwIqv7//9//d+/fx1YWFgc0fXDFYIUAXECIyOjIxA/wKqQkCKQJkagIgOgdeeBpmB1LUgciA3BskDFDUAcj8tasIkwYwgpRvd1A1CjPchknL4mFJwAWSYyNwc6uGoAAAAASUVORK5CYII=") center no-repeat;
}

.slick-prev:hover {
    transform: translateY(-50%) rotate(0);
}

.slick-next:hover {
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1420px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev,
    .slick-next {
        width: 13px;
        background-size: 8px 7px !important;
    }

    .slider-wrapper {
        max-width: 100%;
        padding: 0 24px;
        position: relative;
    }

    .product-image {
        width: 49px;
        height: auto;
    }

    .product-price {
        font-size: 16px;
    }

    .btn-review,
    .btn-view {
        width: 90px;
        height: 22px;
        padding: 4px 5px 5px;

        font-size: 11px;
        font-weight: normal;
    }
}

@media (max-width: 1200px) {
    .slider-container {
        padding: 0 30px;
    }

    .product-info {
        gap: 6px;
    }
}

@media (max-width: 992px) {
    .product-card {
        gap: 6px;
        padding: 8px 11px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        padding: 0 15px;
    }

    .btn-review,
    .btn-view {
        width: 90px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .product-card {
        margin: 0 2px;
        padding: 12px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-price {
        font-size: 14px;
        white-space: nowrap;
    }

    .btn-review,
    .btn-view {
        width: 78px;
        font-size: 10px;
        padding: 5px 5px;
    }
}

.slick-track {
    display: flex;
    /* align-items: center; */
}

.slick-slide {
    /* height: inherit; */
}

.slick-list {
    margin: 0 -10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy', 'Open Sans', arial, sans-serif;
    color: #2A3142;
    font-weight: 600;
}
h1 {
    font-weight: 700;
}
.article-part h2{
    margin-bottom: 32px;
}
.article-part h3 {
    margin-bottom: 24px;
}
.article-part h4 {
    margin-bottom: 16px;
}
.article-part table th,
.article-part table td {
    border: none;
    border-radius: 0;
}
.article-part td:last-child{
    border-radius: 0 8px 8px 0;
}
.article-part tr th {
    background: #ffffff;
}
.tech {
    margin-bottom: 42px;
}
.tech-block{
    overflow: auto;
}
.article-part p,
.article-part li{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #2A3142;
}
.article-start a {
    position: relative;
}
.article-start .prize-1 {
    position: absolute;
    top: 32px;
    right: 32px;
}
.article-start-line {
    top: auto;
    bottom: 32px;
    left: 32px;
}
.article-top .excerpts {
    line-height: 1.5em;
}
blockquote {
    margin-bottom: 32px;
}
blockquote p {
    text-transform: none;
}
.article-part .iframe-box {
    margin-bottom: 32px;
}
.article-wrap .sub-form-block {
    margin: 32px 0;
}
@media (max-width: 1460px) {
    blockquote {
        margin: 0 0 32px;
    }
}
@media (max-width: 768px) {
    .tech {
        margin-bottom: 32px;
    }
    .slick-list {
        margin: 0 -5px;
    }
    .result-item--small .result-title {
        font-size: 16px;
        line-height: 1.1;
        margin: 0;
    }
    .result-item--small .result-text {
        font-size: 12px;
        line-height: 1.1;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .result-item--small .result-content .result-line {
        font-size: 12px;
        margin: 0;
    }
    .result-item.result-item--small {
        padding: 15px;
        flex-wrap: nowrap;
        margin-bottom: 24px;
    }
    .result-item.result-item--small .result-content{
        padding-left: 15px;
        padding-right: 0;
        gap: 5px;
    }
    .result-item.result-item--small .result-img {
        width: 33%;
        min-height: 80px;
        margin-bottom: 0;
        min-width: 33%;
        border-radius: 10px;
        overflow: hidden;
    }
    .result-item.result-item--small .result-title .box-change{
        font-size: 10px;
        padding: 1px 3px 0;
        top: -3px !important;
    }
}

/*@media (max-width: 560px) {*/
/*    .result-item.result-item--small .result-author {*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 480px) {
    .slick-list {
        margin: 0 -2px;
    }
}
.result-item.result-item--small .result-author {
    margin: 1px 2px 0 0;
    font-size: 12px;
}
.up {
    position: fixed;
}
.main-box-min .item-wrap {
    width: 100%;
    height: calc(50% - 8px);
}
.main-box-min .item-wrap .box {
    height: 100%;
}
.item-wrap .label-item {
    margin-top: 0;
}
.item-wrap .result-labels {
    margin-bottom: 4px;
}
.facetwp-facet {
    float: left;
    display: inline;
    padding: 0 7px;
    margin-left: 1px;
    position: relative;
}
.search-sort {
    display: block;
    margin: 0 -7px;
}
.search-sort::after{
    content: '';
    display: block;
    clear: both;
}
.facetwp-facet select {
    display: block;
    cursor: pointer;
}
.facetwp-facet select:hover{
    color: #ff60f0;
}
.facetwp-facet + .facetwp-facet::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background:#8391A0;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.search-info {
    margin: 0 0 18px;
}
.search-info .tags {
    margin: 0;
}
.facetwp-facet select option {
    color: #2A3142!important;
}
.result-content {
    gap: 10px;
}
.result-title .box-change {
    margin: 0;
    position: relative;
    top: -4px;
}
.footer {
    position: relative;
    z-index: 100;
}
@media(max-width: 1580px) {
    .up {
        width: 40px;
    }
    .up-block {
        width: 9px;
        font-size: 0px;
        justify-content: flex-start;
        margin: 0px auto;
        gap: 0px;
    }
}
@media(max-width: 1400px) {

    .up {
        width: 75px;
        height: 75px;
        bottom: 0;
        right: 0;
        top: auto;
        left: auto;
        z-index: 99;
        background: rgba(225, 229, 244, 1);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        display: block;
    }
    .up.visible {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    .up-block {
        width: 75px;
        font-size: 12px;
        justify-content: space-between;
        margin: 0px auto;
        gap: 0px;
        padding: 23px 0 27px;
        flex-direction: column;
        height: 100%;
        text-align: center;
    }
}
.main-title {
    order: -1;
}
.main-title .main-top-line.main-box {
    margin: 42px 0 10px;
    background: none;
    align-items: self-start;
}
.main-top--inner .main-top-line.main-box{
    margin: 0 !important;
}
.main-title .main-top {
    margin-bottom: 0;
}
@media (max-width: 1240px) {
    .main-title h1 {
        font-size: 32px;
    }
}
@media (max-width: 1024px) {
    .main-title h1 {
        font-size: 28px;
    }
}
@media(max-width: 980px){
    .main-title .main-box-big {
        width: 100%;
        order: -1;
        margin-bottom: 24px;
    }
    .main-top-line.main-box .main-box-min,
    .main-top-line.main-box .main-box-big {
        width: 100%;
    }
    .main-top--inner  .main-top-line.main-box .main-box-min {
        display: none;
    }
    .main-title .main-top-line.main-box {
        margin: 32px 0 0;
    }
    .main-title h1 {
        line-height: 1.2;
    }
}

.box-date--icons{
    padding: 0;
    background: none;
    flex-wrap: wrap;
    height: auto;
}
.icon-up{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzY5MzFfNzY5MjMiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiPgo8cGF0aCBkPSJNNi41IDEyLjVDOS44MTM4IDEyLjUgMTIuNSA5LjgxMzggMTIuNSA2LjVDMTIuNSAzLjE4NjIgOS44MTM4IDAuNSA2LjUgMC41QzMuMTg2MiAwLjUgMC41IDMuMTg2MiAwLjUgNi41QzAuNSA5LjgxMzggMy4xODYyIDEyLjUgNi41IDEyLjVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjM2MjQxIDcuNEM4Ljk4MDIxIDguNjE3MSA3Ljg0MzIxIDkuNSA2LjQ5OTgxIDkuNUM1LjE1NjQxIDkuNSA0LjAxOTQxIDguNjE3MSAzLjYzNzIxIDcuNFY5LjJNOS4zNjI0MSAzLjhWNS42QzguOTgwMjEgNC4zODI5IDcuODQzMjEgMy41IDYuNDk5ODEgMy41QzUuMTU2NDEgMy41IDQuMDE5NDEgNC4zODI5IDMuNjM3MjEgNS42IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzY5MzFfNzY5MjMpIj4KPHBhdGggZD0iTS0wLjcwMDE5NSAtMC42OTk5NTFIMTMuNjk5OFYxMy43SC0wLjcwMDE5NVYtMC42OTk5NTFaIiBmaWxsPSIjMjI0NENDIi8+CjwvZz4KPC9zdmc+Cg==) left 1px no-repeat;
}
.icon-pub{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjEwIiByeD0iNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMTQgMy41KSIgZmlsbD0iI0ZGODBGMCIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPHBhdGggZD0iTTEwLjg4MjggMy45ODQ4N0w3LjI4Mjk4IDAuNjA5OTc5QzcuMjQ1ODQgMC41NzUxMTMgNy4yMDE3MiAwLjU0NzQ1NSA3LjE1MzE3IDAuNTI4NTg0QzcuMTA0NjEgMC41MDk3MTIgNy4wNTI1NiAwLjUgNyAwLjVDNi45NDc0NCAwLjUgNi44OTUzOSAwLjUwOTcxMiA2Ljg0NjgzIDAuNTI4NTg0QzYuNzk4MjggMC41NDc0NTUgNi43NTQxNiAwLjU3NTExMyA2LjcxNzAyIDAuNjA5OTc5TDMuMTE3MjIgMy45ODQ4N0MzLjA0MjE2IDQuMDU1MjMgMyA0LjE1MDY2IDMgNC4yNTAxN0MzIDQuMzQ5NjggMy4wNDIxNiA0LjQ0NTExIDMuMTE3MjIgNC41MTU0OEMzLjE5MjI3IDQuNTg1ODQgMy4yOTQwNiA0LjYyNTM3IDMuNDAwMiA0LjYyNTM3QzMuNTA2MzQgNC42MjUzNyAzLjYwODEzIDQuNTg1ODQgMy42ODMxOCA0LjUxNTQ4TDYuNjAwMDIgMS43ODA0MVY5LjEyNTAxQzYuNjAwMDIgOS4yMjQ0NyA2LjY0MjE2IDkuMzE5ODQgNi43MTcxNyA5LjM5MDE3QzYuNzkyMTggOS40NjA0OSA2Ljg5MzkyIDkuNSA3IDkuNUM3LjEwNjA4IDkuNSA3LjIwNzgyIDkuNDYwNDkgNy4yODI4MyA5LjM5MDE3QzcuMzU3ODQgOS4zMTk4NCA3LjM5OTk4IDkuMjI0NDcgNy4zOTk5OCA5LjEyNTAxTDcuMzk5OTggMS43ODA0MUwxMC4zMTY4IDQuNTE1NDhDMTAuMzkxOSA0LjU4NTg0IDEwLjQ5MzcgNC42MjUzNyAxMC41OTk4IDQuNjI1MzdDMTAuNzA1OSA0LjYyNTM3IDEwLjgwNzcgNC41ODU4NCAxMC44ODI4IDQuNTE1NDhDMTAuOTU3OCA0LjQ0NTExIDExIDQuMzQ5NjggMTEgNC4yNTAxN0MxMSA0LjE1MDY2IDEwLjk1NzggNC4wNTUyMyAxMC44ODI4IDMuOTg0ODdaIiBmaWxsPSIjMzM2MEZGIiBzdHJva2U9IiMyMjQ0Q0MiLz4KPC9zdmc+Cg==) left 1px no-repeat;
}
.icon-pub,
.icon-up{
    padding-left: 18px;
    background-size: 14px;
    line-height: 14px;
    height: 15px;
    margin-left: 15px;
    padding-top: 1px;
}
.stat-tags .tag,
.tag {
    height: 20px;
    font-size: 12px;
    line-height: 14px;
}
@media screen and (max-width: 740px) {
    .stat-tags-text {
        margin: 0;
    }
}
.breadcrumbs {
    padding: 0 0 14px;
}
.breadcrumbs li {
    font-size: 14px;
}
@media screen and (max-width: 1024px) {
    .breadcrumbs {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
}
.article-part{
    background: none;
    margin: 0;
}
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
    width: auto!important;
    background: #fff;
}
.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
    max-width: 100%!important;
    max-height: 100%!important;
    object-fit: contain;
}
.td-gallery-slide-top {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(49, 94, 251, 0.18);
    z-index: 10;
    color: #2d2d2d;
}
.td-gallery-controls-wrapper {
    color: #2d2d2d;
    height: 38px;
}
.td-doubleSlider-2.td_center_slide2 {
    background: #fff;
    box-shadow: 0 -1px 4px 0 rgba(49, 94, 251, 0.18);
    z-index: 10;
    position: relative;
}
.post_td_gallery {
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(49, 94, 251, 0.18);
    margin-bottom: 32px;
}
.td-doubleSlider-2 .td-button .td-border {
    border-color: #274BC8 !important;
}
.mob-search-view .td-drop-down-search #td-header-search {
    line-height: 15px;
    font-size: 13px !important;
}
.article-top .tags {
    margin: 11px 0 25px;
}
@media(max-width: 740px){
    .box-date--icons {
        flex-direction: column;
        font-size: 0;
        line-height: 0;
        white-space: nowrap;
    }
    .box-date.box-date--icons span {
        font-size: 12px;
        text-align: right;
        padding-right: 20px;
        background-position-x: right;
        padding-left: 0;
        margin: 4px 0;
    }
}
.article-author__no-photo {
    background: #CED9F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.article-author__no-photo img {
    width: auto;
    height: auto;
}
.article-author-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compact-wrap {
    display: flex;
    gap: 32px;
}
.compact-wrap .compact {
    flex: 1;
    margin: 0;
}
.compact-content {
    padding: 12px;
}
.compact-img {
    padding: 12px 0 12px 12px;
    width: 82px;
    min-width: 82px;
    height: 64px;
}
.compact-img img {
    border-radius: 8px;
}
@media(max-width: 1024px) {
    .compact-wrap {
        flex-wrap: wrap;
        gap: 26px;
    }
    .compact-wrap .compact{
        width: 100%;
        flex: auto;
    }
}
@media(max-width: 980px) {
    .box-block .item-wrap {
        width: 100%;
        background: transparent;
        padding: 0;
        margin-bottom: 15px;
    }
    .box-block .item-wrap .result-item {
        margin: 0!important;
        padding: 15px;
    }
    .box-block .main-top {
        margin: 0;
    }
}
@media(max-width: 740px) {
    .main-top .box-title{
        display: block;
    }
    .box-block .item-wrap .result-title .box-change-sm,
    .main-top .box-title .box-change-sm {
        min-height: 18px;
        display: inline-flex;
        font-size: 12px;
        line-height: 12px;
        position: relative;
        top: -2px;
    }
    .box-block .item-wrap .result-item {
        padding: 0;
    }
    .box-block .item-wrap .result-content {
        padding: 16px 12px;
    }
    .box-block .item-wrap .result-title {
        min-height: 30px;
        overflow: hidden;
        font-size: 20px;
        margin: 0px 0px 6px;
        line-height: 1.3;
        font-weight: 600;
    }
    .box-block .item-wrap .result-img {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        min-height: 148px!important;
    }
    .box-block .item-wrap .result-img img {
        border-radius: 0px;
        position: absolute;
        height: 100% !important;
        width: 100%;
    }
    .box-block .item-wrap .box-text,
    .box-block .item-wrap .result-text {
        font-size: 16px;
        line-height: 1.4;
        height: auto;
        max-height: none;
        -webkit-line-clamp: 3;
    }
    .box-block .item-wrap .result-stat {
        font-size: 14px!important;
        font-weight: 600;
    }
    .box-block .item-wrap .result-item .result-content .result-line{
        margin: 0;
    }
}
