/*
 * Client custom styles.
 *
 * This file is loaded after the theme and plugin styles.
 * Keep project-specific CSS here to avoid editing generated theme files.
 */
 #mix-generated-back-to-top.back-to-top {
    left: auto !important;
    right: 1rem !important;
}
.text-gray-600.dark\:text-gray-400.flex.flex-col.gap-y-2.mb-3 a {
    color: #d3763d;
}
.wa-type-wrapper .wa-price {
    display: none !important;
}
p.fp {
    font-size: 14px;
}
.divfb {
    margin: -55px 0 35px 0;
}
 .mix-header-shell.mix-header-compact .mix-header-grid {
    grid-template-columns: 9.75rem 2fr 18.25rem auto;
}
.grid-cols-\[2rem_1fr_auto_2\.5rem\] {
    grid-template-columns: 4rem 1fr auto 2.5rem;
}
.mix-header-phone-dropdown-content.f1 {
    margin: 0 0 0 43px;
}
div#page ul {
    margin: inherit;
    padding: inherit;
}
div#page p {
    margin: inherit;
    padding: inherit;
}
div#page ul{
    list-style: inside;
}
div#page h2 {
    font-size: 24px;
    font-weight: bold;
}

.page-img{
    display: flex; 
    flex-wrap: nowrap; 
    gap: 10px; 
    align-items: flex-start; 
    margin: 0;
}

.block-uslugi {
    width: 95%;
    margin: 15px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
}

.block-uslugi a {
    color: #3B3C3C !important;
    text-decoration: none;
    flex: 1;
    min-width: 200px;
}

.block-uslugi [class*="span"] {
    background: white;
    overflow: hidden;
    -webkit-box-shadow: 5px 6px 20px 0px rgba(49, 97, 148, 0.3);
    -moz-box-shadow: 5px 6px 20px 0px rgba(49, 97, 148, 0.3);
    box-shadow: 5px 6px 20px 0px rgba(49, 97, 148, 0.3);
    margin-right: 10px;
    border-radius: 8px;
    height: 100%;
    display: block;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.block-uslugi [class*="span"] > div {
    background: url(/wa-data/public/site/image/bg-uslugi.png) no-repeat top right;
    padding: 10px;
    min-height: 160px;
    display: flex;
    align-items: flex-end;
    position: relative;
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    -o-transform: skewX(9deg);
    -ms-transform: skewX(9deg);
    transform: skewX(9deg);
    margin-right: -10%;
}

.block-uslugi [class*="span"] > div:hover {
    background: url(/wa-data/public/site/image/bg-uslugi-hover.png) no-repeat top right;
}

.block-uslugi .block-uslug {
    padding: 22px 6px;
    display: flex;
    align-items: flex-end;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    color: #2d2d2d;
    width: 100%;
    position: relative;
}

.block-uslugi .block-uslug-text {
    display: block;
    max-width: 60%;
    padding: 0 0 10px 15px;
    -webkit-transform: skewX(-9deg);
    -moz-transform: skewX(-9deg);
    -o-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    transform: skewX(-9deg);
}


.block-uslugi [class*="span"] > div .block-uslug-img {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 45px;
    height: 45px;
    object-fit: contain;
    z-index: 2;
}




.cosmic-blog-section {
    background: #ffffff;
    border-radius: 32px;
    padding: 48px 56px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}


.cosmic-blog-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(60, 120, 255, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.cosmic-blog-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(120, 80, 255, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}


.cosmic-blog-section * {
    position: relative;
    z-index: 1;
}



.cosmic-blog-section .cosmic-text {
    font-size: 16px;
    line-height: 1.8;
    color: #1a2639;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}



.cosmic-blog-section .cosmic-heading-2 {
    font-size: 28px;
    font-weight: 600;
    color: #0b1a33;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 12px;
}

.cosmic-blog-section .cosmic-heading-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2a6df4, #7b5cf6);
    border-radius: 4px;
}


.cosmic-blog-section .cosmic-heading-3 {
    font-size: 22px;
    font-weight: 600;
    color: #0b1a33;
    margin-top: 36px;
    margin-bottom: 14px;
    letter-spacing: -0.015em;
}

.cosmic-blog-section .cosmic-heading-3 a {
    color: #0b1a33;
    text-decoration: none;
    transition: color 0.25s ease;
    border-bottom: 2px solid rgba(42, 109, 244, 0.15);
    padding-bottom: 2px;
}

.cosmic-blog-section .cosmic-heading-3 a:hover {
    color: #1a5cdb;
    border-bottom-color: #1a5cdb;
}


.cosmic-blog-section .cosmic-heading-4 {
    font-size: 18px;
    font-weight: 500;
    color: #0b1a33;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.7;
}

.cosmic-blog-section .cosmic-heading-4 a {
    color: #1a5cdb;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1.5px solid rgba(26, 92, 219, 0.15);
    transition: all 0.25s ease;
}

.cosmic-blog-section .cosmic-heading-4 a:hover {
    color: #0d3fa8;
    border-bottom-color: #0d3fa8;
}


.cosmic-blog-section .cosmic-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px 0;
}

.cosmic-blog-section .cosmic-list li {
    font-size: 15px;
    line-height: 1.6;
    color: #1a2639;
    padding: 4px 0 4px 28px;
    position: relative;
    font-weight: 400;
}

.cosmic-blog-section .cosmic-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 4px;
    color: #2a6df4;
    font-size: 13px;
    opacity: 0.7;
    transition: all 0.25s ease;
}

