

:root {
    --dialog-font: "DM Sans", sans-serif;
    --dialog-heading-font: "Fredoka", serif;
    --dialog-special-font: "Schoolbell", cursive;
    --dialog-text: #7E8185;
    --dialog-text-rgb: 126, 129, 133;
    --dialog-text-dark: #5F7999;
    --dialog-text-dark-rgb: 95, 121, 153;
    --dialog-text-gray: #89868d;
    --dialog-text-gray-rgb: 137, 134, 141;
    --dialog-base: #F25334;
    --dialog-base-rgb: 242, 83, 52;
    --dialog-primary: #26A6A1;
    --dialog-primary-rgb: 38, 166, 161;
    --dialog-secondary: #FFAA23;
    --dialog-secondary-rgb: 255, 170, 35;
    --dialog-secondary2: #75C137;
    --dialog-secondary2-rgb: 117, 193, 55;
    --dialog-gray: #FAF5F2;
    --dialog-gray-rgb: 250, 245, 242;
    --dialog-white: #fff;
    --dialog-white-rgb: 255, 255, 255;
    --dialog-black: #0B2038;
    --dialog-black-rgb: 11, 32, 56;
    --dialog-black2: #020912;
    --dialog-black2-rgb: 2, 9, 18;
    --dialog-black3: #000;
    --dialog-black3-rgb: 0, 0, 0;
    --dialog-border-color: #FCE9DD;
    --dialog-border-color-rgb: 252, 233, 221;
    --dialog-letter-space-title: -0.03em;
    --dialog-letter-space: 0px;
    --dialog-letter-space-xl: 0.2em;
}

/* ==================================================================================================================================
 * +++++     +++++     +++++     +++++     +++++     +++++     ++++++++++     +++++     +++++     +++++     +++++     +++++     +++++
 * ==================================================================================================================================
 *
 * Elements
 * Links
 * Typography
 * Forms
 */
*, *:before, *:after {box-sizing: border-box;}
a {box-shadow: none;text-decoration: none;color: #F25334;transition: all 400ms ease;}
a:hover {color: rgb(255, 255, 255);}

img {height: auto;max-width: 100%;border: none;border-radius: 0;box-shadow: none;}
input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 25px;
    background: #FAF5F2;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    border: 1px solid #FAF5F2;
    transition: 500ms;
}
input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' viewBox='0 -960 960 960' width='30' stroke='%23F25334' stroke-width='30' fill='%23F25334'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: 500ms;
}
input[type="checkbox"]:checked::after {
    width: 30px;
    height: 30px;
    transition: 500ms;
}
.form-checkbox__container {
    grid-column-start: 1;
    grid-column-end: -1;
}
.checkbox-label {
    display: flex;
    align-items: center;
}

.section {
    position: relative;
    padding: 50px 0;
}

