/* img {
    width: unset;
} */

.dark-header .logo-wrapper,
.dark-header #nav,
.dark-header .navbar-toggler {
    filter: invert(1);
}

#header .right-col .col-menu-toggler {
    position: inherit;
}

.navbar-toggler {
    filter: none;
    width: 28px;
}

#nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0px, 0%);
    opacity: 1;
}

.site-main {
    background: #FFFFFF;
}

.hero-section {
    min-height: 931px;
    display: flex;
    padding: 136px 0 203px;
    position: relative;
    overflow: hidden;
    background: #0D1540;
}

header .container {
    padding: 0 35px;
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    position: initial;
}

.container {
    max-width: 1105px;
    padding: 0 24px;
    position: relative;
}

.hero-section .decor-title {
    font-size: 90px;
    line-height: 1;
    font-weight: 800;
    position: relative;
    z-index: 1;
    max-width: 230px;
    display: block;
}

.hero-section .decor-title:after {
    content: '';
    position: absolute;
    left: 38%;
    width: 77%;
    bottom: 8px;
    height: 28px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #026AB8 0%, #41B7E2 100%);
    z-index: -1;
}

.hero-section .decor-title:before {
    content: '';
    position: absolute;
    left: 48%;
    width: 98%;
    bottom: 99px;
    height: 28px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #026AB8 0%, #41B7E2 100%);
    z-index: -1;
}

.hero-section .text {
    padding: 0;
    position: relative;
    z-index: 1;
}

.hero-section .text h2 {
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 36px;
}

.hero-section .text p {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 43px;
    max-width: 285px;
}

.hero-section .text p:last-child {
    margin: 0;
}

.hero-section .text a {
    font-weight: 600;
}

.hero-section .img-holder {
    position: relative;
    width: 620px;
    z-index: 0;
    right: -10%;
    margin: -184px 0 58px;
}

.wrap-category {
    max-width: 1096px;
    padding: 0 24px 32px;
    position: relative;
    margin: -105px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    z-index: 2;
    flex-wrap: wrap;
}

.category-box {
    width: 100%;
    min-height: 144px;
    border-radius: 28px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-end;
    text-transform: none;
    text-decoration: none;
    font-size: 32px;
    font-weight: 100;
    line-height: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.category-box span {
    z-index: 1;
}

.category-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 0, 89, 0.2) 0%, #AA0469 75%);
    transition: all 0.3s ease-in-out;
    border-radius: inherit;
    z-index: 0;
}

.category-box:hover:before {
    background: linear-gradient(to bottom, rgba(255, 0, 89, 1) 0%, #AA0469 75%);
    transition: all 0.3s ease-in-out;
}

.search {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #0D1540;
    margin: 0 0 48px;
    flex-wrap: wrap;
}

.search span {
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 37px;
}

#search-form-alt {
    position: relative;
}

#search-form-alt input {
    color: #0D1540;
    border: 1px solid #0D1540;
    border-radius: 70px;
    margin: 0;
    padding: 15px 36px 11px 25px;
    position: relative;
}

#search-form-alt:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 12px;
    right: 20px;
    background: url("../images/blog/search.svg") no-repeat center;
    background-size: cover;
}

#search-form-alt input::placeholder {
    color: #0D1540;
    font: 200 20px / 1 "Vinci Sans", "Arial", sans-serif;
}

.post-wrapper {
    padding: 18px 0 30px;
    z-index: 2;
    background: white;
    position: relative;
}

.type-post {
    display: flex;
    align-items: center;
    position: relative;
}

