
/* modal popup */
.modal {
    width: 822px;
    min-height: 250px;
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 34, 75, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}
.hidden {
    display: none;
}

time {
    text-transform: lowercase;
}

.mc4wp-response {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.blogPop {
    padding: 48px;
}
.blogPop__head {
}
.blogPoppup__head_btn {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 0;
}
.blogPoppup__body {
}
.blogPoppup__body_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #13224b;
    margin-bottom: 32px;
}

.blogPoppup__body_top {
    display: flex;
}
.blogPoppup__body_top-mail {
    width: 100%;
    position: relative;
}
.blogPoppup__body_top-mailError {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    color: #ec008b;
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0;
    display: none;
}

.blogPoppup__body_top-mail input {
    font-family: "Montserrat", sans-serif;
    padding: 16px 24px;
    border: 1px solid #13224b !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #13224b;
    width: 100%;
    height: 100%;
}
.blogPoppup__body_top-mail input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #13224b;
    opacity: 0.5;
}

.blogPoppup__body_top-sub {
    width: 200px;
    margin-left: 16px;
    position: relative;
}
.blogPoppup__body_top-sub span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
}
.blogPoppup__body_top-sub input {
    border: none;
    background: #13224b;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 49px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.blogPoppup__body_top-sub:hover input {
    background-color: #ec008b;
}

.blogPoppup__body_bottom {
    display: flex;
    align-items: center;
    margin-top: 32px;
    position: relative;
    cursor: pointer;
}

.blogPoppup__body_bottom-agree {
    position: relative;
}
.blogPoppup__body_bottom-check {
    margin-right: 16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #13224b;
    border-radius: 8px;
    position: relative;
}
.blogPoppup__body_bottom-check::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #13224b;
    border-radius: 8px;
    opacity: 0;
}

.blogPoppup__body_bottom input {
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    display: block;
}
.blogPoppup__body_bottom input:invalid {
    display: none;
}

.blogPoppup__body_bottom input:checked + .blogPoppup__body_bottom-check::after {
    opacity: 1;
}

.blogPoppup__body_bottom-agree p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
}
.blogPoppup__body_bottom-agree a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #ec008b;
    border-bottom: 1px solid transparent;
}
.blogPoppup__body_bottom-agree a:hover {
    border-bottom: 1px solid #ec008b;
}

.blogPoppup__body_top-mail.wrong .blogPoppup__body_top-mailError {
    display: block;
    opacity: 1;
}
.blogPoppup__body_top-mail.wrong input {
    border-color: #ec008b !important;
}

.blogPoppup__body_bottom.no-check .blogPoppup__body_bottom-check {
    border-color: #ec008b !important;
}

.blogPop .blogPoppup__complite {
    display: none;
}
.blogPop.formSend {
}
.blogPop.formSend .blogPoppup__body {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.blogPop.formSend {
}

.blogPop.formSend .blogPoppup__complite {
    display: block;
    text-align: center;
}
.blogPop.formSend .blogPoppup__complite_title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: -0.003em;
    color: rgba(19, 34, 75, 1);
}
.blogPop.formSend .blogPoppup__complite__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    max-width: 590px;
    margin: 24px auto 0;
}

/* end form */

body.page-template-blog {
    background: #fff;
}
.blog_page .wrap {
    overflow: visible;
}
.blog_page .stick {
    position: sticky;
    top: 0;
    z-index: 9999999;
}
.blog_page .header {
    position: static;
}

.blog_page .header-sign {
    margin-right: 0;
}

.blog2V {
    padding-bottom: 160px;
}

.blog2V .container {
    max-width: 1480px;
    margin: 0 auto;
}

.blog2V .blog2V-header {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    background: #f3f4f6;
    padding-left: 34px;
    border-radius: 8px;
}

.blog2V-header__left {
    display: flex;
    align-items: center;
}

.blog2V-header__left_title {
    margin-right: 100px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
}

.blog2V-header__left_title span {
    color: #00cfd7;
}

.blog2V-header__left_cat {
    display: flex;
}

.blog2V-header__left_cat li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #13224b;
    padding: 16px 25px;
    border-radius: 8px;
    display: inline-block;
}

.blog2V-header__left_cat li a:hover {
    background-color: #13224b;
    color: #fff;
}

.blog2V-header__right {
    display: flex;
    align-items: center;
    position: relative;
}

.blog2V-header__right_search {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px 25px;
    transition: 0.3s;
}

