/* Inter font*/
.inter-100 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.inter-200 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.inter-300 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-600 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter-700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter-800 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.inter-900 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

/* NEXT ART font*/
@font-face {
    font-family: 'NEXT ART';
    src: url('../fonts/next-art/NEXT\ ART_Regular.otf');
}

/* Colors */
:root {
    --accent: #FC6A03;
    --background: #111;
    --text-color: #fff;
    --border-color: rgba(255, 255, 255, 0.15);
}

/* Fonts */
:root {
    --next-art-font: 'NEXT ART';
}

:root {
    scroll-behavior: smooth;
}

/* Index Page Header
------------------------------*/
.index-page .header {
    --background-color: rgba(17, 17, 17, 0.2);
}

/* Index Page Header on Scroll
  ------------------------------*/
.index-page.scrolled .header {
    --background-color: rgba(17, 17, 17, 0.8);


    .content {
        padding: 0 20px;
        height: 65px;
        transition: all 0.3s;

        .sitelogo {
            content: url('../imgs/logo-mini-ic.png');
            width: 40px;
            height: 46px;
        }
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--background-color);
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-color: var(--accent-color) transparent var(--accent-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    display: block;
    opacity: 0;
    background-color: transparent;
    inset: auto 20px 20px auto;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    border: 1px solid var(--accent);
    margin: 0 20px 20px auto;
    z-index: 997;
    backdrop-filter: blur(5px);
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent), transparent 80%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

section,
.section {
    color: var(--text-color);
    background-color: transparent;
    padding: 64px 0;
    overflow: clip;
    z-index: 996;
    transition: filter 0.3s;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    padding: 64px 0px;
}

@media (max-width: 992px) {
    .section-title {
        font-size: 24px;
        padding: 64px 40px;
    }
}

/* ----- */
html,
body {
    background: var(--background);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
}

.color-orange {
    color: var(--accent);
}

.color-red {
    color: #FF3131;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

/* Header */
.header {
    color: var(--default-color);
    background-color: var(--background-color);
    transition: all 0.5s;
    z-index: 997;
}

.header .content {
    padding: 0 64px;
    height: 88px;
    align-items: center;
    transition: all 0.3s;
}

.header .topbar {
    background-color: color-mix(in srgb, var(--background-color) 30%, transparent);
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
}

.header .sitelogo {
    content: url('../imgs/dark_logo.png');
    max-width: 300px;
    height: auto;
}

@media (max-width: 768px) {
    .header .sitelogo {
        content: url('../imgs/logo-mini-ic.png');
        width: 40px;
        height: 46px;
    }

    .header .content {
        padding: 0 20px;
        height: 78px;
    }
}

/* B0 - Head */
.head .container {
    padding: 148px 0 60px 0;
}

.head .header-title {
    color: var(--text-color);
    font-family: "NEXT ART", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
}

.head .quote {
    display: block;
    width: 23px;
    height: 17px;
    background: url('../imgs/quote-ic.png') no-repeat;
    background-size: contain;
    margin-top: 12px;
}

.head .author {
    color: #EDEDED;
    font-family: 'Inter';
    font-weight: 300;
}

.head .arrow {
    font-weight: 500;
    font-size: 24px;
}

.head .btn {
    display: flexbox;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--text-color);
    border: 1px solid color-mix(in srgb, transparent, #ffffff 15%);
    padding: 16px 24px;
}

.head .btn-contact {
    font-weight: 600;
    background-color: var(--accent);
    border: none;
    margin-right: 8px;
    margin-left: 0px;
}

.head .head-btns.rtl .btn-contact {
    margin-right: 0px;
    margin-left: 8px;
}

.head .experience {
    h1 {
        font-weight: 500;
        font-size: 40px;
    }

    span {
        font-weight: 300;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .head .container {
        padding: 100px 0 30px 0;
    }
    .section.head {
        padding-bottom: 0px;
    }

    .head .btn-contact {
        font-weight: 300;
    }

    .head .header-title {
        color: var(--text-color);
        font-size: 24px;
    }

    .head .quote {
        width: 15px;
        height: 11px;
        margin-top: 8px;
    }
    
    .head .experience {
        h1 {
            font-weight: 500;
            font-size: 20px;
        }

        span {
            font-weight: 300;
            font-size: 14px;
        }
    }
}

.head .btn-discover {
    margin-left: 8px;
}

/* Slider section*/
.info,
.info .container {
    margin: 0;
    padding: 0;
}

.info .swiper-container {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid color-mix(in srgb, transparent, white 30%);
}

.info .info-swiper-slide div {
    h1 {
        font-weight: 700;
        font-size: 84px;
        margin-bottom: 24px;
    }

    h2 {
        font-weight: 500;
        font-size: 32px;
        margin-bottom: 24px;
    }

    h3 {
        font-weight: 500;
        font-size: 24px;
        color: var(--accent);
    }
}

.info .info-swiper-slide {
    display: flexbox;
    justify-content: center;
    align-content: center;
    height: 100vh;
    border-bottom: 1px solid color-mix(in srgb, transparent, white 30%);
}


.info .info-swiper-slide div {
    padding: 0 25vw;
}

.info .info-swiper-dots {
    position: absolute;
    top: 100px;
    left: 64px;
    right: auto;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 997;
}

.info .info-swiper-dots.rtl {
    left: auto;
    right: 64px;
}

.info .nav-dot {
    width: 8px;
    height: 58px;
    border-radius: 2px;
    list-style: none;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s;

    &:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* &:hover, */
    &.is-active {
        /* transform: scale(1.8); */
        background: var(--accent);
    }
}

@media screen and (max-width: 992px) {
    
    .info .info-swiper-slide {
        height: 70vh;
    }

    .info .info-swiper-dots {
        top: 130px;
    }

}

@media (max-width: 992px) {

    .info .info-swiper-slide div {
        padding: 0 15vw;

        h1 {
            font-weight: 700;
            font-size: 48px;
            margin-bottom: 16px;
        }

        h2 {
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 16px;
        }

        h3 {
            font-weight: 500;
            font-size: 14px;
            color: var(--accent);
        }
    }

    .info {
        .info-swiper-dots {
            left: 1.3em;
            right: auto;
        }

        .info-swiper-dots.rtl {
            left: auto;
            right: 1.3em;
        }

        .nav-dot {
            width: 5px;
            height: 37px;

            &:not(:last-of-type) {
                margin-bottom: 16px;
            }
        }
    }
}

/* Pricing section */
.pricing {
    padding-bottom: 64px;
}

.pricing .item {
    padding: 20px 0;
    z-index: 2;
}

.pricing .item .item-content {
    margin: 16px 12px;
    padding: 32px 24px;
    height: 100%;
    z-index: 3;
}

.pricing .item .badge {
    position: absolute;
    display: block;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--accent);
    z-index: 995;
    margin-left: 37px;
    margin-top: -3px;
}

.pricing .item ul {
    padding: 0px;
}

.pricing .item .item-content.box {
    position: relative;
    z-index: 1;
}

.pricing .item .item-content.box:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.2));
    mask: linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.pricing .item .item-content.box.active:before {
    mask: none;
    border: none;
    background: transparent;

    box-shadow: 0px 0px 0px 8px rgba(251, 106, 3, 0.3);
    -webkit-box-shadow: 0px 0px 0px 8px rgba(251, 106, 3, 0.3);
    -moz-box-shadow: 0px 0px 0px 8px rgba(251, 106, 3, 0.3);
}