.wrapper {overflow: hidden;}
.site-content {flex: auto;}
.btn-dialog {display: inline-block;vertical-align: middle;-webkit-appearance: none;border: none;outline: none !important;background-color: #F25334;color: #fff;font-size: 14px;font-weight: 700;font-family: "DM Sans", sans-serif;padding: 9.25px 30px;transition: 800ms;letter-spacing: 0;border-radius: 12px;position: relative;overflow: hidden;text-align: center;}
.btn-dialog:before, .btn-dialog:after {position: absolute;top: 50%;content: "";width: 20px;height: 20px;background-color: #0B2038;border-radius: 50%;}
.btn-dialog:before {left: -20px;transform: translate(-50%, -50%);}
.btn-dialog:after {right: -20px;transform: translate(50%, -50%);}
.btn-dialog:hover {color: #ffffff;}
.btn-dialog:hover:before {animation: criss-cross-left 0.8s both;animation-direction: alternate;}
.btn-dialog:hover:after {animation: criss-cross-right 0.8s both;animation-direction: alternate;}
.btn-dialog span {position: relative;color: inherit;z-index: 2;top: 1px;}
.dialog-tilt {}
.simple-parallax {}
.animated {-webkit-animation-duration: 1.25s;animation-duration: 1.25s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.section-title-tagline {margin: 0;font-family: "Schoolbell", cursive;color: #F25334;font-size: 24px;line-height: 1.2em;}
.section-title-text {margin: 5px 0 0;font-size: 40px;color: #0B2038;font-weight: bold;line-height: 1.25em;}

.shimmer {
    background: linear-gradient(45deg, #F25334 25%, #e0e0e0 50%, #F25334 75%);
    background-size: 200% 100%;
    animation: shimmer 8s linear infinite;
}

/* ==================================================================================================================================
 * +++++     +++++     +++++     +++++     +++++     +++++     ++++++++++     +++++     +++++     +++++     +++++     +++++     +++++
 * ==================================================================================================================================
 *
 * HEADER
 */
/** ============================================ *
 * TOP NAVIGATION
 * ============================================= */
.top-navigation {
    display: flex;
    background-color: #0B2038;
}
.top-navigation-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
}
.top-navigation-left {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: auto;
}
.top-navigation-left:after {
    content: "";
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #F25334;
}
.top-navigation .social {
    display: flex;
    align-items: center;
    line-height: 1em;
    margin-right: 30px;
    background-color: #F25334;
    padding: 12px 40px 12px 28px;
    position: relative;
}
.top-navigation .social:before {
    content: "";
    width: 60px;
    height: 100%;
    background-color: #F25334;
    position: absolute;
    top: 0px;
    right: 100%;
}
.top-navigation .social a {
    margin-left: 10px;
    color: #ffffff;
}
.top-navigation-work-time {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
}
.top-navigation-right {
    display: flex;
    align-items: center;
    margin: 0;
}
.top-navigation-right li {
    display: flex;
    align-items: center;
}
.top-navigation-right li svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.top-navigation-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    color: #ffffff;
}
.top-navigation-info + .top-navigation-info {
    margin-left: 34px;
}
.top-navigation-info a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    box-shadow: none;
    text-decoration: none;
}
.top-navigation-info a:hover {
    background-size: 100% 1px;
}

/** ============================================ *
 * Header
 * ============================================= */
.site-header {
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(229,228,226,0.7);
}
.site-header-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.site-header .logo-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .logo-link img {
    width: 95px;
}
.site-header .logo-link span {
    width: 80px;
    display: inline-flex;
    text-align: center;
    color: #0B2038;
}
.site-header .site-header-navigation {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px)  {
    .site-header .site-header-navigation {
        display: none;
    }
}
.site-header-navigation .navigation-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
}
.site-header-navigation .navigation-item {
    padding-top: 33px;
    padding-bottom: 33px;
    position: static;
}
.site-header-navigation .navigation-list > li + li {
    margin-left: 38px;
}
.site-header-navigation .navigation-item > a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #7E8185;
    font-weight: 400;
    position: relative;
    transition: all 500ms ease;
    font-family: "Fredoka", serif;
}
.site-header-navigation .navigation-item.current > a {
    color: #F25334;
}
.site-header-navigation .navigation-item:hover > a {
    color: #F25334;
}






.site-header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0;
}
.mobile-navigation-btn {
    width: 24px;
    margin-right: 30px;
    display: none;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}
.mobile-navigation-btn span {
    width: 100%;
    height: 2px;
    background-color: #0B2038;
}
.mobile-navigation-btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}
@media (max-width: 1200px)  {
    .mobile-navigation-btn {
        display: flex;
    }
}


