.header {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumbs {
    font-size: 14px;
    line-height: 16.8px;
    color: var(--c-gray);
}

.breadcrumbs .breadcrumb_last {
    color: var(--c-gray-bread);
}

.breadcrumbs a {
    color: var(--c-gray);
}

.breadcrumbs a:hover {
    color: var(--c-red);
}

.breadcrumbs .dot {
    margin: 0 5px;
    top: -1px;
    position: relative;
}

.breadcrumbs .dot:after {
    content: url('../img/dot.svg');
}

.page-template-default .page-header .breadcrumbs,
.archive .page-header .breadcrumbs {
    margin-bottom: 23px;
}

.page-template-default .section-padding,
.single .section-padding,
.error404 .section-error-header,
.archive .section-padding {
    padding-top: 40px;
}

.page-content {
    padding-bottom: 80px;
}

.filter-container {
    padding-top: 18px;
}

.flex-cats ul li.all-cats:not(.no-filter) a.all-list,
.flex-cats ul li.all-cats:not(.no-filter) span.all-list {
    background-color: var(--c-dark-title);
    color: var(--c-white);
}

.flex-cats ul li.all-cats.no-filter span.all-list {
    background-color: var(--c-white-2);
    color: var(--c-dark-sub);
}

.flex-cats ul li {
    cursor: pointer;
    border-radius: 48px;
}

.flex-cats ul li>a,
.flex-cats ul li>span {
    font-size: 18px;
    line-height: 22px;
    background-color: var(--c-white-2);
    color: var(--c-dark-sub);
    padding: 7px 11px 9px;
    border-radius: 48px;
}

.flex-cats ul li>a.active-filter,
.flex-cats ul li>span.active-filter {
    background-color: var(--c-dark-title);
    color: var(--c-white)
}

.flex-cats ul li .count {
    padding-left: 7px;
    font-size: 16px;
    color: var(--c-gray-2);
}

.flex-cats ul {
    display: flex;
    align-items: center;
}

.flex-cats ul li:not(:last-child) {
    margin-right: 8px;
}

.flex-cats ul li {
    display: flex;
}

.articles-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px 0;
}

.articles-container.filtering:after,
.car-items.filtering:after {
    content: "";
    background: rgb(255 255 255 / 74%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.articles-container .post>.image-wrapper {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    min-height: 230px;
    display: inline-flex;
}

.articles-container .post>.image-wrapper.default {
    padding: 18%;
}

.articles-container .post:not(.first):hover {
    transform: translate(0px, -8px);
}

.articles-container article {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.articles-container .post {
    width: calc(33.33333% - 30px);
    margin: 0 15px 30px;
    box-shadow: 0 -1px 22px 1px rgb(141 153 174 / 20%);
    padding: 8px 8px 24px;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
}

.articles-container .tags {
    font-size: 18px;
    line-height: 23.4px;
    color: var(--c-gray-2);
    margin-bottom: 7px;
}

.articles-container .wp-post-image {
    height: 230px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    transition: 0.2s cubic-bezier(0, 0.58, 0, 0.14);
}

.articles-container .post-info {
    padding: 23px 17px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.articles-container .post-info h5 {
    color: var(--c-dark-title);
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 18px;
}

.articles-container .post-info h3 a  {
    color: var(--c-dark-title);
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 18px;
}

.post-type-archive-analytics .articles-container .post-info h5 {
    color: var(--c-dark-title);
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 18px;
}

.post-type-archive-analytics .articles-container .post-info h3 {
    color: var(--c-dark-title);
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 18px;
}

.articles-container .excerpt {
    color: var(--c-dark-title);
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 23px;    
}

.time-reading img {
    height: 16.67px;
    padding-right: 5px;
    flex-basis: 16.67px;
}

.articles-container .time-reading .count {
    padding-right: 4px;
}

.articles-container .post-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--c-gray-2);
    line-height: 20.8px;
}

.articles-container .post-footer .date {
    padding-right: 16px;
}

.articles-container .time-reading {
    display: flex;
    align-items: center;
}

.articles-container  .post-info_wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

#astons_pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagination-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 19px;
}

.pagination-main .arrows-pag {
    display: flex;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D1E22;
    font-size: 18px;
    line-height: 23.4px;
    width: 40px;
    height: 40px;
}

.page-numbers:not(.current):not(.pag-dots):hover {
    color: var(--c-red);
}

span.page-numbers.current {
    border: 1px solid var(--c-red);
    border-radius: 8px;
    height: 42px;
}

.pagination-main .arrows-pag .arr-cont {
    border: 1px solid var(--c-gray-2);
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
}

.pagination-main .arrows-pag .arr-cont:hover path {
    stroke: var(--c-red);
}

.pagination-main .arrows-pag .arr-cont path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination-main .page-numbers.last-current {
    margin-right: 10px;
}

.pagination-main .left-arrow {
    margin-right: 10px;
}

/*Single*/

.page-header .top .meta .time-reading,
.page-header .top .meta .date {
    font-size: 16px;
    line-height: 19.8px;
    color: var(--c-gray-2);
    margin-right: 32px;
}

.page-header .top .count {
    padding-right: 4px;
}

.page-header .top {
    padding: 41px 0 7px;
}

.page-header .time-reading img {
    height: 17px;
    flex-basis: 18px;
}

.social {
    padding-top: 6px;
}

.social .share-btn {
    cursor: pointer;
    position: relative;
}

.social .share-btn_link .message {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-size: 13px;
    top: -22px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social .share-btn_link .message.show {
    opacity: 1;
    visibility: visible;
}

.social .share-btn:not(:last-child) {
    margin-right: 25px;
}

.social .share-btn__icon {
    font-size: 0;
    display: block;
}

.social .share-btn__icon:hover svg path {
    fill: var(--c-red-hover)!important;
}

.social .share-btn__icon svg path{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.post-content {
    padding-bottom: 33px;
}

.post-content .youtube-container {
    position: relative;
    padding-top: 56.25%;
    margin: 10px 0;
}

.post-content .youtube-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
    border-radius: 5px;
}

.single-post .post-content {
    padding-bottom: 0;
}

.single .title {
    max-width: 650px;
    padding-bottom: 18px;
}

.page .page-header .title {
    padding-bottom: 18px;
}

.agent-img img {
    width: 48px;
    min-width: 48px;
    height: auto;
    border-radius: 100px;
    border: 1px solid #E2E8F0;
}

.agent-img a {
    border-radius: 100px;
    margin-right: 10px;
}

.agent-name {
    color: var(--c-dark-title);
    line-height: 23px;
}

.agent-text {
    color: var(--c-gray-2);
}

.agent-content {
    padding-bottom: 27px;
}

.post-content {
    font-size: 18px;
    line-height: 23.4px;
}

.post-content p {
    font-size: 18px;
    line-height: 23.4px;
    color: var(--c-dark-title);
    padding-bottom: 0.38em;
}

.post-content a {
    color: var(--c-red);
}

.post-content a:hover {
    color: var(--c-red-hover);
    text-decoration: underline;
}

.post-content figure {
    margin: 0;
}

.page-header .thumbnail {
    padding-bottom: 35px;
}

.page-header .thumbnail img {
    border-radius: 20px;
    height: auto;
}

#quicklink ul {
    flex-direction: column;
}

#quicklink ul li:hover {
    background-color: var(--c-white-2);
}