.cosmic-blog-section .cosmic-list li:hover::before {
    opacity: 1;
    transform: scale(1.2);
    color: #7b5cf6;
}



.cosmic-blog-section .cosmic-services-block {
    border-radius: 20px;
    padding: 28px 32px;
    margin: 28px 0 16px 0;
    border-left: 4px solid #2a6df4;
}

.cosmic-blog-section .cosmic-services-block .cosmic-heading-4 {
    margin-top: 0;
}

.cosmic-blog-section .cosmic-services-block .cosmic-heading-4 br {
    display: none;
}

.cosmic-blog-section .cosmic-services-block .cosmic-heading-4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cosmic-blog-section .cosmic-services-block .cosmic-heading-4 strong {
    font-weight: 500;
    color: #0b1a33;
}

.cosmic-blog-section .cosmic-catalog-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #1a5cdb, #4f46e5);
    padding: 12px 36px;
    border-radius: 60px;
    text-decoration: none;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 16px rgba(26, 92, 219, 0.25);
    transition: all 0.3s ease;
    margin: 8px 0 4px 0;
    border: none;
}

.cosmic-blog-section .cosmic-catalog-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(26, 92, 219, 0.35);
    background: linear-gradient(135deg, #0d4ca8, #3b3ac7);
    color: #ffffff;
    text-decoration: none;
}
div#page h3 {
    font-size: 18px;
    font-weight: bold;
}
@media (min-width: 1024px) {
    #mix-generated-back-to-top.back-to-top {
        right: 1.25rem !important;
    }
}

@media (max-width: 768px) {
    .cosmic-blog-section {
        padding: 28px 20px;
        border-radius: 20px;
        margin: 20px 12px;
    }
    .block-uslugi {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.block-uslugi [class*="span"] {
    background: white;
    overflow: hidden;
    -webkit-box-shadow: 5px 6px 20px 0px rgba(49, 97, 148, 0.3);
    -moz-box-shadow: 5px 6px 20px 0px rgba(49, 97, 148, 0.3);
    border-radius: 8px;
    height: 100%;
    display: block;
    -webkit-transform: inherit;
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: inherit;
    margin: 0 0 20px 0;
    width: 100%;
}
.page-img {
    display: inline;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}
p.page-img img {
    margin: 0 0 21px 0 !important;
    width: 100% !important;
    height: inherit !important;
}
div#page figure {
    float: inherit !important;
}
div#page figure img {
    width: 100% !important;
    height: inherit !important;
}
.divfb {
    margin: 0px 0 35px 0;
}
}