/* 
.type-post .article-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.post-thumbnail {
    min-width: 91px;
    border-radius: 18px;
    margin-right: 18px;
    height: 128px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.articles-holder {
    display: flex;
    flex-direction: column;
    gap: 49px;
}

.articles-holder .type-post:first-child {
    border-radius: 28px;
    display: flex;
    align-items: flex-end;
    padding: 30px 24px 41px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 285px;
}

.articles-holder .type-post:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 21, 64, 0) 25%, #0D1540 100%);
    transition: 0.3s;
    border-radius: inherit;
    z-index: 0;
}

.articles-holder .type-post:first-child header {
    z-index: 2;
    pointer-events: none;
}

.articles-holder .type-post:first-child header * {
    pointer-events: all;
}

.custom-pagination {
    padding: 36px 0 66px;
    display: none;
}

.page-numbers {
    display: flex;
    color: #727171;
    justify-content: center;
    font-weight: 400;
    line-height: 1;
    gap: 16px;
}

.page-numbers li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers li a,
.page-numbers li span {
    text-transform: none;
    text-decoration: none;
    line-height: 1;
}

.page-numbers li span.current {
    font-weight: 800;
}

.page-numbers li .next,
.page-numbers li .prev {
    border-radius: 50%;
    background-color: #00BBFC;
    color: white;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.entry-header {
    font-size: 20px;
    font-weight: 300;
}

.entry-header a {
    color: #00BBFC;
    font-weight: 600;
}

.entry-header div {
    margin: 0 0 26px;
}

.entry-header.common a {
    color: #0D1540;
}

.entry-header a.category-name {
    color: white;
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    border-radius: 70px;
    padding: 6px 11px 4px;
    background: linear-gradient(to right, rgba(170, 4, 105, 0.7) 0%, rgba(252, 0, 90, 0.7) 100%);
}

.entry-header .entry-title {
    color: white;
    font-size: 25px;
    margin: 22px 0 12px;
    font-weight: 400;
    line-height: 1;
}

:root {
    --lh: 1.2rem;
}

.entry-header.common {
    color: #727171;
    font-size: 20px;
    font-weight: 300;
    line-height: var(--lh);
}

.entry-header.common div {
    margin: 0 0 17px;
    display: block;
}

.entry-header.common .entry-title {
    color: #0D1540;
    font-size: 20px;
    margin: 0 0 12px;
    font-weight: 500;

}

.entry-header.common .entry-title a {
    text-decoration: none;
    padding: 0;
    line-height: 1;
}

.bottom-load-more {
    display: flex;
    justify-content: center;
    padding: 46px 0 78px;
}

.cut-text {
    --max-lines: 1;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 10px;
}

.cut-text::before {
    position: absolute;
    content: "...";
    bottom: 0;
    right: 0;
}

.cut-text::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: white;
}

.bottom-load-more .load-more {
    color: #00BBFC;
    text-transform: uppercase;
    text-decoration: underline;
    font: 800 20px / 1 "Vinci Sans", "Arial", sans-serif;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    background: transparent;
}

.hero-section-category {
    background: #0D1540;
    padding: 150px 0 400px;
    position: relative;
    overflow: hidden;
}

.hero-section-category:after {
    content: "";
    width: 412px;
    height: 412px;
    border-radius: 50%;
    background: linear-gradient(35deg, #AC0469 0%, #FC005A 100%);
    position: absolute;
    top: 14.5%;
    left: 50%;
    transform: translateX(0%);
}

.hero-section-category .container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.hero-section-category span {
    font-size: 40px;
    font-weight: 100;
    display: inline;
    line-height: 1;
}

.hero-section-category .page-title {
    font-size: 60px;
    margin: 15px 0 0;
    font-weight: 300;
    line-height: 1;
    max-width: 550px;
    display: inline;
}

.hero-section-category .page-title span {
    font-weight: 800;
    font-size: 60px;
    display: block;
}

.category-description-holder {
    color: #0D1540;
    padding: 0 20px 67px;
    text-align: center;
    position: relative;
    margin: -158px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.category-description-holder>.breadcrumb {
    flex-grow: 1;
    width: 100%;
    text-align: left;
    max-width: 1055px;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: 300;
}

.category-description-holder>.breadcrumb a {
    text-decoration: none;
    font-weight: 100;

}

.category-description-holder>.breadcrumb>span {
    line-height: 1;
    font-weight: 500;
}

.category-description-holder .content {
    max-width: 1055px;
    padding: 40px 24px;
    position: relative;
    border-radius: 28px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 300;
    margin: 0 auto;
    background: white;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
}

.category-description-holder h4 {
    font-size: 30px;
    line-height: 1;
    margin: 0 auto 31px;
    font-weight: 400;
    max-width: 420px;
}

.article-category-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 35px;
}

.article-category-holder .type-post {
    width: 100%;
    border-radius: 28px;
    display: flex;
    align-items: flex-end;
    padding: 30px 24px 41px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 340px;
}

.article-category-holder .type-post:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(13, 21, 64, 0) 0%, #0D1540 100%);
    transition: 0.3s;
    border-radius: inherit;
    z-index: 0;
}

.article-category-holder .type-post header {
    z-index: 1;
}

.site-category .bottom-load-more {
    padding: 25px 0 110px;
}

.site-category .bottom-load-more .load-more {
    color: #0D1540;
    text-decoration: none;
    font-size: 25px;
}

.single-post-main>article:not(.post):only-child {
    padding-top: 150px;
}

.single-post-main .type-post {
    display: block;
    padding: 0 0 64px;
}

.single-post-main .post-thumbnail {
    width: 100%;
    height: 532px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
}

.single-post-main .post-thumbnail:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    position: absolute;
    top: 100%;
    left: 0;
}

.single-post-main .content-holder {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin: -380px auto 0;
    max-width: 100%;
    z-index: 2;
    position: relative;
}

.single-post-main .article-holder {
    background: white;
    border-radius: 44px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    flex-grow: 1;
    padding: 44px 24px 55px;
}

.sidebar-holder,
.post-sidebar {
    background: white;
    border-radius: 44px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 53px 24px 16px;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}

.widget-title,
.post-sidebar h2 {
    position: relative;
    margin: 0 0 21px;
    width: 236px;
    padding: 0 0 17px;
    border-bottom: 1px solid #FC005A;
    font-size: 25px;
    line-height: 1;
}

.latest-posts-widget,
.latest-posts {
    margin: 0 0 70px;
}

.latest-post-item {
    margin: 0 0 35px;
    color: #0D1540;
}

.latest-post-item .post-date {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 300;
}

.latest-post-item .post-excerpt {
    font-size: 25px;
    font-weight: 100;
    margin: 0 0 19px;
    line-height: 1;
}

.latest-post-item .read-more-btn {
    color: #00BBFC;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.same-categoty-posts-widget,
.wrap-most-interesting .wrap-most-interesting {
    padding: 5px 0 0;
}

.same-categoty-post-item,
.interesting-link-item {
    margin: 0 0 49px;
    color: #0D1540;
    font-weight: 800;
    font-size: 25px;
    line-height: 1;
}

.same-categoty-post-item h3,
.interesting-link-item h3 {
    margin: 0 0 18px;
}

.attachment-post-thumbnail,
.interesting-link-item img {
    max-width: 169px;
    height: 154px;
    border-radius: 28px;
    margin: 0 0 26px;
    object-fit: cover;
}

.same-categoty-post-item .read-more-btn,
.interesting-link-item .read-more-btn {
    color: #FC005A;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.single-post-main .post-info {
    color: #0D1540;
    display: flex;
    align-items: flex-start;
    margin: 0 0 34px;
    flex-direction: column;
}

.single-post-main .post-info a {
    color: #FFFFFF;
    padding: 9px 10px;
    border-radius: 70px;
    background: linear-gradient(to right, #AA0469 0%, #FC005A 100%);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    margin: 0 0 24px;
}

.entry-post-tags {
    margin: 0 -6.5px 31px;
}

.single-post-main .post-info .entry-date {
    margin: 0;
    font-size: 20px;
    line-height: 1;
}

.single-post-main .post-info .entry-post-tags a {
    background: #0D1540 !important;
    padding: 8px 12px !important;
    margin: 0 6.5px;
    line-height: 1;
}


.single-post-main .breadcrumb {
    color: #0D1540;
    margin-bottom: 20px;
    font-size: 25px;
}

.single-post-main .breadcrumb span {
    font-size: 25px;
    font-weight: 100;
    line-height: 1;
    color: #0D1540;
}

.single-post-main .entry-header {
    color: #0D1540;
}

.single-post-main .entry-header .entry-title {
    color: #0D1540;
    margin: 0 0 30px;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
}

.single-post-main .entry-header div {
    color: #0D1540;
    margin: 0 0 19px;
    font-weight: 100;
    font-size: 25px;
    line-height: 1;
}

.single-post-main .entry-content {
    color: #0D1540;
    font-size: 17px;
    line-height: 22px;
}

.single-post-main .entry-content h2 {
    margin-bottom: 30px;
}

.single-post-main .entry-content h3,
.single-post-main .entry-content h4,
.single-post-main .entry-content h5 {
    margin-bottom: 20px;
}

.single-post-main .entry-content h3 {
    font-size: 24px;
}

.single-post-main .entry-content h4 {
    font-size: 20px;
}

.single-post-main .entry-content h5 {
    font-size: 17px;
}

.single-post-main .entry-content a {
    color: inherit;
}

.single-post-main .entry-content p,
.single-post-main .entry-content ul,
.single-post-main .entry-content ol,
.single-post-main .entry-content table,
.single-post-main .entry-content blockquote{
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 27px;
    list-style: unset;
}

.single-post-main .entry-content ul {
    list-style: unset;
}

.single-post-main .entry-content ol {
    list-style: auto;
}

.single-post-main .entry-content ul,
.single-post-main .entry-content ol {
    padding-left: 1em;
}

.single-post-main .entry-content li {
    margin: 0 0 15px;
}

.single-post-main .entry-content figure {
    margin-inline: 0;
}

.single-post-main .entry-content blockquote {
  padding: 15px;
  border-left: 3px solid black;
  background-color: #f7f7f7
}

.single-post-main .entry-content table {
  border-collapse: collapse;
}  

.single-post-main .entry-content table th,
.single-post-main .entry-content table td {
    border: 1px solid black;
    padding: 2px 5px;
    border-collapse: collapse;
}

.blog-page .no-results {
    background: #0d1540;
    padding: 50px 0;
}

.single-post-main .entry-content .bold {
    font-weight: 500;
    margin: 0 0 25px;
}

.single-post-main .entry-content .colored {
    font-weight: 500;
    color: white;
    padding: 33px 47px 33px 37px;
    margin: 0 0 25px;
    background: linear-gradient(to right, #AA0469 0%, #FC005A 100%);
}

.single-post-main .entry-content .colored {
    font-weight: 500;
    color: white;
    padding: 33px 47px 33px 37px;
    margin: 0 0 25px;
    background: linear-gradient(to right, #AA0469 0%, #FC005A 100%);
}

.single-post-main .entry-content .colored p {
    margin: 0;
}

.single-post-main .entry-content .with-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin: 0 0 30px;
    font-weight: 400;
}

.single-post-main .entry-content .with-img p {
    margin: 0;
}

.single-post-main .entry-content .with-img .img-holder {
    background-size: cover;
    border-radius: 21px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-width: 100%;
}

.single-post-main .entry-content .cta {
    background: #0D1540;
    background-image: url("../images/blog/Vector.svg");
    background-position: right -38px top 52px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 55px 55px 80px 35px;
    margin: 0 0 29px;
}

.single-post-main .entry-content .cta h3 {
    color: white;
    max-width: 190px;
    font-size: 25px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 18px;
}

.single-post-main .entry-content .cta a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid white;
    text-decoration: none;
}

.single-post-main .entry-content .cta p:last-of-type {
    margin: 0;
}

.single-post-main .entry-content .cta h3 strong {
    font-weight: 800;
}

.single-post-main .entry-content .cta-phone {
    background: linear-gradient(to left, #AA0469 0%, #FC005A 100%);
    margin: 0 0 38px;
}

.single-post-main .entry-content .cta-phone .content {
    background-image: url("../images/blog/phone.png");
    background-position: right -45px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 86%;
    padding: 35px 32px 40px;
    color: white;
    font-weight: 400;
}

.single-post-main .entry-content .cta-phone .content h3 {
    margin: 0 0 22px;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    /* width: 50%; */
    font-size: 25px;
    font-weight: 800;
    z-index: 1;
}