.site-header-call {
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
}
.site-header-call .site-header-call-icon {
    width: 45px;
    height: 45px;
    background-color: #26A6A1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    color: #ffffff;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 46" ><path d="M44 23.0795C44 35.0763 31.5827 42.6359 22 44.8041C10.1572 47.4813 0 35.0763 0 23.0795C0 11.0827 14.2416 -4.40477 25 1.17218C37.5 5.98954 44 11.0827 44 23.0795Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 46" ><path d="M44 23.0795C44 35.0763 31.5827 42.6359 22 44.8041C10.1572 47.4813 0 35.0763 0 23.0795C0 11.0827 14.2416 -4.40477 25 1.17218C37.5 5.98954 44 11.0827 44 23.0795Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 500ms ease;
    margin-right: 10px;
}
.site-header-call:hover .site-header-call-icon {
    background-color: #0B2038;
}
.main-header__call__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
}
.main-header__call__number {
    color: #0B2038;
    font-family: "Fredoka", serif;
    font-weight: 400;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.main-header__call__text {
    font-size: 14px;
    color: #7E8185;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .top-navigation-wrapper {
        flex-direction: column;
        padding-bottom: 10px;
    }
    .top-navigation-left {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .top-navigation-right {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .top-navigation {
        display: none;
    }
    .site-header .logo-link span {
        display: none;
    }
    .site-header-call {
        display: none;
    }
    .site-header-right .btn-dialog {
        display: none;
    }
}



/** ============================================ *
 * Mobile Header
 * ============================================= */
.mobile-navigation {
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    visibility: hidden;
    position: fixed;
    transition: transform 500ms 500ms, visibility 500ms 500ms;
}
.mobile-navigation.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms, visibility 500ms;
}
.mobile-navigation-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #0B2038;
    opacity: 0.3;
}
.mobile-navigation .mobile-navigation-content {
    width: 300px;
    background-color: #020912;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms, visibility 500ms, transform 500ms;
}
.mobile-navigation.expanded .mobile-navigation-content{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: opacity 500ms 500ms, visibility 500ms 500ms, transform 500ms 500ms;
}
.mobile-navigation .btn-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    fill: #ffffff;
    cursor: pointer;
}
.mobile-navigation .logo-box {
    margin-bottom: 40px;
    display: flex;
}
.mobile-navigation .logo-box img {
    width: 60px;
}
.mobile-navigation-container .navigation-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-navigation-container .navigation-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-navigation-container .navigation-item a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    height: 46px;
    align-items: center;
    transition: 500ms;
}
.mobile-navigation-contact {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-navigation-contact li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.mobile-navigation-contact li:before {
    content: "";
    position: absolute;
    left: -7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F25334;
}
.mobile-navigation-contact li svg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
}
.mobile-navigation-contact li a {
    color: inherit;
    transition: 500ms;
}
.mobile-navigation-contact li a:hover {
    color: #F25334;
}
.mobile-navigation-social ul {
    display: flex;
    align-items: center;
}
.mobile-navigation-social li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-navigation-social li + li {
    margin-left: 20px;
}
.mobile-navigation-social li a {
    padding: 7px;
}
/* ==================================================================================================================================
 * +++++     +++++     +++++     +++++     +++++     +++++     ++++++++++     +++++     +++++     +++++     +++++     +++++     +++++
 * ==================================================================================================================================
 *
 * FOOTER
 */