.pricing .item ul li {
    display: flex;
    align-items: start;
    margin: 8px 0;
    line-height: 140%;
    list-style: none;
}

.pricing .item ul li:before {
    display: block;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    margin: -5px 10px 0 0;
    align-items: start;
    background-size: contain;
    background: url('../imgs/pricing-check-bullet.svg') no-repeat left center;
    content: '';
}

.pricing .item ul li.rtl:before {
    margin: -5px 0 0 10px;
}

.pricing .item ul li:first-child::before {
    background: url('../imgs/pricing-time-bullet.svg') no-repeat left center;
}

.pricing .item {
    h4 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 12px;
    }

    h5 {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: color-mix(in srgb, transparent, white 90%);
        margin: 0px;

        overflow: hidden;
        height: 92px;
    }

    hr {
        color: color-mix(in srgb, transparent, white 25%);
        margin: 20px 0px;
        height: 1px
    }

    p {
        font-weight: 500;
        font-size: 40px;
        margin-bottom: 0px;
        height: 60px;

        span {
            font-size: 12px;
            color: #9F9F9F;
        }
    }

    p.price_determined {
        font-size: clamp(0.3rem, 10px + 0.2rem, 16px);
        padding-top: 26px;
        padding-bottom: 10px;
    }

    a {
        border-radius: 3px;
        color: white;
        line-height: 51px;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
        z-index: 999;
        position: relative;
        z-index: 1;
    }

}