.single-post-main .entry-content .cta-phone .content p {
    margin: 0 0 25px;
    /* width: 50%; */
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.single-post-main .entry-content .cta-phone .content p:last-of-type {
    margin: 0;
}

.single-post-main .entry-content .cta-phone .content h3:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -14px;
    left: 0;
    height: 100%;
    /* background: linear-gradient(to right, #026AB5 0%, #00BBFC 100%); */
    z-index: -1;
    -webkit-mask-image: repeating-linear-gradient(to bottom, black 0 11px, transparent 0px 28px);
    background-image: linear-gradient(to right, #026AB5 0%, #00BBFC);
    background-repeat: repeat-y;
    background-size: 100% 12px;
}

.single-post-main .entry-content .cta-phone .content a {
    border-bottom: 1px solid white;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
}

.single-post-main .entry-content .cta-phone .content .info {
    width: 55%;
    max-width: 280px;
}

.custom-social-share {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.custom-social-share a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.custom-social-share a:first-child {
    margin: 0 5px 0 0;
}

.custom-social-share span {
    margin: 0 0 22px 0;
    width: 100%;
}

.hero-section-search {
    padding: 150px 0;
}

.blog-page .cta-phone {
    background: linear-gradient(to left, #AA0469 0%, #FC005A 100%);
}

.blog-page .cta-phone .content {
    max-width: 1105px;
    margin: 0 auto;
    /* background-image: url("../images/blog/phone.png"); */
    background-position: right -45px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 86%;
    padding: 40px 20px;
    color: white;
    font-weight: 400;

}

.blog-page .cta-phone .content h3 {
    margin: 0 0 22px;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    /* width: 50%; */
    font-size: 25px;
    font-weight: 800;
    z-index: 1;
}

.blog-page .cta-phone .content p {
    margin: 0 0 25px;
    /* width: 50%; */
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.blog-page .cta-phone .content p:last-of-type {
    margin: 0;
}

.blog-page .cta-phone .content h3:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -14px;
    left: 0;
    height: 100%;
    /* background: linear-gradient(to right, #026AB5 0%, #00BBFC 100%); */
    z-index: -1;
    -webkit-mask-image: repeating-linear-gradient(to bottom, black 0 11px, transparent 0px 28px);
    background-image: linear-gradient(to right, #026AB5 0%, #00BBFC);
    background-repeat: repeat-y;
    background-size: 100% 12px;
}

.blog-page .cta-phone .content a {
    border-bottom: 1px solid white;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    transition: 0.3s;
}

.blog-page .cta-phone .content a:hover {
    border-color: transparent;
}

.blog-page .cta-phone .content .info {
    width: 55%;
}


@media (min-width: 380px) {
    .container {
        max-width: 1105px;
        padding: 0 53px;
        position: relative;
    }

    .wrap-category {
        padding: 0 53px 32px;
    }

    .category-box {
        padding: 22px 46px;
    }

    .articles-holder .type-post:first-child {
        padding: 30px 49px 41px;
    }

    .category-description-holder {
        padding: 0 53px 67px;
    }

    .article-category-holder .type-post {
        padding: 55px 50px;
    }

    .single-post-main .article-holder {
        padding: 44px 53px 55px;
    }

    .sidebar-holder,
    .post-sidebar {
        padding: 53px 53px 16px;
    }
}

@media(min-width: 500px) {
    .single-post-main .entry-content .cta-phone .content {
        background-position: right 10% center;
    }

    .blog-page .cta-phone .content {
        background-position: right 10% center;
    }
}

@media (min-width: 882px) {
    header .container {
        padding: 0 3.62vw;
    }

    .hero-section {
        min-height: 931px;
        padding: 255px 0;
    }

    .hero-section .decor-title {
        font-size: 80px;
        max-width: max-content;
    }

    .hero-section .decor-title:before {
        display: none;
    }

    .hero-section .decor-title:after {
        left: 50%;
        width: 100%;
    }

    .container {
        padding: 0 20px;
    }

    .hero-section .img-holder {
        position: absolute;
        top: -67%;
        right: 14.5%;
        width: 640px;
        z-index: 0;
        margin: 0;
    }

    .hero-section .text {
        padding: 35px 4px 0;
    }

    .hero-section .text h2 {
        font-size: 50px;
        margin: 0 0 50px;
        max-width: 468px;
    }

    #nav>ul {
        transform: none !important;
    }

    .wrap-category {
        flex-wrap: nowrap;
        padding: 0 20px 50px;
        margin: -74px auto 0;
        gap: 8px;
    }

    .category-box {
        width: 25%;
        min-height: 167px;
        padding: 28px 31px;
    }

    .post-wrapper {
        padding: 50px 0 30px;
    }

    .search {
        flex-wrap: nowrap;
        margin: 0 0 34px;
        justify-content: space-between;
        align-items: flex-end;
    }

    .search span {
        margin: 0;
    }

    #search-form-alt input {
        padding: 15px 25px 11px;
    }

    .articles-holder {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .articles-holder .type-post:first-child {
        grid-area: 1 / 1 / 5 / 2;
    }

    .articles-holder .type-post:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .articles-holder .type-post:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .articles-holder .type-post:nth-child(4) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .articles-holder .type-post:nth-child(5) {
        grid-area: 4 / 2 / 5 / 3;
    }

    .articles-holder .type-post:first-child {
        padding: 55px 51px;
        height: auto;
    }

    .entry-header .entry-title {
        font-size: 30px;
        margin: 22px 0 20px;
    }

    .entry-header div {
        margin: 0 0 35px;
    }

    .post-thumbnail {
        min-width: 169px;
        margin-right: 19px;
        height: 154px;
    }

    .entry-header.common div {
        margin: 0 0 17px;
        text-overflow: initial;
        overflow: visible;
        width: 100%;
        height: auto;
        white-space: initial;
    }

    .bottom-load-more {
        display: none;
    }

    .site-category .bottom-load-more {
        display: flex;
    }

    .custom-pagination {
        display: block;
    }

    .cut-text {
        --max-lines: auto;
        position: relative;
        max-height: max-content;
        overflow: visible;
        padding-right: 0;
    }

    .cut-text::before {
        display: none;
    }

    .cut-text::after {
        display: none;
    }

    .navbar-toggler {
        filter: none;
        width: 3.17vw;
    }

    .category-description-holder .content {
        padding: 67px 73px;
        position: relative;
        border-radius: 44px;
    }

    .hero-section-category:after {
        transform: translateX(-50%);
    }

    .hero-section-category {
        padding: 216px 0 405px;
    }

    .hero-section-category span {
        font-size: 50px;
    }

    .single-post-main .content-holder {
        display: flex;
        gap: 16px;
        margin: -380px auto 0;
        max-width: 1057px;
        flex-direction: row;
    }

    .single-post-main .article-holder {
        /* width: 121%; */
        padding: 79px 80px 91px;
    }

    .single-post-main .post-thumbnail {
        height: 708px;
    }

    .single-post-main .post-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 0 43px;
    }

    .single-post-main .post-info a {
        margin: 0;
    }

    .entry-post-tags {
        margin: 0 0 0 4.5px;
    }

    .single-post-main .post-info .entry-post-tags a {
        margin: 0 4.5px;
    }

    .single-post-main .post-info .entry-date {
        margin: 0 0 0 28.5px;
    }

    .single-post-main .entry-header .entry-title {
        margin: 0 0 36px;
        font-size: 55px;
    }

    .single-post-main .entry-header div {
        margin: 0 0 14px;
        font-size: 35px;
    }

    .single-post-main .entry-content {
        font-size: 20px;
        line-height: 25px;
    }

    .single-post-main .entry-content .bold {
        margin: 0 0 38px;
    }

    .single-post-main .entry-content .colored {
        padding: 50px 74px 50px 55px;
        margin: 0 0 37px;
    }

    .single-post-main .entry-content .with-img {
        flex-direction: row;
        gap: 22px;
        margin: 0 0 26px;
    }

    .single-post-main .entry-content .with-img.align-right {
        flex-direction: row-reverse;
    }

    .single-post-main .entry-content .with-img .img-holder {
        border-radius: 28px;
        min-width: 255px;
    }

    .single-post-main .entry-content .cta {
        padding: 53px 58px 50px;
        margin: 0 0 36px;
    }

    .single-post-main .entry-content .cta h3 {
        font-size: 30px;
        margin: 0 0 34px;
        max-width: 260px;
    }

    .single-post-main .entry-content .cta a {
        color: #FC005A;
        font-size: 20px;
    }


    .single-post-main .entry-content .cta-phone .content {
        padding: 41px 45px 43px;
        background-position: right center;
    }

    .single-post-main .entry-content .cta-phone .content .info {
        max-width: 280px;
    }

    .single-post-main .entry-content .cta-phone .content h3 {
        margin: 0 0 14px;
        font-size: 30px;
        line-height: 1.4;
        width: max-content;
        overflow: hidden;
    }

    .single-post-main .entry-content .cta-phone .content h3:after {
        -webkit-mask-image: repeating-linear-gradient(to bottom, black 0 11px, transparent 0px 35px);
        background-image: linear-gradient(to right, #026AB5 0%, #00BBFC);
        background-repeat: repeat-y;
        background-size: 100% 12px;
        bottom: -24px;
    }

    .single-post-main .entry-content .cta-phone .content p {
        margin: 0 0 21px;
        /* width: 100%; */
        font-size: 20px;
        line-height: 1;
    }

    .single-post-main .entry-content .cta-phone .content a {
        font-size: 20px;
    }

    .single-post-main .entry-content .cta-phone {
        margin: 0 0 42px;
    }

    .custom-social-share {
        align-items: center;
        flex-direction: row;
    }

    .custom-social-share span {
        margin: 0 5px 0 0;
        width: max-content;
    }

    .custom-social-share a {
        margin: 0 5px;
    }

    .custom-social-share a:first-child {
        margin: 0 5px;
    }

    .sidebar-holder,
    .post-sidebar {
        padding: 74px 37px;
        max-width: 282px;
    }

    .widget-title,
    .post-sidebar h2 {
        width: 185px;
    }

    .single-post-main .type-post {
        padding: 0 0 111px;
    }

    .hero-section-search {
        padding: 220px 0;
    }

    .hero-section-search:after {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-page .cta-phone .content {
        padding: 55px 45px;
        background-position: 80% center;
    }

    .blog-page .cta-phone .content h3 {
        margin: 0 0 14px;
        font-size: 30px;
        line-height: 1.4;
        width: max-content;
        overflow: hidden;
    }

    .blog-page .cta-phone .content h3:after {
        -webkit-mask-image: repeating-linear-gradient(to bottom, black 0 11px, transparent 0px 35px);
        background-image: linear-gradient(to right, #026AB5 0%, #00BBFC);
        background-repeat: repeat-y;
        background-size: 100% 12px;
        bottom: -24px;
    }

    .blog-page .cta-phone .content p {
        margin: 0 0 21px;
        /* width: 100%; */
        font-size: 20px;
        line-height: 1;
    }

    .blog-page .cta-phone .content a {
        font-size: 20px;
    }

}

@media (min-width: 920px) {
    .article-category-holder .type-post {
        width: 48%;
    }


    .category-description-holder>.breadcrumb {
        font-size: 25px;
    }
}