.blog2V-header__right_search::before {
    content: "";
    background: url("../images/search-blog.svg") no-repeat center center /
        contain;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.blog2V-header__right_form {
    display: none;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: -230px;
    z-index: 9;
}

.blog2V-header__right_form form {
    position: relative;
}

.blog2V-header__right_form form input {
    font-family: 'Syne', serif;
    padding: 19px 40px 19px 24px;
    width: 397px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #13224b !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    background-color: #fff;
}

.blog2V-header__right_form form span {
    display: block;
    background: url("../images/exit-icon.svg") no-repeat center center / contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.blog2V-header__right_form.active {
    display: block;
}

.blog2V-header__right_subs {
    border: none;
    margin-left: 39px;
    background: #13224b;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Syne;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px !important;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid transparent;
}

.blog2V-header__right_subs:hover {
    background-color: #ec008b;
    border: 1px solid #ec008b;
}

.blog2V .blog2V-wrap {
    display: flex;
    margin-top: 64px;
}

.blog2V-wrap .wp-block-button {
    max-width: 735px !important;
    width: 100% !important;
    height: 55px !important;
    margin: 0 auto !important;
}

.blog2V-wrap .wp-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #00cfd7;
    color: #060219;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
}
.blog2V-wrap .wp-block-button__link:hover {
    background: #ededed;
    color: #ec008b;
}

.blog2V__main {
    max-width: 1099px;
    width: 100%;
    margin: 0 30px 0 0;
}

.blog2V__main_full-item {
}

.bmf-item-img {
    display: block;
    position: relative;
}

.bmf-item-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 99%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background-color: #ec008b;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.bmf-item-img img {
    border-radius: 8px;
}

.bmf-item-top {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.bmf-item-top time {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    display: block;
    margin-right: 32px;
    text-transform: lowercase;
}

.bmf-item-top ul {
}

.bmf-item-top li {
    line-height: 1;
}

.bmf-item-top li:not(:last-child) {
    margin-right: 24px;
}

.bmf-item-top li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #ec008b;
    text-transform: lowercase;
}

.bmf-item-top li a:hover {
    color: #13224b;
}

.bmf-item-title {
    margin: 24px 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.003em;
}

.bmf-item-content {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.bmf-item-link {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #ec008b;
}

.bmf-item-link:hover {
    color: #13224b;
}

.bmf-item-img:hover ~ .bmf-item-title a {
    color: #ec008b;
}

.bmf-item-img:hover::after {
    opacity: 1;
    right: -8px;
    bottom: -6px;
}

.bmf-item-title:hover a {
    color: #ec008b;
}

.bmf-item-title:hover ~ .bmf-item-img::after {
    opacity: 1;
    right: -8px;
    bottom: -6px;
}

.blog2V__sidebar {
    width: 350px;
}

.blog2V__sidebar_posts {
    margin: 80px 0;
}

.blog2V__sidebar_posts-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: -0.003em;
    color: #13224b !important;
    margin-bottom: 40px;
}

.blog2V__sidebar_posts-item:not(:last-child) {
    margin-bottom: 32px;
}

.blog2V__sidebar_posts-item {
}

.blog2V__sidebar_posts-item-info {
    display: flex;
}

.blog2V__sidebar_posts-item-info time {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    display: block;
    margin-right: 24px;
}

.blog2V__sidebar_posts-item-info a {
    color: #ec008b;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    display: block;
    text-transform: lowercase;
}
.blog2V__sidebar_posts-item-info a:not(:last-child) {
    margin-right: 5px;
}
.blog2V__sidebar_posts-item-info a:hover {
    color: #13224b;
}

.blog2V__sidebar_posts-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    margin-top: 10px;
}
.blog2V__sidebar_posts-item-title:hover a {
    color: #ec008b;
}

.blog2V__main_category {
    margin: 80px 0 64px;
    position: relative;
}

.blog2V__main_category::after {
    content: "";
    display: block;
    background: url("../images/blog_category_icon.svg") no-repeat center center /
        contain;
    width: 270px;
    height: 85px;
    position: absolute;
    top: 10px;
    left: -270px;
}

.blog2V__main_category-list {
    display: flex;
}

.blog2V__main_category-list li {
    padding: 10px 16px;
    border-radius: 8px;
    background: #f3f4f6;
}

.blog2V__main_category-list li:hover {
    background-color: #13224b;
}

