/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-RegularIt.eot');
    src: url('../fonts/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-RegularIt.woff') format('woff'),
         url('../fonts/ProximaNova-RegularIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Light.woff') format('woff'),
         url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Semibold.woff') format('woff'),
         url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-SemiboldIt.eot');
    src: url('../fonts/ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-SemiboldIt.woff') format('woff'),
         url('../fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-Bold.woff') format('woff'),
         url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-BoldIt.eot');
    src: url('../fonts/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova-BoldIt.woff') format('woff'),
         url('../fonts/ProximaNova-BoldIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html {
    font-size: 16px;
}

body {
    font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.4;
    color: #000C2A;
    font-size: 16px;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, sans-serif;
    display: block;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
    color: #000C2A;
}

a:hover {
    color: #0169FF;
}

ul {
    list-style: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

main {

}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1380px) {
    .container {
        padding: 0;
    }
}

.s-section {
    padding-top: 140px;
}

.section__header {
    margin-bottom: 80px;
}

.section__header .section__title {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    color: #000C2A;
    text-align: center;
}

:root {
    --main-primary: #0BA5EC;
}

.btn__arrow {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    height: 50px;
    background-color: #0169FF;
    color: #fff;
    border-radius: 8px;
    padding: 0 16px;
}

.btn__arrow::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imgs/arrow-right-white.svg);
}

.btn__arrow:hover {
    background-color: #0169FF;
    color: #fff;
}

.btn__arrow-back {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    height: 50px;
    background-color: #0169FF;
    color: #fff;
    border-radius: 8px;
    padding: 0 16px;
}

.btn__arrow-back::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-image: url(../imgs/arrow-right-white.svg);
}

.btn__arrow-back:hover {

}

.btn__default {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #0169FF26;
    color: #0169FF;
    border-radius: 8px;
    padding: 0 16px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn__login-vk {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: transparent;
    color: #4C75A3;
    border-radius: 8px;
    border: 1px solid #4C75A3;
    padding: 0 16px;
    gap: 8px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], input[type="url"] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #00000036;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
}

textarea {
    height: 120px;
    border-radius: 10px;
    border: 1px solid #00000036;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #0169FF;
}

#page {
    margin-top: 0!important;
}

.wrapper-page {
    background-color: #efe7ff6b;
    padding: 24px 0 80px 0;
}

.tpl-page {
    background-color: #efe7ff6b;
    padding: 24px 0 80px 0;
}

.page__header {
    margin-bottom: 64px;
}

.page__header-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.page__header h1 {
    font-size: 40px;
    font-weight: 700;
    max-width: max-content;
    background: #000C2A;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page__header .content {
    max-width: 828px;
    text-align: center;
    font-size: var(--font-size-headline-small);
    line-height: var(--line-height-headline-small);
}

#header {
    background-color: #fff!important;
    padding: 13px 0;
    padding-bottom: 13px!important;
}

#header .header-inner {
    display: flex;
    align-items: center;
    gap: 24px;
}

#header .header-logo a {
    max-width: 170px;
    height: 40px;
    display: block;
}

#header .header-logo img {
    width: 100%;
}

#header .header-menu {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-menu ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

#header .header-menu ul li a {
    color: #4D5B7C;
}

#header .header-menu ul li a:hover {
    color: #0169FF;
}

#header .header-menu ul li.current_page_item a {
    color: #0169FF;
}

#header .header-search .header-search-inner {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 16px;
    border-radius: 8px;
    background-color: #F9FAFE;
    border: 1px solid #D6DCEA;
}

#header .header-search .header-search-inner .btn__search {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-search .header-search-inner input {
    border: none;
    outline: none;
    padding: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #4D5B7C;
    background: none;
}

