.grecaptcha-badge {
    visibility: hidden;
}

.news-automatic {
    padding-bottom: 20px;
}
.news-automatic-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.news-automatic-row {
    /* display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 40px; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-automatic-row:last-child {
    margin-bottom: 0 !important;
}
.news-automatic-item {
    position: relative;
    padding: 20px 20px 30px;
    min-height: 247px;
    width: 386px;
    margin-right: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url('../img/news-active-2.png') center center/cover no-repeat;
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
}
.news-automatic-item .item-name, 
.news-automatic-item .item-date,
.news-automatic-item .item-theme {
    position: relative;
    z-index: 2;
}
.news-automatic-item .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    pointer-events: none;
    z-index: 0;
}
.news-automatic-item .item-name {
    border-left: 1px solid #ee2250;
    padding-left: 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #ee2250;
    text-transform: uppercase;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
}
/* .news-automatic-item .item-image + .item-name {
    display: none;
} */
.news-automatic-row-bott {
    display: flex;
    align-items: center;
    margin-top: auto;
}
.news-automatic-item .item-date,
.news-automatic-item .item-theme {
    margin-right: 10px;
    background: #ee2250;
    padding: 5px;
    border-radius: 2px;
    color: #fff;
    line-height: normal;
    font-size: 13px;
    font-weight: 600;
}
.news-automatic-item .item-theme {
    margin: 0;
}
.news-automatic-item.past {
    background: url('../img/news-past-2.png') center center/cover no-repeat;
}
.news-automatic-item.past .item-date,
.news-automatic-item.past .item-theme {
    background: #949494;
}

@media (max-width: 1400px) {
    .news-automatic-item {
        margin-bottom: 20px;
        margin-right: 20px;
        min-height: 200px;
        width: 315px;
    }
    .news-automatic-item .item-name {
        font-size: 14px;
    }
    .news-automatic-row {
        /* grid-template: auto / 1fr 1fr;
        gap: 20px; */
        margin-bottom: 10px;
    }
    .news-automatic-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media (max-width: 800px) {
    .top-banner-mobile-change {
        background: url(../img/new-ban/mobile-banner-back.png) center center/cover no-repeat !important
    }
}
@media (min-width: 700px) {
    .top-banner-mobile-change .top-banner-title2 br {
        display: none;
    }
}
@media (max-width: 600px) {
    .news-automatic-item .item-name{
        font-size: 13px;
    }
    /* .news-automatic-row {
        grid-template: auto / 1fr;
    } */
}
@media (max-width: 500px) {
    .news-automatic-item {
        padding: 10px;
    }
}
@media (max-width: 430px) {
    .news-automatic-item {
        margin-right: 10px;
        margin-left: 10px;
        min-height: 48vw;
    }
}

.review-new {
    width: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 20px;
}
.review-new:last-child {
    margin-bottom: 0 !important;
}
.review-new-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.review-new-head img {
    max-height: 48px;
    margin-right: 28px;
}
.review-new-title {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}
.review-new-title strong,
.review-new-title b {
    font-weight: 600;
    font-size: 22px;
    display: block;
}
.review-new-title br {
    display: none;
}
.review-new-title p {
    margin: 0 !important;
    padding: 0 !important;
}
.review-new-body {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    line-height: normal;
    text-align: left;
}
.review-new-body p {
    padding: 0 !important;
    margin: 0 0 15px !important;
}
.review-new-body p:last-child {
    margin-bottom: 0 !important;
}
.review-new-body svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: auto;
}
.review-new-btn {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 10px 50px;
    background: #ee2250;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 700px) {
    .review-new {
        padding: 20px 8px;
    }
    .review-new-head {
        flex-direction: column;
        align-items: center;
    }
    .review-new-title {
        text-align: center;
    }
    .review-new-title strong,
    .review-new-title b {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .review-new-body svg {
        width: 22px;
    }
    .review-new-body {
        padding-left: 0;
        padding-top: 25px;
        font-size: 16px;
    }
    .review-new-btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 16px;
    }
    .review-new-head img {
        height: 40px;
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
        width: auto;
    }
}

.press-new {
    display: grid;
    grid-template: auto / repeat(2, 1fr);
    gap: 50px 8%;
    line-height: normal;
}
.press-new-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.press-new-item img {
    /* box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); */
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.1));
    margin-bottom: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
    max-width: 100% !important;
}
@media (max-width: 1200px) {
    .press-new {
        gap: 30px 8%;
    }
}
@media (max-width: 600px) {
    .press-new {
        grid-template: auto / 1fr;
    }
    .press-new-item {
        font-size: 16px;
    }
    .press-new-item img {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
}

.accord-report__item strong {
    display: flex;
    align-items: center;
}
.accord-report__item strong img {
    margin-left: 0;
    margin-right: 10px;
    transform: none;
}
.accord-report__default img {
    height: auto !important;
    object-fit: contain;
}
.accord-report__default .mobile-apps-screen {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.accord-report__default .mobile-apps-screen > * {
    max-width: 310px;
    width: 100%;
}
.accord-report__default .mobile-apps-screen > * img {
    width: 100% !important;
    max-width: 100% !important; 
}
@media (max-width: 500px) {
    .accord-report__default .mobile-apps-screen > * {
        max-width: 100%;
    }
}

.page-thanks {
    line-height: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}
.page-thanks__container {
    display: flex;
}
.page-thanks__text {
    display: flex;
    align-items: flex-start;
    font-size: 22px;
}
.page-thanks__col {
    max-width: 600px;
}
.page-thanks__text img {
    width: 139px;
    min-width: 139px;
    height: auto;
    margin-right: 30px;
    object-fit: contain;
}
.page-thanks__text h1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-thanks__text p {
    margin-bottom: 20px;
}
.page-thanks__text p:last-child {
    margin-bottom: 0 !important; 
}
.page-thanks__buttons {
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.page-thanks__buttons a {
    margin-right: 20px;
}
.page-thanks__buttons a:last-child {
    margin-right: 0 !important;
}
@media(max-width: 1200px) {
    .page-thanks__text {
        font-size: 19px;
    }
    .page-thanks__text img {
        width: 110px;
        min-width: 110px;
        margin-right: 20px;
    }
    .page-thanks__col {
        max-width: 500px;
    }
    .page-thanks__text h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .page-thanks__text p {
        margin-bottom: 10px;
    }
    .page-thanks__buttons {
        flex-direction: column;
    }
    .page-thanks__buttons a {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .page-thanks__buttons a:last-child {
        margin-bottom: 0 !important;
    }
}
@media(max-width: 700px) {
    .page-thanks__text {
        font-size: 16px;
        flex-direction: column;
        align-items: center;
    }
    .page-thanks__text img {
        width: 90px;
        min-width: 90px;
        margin-bottom: 20px;
    }
    .page-thanks__text h1 {
        font-size: 28px;
    }
}

.site-names {
    display: grid;
    grid-template: auto / repeat(4, 1fr);
    gap: 60px 30px;
}
.site-names-item {
    color: #303030;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: flex-start;
    transition: 0.3s border;
    border-left: 2px solid #f5f5f5;
    padding-left: 15px;
    min-height: 216px;
}
.site-names-item:hover {
    border-left: 2px solid #ee2250;
}
.site-names-item > * {
    display: block;
}
.site-names-item strong,
.site-names-item b {
    margin: 14px 0px 8px;
    font-size: 18px;
    font-weight: 600;
}
.site-names-item .site-link {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.site-names-item img {
    width: auto !important;
    height: 37px;
    object-fit: contain;
}
.site-names-item em,
.site-names-item i {
    font-style: normal;
    margin-top: auto;
}

@media (max-width: 1400px) {
    .site-names {
        grid-template: auto / repeat(3, 1fr);
    }
}
@media (max-width: 1200px) {
    .site-names {
        grid-template: auto / 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .site-names {
        grid-template: auto / 1fr;
        gap: 40px;
    }
    .site-names-item {
        padding-left: 10px;
        min-height: unset;
        font-size: 16px;
    }
    .site-names-item i,
    .site-names-item em {
        margin-top: 20px;
    }
    .site-names-item strong, 
    .site-names-item b {
        margin: 10px 0 5px;
        font-size: 16px;
    }
    .site-names-item .site-link {
        margin-bottom: 0;
        font-size: 16px;
    }
}