.blog2V__main_category-list li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #13224b;
}

.blog2V__main_category-list li:hover a {
    color: #fff;
}

.blog2V__main_category-list li:not(:last-child) {
    margin-right: 32px;
}

.blog2V__main_posts {
    display: flex;
    flex-wrap: wrap;
}

.blog2V__main_posts-item {
    width: 50%;
    margin-bottom: 50px;
}

.bmp-item-img {
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
    border-radius: 8px;
}

.bmp-item-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 99%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background-color: #ec008b;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.bmp-item-img img {
    border-radius: 8px;
    height: 100%;
}

.bmp-item-top {
    margin: 16px 0;
    display: flex;
    align-items: center;
}

.bmp-item-top time {
    display: block;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
}

.bmp-item-top ul {
    display: flex;
}

.bmp-item-top li {
}

.bmp-item-top li:not(:last-child) {
    margin-right: 31px;
}

.bmp-item-top li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #ec008b;
    text-transform: lowercase;
}

.bmp-item-top li a:hover {
    color: #13224b;
}

.bmp-item-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: -0.003em;
    margin-bottom: 16px;
    text-wrap: balance;
}

.bmp-item-content {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
}

.bmp-item-img:hover ~ .bmp-item-title a {
    color: #ec008b;
}

.bmp-item-img:hover::after {
    opacity: 1;
    right: -8px;
    bottom: -6px;
}

.bmp-item-title:hover a {
    color: #ec008b;
}

.bmp-item-title:hover ~ .bmp-item-img::after {
    opacity: 1;
    right: -8px;
    bottom: -6px;
}

.blog2V__main_posts-item:nth-child(odd) {
    padding-right: 15px;
}

.blog2V__main_posts-item:nth-child(even) {
    padding-left: 15px;
}

.blog2V__main_posts-load {
    margin-top: 14px;
    display: block;
    width: 100%;
}

.blog2V__main_posts-load button {
    font-family: 'Syne', serif;
    border: none;
    display: block;
    width: 100%;
    background: #00cfd7;
    padding: 12px 35px;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #050d21;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.blog2V__main_posts-load button:hover {
    background-color: #ededed;
    color: #ec008b;
}

.blog2V__main_posts-nores {
    margin: 80px auto 0;
    padding-left: 51px;
}
.blog2V__main_posts-nores svg {
    width: 100%;
}
.blog2V__main_posts-btnBack {
    margin-top: 64px;
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    padding: 11px 35px;
    background: #00cfd7;
    color: #050d21;
    width: 100%;
}
.blog2V__main_posts-btnBack:hover {
    color: #ec008b;
    background: #ededed;
}

/* Footer  */

.blog_page .footer {
    background: url("../images/footer-zeydoo-bg.svg") no-repeat center center /
        contain;
    padding: 38px 0 104px;
    margin-top: 0;
}
.blog_page .footer * {
    color: #13224b !important;
}
.blog_page .footer-menu a:hover {
    text-decoration: underline;
}
.blog_page .footer .container:before {
    display: none;
}
.blog_page .footer .container {
    background: none;
}

/*  --> POST */
.blogPost {
}
.blog2V__post {
}
.blog2V__post_title {
    max-width: 1099px;
    margin-top: 64px;
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.003em;
}
.blog2V__post_preview {
    margin-bottom: 32px;
}
.blog2V__post_preview img {
    border-radius: 8px;
    height: auto;
}
.blog2V__post_content {
}
.blog2V__post_content .wp-block-separator {
    display: block;
    margin: 64px 0;
    border: none;
    background: url("../images/devider.svg") no-repeat center center / contain;
    height: 16px;
    width: 100%;
}
.blog2V__post_content .wp-block-image {
    margin: 40px 0;
}
.wp-block-image figure img {
    width: 100%;
}
.wp-block-image img {
    width: auto;
}
.blog2V__post_content .wp-element-caption {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 28.8px;
    margin-top: 24px;
    margin-bottom: 0;
    color: #050D21;
}

.blog2V__post_content > p {
    margin-bottom: 24px;
}
.blog2V__post_content p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #050D21;
}
.blog2V__post_content .wp-block-media-text__content p {
    font-family: "Syne", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.003em;
    color: #050D21;
}
.blog2V__post_content .wp-block-media-text__content p em {
    font-style: normal;
}