@media (min-width: 993px) {
    .pricing .item:first-child hr,
    .pricing .item:last-child hr {
        margin-bottom: 0px;
    }


    .pricing .item {
        .btn-bg {
            position: relative;
            margin: 24px 0;
            border: 1px solid var(--accent);
            border-radius: 3px;

            &::before, &::after{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                transition: all 0.25s ease;
                border-radius: 3px;
                z-index: 0;
            }
        }

        .btn-bg {
            &::before {
                transition-property: 'box-shadow';
                transition-duration: 0.5s;
                box-shadow: 0 0 14px 1px var(--accent) inset;
            }
            &:hover::before {
                box-shadow: 0 0 0px 51px var(--accent) inset;
            }
        }
    }
}

@media (max-width: 992px) {
    .pricing .section-title {
        padding-bottom: 40px;
    }

    .pricing .item .btn-bg {
        position: relative;
        margin: 24px 0;
        border: 1px solid var(--accent);
        border-radius: 3px;
        background-color: var(--accent);
    }

}

/* Working section*/
.working {
    /* height: 300vh; */
    position: relative
}

.working .section-title {
    padding-top: 0px;
}

.working .items {
    /* position: absolute;
    display: block; */
    /* height: 185px; */
    /* padding: 23vh 0; */
}

.working .items .item {
    position: relative;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid color-mix(in srgb, transparent, white 30%);
}

.working .items .item .content {
    padding: 32px;

    img {
        padding-bottom: 32px;
        margin: 0px;
    }

    h2 {
        padding-bottom: 16px;
        margin: 0px;
        font-weight: 500;
        font-size: 24px;
    }

    p {
        padding: 0px;
        margin: 0px;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
    }
}

.working .item:last-child {
    border: none;
}

.working .dots-container {
    overflow: hidden;
    height: 128px;
}

.working .dots-container .dot {
    font-weight: 500;
    font-size: 128px;
    line-height: 100%;
}

@media (max-width: 768px) {
    .section.working {
        padding-bottom: 20px;
    }

    .working .section-title {
        padding-bottom: 20px;
    }
}

/* Why-us section */