#quicklink ul li {
    border-radius: 5px;
}

#quicklink ul li a {
    font-size: 16px;
    line-height: 19px;
    color: var(--c-gray-2);
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
}

.quicklink-block {
    border: 1px solid #DEDEE3;
    border-radius: 8px;
    margin: 8px 0 17px;
}

.quicklink-block .block-title {
    color: var(--c-dark-title);
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.quicklink-block .quicklink-table {
    padding: 14px 23px 19px;
    position: relative;
    border-bottom: 1px solid #DEDEE3;
}

.quicklink-block #quicklink {
    padding: 15px 23px 16px;
}

.page-content .w-75 {
    padding-right: 9px;
}

.quicklink-block .quicklink-table svg{
    margin-top: 3px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    color: var(--c-dark-title);
    padding-bottom: 0.5em;
    padding-top: 0.38em;
}

.page .page-header .title h1,
.post-content h1 {
    font-size: 48px;
    line-height: 53.6px;
}

.archive .page-header h1,
.single .page-header .title h1 {
    font-size: 42px;
    line-height: 50.4px;
}

.post-content h2 {
    font-size: 40px;
    line-height: 48px;
}

.post-content h3 {
    font-size: 32px;
    line-height: 38.4px;
}

.post-content h4 {
    font-size: 24px;
    line-height: 28.8px;
}

.post-content h5 {
    font-size: 20px;
    line-height: 25.8px;
}

.post-content h6 {
    font-size: 18px;
    line-height: 23.8px;
}

.post-content table tbody > tr:nth-child(odd) > td, .post-content table tbody > tr:nth-child(odd) > th {
    background-color: rgb(242 242 247);
}

.post-content table tbody > tr:nth-child(even) > td, .post-content table tbody > tr:nth-child(even) > th {
    background-color: rgb(255, 255, 255);
}

.post-content table td {
    border: 1px solid #ebebeb;
    padding: 10px;
}

.post-content table {
    border-radius: 8px;
    overflow: hidden;
    border-collapse: collapse;
    border: 1px solid red;
    background: #ebebeb;
    margin-bottom: 1.38em;
    width: 100%;
}

.post-content img {
    border-radius: 20px;
    height: auto;
    width: auto;
}

.post-content>.quicklink-block:first-child {
    margin-top: 15px;
}

.post-content ul:not(.d-flex), .post-content ol {
    font-size: 18px;
    line-height: 23.9px;
    color: var(--c-dark-title);
    padding-left: 15px;
    padding-bottom: 11px;
}

.post-content ol {
    list-style-type: auto;
    padding-left: 23px;
}

.post-content ul:not(.d-flex) li:before {
    content: url('../img/arrow.svg');
    position: absolute;
    top: 0;
    left: -15px;
}

.post-content ul:not(.d-flex) li,
.post-content ol li {
    padding-bottom: 7px;
    position: relative;
}

.post-content blockquote {
    position: relative;
    padding: 0;
    margin: 1.5em 34px 1.88em 34px;
}

.post-content blockquote p {
    font-size: 22px;
    line-height: 26.4px;
    padding-bottom: 0;
}