.blog2V__post_content .wp-block-media-text__media img {
    margin: 32px 0;
}
.blog2V__post_content .wp-block-media-text__media img,
.blog2V__post_content .wp-block-image figure img{
    border-radius: 8px;
}
.blog2V__post_content .wp-block-media-text a:hover {
    color: #ec008b;
}
.blog2V__post_content ul {
    padding-left: 25px;
}
.blog2V__post_content ol {
    padding-left: 20px;
}

.blog2V__post_content ol li,
.blog2V__post_content ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    margin-bottom: 24px;
    color: #050D21;
}
.blog2V__post_content ul:not(.toc_list) li::marker {
    color: #ec008b;
    font-weight: 600;
    transition: 0.5s;
}
/* .blog2V__post_content ul li:hover::marker   {
    color: #ec008b;
} */

.blog2V__post_content ul li {
    list-style: decimal;
}
.blog2V__post_content ol li {
    list-style: disc;
}
.blog2V__post_content ol li::marker {
    color: #00cfd7;
    font-weight: 500;
}

.blog2V__post_content ol li a,
.blog2V__post_content ul li a {
    color: #ec008b;
    border-bottom: 1px solid transparent;
    font-weight: 600;
}

.blog2V__post_content ol li a:hover,
.blog2V__post_content ul li a:hover {
    border-bottom-color: #ec008b;
}

.blog2V__post_content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.003em;
    margin-bottom: 24px;
}
.blog2V__post_content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: -0.003em;
    margin-bottom: 24px;
}
.blog2V__post_content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 24px;
}
.blog2V__post_content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    margin-bottom: 24px;
}

.blog2V__post_content .wp-block-table {
    margin: 40px 0;
}
.wp-block-table table {
    min-width: 900px;
    overflow-x: scroll;
}

.blog2V__post_content .wp-block-table table td {
    border-color: rgba(5, 13, 33, 0.1);
}
.blog2V__post_content .wp-block-table table tbody {
}
.blog2V__post_content .wp-block-table table tbody tr {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    color: #050d21;
}
.blog2V__post_content .wp-block-table table tbody tr:nth-child(odd) {
    background: #e5fafb;
}
.blog2V__post_content .wp-block-table table tbody tr:first-child {
    background: #00cfd7;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.blog2V__post_content {
}

.toc {
    background: linear-gradient(
        180deg,
        #00cfd7 0%,
        rgba(0, 207, 215, 0) 93.87%
    );
    margin: 64px 0;
    padding: 32px;
    border-radius: 8px;
}
.toc div#toc_container {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.toc .toc__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 35.2px !important;
    letter-spacing: -0.003em !important;
    margin-bottom: 24px !important;
}
.toc div#toc_container ul.toc_list {
    padding-left: 0;
    position: relative;
}
.toc div#toc_container ul.toc_list li {
    list-style: none;
}

.toc div#toc_container .toc_number {
    font-weight: 600;
}
.toc div#toc_container .toc_number::after {
    content: '.';
}

.toc div#toc_container ul.toc_list li:not(:last-child) {
    margin-bottom: 24px;
}
.toc div#toc_container ul.toc_list li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #050d21;
    border-bottom: none;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    font-family: "Syne", sans-serif;
}
.toc div#toc_container ul.toc_list li a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ec008b;
    position: absolute;
    bottom: -2px;
    left: 0px;
    opacity: 0;
    transition: 0.3s;
}


.toc div#toc_container ul.toc_list li a:hover {
    color: #ec008b;
    text-decoration: none;
}
.toc div#toc_container ul.toc_list li a:hover::after {
    opacity: 1;
}

.toc div#toc_container ul.toc_list li ul {
    display: none;
}

.blog2V__post_tags {
    margin-top: 50px;
}
.blog2V__post_tags ul {
    display: flex;
    flex-wrap: wrap;
}
.blog2V__post_tags ul li {
    margin-right: 13px;
    margin-top: 14px;
}
.blog2V__post_tags ul li a {
    display: inline-block;
    padding: 10px 16px;
    border: 2px solid #13224b;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #ec008b;
    transition: 0.3s;
    border-radius: 8px;
    text-transform: lowercase;
}
.blog2V__post_tags ul li a:first-letter {
    text-transform: capitalize;
}
.blog2V__post_tags ul li a:hover {
    background: #ec008b;
    color: #fff;
    border-color: #ec008b;
}
.blog2V__post_disqus {
}