.header-bottom-bar {
    background-image: url(../imgs/h-b.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.header-bottom-line-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.header-bottom-line-separator {
    width: 1px;
    height: 18px;
    background-color: #E6E6E633;
}

.header-bottom-line-item .label {
    font-size: 18px;
    font-weight: 400;
}

.header-bottom-line-item .value {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-bottom-line-item .value .icon {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

@media (max-width: 991px) {
    #header {
        position: relative;
        z-index: 9;
    }

    #header:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1;
    }

    #header .header-inner > .vds-compare-counter ,
    #header .header-inner > .vds-favorites-counter {
        display: none!important;
    }

    #header .hedader-menu__content-mobile {
        display: flex!important;
        align-items: center;
        gap: 16px;
        align-self: flex-end;
        width: 100%;
        padding: 10px 0;
    }

    #header .hedader-menu__content-mobile > .vds-favorites-counter,
    #header .hedader-menu__content-mobile > .vds-compare-counter {
        border-radius: 10px;
        flex: 1;
    }

    #header .hedader-menu__content-mobile > .vds-favorites-counter .vds-favorites-counter-count,
    #header .hedader-menu__content-mobile > .vds-compare-counter .vds-compare-counter-count {
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
    }

    #header .header-mobile {
        display: flex!important;
    }

    #header .header-burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        background-color: #0169FF;
        border: none;
        cursor: pointer;
        padding: 0;
        flex-shrink: 0;
    }

    #header .header-burger svg {
        width: 24px;
        height: 24px;
        fill: #fff;
    }

    #header .header-menu {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        height: 300px;
        left: 0;
        z-index: -2;
        transform: translateY(0);
        opacity: 0;
        visibility: hidden;
        padding: 0 40px;
        z-index: 999;
        transition: .4s ease;
    }

    #header .header-menu.open {
        opacity: 1;
        visibility: visible;
    }

    #header .header-menu ul {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    #header .header-menu ul li a {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
    }

    #header .header-search {
        flex: 1;
    }
}

@media (max-width: 575px) {
    #header {
        padding: 0;
        padding-bottom: 0px !important;
    }

    #header .container {
        padding: 0 0 0 10px;
    }

    #header .header-inner {
        gap: 10px;
    }

    #header .header-logo {
        flex-grow: 1;
    }

    #header .header-mobile {
        flex: none;
        justify-content: flex-end;
    }

    #header .header-search {
        display: none;
    }

    .header-bottom-bar {
        padding: 12.5px 16px;
    }

    .header-bottom-line-item .label {
        font-size: 14px;
    }

    .header-bottom-line-item .value {
        font-size: 14px;
    }

    .header-bottom-line-separator {
        height: 14px;
    }

    .header-bottom-line-item .value .icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 360px) {
    .header-bottom-bar {
        flex-direction: column;
        gap: 8px;
    }

    .header-bottom-line-item {
        justify-content: center;
    }

    .header-bottom-line-separator {
        display: none;
    }
}

.icon.icon-star-white {
    background-image: url(../imgs/star-w.svg);
}

.rank-math-breadcrumb {
    color: #8D8D8D;
    font-size: 14px;
    align-self: flex-start;
}

.rank-math-breadcrumb a {
    color: #8D8D8D;
    font-size: 14px;
}

.archive-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px 32px;
  }
  
  .sun-breadcrumbs {
    display: flex;
    gap: 4px 8px;
    flex-wrap: wrap;
  }
  
  .sun-breadcrumbs * {
    font-size: 13px;
    color: var(--grey_text);
    text-decoration: none;
    font-weight: 400;
  }
  
  .sun-breadcrumbs .separator {
    width: 16px;
    height: 16px;
    background-image: url(../imgs/svg/chevron-gray.svg);
    display: block;
  }
  
  .sun-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 80px;
  }
  
  .sun-pagination > * {
    color: var(--dark_text);
    text-decoration: none;
    padding: 9.5px 15px;
    border-radius: 8px;
    transition: .4s ease;
  }
  
  .sun-pagination > *:not(.current):hover {
    background-color: var(--bg);
  }
  
  .sun-pagination > *.current {
    background-color: var(--bg);
  }
  
  .sun-pagination .pagination-next {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8.5px 16px;
    font-size: 18px;
    color: var(--dark_text);
    text-decoration: none;
  }
  
.sun-pagination .pagination-next .page-next {
    background-image: url(../imgs/svg/chevron-right.svg);
    width: 7px;
    height: 10px;
}

/***************rating-landing-content*******************/

.rating-landing-content--top {
    padding: 0px 0 40px 0;  
}

.rating-landing-content--bottom {
    padding: 40px 0 0 0;  
}

.rating-landing-content > *:not(:last-child) {
    margin-bottom: 21px;
}

.rating-landing-content h2 , .rating-landing-content h3 , .rating-landing-content h4 , .rating-landing-content h5 {
    color: #000C2A;
}

.rating-landing-content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.rating-landing-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.rating-landing-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.rating-landing-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.rating-landing-content ul {
    list-style: disc;
}