.post-content blockquote:after {
    content: "";
    height: 100%;
    width: 10px;
    background: var(--c-red);
    left: -34px;
    display: block;
    position: absolute;
    top: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.post-content .quote-section {
    border: 12px solid #D9E7FF;
    padding: 38px 12px 39px 50px;
    align-items: center;
    margin: 16px 0px 25px;
}

.post-content .quote-section .quote {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 600;
    color: var(--c-dark-title);
    width: 65%;
    position: relative;
}

.post-content .quote-section .agent-content {
    width: 35%;
    padding-left: 71px;
    padding-top: 0px;
    padding-bottom: 0;
}

.post-content .quote-section .quote:before {
    content: url(../img/quote.svg);
    position: absolute;
    top: -10px;
    left: -22px;
}

.post-content .quote-section .quote span {
    z-index: 1;
    position: relative;
}

.post-content .quote-section .agent-img img {
    border-radius: 100px;
    max-width: 45px;
    min-width: 45px;
}

.post-content .quote-section .agent-name,
.post-content .quote-section .agent-text {
    font-size: 16px;
    line-height: 20.8px;
}

.alert-info {
    background-color: var(--c-white-2);
    border-radius: 8px;
    border: 1px solid #DEDEE3;
    overflow: hidden;
    margin: 19px 0 23px;
}

.alert-info .alert-info-wrapper {
    width: 100%;
    border-bottom: 1px solid #DEDEE3;
    align-items: center;
}

.alert-info .wrapper__title-alert {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 600;
    padding: 9px 23px;
}

.alert-info .icon {
    font-size: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 20.5px 8px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.alert-info .icon img {
    border-radius: 0;
    height: 32px;
    width: auto;
}

.alert-info.info .icon {
    background: var(--c-red);
}

.alert-info.quote .icon {
    background: #27ae60;
}

.alert-info.emphasis .icon {
    background: #f58128;
}

.alert-info.info .alert-info-wrapper {
    border-top: 2px solid var(--c-red);
}

.alert-info.quote .alert-info-wrapper {
    border-top: 2px solid #27ae60;
}

.alert-info.emphasis .alert-info-wrapper {
    border-top: 2px solid #f58128;
}

.alert-info .wrapper__text-alert {
    padding: 14px 24px 16px;
    color: var(--c-dark-title);
    font-size: 18px;
    line-height: 23px;
}

.webinar {
    border-radius: 8px;
    background-color: #D9E7FF;
    position: relative;
    overflow: hidden;
    margin-top: 33px;
}

.webinar:after {
    content: "";
    position: absolute;
    right: 25px;
    top: -9px;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    width: 64px;
    height: 63px;
}

.webinar .webinar-info {
    width: 63%;
}

.webinar .webinar-thumb {
    width: 37%;
    padding-top: 7px;
    padding-right: 12px;
    z-index: 1;
    font-size: 0;
}

.webinar .global-btn {
    padding-left: 24px;
    padding-bottom: 24px;
}

.webinar .global-btn a {
    padding: 12px 32px;
    line-height: 18px;
    min-width: auto;
    min-height: auto;
}

.webinar .text {
    color: var(--c-dark-title);
    font-size: 18px;
    line-height: 23px;
    padding: 24px 24px 16px 24px;
}

.out-body .sticky {
    top: 145px;
}

.sticky {
    position: sticky;
    top: 100px;
    padding-top: 10px;
}

.sticky .subscribe-form .subscribe-form-wrapper {
    flex-direction: column;
}

.single-title {
    color: var(--c-gray-2);
    font-size: 18px;
    line-height: 23.4px;
    text-transform: uppercase;
    padding-bottom: 13px;
}

.page-content .w-25 {
    width: 25%;
    padding-left: 21px;
}

.related .content-sidebar {
    background-color: var(--c-white-2);
    border-radius: 16px;
    padding: 24px;
}

.related .post-item a {
    color: var(--c-dark-title);
    margin-bottom: 6px;
}

.related .post-item a:hover {
    color: var(--c-red);
}

.related .post-item:not(:last-child) {
    padding-bottom: 17px;
}

.related .post-item .date {
    color: var(--c-gray-2);
    font-size: 14px;
    line-height: 16.8px;
}

.sticky .related {
    margin-bottom: 24px;
}

.subscribe-form {
    border: 1px solid #DEDEE3;
    border-radius: 10px;
    padding: 24px;
    background: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.subscribe-form .subscribe-label {
    color: var(--c-dark-title);
    line-height: 19.2px;
    font-weight: 600;
    margin-bottom: 9px;
}

.subscribe-form .subscribe-text {
    color: var(--c-gray-2);
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 24px;
}

.subscribe-form input {
    border-radius: 8px;
    padding: 10.5px 15px;
    width: 100%;
    font-size: 16px;
    font-family: 'FS Elliot Pro';
}

.subscribe-form input[type="text"] {
    border: 1px solid #DDE1E6;    
    color: var(--c-gray-input);
    margin-bottom: 8px;
}

.subscribe-form input[type="submit"] {
    background-color: var(--c-red);   
    color: var(--c-white);
    border: 1px solid var(--c-red); 
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribe-form input[type="submit"]:hover {
    background-color: var(--c-red-hover);
}

.subscribe-form input:focus-visible {
    outline: 0;
}

.subscribe-form .error {
    position: relative;
}

.w-18-5 {
    width: 18.5%;
}

.w-81-5 {
    width: 81.5%;
}

.author-section .agent-cont {
    width: calc(100% - 48px);  
    padding-left: 17px;  
}

.author-section .agent-content {
    align-items: center;
    padding-bottom: 0;
}

.author-section .agent-text {
    line-height: 20.8px;
}

.author-section .agent-text a {
    color: #000000;
    border-bottom: 1px solid;
    line-height: 16px;
}

.author-section .agent-text a:hover {
    color: var(--c-red-hover);
}

.author-section .author-section-wrapper {
    border-top: 1px solid #DEDEE3;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #DEDEE3;
}

.author-section .agent-img {
    font-size: 0;
}

.author-section .w-25 .item {
    color: var(--c-dark-title);
    background-color: var(--c-white-2);
    border-radius: 30px;
    padding: 6px 16px;
    margin-bottom: 8px;
    line-height: 20px;
}

.author-section .w-25 .item:hover {
    color: #6a6a6a;
}

.author-section .w-25 li:not(:last-child) .item {
    margin-right: 12px;
}

.share-section .social {
    padding: 0 0 0 13px;
}

.share-section {
    width: 100%;
}

.share-section .share-section-wrapper {
    border-bottom: 1px solid #DEDEE3;
    padding: 24px 0;
    width: 100%;
}

.section-label {
    padding-bottom: 0;
}

.webinar .webinar-thumb img {
    width: auto;
}

.page-content-section.main {
    padding-bottom: 63px;
}

.social-section .social_boxes .title.primary .ff-fs {
    font-size: 18px;
    line-height: 21.4px;
}

.social-section .social_boxes .title:not(.primary) {
    max-width: 100%;
    margin-bottom: -10px;
}

.social-section .social_boxes .boxes-main .d-flex .box-item {
    margin-top: 0;
    margin-bottom: 16px;
}

.social-section  .social_boxes .boxes-main .title h2 {
    font-size: 22px;
    line-height: 26.4px;
}

.social-section .social_boxes .boxes-main .d-flex .box-item a {
    padding: 23px;
    background-color: #F0F2F8;
}

.social-section .fs-14 {
    font-size: 12px;
    line-height: 14.4px;
}

.social-section .social_boxes .boxes-main .box-top > div.title {
    padding-bottom: 0;
}

.social-section .fs-18 {
    font-size: 16px;
    line-height: 20.8px;
}

.social-section .social_boxes .boxes-main .box-bottom {
    margin-top: 18px;
}

.social-section .social_boxes .boxes-main .d-flex .box-item a {
    min-height: auto;
}

.social-section .social_boxes .boxes-main .d-flex .box-item a .box-img .box-img-container img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: auto;
    -o-object-position: right top;
    object-position: right top;
    float: right;
}

.social-section .social_boxes .boxes-main .d-flex .box-item a .box-img {
    left: auto;
    right: 0;
}

.social-section .social_boxes .boxes-main .box-top .sub {
    padding-left: 8px;
}

.page-faq h5 {
    font-size: 22px;
    line-height: 26.4px;
    padding-bottom: 0.25em;
    padding-right: 35px;
}

.page-faq {
    padding-top: 8px;
}

.page-faq .tabs__content {
    border: 1px solid #DEDEE3;
    border-radius: 8px;
    padding: 14px 24px;
}

.page-faq .tabs__content:not(:last-child) {
    margin-bottom: 8px;
}

.page-faq .tabs__content .name {
    position: relative;
    cursor: pointer;
}

.page-faq .tabs__content .name:after {
    content: "";
    background: url();
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7525 0.393799L12 11.1112L1.24755 0.393799L0 1.64541L12 13.6063L24 1.64541L22.7525 0.393799Z' fill='%230A0A0B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0.8em;
    width: 24px;
    height: 14px;
    right: 0;
    margin: auto;
    transition: transform 300ms;
}

.page-faq .tabs__content .name.active:after {
    transform: rotate(180deg);
}

/*Single*/

.materials .slick-slide {
    margin: 0 15px;
    width: 406px;
    height: auto;
}

.materials .slick-slide>div {
    display: flex;
    height: 100%;
}

.materials .articles-container .post {
    box-shadow: 0 6px 18px 1px rgb(141 153 174 / 14%);
    display: flex !important;
}

.materials .flex-cats .justify-end {
    margin-bottom: 10px;
    margin-left: 20px;
    min-width: 112px;
}

.materials .flex-cats {
    flex-wrap: nowrap;
}

.materials .slick-track {
    display: flex;
    padding-top: 15px;
}

.materials .articles-container {
    margin: 6px -15px 0;
}

.post-slider .articles-container .post>a:after,
.materials .articles-container .post>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.materials .articles-container .post-info {
    padding: 24px 15px 0;
}

.materials .articles-container .post {
    margin: 0 0 16px;
    position: relative;
}

.materials  .flex-cats ul li>span {
    line-height: 23px;
}

.materials.carousel-style {
    padding-top: 61px;
}

.materials .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*Analytics*/

.post-info .new {
    margin-bottom: 31px;
}

.post-info .new img {
    width: 16px;
    height: 18px;
    margin-right: 10px;
}

.post-info .new span {
    color: var(--c-red);
    font-weight: 600;
    line-height: 17.6px;
    text-transform: uppercase;    
}

.post-info .new span:not(.date-report) {
    margin-right: 8px;  
}

.post-info .new .date-report {
    color: var(--c-gray-2);
    font-weight: 400;
}

.post-info .note {
    color: var(--c-gray-2);
    font-size: 18px;
    line-height: 23.4px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.post-info .global-btn a:after {
    content: url(../img/download.svg);
}

.post-info .global-btn a {
    padding: 10px 27px 10px 25px;
    font-size: 18px;
}

.post-info .global-btn a span {
    margin-right: 10px;
}

.post-type-archive-analytics .post-info .date {
    font-size: 18px;
    line-height: 23.4px;
    color: var(--c-gray-2);
    margin-bottom: 7px;
}

.post-type-archive-analytics .articles-container .post .post-thumbnail {
    font-size: 0;
    text-align: center;
}

.post-type-archive-analytics .articles-container .excerpt {
    margin-bottom: 20px;
}

.post-type-archive-analytics .articles-container .post {
    padding: 8px 8px 32px;
}

.post-info .global-btn.btn-padding a {
    padding: 6px 27px 6px 25px;
    min-height: 40px;
}

.post-type-archive-analytics .articles-container .post {
    margin: 0 15px 40px;
}

.post-type-archive-analytics .pagination-main {
    padding-top: 1px;
}

/* .post-type-archive-analytics .articles-container .post .post-thumbnail img {
    width: auto;
} */

/*Analytics*/

.video_carousel .car-main .box-main a .box-img img {
    object-position: center;
}

form .country-search__input:before {
    content: url('../img/search.svg');
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 9;
    bottom: 0;
    margin: auto;
    height: 14px;
}

.cf-form-style .intl-tel-input input[type="text"] {
    padding: 11px 18px 10px 60px;
}

.cf-form-style .intl-tel-input input[type="tel"] {
    z-index: 9;
    font-family: var(--ff-fs);
}

/* Start 404 */
.error404 .error-img {
    padding: 61px 0 79px 10px;
}

.error404 .page-title span {
    color: var(--c-gray);
    font-size: 18px;
    line-height: 23.4px;
}

.error404 .page-title h2 {
    margin-bottom: 15px;
}

.error404 .grid_columns_v2 {
    padding-top: 10px;
}

.error404 .error-img svg {
    max-width: 100%;
    height: auto;
    width: 436px;
}

.error404 main section:last-child {
    padding-bottom: 96px;
}
/* End 404 */

.call-to-action {
    border-radius: 20px;    
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 32px;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0.76em 0 0;
}

.call-to-action.gray {
    background: #f5f5f7;
    background-position: 119% 50% !important;
}

.call-to-action.gray:after {
    content: url(../img/gray.png);
    position: absolute;
    right: -80px;
    margin-top: 3px;
}

.call-to-action.blue {
    background: #D9E7FF;
}

.call-to-action.blue:after {
    content: url(../img/blue.png);
    position: absolute;
    right: -273px;
    margin-top: 135px;
}

.call-to-action h5 {
    font-size: 22px;
    line-height: 26.4px;
    color: #121212;
    padding-top: 0;
    padding-bottom: 7px;
}

.call-to-action .action-wrapper-info {
    width: 66%;
    padding-right: 15px;
    z-index: 1;
}

.call-to-action .action-wrapper-button.global-btn {
    width: 34%;
    text-align: right;
    z-index: 1;
}

.call-to-action .action-wrapper-text {
    color: var(--c-gray);
}

.call-to-action .action-wrapper-button.global-btn a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9211 1C13.5806 3.99927 15.2296 5.33033 19.5 7.05825M19.5 7.05825C15.2823 8.54062 13.677 9.87354 11.9211 13M19.5 7.05825H0' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 22px;
    height: 14px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.call-to-action .action-wrapper-button.global-btn a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 32px;
    font-size: 18px;
    line-height: 21.6px;
    min-height: 50px;
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .main-pages .single-post .social_boxes .boxes-main > .d-flex {
        max-width: none;
        margin: 0 -15px;
    }
}



@media (min-width: 1025px) {

    .archive:not(.post-type-archive-analytics) .articles-container .post:first-child {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 8px;
        margin: 0 15px 30px;
    }
    
    .archive .articles-container .post:first-child>.image-wrapper {
        min-width: 60.2%;
        height: 448px;
        width: auto;
    }

    .archive .articles-container .post:first-child .post-info_wrapper {
        justify-content: flex-start;
    }
    
    .archive .articles-container .post:first-child .wp-post-image {
        height: 100%;
    }
    
    .archive:not(.paged):not(.post-type-archive-analytics) .articles-container .post:first-child .post-info {
        padding: 6.1% 6% 2% 5%;
    }
    
    .archive .articles-container .post:first-child .excerpt {
        margin-bottom: 19px;
    }

    .flex-cats ul {
        flex-wrap: wrap;
    }

    .flex-cats ul li {
        margin-bottom: 10px;
    }

    .author-section .w-25 .subscribe-form,
    .post-slider,
    .webinar-thumb .mobile {
        display: none;
    }

    .header.out {
        transform: translateY(-46px);
    }

    .call-to-action .action-wrapper-info .action-wrapper-button,
    .call-to-action .col-bottom {
        display: none;
    }

}

@media (min-width: 768px) {
        
    .post-type-archive-analytics .articles-container .post.first  {
        margin: 2px 15px 40px;
        box-shadow: none;
        border-top: 1px solid #DEDEE3;
        border-bottom: 1px solid #DEDEE3;
        border-radius: 0;
        padding-top: 44px;
        padding-bottom: 48px;
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .post-type-archive-analytics .articles-container .post.first .post-info {
        padding: 0 8% 0 2%;
        width: 60%;
    }

    .post-type-archive-analytics .articles-container .post.first .post-thumbnail {
        width: 40%;
        text-align: center;
    }

    .post-type-archive-analytics .articles-container .post.first .excerpt {
        font-size: 18px;
        line-height: 23.4px;
        margin-bottom: 16px;
    }

    .post-type-archive-analytics .articles-container .post.first .wp-post-image {
        max-height: 359px;
        width: auto;
    }
    
    .share-icons-mobile {
        display: none;
    }

    .section-label {
        padding-right: 10px;
        min-width: 100px;
    }

}

@media (max-width: 1024px) {
    .materials .flex-cats .justify-end {
        display: none;
    }

    .materials .slick-dotted.slick-slider {
        margin-right: -39px;
        margin-left: 0px;
    }

    .materials .slick-track {
        padding-top: 7px;
    }

    .materials .slick-dotted.slick-slider {
        margin: 0 -39px 0 -8px;
    }

    .materials .slick-slide {
        margin: 0 8px;
        width: calc(40.8vw);
    }

    .materials .articles-container .post {
        box-shadow: 0 6px 18px 1px rgb(141 153 174 / 14%);
    }

    .materials .slick-list {
        padding-left: 8px;
    }

    .materials .articles-container .post>.image-wrapper {
        min-height: calc(100vw / 2 - 210px);
    }
    
    .materials .articles-container .wp-post-image {
        height: calc(100vw / 2 - 210px);
    }

    .materials .articles-container .post-info {
        padding: 13px 8px 0;
    }

    .materials .articles-container .excerpt {
        font-size: 14px;
        line-height: 16.8px;
    }    

    .error404 .section-error-header, .single .section-padding, .archive .section-padding {
        padding-top: 19px;
    }

    .filter-container {
        padding-top: 10px;
    }

    .articles-container .post-info {
        padding: 17px 8px 0;
    }

    .archive .page-header h1,
    .single .page-header .title h1,
    .page-header h2 {
        font-size: 32px;
        line-height: 38.4px;
    }
    
    .page-header {
        margin-top: 14px;
    }

    .flex-cats ul li>span {
        font-size: 16px;
        line-height: 20px;
        border-radius: 30px;
        width: max-content;
    }

    .filter-cat-items {
        margin-left: -39px;
    }

    .flex-cats ul {
        overflow: auto;
        margin-right: -39px;
        padding: 0 39px 10px;
    }

    .articles-container .tags {
        font-size: 16px;
        line-height: 20.8px;
    }

    .post-type-archive-analytics .articles-container .post-info h5,
    .articles-container .post-info h5 {
        color: var(--c-dark-title);
        font-size: 18px;
        line-height: 21.6px;
    }

    .articles-container .post-footer {
        font-size: 14px;
        line-height: 16.8px;
    }

    .articles-container .post {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
    }

    .articles-container {
        margin: 22px -8px 0;
    }

    .articles-container .wp-post-image {
        height: calc(100vw / 2 - 194px);
    }

    .pagination-main {
        padding-top: 25px;
    }

    .flex-cats ul li .count {
        padding-left: 2px;
        font-size: 14px;
    }

    .articles-container .post>.image-wrapper {
        min-height: calc(100vw / 2 - 194px);
    }

    .page-header .top .meta .time-reading, .page-header .top .meta .date {
        font-size: 14px;
        line-height: 16.8px;
        margin-right: 26px;
    }

    .top .meta.d-flex {
        flex-direction: row-reverse;
    }

    .page-header .top {
        padding: 17px 0 11px;
    }    

    .page-header .time-reading img {
        height: 15px;
    }

    #breadcrumbs>span {
        display: flex;
        overflow: auto;
        margin-right: -39px;
        padding: 0 39px 10px;
    }

    #breadcrumbs>span>span {
        white-space: nowrap;
    }
    
    #breadcrumbs {
        margin-left: -39px;
    }

    .social {
        padding-top: 0;
    }

    .social .share-btn:not(:last-child) {
        margin-right: 17px;
    }

    .agent-content {
        padding-bottom: 19px;
    }

    .page-content .main .w-25 {
        display: none;
    }

    .page-content .w-75 {
        padding-right: 0;
        width: 100%;
    }

    .page-header .thumbnail img {
        height: calc((100vw - 78px) / 1.6829);
        object-fit: cover;
        object-position: center;
    }

    .page-header .thumbnail {
        padding-bottom: 27px;
    }

    .quicklink-block .quicklink-table {
        padding: 14px 23px 1px;
        border-bottom: 0;
    }

    .quicklink-block .quicklink-table svg {
        display: none;
    }

    .post-content .quote-section .quote,
    .post-content blockquote p {
        font-size: 18px;
        line-height: 22px;
    }
    
    .post-content .quote-section .quote {
        width: 53%;
    }

    .post-content .quote-section .agent-content {
        width: 47%;
    }

    .post-content .quote-section {
        padding: 36px 12px 39px 32px;
    }

    .post-content .quote-section .quote:before {
        top: -21px;
        left: -6px;
    }

    .alert-info .icon {
        padding: 8px 24.5px 10px;
    }

    .alert-info .icon img {
        height: 24px;
    }

    .alert-info .wrapper__text-alert {
        padding: 14px 24px 25px;
    }

    .webinar {
        border-radius: 20px;
        flex-direction: column-reverse;
    }

    .webinar .webinar-info,
    .webinar .webinar-thumb {
        width: 100%;
        text-align: center;
    }

    .webinar-thumb .desktop {
        display: none;
    }

    .webinar:after {
        top: 9px;
        width: 99px;
        height: 98px;
        background-size: 100% 100%;
        right: -397px;
        left: 0;
        margin: auto;
    }

    .webinar .text {
        padding: 24px 40px 16px;
        text-align: left;
        margin-top: -53px;
    }

    .webinar .global-btn {
        padding-left: 0;
        padding-bottom: 32px;
    }

    .w-18-5 {
        width: 25.5%;
    }

    .w-81-5 {
        width: 74.5%;
    }

    .page-content .w-25 {
        width: 100%;
        padding-left: 0;
        padding-top: 24px;
    }    

    .post-slider .articles-container .excerpt {
        font-size: 14px;
        line-height: 16.8px;
        margin-bottom: 23px;
    }

    .post-slider .articles-container .wp-post-image {
        height: calc(100vw / 2 - 210px);
    }

    .post-slider .articles-container {
        margin-right: -39px;
    }
    
    .post-slider .slick-slide {
        width: calc(100vw - 100vw* 0.592) !important;
        margin: 0 8px;
    }

    .post-slider .articles-container .post-info {
        padding: 0 8px 0;
    }

    .post-slider .articles-container .tags {
        margin-bottom: 4px;
    }

    .post-slider .articles-container .post-info h5 {
        margin-bottom: 10px;
    }

    .post-slider.post-content {
        padding-top: 18px;
        padding-bottom: 23px;
    }

    .post-slider .articles-container .post {
        margin: 19px 8px 16px;
        padding: 8px 8px 17px;
        box-shadow: 0 6px 18px 1px rgb(141 153 174 / 14%);
        position: relative;
    }

    .post-slider .articles-container {
        margin: -18px -39px 0 -8px;
    }

    .post-slider  .time-reading img {
        height: 15px !important;
        flex-basis: 15.67px;
    }

    .author-section .w-25 .subscribe-form {
        padding: 31px 39px 31px 23px;
        margin-bottom: 49px;
    }

    .author-section .w-25 .subscribe-form .subscribe-text {
        margin-bottom: 0;
    }
    
    .author-section .w-25 .subscribe-form .subscribe-form-wrapper {
        align-items: center;
    }

    .author-section .w-25 .subscribe-form .subscribe-form-wrapper .form-header {
        width: 60%;
        padding-right: 80px;
    }
    
    .author-section .w-25 .subscribe-form .subscribe-form-wrapper .cf-7-subscribe {
        width: 40%;
    }

    .social-section .social_boxes .boxes-main .d-flex .box-item a {
        padding: 23px 23px 30px;
    }

    .archive .page-header .breadcrumbs {
        margin-bottom: 3px;
    }


    .post-type-archive-analytics .articles-container .post.first .post-info {
        padding: 0 0 0 2.3%;
        width: 68%;
    }

    .post-type-archive-analytics .articles-container .post.first .post-thumbnail {
        width: 32%;
    }

    .post-type-archive-analytics .articles-container .post.first {
        padding-top: 22px;
        padding-bottom: 48px;
    }

    .post-type-archive-analytics .articles-container .post.first .note {
        font-size: 14px;
        line-height: 18.2px;
        margin-bottom: 7px;
    }

    .post-type-archive-analytics .articles-container .post-info h3 {
        font-size: 22px;
        line-height: 26.4px;
    }

    .post-type-archive-analytics .articles-container .post {
        margin: 0 8px 16px;
    }

    .post-type-archive-analytics .articles-container .post.first {
        margin: 2px 8px 33px;
    }

    .post-info .global-btn a {
        padding: 9px 27px 9px 25px;
    }

    .post-type-archive-analytics .articles-container .post.first .excerpt {
        margin-bottom: 13px;
    }

    .post-type-archive-analytics .articles-container .post.first {
        padding-bottom: 22px;
    }

    .post-type-archive-analytics .post-info .date {
        font-size: 16px;
        line-height: 20.8px;
    }

    .post-type-archive-analytics .articles-container .excerpt {
        margin-bottom: 17px;
    }

    .post-type-archive-analytics .articles-container .post {
        padding: 8px 8px 24px;
    }

    .post-type-archive-analytics .pagination-main {
        padding-top: 17px;
    }

    .keys_box {
        padding-top: 0;
    }
    
    #alexandr2.keys_box {
        padding-top: 64px;
    }

    .error404 .error-img {
        padding: 49px 0 90px 10px;
    }

    .error404 .page-title h2 {
        margin-bottom: 8px;
    }

    .error404 .grid_columns_v2 {
        padding-top: 3px;
    }

    .error404 main section:last-child {
        padding-bottom: 62px;
    }

    .error404 .header-404 {
        margin-top: 14px;
    }

    .call-to-action .action-wrapper-text {
        font-size: 16px;
        line-height: 20.8px;
    }

    .call-to-action {
        padding: 31px 24px;
    }

    .call-to-action .action-wrapper-info {
        padding-right: 30px;
    }

    .call-to-action {
        padding: 31px 32px 31px 24px;
    }

    .call-to-action .action-wrapper-button.global-btn a {
        font-size: 16px;
        line-height: 19.2px;
        min-height: 42px;
    }

    .call-to-action h5 {
        font-size: 18px;
        line-height: 21.6px;
    }

    .call-to-action.blue:after {
        content: url(../img/blue-768.png);
        right: -164px;
        margin-top: -55px;
    }

    .call-to-action.gray>.action-wrapper-button.global-btn,
    .call-to-action.gray .action-wrapper-text {
        display: none;
    }

    .call-to-action.gray .action-wrapper-info {
        width: 54%;
        padding-right: 40px;
    }

    .call-to-action.gray .col-bottom {
        width: 46%;
        z-index: 1;
    }

    .call-to-action.gray {
        justify-content: flex-start;
        padding: 22px 32px 26px 24px;
    }

    .call-to-action.gray:after {
        content: url(../img/gray-768.png);
        right: -163px;
        margin-top: -44px;
    }

    .call-to-action.gray .col-bottom .desc {
        color: var(--c-gray);
    }

    .call-to-action.gray .col-bottom h4 {
        font-size: 14px;
        line-height: 16.8px;
        color: var(--c-gray);
        padding-bottom: 0;
        padding-top: 0;
    }

    .call-to-action.gray .col-bottom .desc,
    .call-to-action.gray .col-bottom .box-soc-items .title {
        padding-bottom: 8px;
    }
    
    .call-to-action.gray .col-bottom .box-soc-items .soc-items-main .soc-items-container a:not(:last-child) {
        margin-right: 10px;
    }

    .call-to-action.gray .box-soc-items .soc-phone .phone-container {
        margin-top: 5px;
    }

    .call-to-action.gray .col-bottom .box-soc-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .call-to-action.gray .col-bottom .box-soc-items .tit, .call-to-action.gray .col-bottom .box-soc-items .mob-txt {
        display: none;
    }

    .call-to-action.gray .col-bottom .soc-urls.soc-style.soc-urls {
        max-width: 120px;
        width: 100%;
    }

    .call-to-action.gray .col-bottom .soc-urls.soc-style.soc-phone {
        max-width: none;
    }

    .call-to-action.gray .action-wrapper-button.global-btn a {
        font-size: 18px;
        line-height: 21.6px;
        min-height: 48px;
    }

    .call-to-action.gray .action-wrapper-info .action-wrapper-button.global-btn {
        width: 100%;
        text-align: left;
    }

    .call-to-action.gray .box-soc-items .soc-phone .phone-container a .txt {
        font-size: 18px;
        line-height: 23.4px;
        color: var(--c-dark-sub);
    }

    .call-to-action.gray .box-soc-items .soc-phone .phone-container a:hover .txt {
        color: var(--c-red-hover);
    }

    .call-to-action.gray .action-wrapper-info .action-wrapper-title h5 {
        padding-bottom: 14px;
    }



    
   
}