.site-footer {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.site-footer-wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.site-footer-bg {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 1px;
    background-color: #0B2038;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 583" fill="currentColor"><path d="M-269.399 430.984C-269.399 430.984 -263.032 258.275 -152.598 234.817C-42.1635 211.359 -87.5979 58.3007 -.5 39.1241C178.5 -.286858 159.234 123.899 369.5 72.731C579.766 21.5634 654.667 49.2729 746 72.731C837.333 96.1891 910.298 0 1165.5 0C1364.3 13.9241 1425 69.0773 1538 83.2642C1605.97 91.7971 1696 28.5907 1858.73 128.2C2018.03 200.685 2069 583 2069 583H-297L-269.399 430.984Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 583" fill="currentColor"><path d="M-269.399 430.984C-269.399 430.984 -263.032 258.275 -152.598 234.817C-42.1635 211.359 -87.5979 58.3007 -.5 39.1241C178.5 -.286858 159.234 123.899 369.5 72.731C579.766 21.5634 654.667 49.2729 746 72.731C837.333 96.1891 910.298 0 1165.5 0C1364.3 13.9241 1425 69.0773 1538 83.2642C1605.97 91.7971 1696 28.5907 1858.73 128.2C2018.03 200.685 2069 583 2069 583H-297L-269.399 430.984Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.site-footer-columns {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
.site-footer-columns .col-12 {
    width: 25%;
}
@media (max-width: 1025px) {
    .container.site-footer-columns {
        max-width: 720px;
    }
    .site-footer-columns .col-12 {
        width: 50%;
    }
    .site-footer-columns .footer-nav-menu {
        padding-left: 0px;
    }
}
@media (max-width: 769px) {
    .site-footer-columns .col-12 {
        width: 100%;
    }
    .main-footer__copyright {
        flex-direction: column;
        text-align: center;
    }
}
.site-footer-figure-top {
    position: relative;
    width: 100%;
}
.site-footer-content {
    position: relative;
    width: 100%;
    padding-top: 175px;
}
.site-footer-figure-bottom {
    position: relative;
    width: 100%;
}
.site-footer-copyright {
    position: relative;
    width: 100%;
}



.footer-about .logo-link {
    display: inline-flex;
    margin-bottom: 24px;
}
.footer-about .logo-link img {
    width: 90px;
    margin-top: -40px;
}
.footer-about .logo-link span {
    color: #ffffff;
}
.footer-info {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
}
.footer-info li {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-info svg {
    margin-right: 16px;
}
.footer-info li a,
.footer-info li span {
    font-size: 16px;
    color: #5F7999;
    font-weight: 400;
    line-height: 2;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.footer-info li a:hover,
.footer-info li span:hover{
    color: #ffffff;
    background-size: 100% 1px;
}

.footer-about .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.footer-about .social a {
    width: 32px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(2, 9, 18, 0.2);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33" fill="currentColor"><path d="M32 16.9264C32 25.7249 23.6364 32.2521 16 32.8594C7.27273 32.8596 -4.34802e-06 25.7249 -2.8095e-06 16.9264C-1.27097e-06 8.12781 3.63636 0.859422 18.1818 0.859378C27.6364 1.46673 32 8.12782 32 16.9264Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33" fill="currentColor"><path d="M32 16.9264C32 25.7249 23.6364 32.2521 16 32.8594C7.27273 32.8596 -4.34802e-06 25.7249 -2.8095e-06 16.9264C-1.27097e-06 8.12781 3.63636 0.859422 18.1818 0.859378C27.6364 1.46673 32 8.12782 32 16.9264Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    font-size: 13px;
    transition: all 500ms ease;
}
.footer-about .social a:hover {
    background-color: #F25334;
}

.footer-nav-menu {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 30px;
}
.footer-column-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Fredoka", serif;
    color: #ffffff;
    margin: 0 0 24px;
}
.footer-nav-menu-list {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}
.footer-nav-menu-list li,
.footer-nav-menu .navigation-item {
    line-height: 2;
    font-size: 16px;
    color: #5F7999;
    font-weight: 400;
}
.footer-nav-menu-list li a,
.footer-nav-menu .navigation-link {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.footer-nav-menu-list li a:hover,
.footer-nav-menu .navigation-link:hover {
    color: #ffffff;
    background-size: 100% 1px;
}
.footer-gallery {
    margin-bottom: 30px;
}
.footer-gallery-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 250px;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0px;
}
.footer-gallery-list li {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 2;
}
.footer-gallery-list li:before,
.footer-gallery-list li:after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 500ms ease;
}
.footer-gallery-list li:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.footer-gallery-list li:hover::before,
.footer-gallery-list li:hover::after {
    opacity: 1;
}

.footer-gallery-list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
.footer-gallery-list li a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(2, 9, 18, 0.8);
    transition: 0.5s;
}
.footer-gallery-list li:hover a:after {
    visibility: visible;
    opacity: 1;
}







.main-footer__shape-1,
.main-footer__shape-2,
.main-footer__shape-3,
.main-footer__shape-4 {
    position: absolute;
    mix-blend-mode: luminosity;
    display: block;
}
.main-footer__shape-1 {
    top: -100px;
    right: 0;
    opacity: 0.2;
    animation: arrowMove 4s linear 0s infinite;
}
.main-footer__shape-2 {
    bottom: 0;
    right: 135px;
    animation: float-bob-x 4s linear 0s infinite;
}
.main-footer__shape-3 {
    top: 180px;
    left: 160px;
    animation: carMove 4s linear 0s infinite;
}
.main-footer__shape-4 {
    bottom: 25px;
    left: 135px;
    animation: squareMover 10s linear 0s infinite;
}


.main-footer__copyright {
    padding: 28px 0;
    border-top: 1px solid rgba(var(--kidearn-white-rgb, 255, 255, 255), 0.1);
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #5F7999;
}

/* ==================================================================================================================================
 * +++++     +++++     +++++     +++++     +++++     +++++     ++++++++++     +++++     +++++     +++++     +++++     +++++     +++++
 * ==================================================================================================================================
 *
 * MODAL WINDOW
 */

.modal-window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    transition: 1s;
}
.modal-window.open {
    z-index: 999;
}
.modal-window .overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    transform: scale(0);
    transform-origin: center center;
    background-color: #020912;
    opacity: 0.9;
    border-radius: 50%;
    transition: transform 0.8s ease-in-out 0.3s;
}
.modal-window.open .overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    transform: scale(1);
    opacity: 0.9;
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
.popup-content {
    position: fixed;
    width: 0px;
    max-width: 560px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    transform: translate(-50%, -50%);
    padding: 30px 15px;
    transition: opacity 0.5s 0.2s, width 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s;
}
.modal-window.open .popup-content {
    width: 100%;
    max-width: 768px;
    opacity: 1;
    transition-delay: 0.7s;
}