.rating-landing-content ul , .rating-landing-content ol {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-landing-content ul li , .rating-landing-content ol li {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.rating-landing-content img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 575px) {

    .rating-landing-content h2 {
        font-size: 30px;
    }

    .rating-landing-content h3 {
        font-size: 24px;
    }

    .rating-landing-content h4 {
        font-size: 24px;
    }

    .rating-landing-content h5 {
        font-size: 18px;
    }

    .rating-landing-content ul li , .rating-landing-content ol li {
        font-size: 16px;
    }

    .rating-landing-content img {
        border-radius: 8px;
    }
}

/***************rating-landing-content*******************/

/***************singel-blog*******************/

.main_content_blog {
    padding-top: 105px;
  }
  
  .main_content_blog .head_blog {
    margin-bottom: 32px;
    max-width: 944px;
  }
  
  .main_content_blog .section-title {
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 40px;
  }
  
  .main_content_blog .blog_meta .date {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1;
  }
  
  .main_content_blog .blog_meta .date .icon {
    margin-top: -3px;
    width: 16px;
    height: 16px;
    background-image: url(../imgs/calendar-gray.svg);
  }
  
  .wrapper_content_blog .sides {
    display: flex;
    justify-content: space-between;
  }
  
  .main_content_blog .content_blog {
    max-width: 944px;
    width: 100%;
  }
  
  .main_content_blog .blog_thumb {
    aspect-ratio: 16 / 9;
    max-height: 500px;
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  
  .main_content_blog .blog_thumb::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 23.57%, rgba(10, 26, 165, 0.60) 100%);
    position: absolute;
  }
  
  .main_content_blog .blog_thumb img {
      max-width: 100%;
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  
  .main_content_blog-content {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-weight: 300;
  }
  
  .main_content_blog-content .wp-block-heading , .main_content_blog-content .wp-block-my-plugin-nav-heading {
    margin-bottom: 24px;
    font-size: 34px;
    letter-spacing: -0.68px;
    font-weight: 500;
    line-height: 1.1;
  }
  
  .main_content_blog-content h3.wp-block-heading , .main_content_blog-content h3.wp-block-my-plugin-nav-heading {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .main_content_blog-content h4.wp-block-heading , .main_content_blog-content h4.wp-block-my-plugin-nav-heading {
    font-size: 22px;
  }
  
  .main_content_blog-content .wp-block-group .wp-block-group__inner-container > *:not(:last-child):not(.wp-block-heading):not(.wp-block-my-plugin-nav-heading) {
    margin-bottom: 15px;
  }
  
  .main_content_blog-content thead {
    border-bottom: none;
      font-size: 18px;
  }
  
  .main_content_blog-content table thead th {
    background-color: var(--bg_black);
    color: #fff;
    font-weight: 400;
    border-top: none;
      font-size: 18px;
  }
  
  .main_content_blog-content table thead tr th:first-child {
    border-radius: 10px 0 0 0;
    border-left: none;
    border-top: none;
      font-size: 18px;
  }
  
  .main_content_blog-content table thead tr th:last-child {
    border-radius: 0px 10px 0 0;
    border-right: none;
    border-top: none;
  }
  
  .main_content_blog-content table td ,  .main_content_blog-content table th {
    padding: 16px 24px;
    text-align: left;
    border: 1px solid #EDEDED;
    vertical-align: unset;
    font-size: 18px;
  }
  
  .main_content_blog-content table tr:nth-child(even){
    background-color: var(--bg);
  }
  
  .main_content_blog-content table tr > td:first-child {
    font-weight: 500;
      font-size: 18px;
  }
  
  .main_content_blog .nav_blog {
    width: 100%;
  }
  
  .main_content_blog .nav_blog__inner {
    padding: 24px 16px 16px 16px;
    background-color: #efe7ff6b;
    border-radius: 16px;
    border-top: 3px solid #0169FF;
  }
  
  .main_content_blog .nav_blog__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
    display: block;
  }
  
  .main_content_blog .nav_blog__inner .list {
    padding-left: 16px;
    margin-left: 10px;
  }
  
  .main_content_blog .nav_blog__inner .list li {
    cursor: pointer;
  }
  
  .main_content_blog .nav_blog__inner .list li::marker {
    color: var(--dark_text);
  }
  
  .main_content_blog .nav_blog__inner .list li.active {
    color: #0169FF;
  }
  
  .main_content_blog .nav_blog__inner .list li span {
    background-image: linear-gradient(to right, #919191 50%, transparent 50%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 1px;
    border: none;
  }
  
  .nav_blog__inner-cta {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 32px;
  }
  
  .nav_blog__inner-cta .title {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .nav_blog__inner-cta .title .icon {
    background-image: url(../imgs/cta.png);
    width: 62px;
    height: 70px;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-size: contain;
  }
  
  .nav_blog__inner-cta .title .text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 175px;
  }
  
  .nav_blog__inner-cta .social-icons .social-icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .nav_blog__inner-cta .actions {
    display: flex;
    gap: 8px;
  }
  
  .nav_blog__inner-cta .actions .btn__default {
    font-size: 14px;
    padding: 0 12px;
    flex-grow: 1;
    height: 48px;
    max-width: 366px;
  }
  
  @media (min-width: 992px) {
    .main_content_blog .nav_blog {
      max-width: 366px;
      min-width: 366px;
    }
  
    .main_content_blog .nav_blog__inner {
      position: sticky;
      top: 0;
    }
  
    .wrapper_content_blog .sides {
      gap: 24px;
    }
  }
  
  @media (max-width: 991px) {
    .wrapper_content_blog .sides {
      display: block;
    }
  
    .main_content_blog {
      padding-top: 48px;
    }
    
    .main_content_blog-content {
      margin: 0;
      gap: 32px;
    }
  
    .main_content_blog table {
      min-width: 940px;
    }
  
    .main_content_blog-content table td, .main_content_blog-content table th {
      padding: 16px;
      font-size: 14px;
    }
  
    .main_content_blog .nav_blog {
      display: none;
    }
  
    .main_content_blog .nav_blog__inner {
      margin: 24px 0;
    }
  }
  
  @media (max-width: 767px) {
  
    .main_content_blog-content {
      font-size: 14px;
    }
  
    .main_content_blog .head_blog {
      margin-bottom: 16px;
    }
  
    .main_content_blog-content .wp-block-heading, .main_content_blog-content .wp-block-my-plugin-nav-heading {
      font-size: 20px;
      margin-bottom: 16px;
    }
  
    .main_content_blog-content .wp-block-group .wp-block-group__inner-container > *:not(:last-child):not(.wp-block-heading):not(.wp-block-my-plugin-nav-heading) {
      margin-bottom: 10px;
    }
  
    .main_content_blog .nav_blog__inner {
      padding: 32px 16px 16px 16px;
    }
  
    .main_content_blog .nav_blog__inner .list li {
      font-size: 14px;
    }
  }
  
  @media (max-width: 360px) {
    .nav_blog__inner-cta .actions {
      flex-direction: column;
    }
  
    .nav_blog__inner-cta .social-icons {
      justify-content: center;
    }
  }
  
  /***************singel-blog*******************/

  /***************other-posts-section*******************/

.other-posts-section .other-items {
    
}
  
  .other-posts-section .section__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-top: 3px solid rgba(0, 0, 0, 0.10);
    padding-top: 40px;
  }
  
  .other-posts-section .section__head .section-title {
    margin: 0;
  }
  
  .other-posts-section .section__head-arrows {
    display: flex;
    gap: 8px;
  }
  
  .other-posts-section .section__head-arrows .arrow-button-next {
    transform: rotate(180deg);
  }
  
  .other-items .slick-slide {
    margin: 0 16px;
  }
  
  @media (max-width:480px) {
    .other-posts-section .section__head {
      margin-bottom: 24px;
    }
  
    .other-posts-section .section__head-arrows {
      display: none;
    }
  
    .other-items .slick-slide {
      margin: 0 1px;
    }
  }
  
  /***************other-posts-section*******************/
  
  /***************card-blog*******************/
  
  .card-blog .thumb {
    display: flex;
    height: 280px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 24px;
  }
  
  .card-blog .thumb .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 23.57%, #272a76b8 100%);
    border-radius: 16px;
  }
  
  .card-blog .thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .card-blog .thumb .date {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 8px 0 0;
    background-color: #fff;
    padding: 8px 12px 8px 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--grey_text);
    line-height: 1.3;
    z-index: 9;
  }
  
  .card-blog .thumb .date:before {
    content: '';
    background-color: #0169FF;
    width: 3px;
    height: 16px;
    margin-right: 9px;
  }
  
  .card-blog .title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    display: block;
  }
  
  .card-blog .excerpt {
    color: var(--grey_text);
  }
  
  @media (max-width:767px) {
    .card-blog .title {
      font-size: 18px;
    }
  
    .card-blog .excerpt {
      font-size: 14px;
    }
  }
  
  @media (max-width:480px) {
    .card-blog .thumb {
      height: 218px;
    }
  }
  
  /***************card-blog*******************/