@media (max-width: 767px) {
    .materials .slick-dotted.slick-slider {
        margin: 0 -12px 0 -8px;
    }

    .materials .slick-slide {
        width: calc(86.5vw);
    }

    .materials .articles-container .wp-post-image {
        height: calc(100vw - 186px);
    }

    .materials .articles-container .post>.image-wrapper {
        min-height: calc(100vw - 186px);
    }

    .materials .articles-container .post-info {
        padding: 0px 8px 0;
    }

    .materials .articles-container .post {
        margin: 0 0 12px;
    }

    .articles-container .post {
        padding: 8px 8px 17px;
    }

    .articles-container .post {
        width: 100%;
        margin: 0 8px 24px;
    }

    .articles-container .wp-post-image {
        height: calc(100vw / 2 + 10px);
    }

    .filter-container {
        padding-top: 9px;
    }

    .articles-container {
        margin: 14px -8px 0;
    }

    .flex-cats ul {
        margin-right: -12px;
        padding: 0 12px 10px;
    }

    .filter-cat-items {
        margin-left: -12px;
    }

    .articles-container .post>.image-wrapper {
        min-height: calc(100vw / 2 + 10px);
    }

    .pagination-main {
        padding-top: 17px;
    }

    .error404 .section-error-header, .single .section-padding, .archive .section-padding {
        padding-top: 7px;
    }

    #breadcrumbs>span {
        margin-right: -12px;
        padding: 0 12px 10px;
    }

    #breadcrumbs {
        margin-left: -12px;
    }

    .top .social {
        display: none;
    }

    .agent-content {
        flex-wrap: nowrap;
    }

    .agent-text {
        line-height: 15.8px;
    }

    .agent-name {
        line-height: 20.8px;
        margin-top: 0;
    }

    .agent-img {
        font-size: 0;
    }

    .page-header .top {
        padding: 7px 0 13px;
    }

    .agent-content {
        padding-bottom: 11px;
        align-items: center;
    }

    .page-header .thumbnail img {
        height: calc((100vw - 24px) / 1.6829);
    }

    .page-header .thumbnail {
        padding-bottom: 18px;
    }

    .quicklink-block {
        margin: 7px 0 17px;
    }

    .quicklink-block .quicklink-table {
        padding: 15px 20px 16px;
        border-bottom: 1px solid #DEDEE3;
    }

    .quicklink-block #quicklink {
        padding: 9px 6px 18px;
    }

    #quicklink ul li a {
        padding: 7.8px 10px;
    }

    .quicklink-block #quicklink {
        padding: 9px 6px 8px;
    }

    .share-icons-mobile {
        margin-top: 32px;
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }

    .post-content h3 {
        font-size: 24px;
        line-height: 28.3px;
    }

    .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
        padding-bottom: 0.6em;
        padding-top: 0.6em;
    }

    .post-content ul:not(.d-flex) li, .post-content ol li {
        padding-bottom: 4.5px;
    }

    .post-content blockquote {
        margin: 1.5em 0 1.9em 34px;
    }

    .post-content .quote-section .quote, .post-content blockquote p {
        font-size: 16px;
        line-height: 19.2px;
    }

    .post-content .quote-section {
        padding: 27px 20px 23px 20px;
        flex-direction: column;
    }

    .post-content .quote-section .quote {
        width: 100%;
    }

    .post-content .quote-section .quote:before {
        content: "";
        top: -14px;
        left: -8px;
        width: 45px;
        height: 45px;
        background-image: url(../img/quote.svg);
        background-size: 45px 45px;
    }

    .post-content .quote-section .agent-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        display: flex;
    }

    .post-content .quote-section .agent-img img {
        min-width: 47px;
        margin-right: 7px;
    }
    
    .post-content .quote-section .agent-img {
        line-height: 0;
    }

    .post-content .quote-section .agent-text {
        font-size: 14px;
        line-height: 16.8px;
    }

    .webinar:after {
        top: -8px;
        width: 72px;
        height: 71px;
        right: 3%;
        left: auto;
    }

    .webinar .text {
        padding: 24px 16px 16px;
        text-align: left;
        margin-top: -8px;
    }

    .webinar .text {
        padding: 24px 16px 16px;
        margin-top: -7px;
    }

    .webinar .global-btn {
        padding: 0 16px 32px;
    }

    .webinar .global-btn a {
        width: 100%;
    }

    .author-section .author-section-wrapper {
        flex-direction: column;
    }

    .w-18-5,
    .w-81-5 {
        width: 100%;
    }

    .w-18-5 {
        margin-bottom: 17px;
    }

    .share-section .social {
        padding: 0;
    }

    .social .share-btn:not(:last-child) {
        margin-right: 24px;
    }

    .post-slider .slick-slide {
        width: calc(100vw - 100vw* 0.14) !important;
    }

    .articles-container .post>.image-wrapper,
    .post-slider .articles-container .wp-post-image {
        height: calc(100vw - 185px);
    }

    .post-type-archive-analytics .articles-container .post .post-thumbnail,
    .articles-container .post>.image-wrapper {
        margin-bottom: 16px;
    }

    .post-slider .articles-container .tags {
        margin-bottom: 0px;
    }

    .post-slider.post-content {
        padding-bottom: 16px;
    }

    .author-section .w-25 .subscribe-form .subscribe-form-wrapper {
        flex-direction: column;
    }

    .author-section .w-25 .subscribe-form .subscribe-form-wrapper .form-header {
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .author-section .w-25 .subscribe-form {
        padding: 22px 39px 23px 23px;
        margin-bottom: 61px;
    }

    .author-section .w-25 .subscribe-form .subscribe-form-wrapper .cf-7-subscribe {
        width: 100%;
    }

    .social-section .social_boxes .title:not(.primary) {
        margin-bottom: -2px;
    }

    .social-section .social_boxes .boxes-main .d-flex .box-item a {
        padding: 23px 23px 51px;
    }

    .social-section .social_boxes .boxes-main .d-flex .box-item {
        margin-bottom: 16px;
    }

    .post-slider .articles-container {
        margin: -18px -12px 0 -8px;
    }

    .post-type-archive-analytics .articles-container .post.first .post-info,
    .post-type-archive-analytics .articles-container .post.first .post-thumbnail {
        width: 100%;
    }

    .post-type-archive-analytics .articles-container .post.first {
        margin: 11px 8px 32px;
        box-shadow: none;
        border-top: 1px solid #DEDEE3;
        border-bottom: 1px solid #DEDEE3;
        border-radius: 0;
        padding-top: 44px;
        padding-bottom: 23px;
    }

    .post-info .new img {
        width: 12px;
        height: auto;
    }

    .post-type-archive-analytics .articles-container .post.first .post-info {
        padding: 0;
        margin: 0 -8px;
    }

    .post-type-archive-analytics .articles-container .post.first .post-thumbnail {
        margin-bottom: 30px;
    }
    
    .post-type-archive-analytics .articles-container .post .post-thumbnail {
        text-align: center;
    }    

    .post-type-archive-analytics .articles-container .post.first .note {
        display: none;
    }

    .post-info .new {
        margin-bottom: 16px;
    }

    .post-info .new span {
        line-height: 15.4px;
        font-size: 14px;
    }

    .post-type-archive-analytics .articles-container .post-info h3 {
        margin-bottom: 10px;
    }

    .post-type-archive-analytics .articles-container .post.first .excerpt {
        margin-bottom: 17px;
    }

    .articles-container .post-info {
        padding: 0 8px 0;
    }

    .error404 .page-title h2 {
        margin-bottom: 8px;
        font-size: 32px;
        line-height: 38.4px;
    }

    .error404 .error-img {
        padding: 10px 0 33px 0;
    }

    .error404 main section:last-child {
        padding-bottom: 80px;
    }

    .error404 .grid_columns_v2 {
        display: block;
    }

    .error404 .grid_columns_v2 .col-1 .col-container .cols.cols-style {
        width: 100%;
    }

    .error404 .grid_columns_v2 .cols .cols-container-main .w-100-item .col-bottom .col-bottom-container .col-btn-main a:not(.with-arrow) {
        font-size: 16px;
        line-height: 19.2px;
    }

    .error404 .grid_columns_v2 .col-1 .col-container .cols {
        padding-right: 0!important;
        padding-left: 0!important;
        padding-top: 16px;
    }

    .error404 .grid_columns_v2 .col-right-main .col-container {
        flex-direction: column;
        height: 128vw;
        max-height: 460px;
    }

    .error404 .grid_columns_v2 .col-right-main .col-container .col-top {
        width: 100%;
    }

    .error404 .grid_columns_v2 .col-right-main {
        padding-top: 16px;
    }

    .error404 .grid_columns_v2 .col-right-main .col-container .img-abs {
        display: block;
    }

    .error404 .grid_columns_v2 {
        padding-top: 0;
    }

    .error404 .grid_columns_v2 .col-right-main .fs-32 {
        font-size: 32px;
        line-height: 38.4px;
    }

    .error404 .grid_columns_v2 .col-right-main .col-container .col-bottom {
        width: auto;
        justify-content: flex-start;
    }   
    
    .page-faq h5 {
        font-size: 18px;
        line-height: 21.6px;
        padding-bottom: 0.55em!important;
        padding-right: 15px;
    }

    .page-faq .tabs__content .name:after {
        top: 0;
        bottom: 0;
        width: 18px;
        height: 9px;
        background-size: 16px 9px;
    }

    .page-faq .tabs__content {
        padding: 5px 9px 5px 16px;
    }

    .call-to-action {
        padding: 10px 16px 24px 16px;
    }

    .call-to-action.blue {
        flex-direction: column;
    }

    .call-to-action h5 {
        font-size: 22px;
        line-height: 26.4px;
        padding-bottom: 8px !important;
    }

    .call-to-action .action-wrapper-info {
        padding-right: 0;
    }

    .call-to-action .action-wrapper-info,
    .call-to-action .action-wrapper-button.global-btn {
        width: 100%;
    }

    .call-to-action .action-wrapper-button.global-btn {
        text-align: center;
    }

    .call-to-action .action-wrapper-button.global-btn a {
        font-size: 18px;
        line-height: 21.6px;
        min-height: 48px;
        width: 100%;
    }

    .call-to-action .action-wrapper-text {
        margin-bottom: 25px;
    }

    .call-to-action.blue:after {
        content: url(../img/blue-360.png);
        right: -168px;
        margin-top: -179px;
    }

    .call-to-action.gray {
        padding: 24px 16px;
        flex-direction: column;
    }

    .call-to-action.gray .action-wrapper-info,
    .call-to-action.gray .col-bottom {
        width: 100%;
        padding-right: 0;
    }

    .call-to-action.gray .col-bottom .desc {
        display: block;
        margin: auto;
        max-width: 192px;
        width: 100%;
        padding: 0 14px 8px 14px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
    }

    .call-to-action.gray .action-wrapper-button.global-btn a {
        min-height: 42px;
        max-width: 275px;
    }

    .call-to-action.gray .col-bottom .box-soc-items .title {
        display: none;
    }

    .call-to-action.gray .action-wrapper-info .action-wrapper-title h5 {
        padding-top: 0;
        padding-bottom: 32px !important;
    }

    .call-to-action.gray .action-wrapper-info .action-wrapper-button.global-btn {
        text-align: center;
        margin-bottom: 23px;
    }

    .call-to-action.gray .col-bottom .box-soc-items {
        padding: 16px 12px 16px 12px;
        border-top: 1px solid #DEDEE3;
        justify-content: center;
    }

    .call-to-action.gray .col-bottom .box-soc-items .soc-phone a .txt {
        display: none;
    }

    .call-to-action.gray .col-bottom .phone-container a .mob-txt {
        display: block;
        color: var(--c-gray);
        font-family: var(--ff-fs);
        font-size: 12px;
        font-style: normal;
        font-weight: var(--fw-400);
        line-height: 14.4px;
        width: 100%;
        margin-top: 4px;
    }

    .call-to-action.gray .col-bottom .box-soc-items .soc-items-container a .tit {
        display: block;
        text-align: center;
        color: var(--c-gray);
        font-family: var(--ff-fs);
        font-size: 12px;
        font-style: normal;
        font-weight: var(--fw-400);
        line-height: 14.4px;
        margin-top: 4px;
        text-align: center;
    }

    .call-to-action.gray .col-bottom .box-soc-items .soc-items-container a {
        margin-top: 0;
        margin-right: 0!important;
        height: auto;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        max-width: 106px;
        padding: 0 20px;
    }

    .call-to-action.gray .col-bottom .box-soc-items .soc-phone a {
        margin-top: 0;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 106px;
    }

    .call-to-action.gray .col-bottom .box-soc-items .soc-phone a .icon {
        width: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid var(--c-red);
        height: 32px;
        border-radius: 50%;
    }

    .call-to-action.gray .box-soc-items .soc-phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 1;
        order: 1;
        width: auto!important;
    }

    .call-to-action.gray .box-soc-items .soc-urls:not(.soc-phone) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: max-content!important;
    }

    .call-to-action.gray .col-bottom .soc-urls .soc-items-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .call-to-action.gray .box-soc-items .soc-phone .phone-container {
        margin-top: 0;
    }

    .call-to-action.gray:after {
        content: url(../img/gray-360.png);
        right: -201px;
        margin-top: -255px;
    }

    #alexandr2.keys_box {
        padding-top: 40px;
    }

}