.blog2V__post_other {
    margin-top: 120px;
}
.blog2V__post_other-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.003em;
    margin-bottom: 40px;
}
.blog2V__post_other-wrap {
    display: flex;
}
.blog2V__post_other-item {
    max-width: 535px;
    width: 100%;
}
.blog2V__post_other-item:first-child {
    margin-right: 30px;
}

.blog2V__post_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.blog2V__post_head-info {
    display: flex;
    align-items: center;
}
.blog2V__post_head-info time {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #13224b;
}
.blog2V__post_head-info ul {
    margin-left: 35px;
    display: flex;
}
.blog2V__post_head-info ul li {
    line-height: 1;
    margin-right: 10px;
}
.blog2V__post_head-info ul li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #ec008b;
    text-transform: lowercase;
}
.blog2V__post_head-info ul li a:hover {
    color: #13224b;
}
.blog2V__post_head-author {
}
.blog2V__post_head-author div {
    display: flex;
    align-items: center;
}
.author-logo {
    display: block;
    width: 40px;
    height: 40px;
}
.author-logo img {
    border-radius: 50%;
}
.author-name {
    display: inline-block;
    margin-left: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #13224b;
}

/* END POST */
/* START Category */

.blog2V.tag .blog2V__sidebar,
.blog2V.category .blog2V__sidebar {
    margin-top: 100px;
}
.category__wrap {
}
.category__wrap_title {
    color: #13224b;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.003em;
    margin-bottom: 40px;
}
.category__wrap_title span {
    color: #ec008b;
    text-transform: lowercase;
    display: inline-block;
}

.search-results .category__wrap_title span {
    text-transform: math-auto;
}

/* .category__wrap_title span:first-letter {
    text-transform: capitalize;
} */
/* END Category */
/* START TAG */
.tag {
}
.blog2V__main_tag {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog2V__main_tag-pagi {
}
.blog2V__main_tag-pagi .nav-links {
    display: flex;
    align-items: center;
}
.blog2V__main_tag-pagi .nav-links span,
.blog2V__main_tag-pagi .nav-links a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.003em;
    color: #13224b;
    margin: 0 12px;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
}
.blog2V__main_tag-pagi .nav-links span.current {
    color: #ec008b;
}
.blog2V__main_tag-pagi .nav-links a:hover {
    color: #ec008b;
}

/* END TAG */
/* Search */
.search-results .blog2V__main_posts {
    /* justify-content: center; */
}
/* END Search */