/***********s-contacts****************/

.s-contacts {}

.s-contacts .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.s-contacts .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.s-contacts .items .item.item-form {
    align-items: flex-start;
    text-align: left;
}

.s-contacts .items .item .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1C2433 0%, #6298EA 95%);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-contacts .items .item .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 8px;
}

.s-contacts .items .item .description {
    color: #4D5B7C;
    margin-bottom: 16px;
}

.s-contacts .items .item .contact-details {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

.s-contacts .items .item .contact-details .link {
    color: #0169FF;
    font-weight: 600;
    font-size: 20px;
}

.s-contacts .items .item .contact-details .social-links {
    display: flex;
    gap: 16px;
}

.s-contacts .items .item .contact-details .social-links a {
    display: flex;
}

@media (max-width:640px) {
    .s-contacts .items {
        grid-template-columns: repeat(1, 1fr);
    }
}

/***********s-contacts****************/

/***********form****************/
.callback-form {
    flex: 1;
    max-width: 400px;
}

.callback-form .form-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.callback-form .btn__default {
    width: 100%;
}

.form-fields-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field {
    position: relative;
}

.form-field input {
    
}

input:focus {
    outline: none;
    border-color: var(--main-primary);
}

input::placeholder {

}

.wpcf7-response-output {
    display: none!important;
}

.wpcf7-form .wrapper-btn {
    position: relative
}

.wpcf7-form .wrapper-btn .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 0
}