.why-us {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.why-us .section-title {
    padding-left: 64px;
}

.why-us .section-title.rtl {
    padding-right: 64px;
}

@media (min-width: 992px) {
    .why-us .items {
        padding-right: 64px;

        .item:nth-child(-n +4) {
            border-bottom: 1px solid var(--border-color);
        }

        .item:nth-child(2) {
            border-right: 1px solid var(--border-color);
        }

        .item:nth-child(3) {
            border-right: 1px solid var(--border-color);
        }

        .item:nth-child(5) {
            border-right: 1px solid var(--border-color);
        }

        .item:nth-child(6) {
            border-right: 1px solid var(--border-color);
        }
    }

    .why-us .items.rtl {
        padding-left: 64px;
    }
}

@media (max-width: 991px) {
    .why-us .items .item {
        border-right: none;
    }

    .why-us .items {
        .item:nth-child(-n +5) {
            border-bottom: 1px solid var(--border-color);
        }

        .item:nth-child(odd) {
            border-left: 1px solid var(--border-color);
        }
    }
}

.why-us .item {
    margin: 0px;
    padding: 0px;
}

.why-us .item-content {
    width: 100%;
    height: 100%;
    padding: 32px;

    img {
        margin-bottom: 32px;
    }

    h2 {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 100%;
    }

    p {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .why-us {
        width: 100%;
        height: 100%;
        padding: 0px;

        .container-fluid {
            padding: 0px 0px 40px 0px;
        }

        .section-title {
            font-size: 24px;
            padding: 40px 30px 10px 30px;
        }

        .item-content {
            padding: 10px 30px 50px 30px;

            img {
                margin-bottom: 8px;
            }

            h2 {
                font-size: 16px;
                line-height: 19px;
                margin-bottom: 8px;
            }

            p {
                font-size: 14px;
                font-weight: 200;
            }
        }
    }
}

/* About section */
.about, .faq {
    .card {
        background-color: transparent;
        border-radius: 0px;
        color: white
    }

    .info {

        h1,
        p {
            margin-bottom: 20px;
        }

        i {
            padding: 0px 15px;
            font-size: 15px;
        }

        .btn {
            color: var(--accent);
            font-weight: 500;
            font-size: 18px;
            padding: 0px;
            height: 56px;
            line-height: 56px;
        }
    }

    .accordion-style {
        .card-header {
            padding: 0px;
            margin: 0px;
            border: none;
        }

        .card-body {
            padding: 42px;
            padding-top: 0px;

            font-weight: 300;
            font-size: 18px;
        }

        .card {
            border: 1px solid var(--border-color);
        }

        /* rtl */
        .btn-link.rtl {
            text-align: right;
        }

        .btn-link.rtl::after,
        .btn-link.rtl.collapsed::after {
            content: '';
        }

        .btn-link.rtl.collapsed:before {
            content: "+";
            right: auto;
            left: 42px;
            font-size: 30px;
            font-weight: 200;
            line-height: 26px;
            height: 26px;
            width: 26px;
            top: 42px;
            text-align: center;
            color: white;
        }

        .btn-link.rtl:before {
            content: "-";
            right: auto;
            left: 42px;
            font-size: 30px;
            font-weight: 200;
            line-height: 26px;
            height: 26px;
            width: 26px;
            top: 42px;
            position: absolute;
            color: var(--accent);
            text-align: center;
        }

        /* /rtl */

        .btn-link {
            color: var(--accent);
            position: relative;
            background: transparent;
            display: block;
            width: 100%;
            font-size: 24px;
            font-weight: 500;
            text-align: left;
            white-space: normal;
            box-shadow: none;
            padding: 42px;
            padding-bottom: 32px;
            text-decoration: none;

            &.collapsed {
                background-color: transparent;
                color: white;
                padding: 42px;
            }

            &:after,
            &.collapsed:hover,
            &.collapsed:hover:after,
            &.collapsed:hover:before {
                color: var(--accent);
            }

            &.collapsed:after {
                content: "+";
                left: auto;
                right: 42px;
                font-size: 30px;
                font-weight: 200;
                line-height: 26px;
                height: 26px;
                width: 26px;
                top: 42px;
                text-align: center;
                color: white;
            }

            &:after {
                content: "-";
                left: auto;
                right: 42px;
                font-size: 30px;
                font-weight: 200;
                line-height: 26px;
                height: 26px;
                width: 26px;
                top: 42px;
                position: absolute;
                text-align: center;
            }
        }
    }
}

.faq h1 {
    font-size: clamp(1em, 24px, 5vw);
    padding: 32px 0;
    text-decoration: underline;
    text-decoration-color: var(--accent);
}

.faq .input-group {
    border: 1px solid var(--accent);
    border-radius: 4px;

    i {
        position: absolute;
        font-size: 16px;
        top: 10px;
        left: 10px;
        z-index: 1;
    }

    input[type="search"] {
        font-weight: 400;
        font-size: 18px;
        padding-left: 40px;
        height: 44px;
        background-color: transparent;
        border: none;
        accent-color: var(--accent);
        fill: var(--accent);
        color: var(--accent);

        &:focus {
            outline: none !important;
            box-shadow: 0 0 5px var(--accent);
        }

        &::placeholder {
            color: var(--accent);
            opacity: 0.2;
        }

        &::-webkit-search-cancel-button {
            filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(90deg);
        }
    }
}

@media (max-width: 992px) {
    .faq h1 {
        padding-bottom: 16px;
        text-decoration: underline;
        text-decoration-color: var(--accent);
    }
    .faq .accordion-style,
    .about .accordion-style {

        .card-body {
            padding: 8px 50px 24px 24px;
            font-size: 14px;
        }

        .card-body.rtl {
            padding: 8px 24px 24px 50px;
            font-size: 14px;
        }

        .btn-link.rtl.collapsed:before {
            left: 24px;
            top: 24px;
        }

        .btn-link.rtl:before {
            left: 24px;
            top: 24px;
        }

        .btn-link.rtl {
            padding: 24px 24px 24px 42px;
        }

        /* /rtl */
        .btn-link {
            font-size: 18px;
            padding: 24px 42px 24px 24px;

            &.collapsed {
                padding: 24px;
            }

            &.collapsed:after {
                right: 24px;
                top: 24px;
            }

            &:after {
                right: 24px;
                top: 24px;
            }
        }
    }
}

@media (max-width: 576px) {
    .faq .accordion-style {
        .card-body {
            padding: 16px;
        }

        .btn-link.rtl.collapsed:before {
            right: auto;
            left: 16px;
        }

        .btn-link.rtl:before {
            right: auto;
            left: 16px;
        }

        .btn-link {
            padding: 16px;

            &.collapsed {
                background-color: transparent;
                color: white;
                padding: 16px 44px 16px 16px;
            }

            &.collapsed:after {
                content: "+";
                left: auto;
                right: 16px;
            }

            &:after {
                content: "-";
                left: auto;
                right: 16px;
            }
        }
        .btn-link.rtl {
            padding: 16px;
            
            &.collapsed {
                background-color: transparent;
                color: white;
                padding: 16px 16px 16px 44px;
            }

            &.collapsed:after {
                content: "+";
                left: 16px;
                right: auto;
            }

            &:after {
                content: "-";
                left: 16px;
                right: auto;
            }
        }
    }
}

/* Contacts section */
footer {
    transition: all 0.3s;

    .contacts {
        flex-direction: row;
        margin: 0px;
        padding: 0px;

        .info {
            border: 1px solid var(--border-color);
            padding: 64px;
            border-radius: 4px;

            div {
                padding-bottom: 26px;
            }

            h1 {
                color: var(--accent);
                padding-bottom: 64px;
                font-weight: 600;
                font-size: 40px;
            }

            h4 {
                font-weight: 450;
                font-size: 20px;
                color: white;

                .email {
                    text-decoration: underline;
                }

                a:hover {
                    color: var(--accent);
                }
            }

            h5 {
                font-weight: 400;
                font-size: 16px;
                color: rgba(255, 255, 255, 0.9);
            }

            .social {
                padding: 38px 0 0 0;

                .btn {
                    padding: 0px;
                    margin: 0px;
                    border: none;

                    color: white;

                    &:hover {
                        color: var(--accent);
                    }
                }
            }
        }
    }

    .copyright h6 {
        font-weight: 300;
        font-size: 14px;
        padding: 42px 0 32px 0;
    }

    .ic--baseline-whatsapp {
        display: inline-block;
        width: 32px;
        height: 32px;
        --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91c0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21c5.46 0 9.91-4.45 9.91-9.91c0-2.65-1.03-5.14-2.9-7.01m-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18l-3.12.82l.83-3.04l-.2-.31a8.26 8.26 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24c2.2 0 4.27.86 5.82 2.42a8.18 8.18 0 0 1 2.41 5.83c.02 4.54-3.68 8.23-8.22 8.23m4.52-6.16c-.25-.12-1.47-.72-1.69-.81c-.23-.08-.39-.12-.56.12c-.17.25-.64.81-.78.97c-.14.17-.29.19-.54.06c-.25-.12-1.05-.39-1.99-1.23c-.74-.66-1.23-1.47-1.38-1.72c-.14-.25-.02-.38.11-.51c.11-.11.25-.29.37-.43s.17-.25.25-.41c.08-.17.04-.31-.02-.43s-.56-1.34-.76-1.84c-.2-.48-.41-.42-.56-.43h-.48c-.17 0-.43.06-.66.31c-.22.25-.86.85-.86 2.07s.89 2.4 1.01 2.56c.12.17 1.75 2.67 4.23 3.74c.59.26 1.05.41 1.41.52c.59.19 1.13.16 1.56.1c.48-.07 1.47-.6 1.67-1.18c.21-.58.21-1.07.14-1.18s-.22-.16-.47-.28'/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    .mingcute--telegram-line {
        display: inline-block;
        width: 32px;
        height: 32px;
        --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M21.84 6.056a1.5 1.5 0 0 0-2.063-1.626l-17.1 7.2c-1.192.502-1.253 2.226 0 2.746a57 57 0 0 0 3.774 1.418c1.168.386 2.442.743 3.463.844c.279.334.63.656.988.95c.547.45 1.205.913 1.885 1.357c1.362.89 2.873 1.741 3.891 2.295c1.217.66 2.674-.1 2.892-1.427zM4.594 12.993l15.124-6.368l-2.118 12.84c-.999-.543-2.438-1.356-3.72-2.194a20 20 0 0 1-1.709-1.229a8 8 0 0 1-.426-.374l3.961-3.96a1 1 0 0 0-1.414-1.415L9.955 14.63c-.734-.094-1.756-.366-2.878-.736a49 49 0 0 1-2.482-.902Z'/%3E%3C/g%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

}

@media screen and (min-width: 1200px) {
    footer .contacts .info {
        width: 35vw;
    }

    footer .contacts .map {
        width: 65vw;
    }
}

@media screen and (max-width: 1199px) {
    footer .contacts .info {
        width: 50vw;
    }

    footer .contacts .map {
        width: 50vw;
    }
}

@media screen and (max-width: 800px) {
    footer .contacts {
        flex-direction: column;

        .info {
            width: 100vw;
            padding: 40px 20px;

            h1 {
                padding-bottom: 20px;
            }

            .social {
                padding: 4px 0 0 0;
            }
        }

        .map {
            width: 100vw;
        }

        .copyright h6 {
            font-weight: 300;
            font-size: 12px;
            padding: 4px 0 36px 0;
        }
    }
}

@media screen and (max-width: 576px) {
    footer .contacts {
        .info {
            h1 {
                font-size: 24px;
            }

            h4 {
                font-size: 16px;
            }
        }
    }
}

#cookiescript_badge, #cookiescript_badgeimage, #cookiescript_badgesvg, #cs_layer_2, #cs_layer_1, .cookiescriptlogo {
    color: red;
    fill: red;
}