.popup-body {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

















.page-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
    text-align: center;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0B2038;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.page-header__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0B2038;
    opacity: 0.4;
}
.page-header__bg:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 0;
    background-color: #ffffff;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 23" fill="currentColor"> <path d="M1920 43.5V0C1880 0 1880 21.56 1839.99 21.56C1799.99 21.56 1799.99 0 1759.98 0C1719.98 0 1719.98 21.56 1679.98 21.56C1639.98 21.56 1639.98 0 1599.98 0C1559.98 0 1559.98 21.56 1519.98 21.56C1479.98 21.56 1479.98 0 1439.98 0C1399.98 0 1399.98 21.56 1359.98 21.56C1319.98 21.56 1319.98 0 1279.98 0C1239.98 0 1239.98 21.56 1199.98 21.56C1159.98 21.56 1159.98 0 1119.98 0C1079.98 0 1079.98 21.56 1039.98 21.56C999.98 21.56 999.98 0 959.99 0C919.99 0 919.99 21.56 879.99 21.56C839.99 21.56 839.99 0 799.99 0C759.99 0 759.99 21.56 719.99 21.56C679.99 21.56 679.99 0 639.99 0C599.99 0 599.99 21.56 559.99 21.56C519.99 21.56 519.99 0 479.99 0C439.99 0 439.99 21.56 399.99 21.56C359.99 21.56 359.99 0 319.99 0C279.99 0 279.99 21.56 239.99 21.56C200 21.56 200 0 160 0C120 0 120 21.56 80 21.56C40 21.56 40 0 7.62939e-06 0L0 43.5H1920Z" /></svg>');
    mask-repeat: repeat-x;
    mask-position: center bottom;
    mask-size: auto;
}
.page-header .container {
    z-index: 10;
    color: #ffffff;
}