.wpcf7-form .agreement {

}

.wpcf7-form .agreement .wpcf7-list-item {
    margin: 0
}

.wpcf7-form .agreement .wpcf7-list-item label input {
    display: none
}

.wpcf7-form .agreement .wpcf7-list-item label .wpcf7-list-item-label:after {
    content: none
}

.wpcf7-form .agreement .wpcf7-list-item label .wpcf7-list-item-label:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 6px;
    border: 1px solid #0169FF;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    flex-shrink: 0
}

.wpcf7-form .agreement .wpcf7-list-item label input:checked+.wpcf7-list-item-label:before {
    background-image: url(../imgs/checkbox.svg);
}

.wpcf7-form .agreement .wpcf7-list-item label .wpcf7-list-item-label {
    display: flex;
    gap: 8px;
    line-height: 1.3;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.wpcf7-form .agreement .wpcf7-list-item label .wpcf7-list-item-label a {
    color: #0169FF;
    text-decoration: underline;
}

.wpcf7-form .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wpcf7-form-control-wrap {
    display: block;
    line-height: 1;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 1px;
}

/***********form****************/

/* s-vps-filter */

.s-vps-filter {
    padding: 80px 0px 60px;
    background-color: #efe7ff6b;
}

@media (max-width: 575px) {
    .s-vps-filter {
        padding: 24px 0 40px;
    }
}

/* s-vps-filter */

/* s-content */

.s-content {
    padding: 60px 0;
}

.s-content .section__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #4D5B7C;
}

.s-content .content-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.s-content .section__content h2 , .s-content .section__content h3 , .s-content .section__content h4 , .s-content .section__content h5 {
    color: #000C2A;
}

.s-content .section__content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.s-content .section__content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.s-content .section__content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.s-content .section__content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.s-content .section__content ul {
    list-style: disc;
}

.s-content .section__content ul , .s-content .section__content ol {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s-content .section__content ul li , .s-content .section__content ol li {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.s-content .section__content img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 16px;
}

.s-content .section__content .arrow-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0169FF;
    border-bottom: 1px solid #0169FF;
    width: fit-content;
}

.s-content .section__content .arrow-link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../imgs/arrow-link.svg) no-repeat center center;
    background-size: contain;
}

@media (max-width: 575px) {
    .s-content {
        padding: 80px 0;
    }

    .s-content .section__content h2 {
        font-size: 30px;
    }

    .s-content .section__content h3 {
        font-size: 24px;
    }

    .s-content .section__content h4 {
        font-size: 24px;
    }

    .s-content .section__content h5 {
        font-size: 18px;
    }

    .s-content .section__content ul li , .s-content .section__content ol li {
        font-size: 16px;
    }

    .s-content .section__content img {
        border-radius: 8px;
    }

    .s-content .section__content .arrow-link {
        font-size: 16px;
    }

    .s-content .section__content .arrow-link::after {
        width: 12px;
    }

    .s-content .section__content {
        gap: 24px;
    }
}

/* s-content */

/* advantages */

.s-advantages {
    padding: 140px 0;
    background-color: #246BD0;
}

.s-advantages-inner {
    display: flex;
    gap: 120px;
}

.s-advantages-inner .side__title {
    width: 555px;
}

.s-advantages-inner .side__title .side__title-inner {
    position: sticky;
    top: 0;
    padding: 88px 0 44px;
    border-bottom: 1px solid #FFFFFF1F;
}

.s-advantages-inner .side__title h2 {
    font-size: 80px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.s-advantages-inner .side__list {
    padding: 360px 107.5px;
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 655px;
    width: 100%;
    box-sizing: border-box;
}

.s-advantages-inner .side__list .side__list-item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 96px 0;
    opacity: 0.5;
    position: relative;
    transition: opacity 0.3s ease;
}

.s-advantages-inner .side__list .side__list-item:hover {
    opacity: 1!important;
}