/*  MEDIA  */
@media (max-width: 1600px) {
    .blog_page .container {
        max-width: 1480px;
    }
}
@media (max-width: 1500px) {
    /* POST */
    .blog_page .container {
        padding: 0 40px;
    }
}
@media (max-width: 1390px) {
    .blog_page .footer {
        background: none;
    }
    .blog2V-header__right_form {
        left: -200px;
    }
    .blog2V-header__right_form form input {
        width: 294px;
        height: 49.5px;
        padding: 13px 35px 13px 25px;
        font-size: 16px;
        line-height: 20px;
    }

    .blog2V-header__right_form form span {
        top: 20px;
        right: 14px;
    }

    .blog2V__main {
        margin: 0;
    }

    .blog2V__sidebar {
        display: none;
    }

    .bmp-item-img {
        height: auto;
    }
    .bmp-item-img img {
        width: 100%;
    }

    .blog2V-header__left_title {
        display: flex;
        margin-right: 60px;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    .blog2V-header__left_title span {
        margin-left: 5px;
    }

    .blog2V-header__left_cat li a {
        font-size: 16px;
        font-weight: 500;
        line-height: 17.6px;
        padding: 13px 16px;
    }

    .blog2V-header__right_subs {
        width: 150px;
        height: 49px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
    }

    .blog2V-header__right_search::before {
        display: none;
    }

    .blog2V-header__right_search {
        font-size: 16px;
        font-weight: 500;
        line-height: 17.6px;
    }

    /* POST */
    .blog2V__post_title {
        max-width: 100%;
    }
    .blog2V__main {
        max-width: 100%;
    }
    .blog2V__post_preview img {
        width: 100%;
    }
    .wp-block-image img {
        width: 100%;
    }

    /* Tag  */
    /* .bmp-item-img {
        height: 335px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bmp-item-img img {
        height: auto;
    } */
}

@media (max-width: 1024px) {
    .blog2V .container {
        padding: 0 32px;
    }
    .blog2V-header__left_title {
        display: none;
    }

    .blog2V .blog2V-header {
        display: block;
        background: none;
        padding-left: 0;
    }

    .blog2V-header__left {
        display: block;
        margin-bottom: 29px;
    }

    .blog2V-header__left_cat {
        display: flex;
        justify-content: space-between;
        background-color: #f3f4f6;
        border-radius: 8px;
    }

    .blog2V-header__right {
        justify-content: space-between;
    }

    .blog2V-header__right_subs {
        margin: 0;
        border: none;
    }

    .blog2V-header__left_cat li a {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .blog2V-header__right_search {
        padding: 11px 30px;
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;
        background-color: #f3f4f6;
        border-radius: 8px;
        color: #13224b;
    }

    .blog2V-header__right_subs {
        padding: 10px 35px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        width: auto;
        height: auto;
    }

    .blog2V .blog2V-wrap {
        margin-top: 40px;
    }

    .bmf-item-top {
        margin-top: 16px;
    }

    .bmf-item-top time {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
        margin-right: 24px;
    }

    .bmf-item-top li a {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
    }

    .bmf-item-title {
        margin: 10px 0 16px;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.003em;
    }

    .bmf-item-content {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .bmf-item-link {
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.003em;
    }

    .blog2V__main_category {
        margin-bottom: 40px;
    }

    .blog2V__main_category::after {
        display: none;
    }

    .blog2V__main_category-list li:not(:last-child) {
        margin-right: 24px;
    }

    .blog2V__main_posts {
        display: block;
    }

    .blog2V__main_posts-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog2V__main_posts-item:nth-child(even) {
        padding-left: 0;
    }
    .blog2V__main_posts-item:nth-child(odd) {
        padding-right: 0;
    }

    .bmp-item-img {
        height: auto;
        display: block;
    }

    .bmp-item-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        letter-spacing: -0.003em;
    }

    .bmp-item-content {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    /* POST */
    .blog2V__post_title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.003em;
        margin: 40px 0 24px;
    }

    .blog2V__post_head {
        margin-bottom: 16px;
    }

    .blog2V__post_head-info time,
    .blog2V__post_head-info ul li a,
    .author-name {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
    }
    .author-logo {
        width: 32px;
        height: 32px;
    }

    .blog2V__post_content p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .toc {
        margin: 40px 0;
    }
    .toc .toc__title {
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 28.8px !important;
        letter-spacing: -0.003em !important;
    }
    .toc div#toc_container ul.toc_list li a {
        font-size: 18px;
        font-weight: 700;
        line-height: 20.7px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_content h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_content h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 20.7px;
        letter-spacing: -0.003em;
    }

    .blog2V__post_content .wp-block-separator {
        margin: 40px 0;
    }
    .block__desc p {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        letter-spacing: -0.003em !important;
    }
    .blog2V__post_other-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.003em;
    }

    .blog2V-header__right_form form input {
        height: 44px;
    }
    .blog2V-header__right_form form span {
        top: 16px;
    }

    .blog2V__post_content ol li,
    .blog2V__post_content ul li {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    /* FORM */
    .modal {
        width: 562px;
    }
    .blogPop {
        padding: 40px 40px 117px;
    }
    .blogPoppup__body_top {
        display: block;
        position: relative;
    }
    .blogPoppup__body_top-sub {
        margin-left: 0;
        width: 100%;
        position: absolute;
        bottom: -152px;
    }
    .blogPoppup__body_top-sub input {
        width: 100%;
    }

    .blogPoppup__body_top-mail {
        margin-bottom: 24px;
    }
    .blogPoppup__body_bottom {
        align-items: flex-start;
    }
    .blogPoppup__body_bottom-agree p {
        line-height: 24px;
    }
    .blogPoppup__body_bottom-agree {
        width: 80%;
    }

    /* Category */
    .category__wrap_title {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        letter-spacing: -0.003em;
    }

    /* search */
    .blog2V-header__right_form {
        left: 0px;
    }
}

@media (max-width: 767px) {
    .footer-left span {
        bottom: -50px;
    }
}
@media (max-width: 650px) {
    .blog2V-header__right_subs {margin-top: 0 !important;}
}
@media (max-width: 625px) {
    .blog2V {
        padding-bottom: 80px;
    }
    .blog2V .container {
        padding: 0 16px;
    }
    .blog2V-header__left {
        margin-bottom: 16px;
    }
    .blog2V-header__left_cat {
        flex-wrap: wrap;
        background: none;
    }
    .blog2V-header__left_cat li:not(:last-child) {
        margin-right: 24px;
        margin-bottom: 14px;
    }
    .blog2V-header__left_cat li a {
        background-color: #f3f4f6;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        padding: 10px 16px;
    }
    .blog2V-header__right_search {
        padding: 11px 19px;
    }
    .blog2V-header__right_subs {
        padding: 9px 35px;
    }
    .bmf-item-top time,
    .bmp-item-top time {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: -0.003em;
    }
    .bmf-item-top ul,
    .bmf-item-top ul li {
        height: 15px;
    }
    .bmf-item-top ul li {
        display: flex;
    }
    .bmf-item-top li a,
    .bmp-item-top li a {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: -0.003em;
    }
    .bmf-item-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        letter-spacing: -0.003em;
        margin: 16px 0;
    }
    .bmf-item-content {
        margin-bottom: 24px;
    }
    .blog2V__main_category {
        margin-top: 64px;
    }
    .blog2V__main_category-list {
        flex-wrap: wrap;
    }
    .blog2V__main_category-list li {
        margin-bottom: 22px;
    }
    .bmp-item-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
    }
    .blog2V__main_posts-load button {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
    }

    /* POST */
    .blog2V__post_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        letter-spacing: -0.003em;
        margin-bottom: 16px;
    }
    .blog2V__post_head {
        display: block;
    }
    .blog2V__post_head-author {
        margin-top: 16px;
    }
    .blog2V__post_head-info time,
    .blog2V__post_head-info ul li a,
    .author-name {
        font-size: 12px;
        font-weight: 700;
        line-height: 13.8px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_preview {
        margin-bottom: 24px;
    }
    .toc {
        padding: 24px 8px;
    }
    .blog2V__post_content h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
    }
    .toc div#toc_container ul.toc_list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .toc div#toc_container ul.toc_list li a {
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_content h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_content h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_head-info ul {
        margin-left: 24px;
    }

    .blog2V__post_content ol li,
    .blog2V__post_content ul li {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

    .block__desc {
        padding: 16px !important;
    }
    .block__desc p {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        letter-spacing: -0.003em !important;
    }
    .citat {
        padding: 16px !important;
    }
    .citat__header_icon {
        width: 38px !important;
        height: 29px !important;
    }
    .citat__header_icon svg {
        width: 100%;
        height: 100%;
    }
    .citat__header {
        margin-bottom: 16px !important;
    }
    .citat p {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
    }
    .blog2V__post_content .wp-block-table table tbody tr:first-child {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
    }
    .blog2V__post_content .wp-block-table table tbody tr {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .blog2V__post_other-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        letter-spacing: -0.003em;
    }
    .blog2V__post_other-wrap {
        display: block;
    }
    .blog2V__post_other-item:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .blog2V__post_other-item {
        max-width: 100%;
    }
    .bmp-item-img img {
        width: 100%;
    }

    .blog2V__post_content ul li > * {
        vertical-align: text-top;
    }

    .blog2V__post_content ul li::marker {
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        letter-spacing: -0.003em;
    }

    .blog2V-wrap .wp-block-button__link {
        max-width: 625px;
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
    }

    /* FORM */

    .modal {
        width: 288px;
        padding: 24px 16px 100px;
    }

    .blogPoppup__body_title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.003em;
        margin-bottom: 24px;
    }
    .blogPoppup__body_top-mail input,
    .blogPoppup__body_top-mail input::placeholder {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .blogPoppup__body_top-mail input {
        padding: 13px 16px 14px;
    }
    .blogPoppup__body_bottom-agree p,
    .blogPoppup__body_bottom-agree a {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .blogPoppup__body_bottom-check {
        width: 24px;
        height: 24px;
        border-radius: 4px;
    }
    .blogPoppup__body_bottom-check::after {
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

    .blog2V-header__left_cat {
        justify-content: flex-start;
    }

    .blog2V__post_content .wp-block-media-text__content p {
        font-size: 20px;
        line-height: 24px;
    }
    /* Category */
    .category__wrap_title {
        font-size: 24px;
        line-height: 28.8px;
        letter-spacing: -0.003em;
    }
}

@media (max-width: 500px) {
    .blog2V-header__right_form {
        width: 100%;
    }
    .blog2V-header__right_form form input {
        width: 100%;
    }
}