.product-detail-aside {
    padding: 40px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
.product-detail-title {
    color: #0B2038;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #F25334;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.product-detail-description {
    margin-bottom: 1.5em;
}
.product-detail-info {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.product-detail-info > li + li {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #FCE9DD;
}
.product-detail-info__name {
    font-size: 16px;
    color: #0B2038;
    line-height: 1;
}
.product-detail-info__text {
    margin: 18px 0 0;
    font-size: 16px;
    color: #F25334;
    line-height: 1;
}
.product-detail-info__text_list {
    margin: 18px 0 0;
    font-size: 16px;
    color: #26A6A1;
    line-height: 1;
}
.product-detail-image {
    margin-bottom: 25px;
}
.product-detail-image, .product-detail-image img {
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
    border-radius: 14px 14px 14px 14px;
}
.product-detail-content_show {
    padding: 15px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
.product-detail-accordion {
    margin-bottom: 15px;
}
.product-detail-accordion-title {
    background-color: #FAF5F2;
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #0B2038;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.4s;
}
.product-detail-accordion-title h4 {
    width: 100%;
    margin: 0;
    position: relative;
    color: #0B2038;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.accrodion-title__icon {
    display: block;
    background-color: var(--accent-color);
    width: 34px;
    height: 34px;
    border-radius: 17px;
    position: relative;
    margin-top: 10px;
}
.accrodion-title__icon::after, .accrodion-title__icon::before {
    width: 2px;
    height: 15px;
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.accrodion-title__icon::after, .accrodion-title__icon::before {
    width: 2px;
    height: 15px;
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.accrodion-title__icon::after {
    width: 15px;
    height: 2px;
}
.product-detail-accordion-text {
    padding: 15px 20px;
    display: none;
    background-color: #FAF5F2;
    overflow: hidden;
}
.callback {
    width: 100%;
    min-height: 40vh;
    margin: 25px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.callback-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #F25334;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1173 548" fill="currentColor"><path d="M92.7108 496.888C-94.4402 375.085 -29.3182 -135.027 609.69 34.2599C1199.73 166.696 1310.73 347.571 1014.97 522.311C861.508 607.891 1094.04 449.546 858.368 439.058C589.317 427.071 226.919 584.239 92.7108 496.888Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1173 548" fill="currentColor"><path d="M92.7108 496.888C-94.4402 375.085 -29.3182 -135.027 609.69 34.2599C1199.73 166.696 1310.73 347.571 1014.97 522.311C861.508 607.891 1094.04 449.546 858.368 439.058C589.317 427.071 226.919 584.239 92.7108 496.888Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}
@media (max-width: 991px) {
    .callback-bg {
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}
.callback-content {
    position: relative;
    z-index: 2;
    max-width: 542px;
    margin: auto;
    text-align: center;
}
.callback-title {
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 40px;
}
.callback-text .callback-telephone {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.callback-text .callback-telephone .callback-telephone-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 15px;
    margin-right: 10px;
    border-radius: 15px;
    background-color: #ffffff;
    font-size: 30px;
    color: #26A6A1;
}
@media screen and (max-width: 450px)  {
    .callback-text .callback-telephone .callback-telephone-text {
        font-size: 20px;
    }
}
.callback-text .btn-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #FFAA23;
}
.callback-bg-shape__1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 20%;
    background-position: left top;
    background-repeat: no-repeat;
}
.callback-bg-shape__2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 2%;
    right: 0;
    margin: auto;
    top: 12%;
    background-position: bottom center;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translate3d(0px, -10px, 0px);
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
}
.callback-bg-shape__3 {
    position: absolute;
    left: 64px;
    top: 153px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    mix-blend-mode: luminosity;
    will-change: transform;
    transform: translate3d(0px, 30px, 0px);
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
}

.confetti-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}
.price-card {
    position: relative;
    border-radius: 40px;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 12px 21px 40px 0 rgba(11, 32, 56, 0.06);
    transition: all 0.4s linear;
    overflow: hidden;
}
.price-card:hover {
    box-shadow: 12px 21px 40px 0 rgba(0, 0, 0, 0.06);
}
.price-card::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: all 0.4s linear;
    border-radius: 40px;
    z-index: 2;
}
.price-card:hover::after, .price-card:hover::before {
    border-color: var(--accent-color);
    width: 100%;
    height: 100%;
}
.price-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all 0.4s linear;
    border-radius: 40px;
    z-index: 2;
}
.price-card:hover::after, .price-card:hover::before {
    border-color: var(--accent-color);
    width: 100%;
    height: 100%;
}
.price-card-title {
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    background-color: #FAF5F2;
    border-radius: 5px;
    color: var(--accent-color);
    min-height: 24px;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 15px;
}
.price-card:hover .price-card-title {
    background-color: var(--accent-color);
    color: #ffffff;
}
.price-card-items ul {
    margin: 0;
    padding: 0;
}
.price-card-items ul li{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--accent-color);
}
.price-card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}