.s-advantages-inner .side__list .side__list-item::after {
    content: '';
    display: inline-block;
    width: 293px;
    height: 293px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: 21px;
    right: 50px;
    filter: blur(200px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.s-advantages-inner .side__list .side__list-item:hover::after {
    opacity: 1;
}

.s-advantages-inner .side__list .side__list-item.active,
.s-advantages-inner .side__list .side__list-item:hover {
    opacity: 1;
}

.s-advantages-inner .side__list .item__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1.12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF1F;
}

.s-advantages-inner .side__list .item__text {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .s-advantages-inner .side__title h2 {
        font-size: 60px;
    }

    .s-advantages-inner .side__list {
        padding: 270px 80.5px;
    }
}

@media (max-width: 1100px) {
    .s-advantages-inner .side__title h2 {
        font-size: 48px;
    }

    .s-advantages-inner .side__list {
        padding: 210px 64.5px;
    }
}

@media (max-width: 991px) {
    .s-advantages {
        padding: 80px 0;
    }

    .s-advantages-inner {
        flex-direction: column;
        gap: 0;
    }

    .s-advantages-inner .side__title {
        width: 100%;
    }

    .s-advantages-inner .side__list {
        padding: 20px 0 0;
    }

    .s-advantages-inner .side__list .side__list-item {
        padding: 60px 0 60px;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .s-advantages-inner .side__title h2 {
        font-size: 42px;
    }

    .s-advantages-inner .side__title .side__title-inner {
        padding: 0;
        border-bottom: none;
    }

    .s-advantages-inner .side__list .item__title {
        font-size: 28px;
        font-weight: 400;
        padding-bottom: 8px;
    }

    .s-advantages-inner .side__list .side__list-item {
        gap: 24px;
    }
}

/* advantages */

.s-list-vps {
    background-color: #EBECEA;
    padding: 40px 0px 160px;
    overflow: hidden;
}

.s-list-vps-inner {

}

.s-list-vps .slider .slick-slide {
    margin-right: 20px;
}

.s-list-vps .slider .slick-list {
    overflow: visible;
}

.s-list-vps .slider-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.s-list-vps .slider-arrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    border: none;
}

.s-list-vps .slider-arrows button .arrow-icon {
    width: 16px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imgs/arrow-right.svg);
}

.s-list-vps .slider-arrows button .arrow-button-prev-icon {
    transform: rotate(180deg);
}

.s-list-vps .slider-arrows button.slick-disabled {
    background-color: #E3E3E3;
}

.s-list-vps .slider-arrows button.slick-disabled .arrow-icon {
    background-image: url(../imgs/arrow-right-grey.svg);
}

@media (max-width: 991px) {
    .s-list-vps .slider .slick-slide {
        margin-right: 0;
    }
}

/* vps ads */

.card-vps-ads {
    background-color: transparent;
    display: flex!important;
    flex-direction: column;
    gap: 4px;
}

.vps-ads-body {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.vps-ads-header-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vps-ads-logo {
    width: 214px;
    height: 40px;
}

.vps-ads-title h3 {
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    color: #000C2A;
}

.vps-ads-email {
    font-size: 18px;
    line-height: 1;
    color: #0169FF;
}

.vps-ads-label {
    background-color: #F9DFFF;
    color: #8917A6;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid #E2CBEA;
}

.vps-ads-characteristics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
}

.vps-ads-characteristic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.vps-ads-characteristic-label {
    line-height: 1;
    font-weight: 500;
    color: #4D5B7C;
}

.vps-ads-characteristic-value {
    line-height: 1;
    font-weight: 600;
    color: #000C2A;
}

