body.preloader-active {
    background: #262626;
}

/*body .header-preloader {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}*/

body.home .wrapper-content main.elementor-section.after-element {
    position: relative;
}

body.home .wrapper-content main.elementor-section.after-element::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transition: 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4);
}

body .header.show {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

body .header.show * {
    pointer-events: auto;
}

.fs-preloader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: #262626;*/
    pointer-events: auto; z-index: 2001; overflow: hidden;
}
.fs-preloader::before {
    content: '';
    display: block;
    position: fixed;
    border-radius: 50%;
    width: 2430px;
    height: 2430px;
    left: 50%;
    top: 50%;
    margin-top: -1215px;
    margin-left: -1215px;
    border: 1000px solid #262626;
}
.fs-preloader-container {
    width: 430px;
    height: 430px;
    overflow: hidden;
}

.fs-preloader-progress-bar {
    width: 430px;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {
    .fs-preloader-container {
        width: 291px;
        height: 291px;
    }

    .fs-preloader-progress-bar {
        width: 291px;
        height: 291px;
    }
}

.fs-preloader .fs-preloader-container .info {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 18px;
    left: 46px;
    right: 46px;
    opacity: 0;
    transform: translateY(30px);
}

.fs-preloader .fs-preloader-container .info.show-info {
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .fs-preloader .fs-preloader-container .info {
        bottom: 12px;
        left: 7px;
        right: 7px;
    }
}

.fs-preloader .fs-preloader-container .info p:first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin: 0;
}

.fs-preloader .fs-preloader-container .info p:last-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin: 0;
}

@media (max-width: 767px) {
    .fs-preloader .fs-preloader-container .info p:first-child {
        font-size: 14px;
    }

    .fs-preloader .fs-preloader-container .info p:last-child {
        font-size: 34px;
    }
}

.fs-preloader-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.wrapper-content {
    /*position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transform: scale(0.6);
    clip-path: circle(340px at center);*/
}

/*@media (max-width: 767px) {
    .wrapper-content {
        transform: scale(0.8);
        clip-path: circle(170px at center);
    }
}*/

.wrapper-content.scale {
    overflow-y: auto; overflow-x: hidden;
    /*transform: scale(1.0);*/
    transition: 0.6s ease-in-out;
}

/*.wrapper-content.finish {
    clip-path: circle(2500px at center);
    transition: 0.6s ease-in-out;
}*/

/*@media (max-width: 767px) {
    .wrapper-content.finish {
        clip-path: circle(1800px at center);
    }
}*/

/*body.overflow-hidden {*/
/*    overflow: hidden;*/
/*}*/

/*.custom-preloader {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: fixed;*/
/*    z-index: 99999;*/
/*    overflow: hidden;*/
/*    background-color: #262626;*/
/*}*/

/*.custom-preloader .info {*/
/*    width: auto;*/
/*    height: auto;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: flex-end;*/
/*    justify-content: space-between;*/
/*    position: absolute;*/
/*    bottom: 18px;*/
/*    left: 46px;*/
/*    right: 46px;*/
/*    opacity: 0;*/
/*    transform: translateY(30px);*/
/*}*/

/*.custom-preloader .info.show-info {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*    transition: 0.2s ease-in-out;*/
/*}*/

/*@media all and (max-width: 767px) {*/
/*    .custom-preloader .info {*/
/*        bottom: 12px;*/
/*        left: 7px;*/
/*        right: 7px;*/
/*    }*/
/*}*/

/*.custom-preloader .info p {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: normal;*/
/*    color: #fff;*/
/*    margin: 0;*/
/*}*/

/*.custom-preloader .info h3 {*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-size: 39px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: normal;*/
/*    color: #fff;*/
/*    margin: 0;*/
/*}*/

/*@media all and (max-width: 767px) {*/
/*    .custom-preloader .info p {*/
/*        font-size: 14px;*/
/*    }*/

/*    .custom-preloader .info h3 {*/
/*        font-size: 34px;*/
/*    }*/
/*}*/

/*.custom-preloader .progress-bar {*/
/*    width: 410px;*/
/*    height: 410px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    opacity: 0;*/
/*}*/

/*.custom-preloader .progress-bar.show-progress-bar {*/
/*    opacity: 1;*/
/*    transition: 0.2s ease-in-out;*/
/*    animation: scale 0.4s;*/
/*}*/

/*@keyframes scale {*/
/*    from {*/
/*        transform: scale(0);*/
/*    }*/

/*    to {*/
/*        transform: scale(1);*/
/*    }*/
/*}*/

/*.custom-preloader .progress-bar .image:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*}*/

/*@media all and (max-width: 767px) {*/
/*    .custom-preloader .progress-bar {*/
/*        width: 304px;*/
/*        height: 304px;*/
/*    }*/
/*}*/

/*.custom-preloader .progress-bar .image {*/
/*    width: 390px;*/
/*    height: 390px;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    transform: scale(1);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center 55%;*/
/*}*/

/*@media all and (max-width: 767px) {*/
/*    .custom-preloader .progress-bar .image {*/
/*        width: 291px;*/
/*        height: 291px;*/
/*    }*/
/*}*/

/*.custom-preloader.active-animation {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    overflow: hidden;*/
/*    transition-delay: 0.6s;*/
/*    transition-duration: 0.2s;*/
/*    transition-timing-function: ease-in;*/
/*}*/

/*.custom-preloader.active-animation .progress-bar .image {*/
/*    width: calc(100% + 1500px);*/
/*    height: calc(100% + 1500px);*/
/*    transform: scale(2.0);*/
/*    transition: all 1.0s ease-in-out;*/
/*}*/

/*@media all and (max-width: 767px) {*/
/*    .custom-preloader.active-animation .progress-bar .image {*/
/*        width: calc(100% + 1000px);*/
/*        height: calc(100% + 1000px);*/
/*    }*/
/*}*/