.vps-ads-footer {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vps-ads-footer-price {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #000C2A;
}

.vps-ads-footer-price-period {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #4D5B7C;
}

.vps-ads-footer-button {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.vps-ads-footer-button-link {
    max-width: 220px;
    width: 100%;
}

@media (max-width: 575px) {
    .vps-ads-characteristics {
        grid-template-columns: 1fr;
    }
}

/* vps ads */

/* search page */

.search-page {
    padding: 40px 0;
}

.search-page .notebox {
    margin-bottom: 40px;
}

.search-page .notebox .text-search {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #4D5B7C;
    margin-bottom: 24px;
}

.search-page .notebox .text-search span {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #4D5B7C;
}

/* search page */

/* 404 */
.s-404 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.s-404__card {
    max-width: 760px;
    margin: 0 auto;
    padding: 56px 48px;
    border: 1px solid #D6DCEA;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FAFF 100%);
    box-shadow: 0 24px 48px rgba(1, 105, 255, 0.08);
}

.s-404 .section__header {
    margin-bottom: 32px;
}

.s-404__code {
    margin-bottom: 20px;
    font-size: clamp(72px, 12vw, 132px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    color: #0169FF;
}

.s-404 .section__header .section__title {
    margin-bottom: 16px;
}

.s-404 .section__description {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    color: #5F6C8A;
    font-size: 18px;
    line-height: 1.6;
}

.s-404__actions {
    display: flex;
    justify-content: center;
}

.s-404__home-btn {
    width: auto;
    min-width: 240px;
    padding: 0 28px;
    background-color: #0169FF;
    color: #FFFFFF;
}

.s-404__home-btn:hover {
    background-color: #0059D8;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .s-404 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .s-404__card {
        padding: 40px 20px;
        border-radius: 16px;
    }

    .s-404 .section__description {
        font-size: 16px;
    }

    .s-404__home-btn {
        min-width: 220px;
    }
}

/* footer */

.footer {
    padding: 60px 0 20px;
}

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

.footer-logo {
    width: 170px;
    margin-bottom: 26px;
}

.footer-logo img {
    width: 100%;
}

.footer-info {
    margin-bottom: 50px;
}

.footer-info a {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #4D5B7C;
}

.footer-menu {
    margin-bottom: 48px;
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-menu ul li .menu-item-heading {
    font-size: 18px;
    border: 1px solid #c8def9;
    border-radius: 99px;
    padding: 8px 20px;
    background-color: #c8def9;
    color: #0169FF;
    margin-bottom: 12px;
}

.footer-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #081B4B;
    padding: 8px 20px;
    border: 1px solid #D6DCEA;
    border-radius: 99px;
}

.footer-menu ul li a:hover {
    color: #0169FF;
}

.footer-menu ul li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 24px 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #000C2A1F;
    padding: 16px 0 20px;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom-left .copyright {
    color: #4D5B7C;
}

@media (max-width: 480px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

/* footer */

/* vps-sidebar-menu */

nav.vps-sidebar-menu {
    background: #fff;
    border: 1px solid #D6DCEA;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 20px rgba(9, 28, 70, 0.06);
}

nav.vps-sidebar-menu > ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

nav.vps-sidebar-menu li {
    position: relative;
}

nav.vps-sidebar-menu a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #4D5B7C;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

nav.vps-sidebar-menu a:hover {
    background-color: #F4F7FF;
    color: #0169FF;
    transform: translateX(2px);
}

nav.vps-sidebar-menu li.current-menu-item > a,
nav.vps-sidebar-menu li.current-menu-ancestor > a,
nav.vps-sidebar-menu li.current_page_item > a {
    background-color: #0169FF1A;
    color: #0169FF;
}

nav.vps-sidebar-menu li.menu-item-has-children > a {
    padding-right: 36px;
}

nav.vps-sidebar-menu .sidebar-submenu-toggle {
    position: absolute;
    right: 6px;
    top: 9px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #D6DCEA;
    background: #F9FAFE;
    color: #4D5B7C;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

nav.vps-sidebar-menu .sidebar-submenu-toggle:hover {
    background-color: #EAF1FF;
    border-color: #BED3FF;
    color: #0169FF;
}

nav.vps-sidebar-menu .sidebar-submenu-toggle::before {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .25s ease;
}

nav.vps-sidebar-menu li.is-open > .sidebar-submenu-toggle::before {
    transform: rotate(-135deg) translate(-1px, -1px);
}

nav.vps-sidebar-menu ul.sub-menu {
    margin-top: 4px;
    margin-left: 12px;
    padding-left: 8px;
    border-left: 1px dashed #D6DCEA;
    display: none;
}

nav.vps-sidebar-menu li.is-open > ul.sub-menu {
    display: block;
}

nav.vps-sidebar-menu ul.sub-menu a {
    min-height: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
}

@media (max-width: 767px) {
    nav.vps-sidebar-menu {
        border-radius: 12px;
        padding: 12px;
    }

    nav.vps-sidebar-menu a {
        min-height: 44px;
        font-size: 15px;
    }
}

/* vps-sidebar-menu */

.btn__back-to-top {
    position: fixed;
    bottom: 20px;
    right: 7px;
    background-color: #0169FF;
    border-radius: 100px;
    border: 1px solid #D6DCEA;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    padding: 13px 20px;
    gap: 4px;
}

.btn__back-to-top-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}

.btn__back-to-top-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../imgs/arrow-up.svg);
}

.btn__back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 1280px) {
    .btn__back-to-top {
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .btn__back-to-top-text {
        display: none;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 10px;
    }

    .section__header .section__title {
        font-size: 32px;
    }

    .section__header {
        margin-bottom: 40px;
    }

    .btn__back-to-top {
        width: 40px;
        height: 40px;
    }

    .btn__back-to-top-icon {
        width: 20px;
        height: 20px;
    }
}

/* Gutenberg / контент страниц (page__content) */
.tpl-page .page__content {
    margin: 0 auto;
    color: #4D5B7C;
    font-size: 16px;
    line-height: 1.6;
}

.tpl-page .page__content > *:first-child {
    margin-top: 0;
}

.tpl-page .page__content :is(h1, h2, h3, h4, h5, h6, .wp-block-heading) {
    color: #000C2A;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.65em;
}

.tpl-page .page__content h2,
.tpl-page .page__content h2.wp-block-heading {
    font-size: 30px;
}

.tpl-page .page__content h3,
.tpl-page .page__content h3.wp-block-heading {
    font-size: 24px;
}

.tpl-page .page__content h4,
.tpl-page .page__content h4.wp-block-heading {
    font-size: 20px;
}

.tpl-page .page__content h5,
.tpl-page .page__content h5.wp-block-heading {
    font-size: 18px;
}

.tpl-page .page__content p {
    margin: 0 0 1em;
}

.tpl-page .page__content p:last-child {
    margin-bottom: 0;
}

.tpl-page .page__content strong,
.tpl-page .page__content b {
    font-weight: 600;
    color: #000C2A;
}

.tpl-page .page__content a {
    /* color: #0169FF;
    text-decoration: underline;
    text-underline-offset: 2px; */
}

.tpl-page .page__content a:hover {
    text-decoration: none;
}

.tpl-page .page__content :is(ul, ol) {
    margin: 0 0 1em;
    padding-left: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    list-style-position: outside;
}

.tpl-page .page__content ul {
    list-style-type: disc;
}

.tpl-page .page__content ol {
    list-style-type: decimal;
}

.tpl-page .page__content li {
    line-height: 1.5;
}

.tpl-page .page__content li > :is(ul, ol) {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.tpl-page .page__content .wp-block-quote {
    margin: 1.5em 0;
    padding: 24px 28px;
    border-left: 4px solid #0169FF;
    background: #F9FAFE;
    border-radius: 0 16px 16px 0;
    color: #000C2A;
}

.tpl-page .page__content .wp-block-quote p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.tpl-page .page__content .wp-block-quote cite {
    font-size: 14px;
    font-style: normal;
    color: #4D5B7C;
}

.tpl-page .page__content .wp-block-separator {
    margin: 2em auto;
    border: none;
    border-top: 1px solid #E2E3EA;
}

.tpl-page .page__content .wp-block-image,
.tpl-page .page__content figure.wp-block-image {
    margin: 1.5em 0;
}

.tpl-page .page__content .wp-block-image img,
.tpl-page .page__content figure.wp-block-image img {
    border-radius: 16px;
}

.tpl-page .page__content .wp-block-image figcaption {
    margin-top: 0.5em;
    font-size: 14px;
    text-align: center;
}

.tpl-page .page__content .wp-block-table {
    margin: 1.5em 0;
    overflow-x: auto;
}

.tpl-page .page__content .wp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.tpl-page .page__content .wp-block-table thead th {
    background-color: #000C2A;
    color: #fff;
    font-weight: 500;
    text-align: left;
    padding: 14px 20px;
    border: 1px solid #E2E3EA;
}

.tpl-page .page__content .wp-block-table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}

.tpl-page .page__content .wp-block-table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}

.tpl-page .page__content .wp-block-table :is(td, th) {
    padding: 14px 20px;
    border: 1px solid #E2E3EA;
    vertical-align: top;
}

.tpl-page .page__content .wp-block-table tbody tr:nth-child(even) {
    background-color: #F9FAFE;
}

.tpl-page .page__content .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #0169FF26;
    color: #0169FF;
    font-weight: 600;
    text-decoration: none;
}

.tpl-page .page__content .wp-block-button__link:hover {
    background-color: #0169FF;
    color: #fff;
}

.tpl-page .page__content pre {
    background: #F9FAFE;
    border: 1px solid #E2E3EA;
    border-radius: 12px;
    padding: 16px 20px;
    overflow-x: auto;
    margin: 1em 0;
}

.tpl-page .page__content :not(pre) > code {
    background: #F9FAFE;
    padding: 0.15em 0.4em;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .tpl-page .page__content h2,
    .tpl-page .page__content h2.wp-block-heading {
        font-size: 24px;
    }

    .tpl-page .page__content h3,
    .tpl-page .page__content h3.wp-block-heading {
        font-size: 20px;
    }

    .tpl-page .page__content .wp-block-image img,
    .tpl-page .page__content figure.wp-block-image img {
        border-radius: 8px;
    }

    .tpl-page .page__content .wp-block-table :is(td, th) {
        padding: 10px 12px;
        font-size: 14px;
    }
}