@font-face {
    font-family: 'Ting Font';
    src: URL('../Fonts/ting.ttf') format('truetype');
}
@font-face {
    font-family: 'Proximo Light';
    src: URL('../Fonts/Rene Bieder  Milliard Light.woff') format('woff');
}

@font-face {
    font-family: 'Proximo Bold';
    src: URL('../Fonts/Rene Bieder  Milliard Bold.woff') format('woff');
}

img {
    pointer-events: none;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgb(242, 242, 242);
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #0B0E16;
}

::-webkit-scrollbar-thumb {
    background-color: #0B0E16;
}

.__href {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 10;
    cursor: pointer;
    display: block;
}

.nowrap {
    white-space: nowrap;
}

body {
    background-color: #FCFCFC;
    font-family: 'Proximo Light';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ting Font';
}

.z-10 {
    z-index: 10;
}

.bg-fixed {
    overflow: hidden;
}
/*moboile header*/
.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: background-color 0.4s ease-in-out;
   
}
/* start header */
.desktop-header {
    transition: background-color 0.4s ease-in-out;
    padding: 32px 62px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.header-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-items > div {
    color: #C2C2C2;
    margin-left: 20px;
    font-size: 14px;
}

.header-menu {
    background-color: #0B0E16;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.header-menu > span {
    padding-right: 50px;
}

.header-menu-rectangle {
    border-right: 1px solid;
    height: 20px;
    width: 1px;
}

.menu-slider-button-next {
    background-image: url(../img/svg/menu-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: 10px;
    width: 45px;
    height:60px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
}

.menu-slider-button-back {
    background-image: url(../img/svg/menu-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
    background-position: center;
    left: 10px;
    width: 45px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
}
.scrolled {
    color: #474747 !important;
}

.full-menu {
    position: fixed;
    z-index: -1;
    top: -100%;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 180px 62px 50px 62px;
    transition: all 0.5s ease;
    color: #fff;
}

.navOn {
    display: inline-block;
    z-index: 99;
    left: 0;
    top: 0;
    background: #0B0E16;
}

.full-menu-left-side {
    border-right: 1px solid #A3A5A9;
}

.left-menu {
    list-style: none;
    padding: 0;
}

    .left-menu > a {
        background-color: transparent !important;
        margin: 15px 0;
        font-family: 'Ting Font';
        letter-spacing: 1.5px;
        display: block;
        text-decoration: none !important;
    }

.full-menu  a {
    text-decoration: none !important;
}
    .full-menu  a:hover {
        text-decoration: none !important;
        color: white;
    }



.menu-icon {
    background: url(../img/svg/menu-icon.svg);
    width: 20px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    background-position: center center;
}

.left-menu__items {
    position: relative;
    cursor: pointer;
}

.left-menu__links {
    text-decoration: none !important;
    color: #A3A5A9 !important;
    font-size: 24px;
}

    .left-menu__links:hover .left_menu__items__underline::after {
        content: '';
        position: absolute;
        display: block;
        height: 12px;
        width: 100%;
        border-bottom: 3px solid #E61F4C;
        left: 0;
        z-index: -1;
        bottom: 3px;
    }


.left-menu__links.active li {
    color: white;
}

.left_menu__items_name {
    position: relative;
}
.left-menu__links.active .left_menu__items__underline::after {
    content: '';
    position: absolute;
    display: block;
    height: 12px;
    width: 100%;
    border-bottom: 3px solid #E61F4C;
    left: 0;
    z-index: -1;
    bottom: 3px;
}

    .left-menu__links:hover li {
        color: white;
    }
    .left-menu__links:hover .left-menu__items__right-icon {
        color: white;
    }

    .left-menu__items__right-icon {
        background: url(../img/svg/menu-arrow-right.svg);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
    }

.menu-cross {
    background: url(../img/svg/cross.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.mobile-full-menu {
    display: none;
}

.full-menu-right-side {
    /*padding-left: 100px;*/
}

.full-menu-right-side-items {
    display: flex;
    flex-direction: column;
    position: relative;
}

.full-menu-right-side-items img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
    width: 100%;
}

.full-menu-right-side-items:hover img.image-hover {
    opacity: 1;
}
    .full-menu-right-side-items:hover .full-menu-right-side-items__text {
        color: #E61F4C;
    }

.full-menu-right-side-items__text {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.full-menu-right-side-items > a {
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.menu-swiper-container  {
    padding-left: 120px;
}
/* end header */
/* start hero area */
.hero-area {
    width: 100%;
    position: relative;
    height: 100vh;
}

.hero-area .swiper-container {
    height: 100%;
}

.contact-area {
    position: absolute;
    background-color: transparent;
    z-index: 10;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 44px 62px;
}

.sliders {
    max-height: 810px;
}

.contact-area > a {
    text-decoration: none !important;
    color: #C2C2C2 !important;
    font-size: 14px;
    margin-left: 50px;
}

.contact-area > a:hover {
    text-decoration: none !important;
    color: #C2C2C2 !important;
}

.slider-control {
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    background-color: #F2F2F2;
    padding: 32px 40px;
}
.mobile-info-text,
.mobile-slider-control {
    display: none;
}


.sliders-items {
    position: relative;
}

.sliders-items img {
    width: 100%;
    height: 100vh;
}

.slider-items-text-area {
    background: url(../img/svg/hero-slider-line.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    background-position-y: center;
    top: 35%;
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 180px;
}

.info-text {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
    justify-content: center;
}

.slider-items-text-area-top {
    color: #F2F2F2;
    font-size: 86px;
    font-family: 'Ting Font';
}

.slider-items-text-area__container {
    display: flex;
    align-items: center;
    width:100%;
}

.slider-items-text-area-bottom {
    color: #FFFFFF;
    font-size: 18px;
    width: 70%;
    max-height: 50px;
    opacity: 0.61;
    letter-spacing: 1.2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.detail-button {
    text-align: center;
    letter-spacing: 1px;
    height: 100%;
    font-style: italic;
    margin-left: 120px;
    margin-right: 100px;
    width: 80px;
}

.detail-button-link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.slider-text {
    font-size: 28px;
    color: #3F3739;
    font-weight: 600;
}

.slider-control-info {
    display: flex;
    flex-direction: column;
}

.slide-index-number {
    color: #E61F4C;
    font-size: 20px;
}

.slide-lenght-number {
    color: #BBBBBB;
    font-size: 20px;
}

.swiper-button-next {
    background-image: url(../img/svg/arrowright.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right:30px;
    width: 50px;
}
  

    .swiper-button-next::after {
        display: none;
    }

.swiper-button-prev {
    background-image: url(../img/svg/arrowleft.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: 90px !important;
    left: auto;
    width: 50px;
}
 

    .swiper-button-prev::after {
        display: none;
    }
/* end hero area */

.our-ceiling-systems-area {
    margin-bottom: 115px;
}

    .our-ceiling-systems-area .description-area__description {
        word-break: break-word;
    }

.our-ceiling-systems-area__title {
    padding-bottom: 50px !important;
}

.our-ceiling-systems-area__description {
    padding: 0 !important;
}

.media-area-second-div {
    padding-left: 50px !important;
}

section.media-area h1 {
    font-size: 69px;
    color: #DCDCDC;
    font-weight: 700;
    padding-bottom: 21px;
    letter-spacing: 4px;
}
.media-area__reverse__image {
    border: 1px solid #E61F4C;
}
.three-image-area {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.three-image-area__left {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    padding-right: 30px;
}


.three-image-area__left___top-image {
    width: 85%;
    padding-bottom: 35px;
}

.three-image-area__left___bottom-image {
    width: 100%;
}

.three-image-area__right {
    width: 35%;
    display: flex;
    padding-left: 50px;
    justify-content: flex-end;
    position: relative;
    height: 100%;
}

.three-image-area__right__link {
    position: absolute;
    top: -140px;
}
.three-image-area__right > img {
    width: 100%;
}

.category-info {
    display: none;
}

.bg-rectangle {
    position: absolute;
    width: 80%;
    height: 110%;
    border: 1px solid #E61F4C;
    border-width: 1px 0 1px 1px;
    right: 0;
    top: -25px;
    z-index: -1;
}

.icons-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.icons-area__items {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 18px 25px 0;
    cursor: pointer;
}

.icons-area__items__image {
    filter: grayscale(100%);
    opacity: 0.7;
}

.pink {
    filter: none !important;
}

.pink-selected {
    filter: none !important;
}

.icons-area__items > span {
    margin-top: 7px;
    font-size: 16px;
    font-family: 'Proximo Light';
}
/*
section.our-ceiling-systems-area .description-area__title {
    height: 150px;
}*/

section.media-area {
    padding: 250px 0px 20px 0px;
}

    section.media-area:first-child {
        padding: 160px 0px 20px 0px;
    }

    section.media-area .description-area {
        padding: 0px 90px 0px 0px;
    }

.description-area__description {
    margin-bottom: 40px;
}

section.media-area .description-area h1 {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2.63px;
}

        section.media-area .description-area p {
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 1.1px;
            line-height: 25px;
            margin-bottom: 22.5px;
            font-family: 'Proximo Light';
        }


.call-form {
    background-color: #1C1C1C;
    background-image: url(../img/call_bg.jpg);
    background-repeat: round;
    width: 100%;
    padding: 55px 0 125px 0;
}

.call-form__title-area {
    position: relative;
}

.call-form__title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.call-form__title-underline {
    background-color: #E61F4C;
    position: absolute;
    height: 5px;
    width: 348px;
    bottom: 15px;
    left: -18px;
}

.call-form-group {
    padding-top: 81px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-form-input {
    background-color: transparent;
    width: 100%;
    color: #EDEDED;
    border: none;
    border-bottom: 1px solid #898989;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .call-form-input:focus {
        outline: none !important;
    }

.call-form-button {
    background-color: #E61F4C;
    height: 50px;
    width: 15%;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 20px;
    border: none;
}

.footer-call-form-button {
    background-color: transparent;
    border: 1px solid #4C4F5C;
    height: 50px;
    width: 26%;
    color: #FFFFFF;
    font-size: 20px;
    border-left: none;
}


.call-form-group-items {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #EDEDED;
}

.blogs-container > h1 {
    padding: 130px 0 42px 0;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
}

.blogs-area {
    display: flex;
    justify-content: space-between;
}

.blogs-area-items {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.blogs-area-items a {
    text-decoration: none;
    color: #000000;
}

    .blogs-area-items a:hover {
        text-decoration: none;
        color: #000000;
    } 


.blogs-area-items__title {
    padding: 20px 0 26px 0;
    font-size: 28px;
    font-weight: 600;
}

.blogs-area-items__img {
    width: 100%;
}

.blogs-area-items__description {
    padding-right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Proximo Light';
}

.certificate-area {
    padding: 140px 0 215px 0;
}

.certificate-area__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.certificate-area-title {
    padding-bottom: 110px;
    font-size: 38px;
    font-weight: 700;
}

.certificate-swiper-wrapper > a {
    text-decoration: none !important;
    color: #000000 !important;
    font-size: 18px;
    font-weight: 600;
}

    .certificate-swiper-wrapper > a:hover {
        text-decoration: none !important;
        color: #000000 !important;
    }


.certificate-area__items > span {
    padding-top: 30px;
    font-weight: 700;
    font-family: 'Proximo Bold';
}


footer {
    padding: 64px 58px;
    width: 100%;
    background-color: #1C1C1C;
    background-image: url(../img/footer_bg.png);
    background-repeat: round;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 220px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}

.footer-top__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 40%;
}

.footer-top__right__title {
    color: #ffffff;
    font-size: 18px;
}

.footer-top__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 50%;
    padding-right: 100px;
}

.footer-top__left__center > a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 18px;
    margin-right: 40px;
}

    .footer-top__left__center > a:hover {
        color: #FFFFFF !important;
        text-decoration: none !important;
    }

.footer-top__left__center {
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    padding-top: 52px;
}

.footer-top__left__bottom {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 15px;
}
    .footer-top__left__bottom > a {
        color: #FFFFFF !important;
        text-decoration: none !important;
        font-size: 18px;
        margin-left: 33px;
    }

.footer-top__right__bottom > span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.footer-top__right__bottom__container {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
.footer-top__right__bottom__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 0.4);
}

/* When the checkbox is checked, add a blue background */
.footer-top__right__bottom__container input:checked ~ .checkmark {
    background-color: #E61F4C;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.footer-top__right__bottom__container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.footer-top__right__bottom__container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-top__right__bottom > span > a {
    color: rgba(255, 255, 255, 0.4) !important;
}

.footer-top__right__bottom {
    display: flex;
}

.footer-top__right__top__input {
    background-color: transparent;
    width: 43%;
    color: #74767E;
    border: none;
    border: 1px solid #4C4F5C;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
}

    .footer-top__right__top__input:focus {
        border: 1px solid #4C4F5C;
        outline: none
    }

.footer-top__right__top__button {
    width: 30%;
    background-color: transparent;
    color: #FFFFFF;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-width: 1px 1px 1px 0;
}

.footer-top__right__bottom__modal-area > a {
    border-bottom: 1px solid gray !important;
}

    .footer-top__right__bottom__modal-area > a:hover {
        text-decoration: none !important;
    }

.footer-top__right__top {
    display: flex;
    width: 100%;
    padding-bottom: 13px;
}

.footer-bottom {
    padding-top: 17px;
}

.footer-bottom__urls {
    display: flex;
    width: 100%;
}

    .footer-bottom__urls > a {
        text-decoration: none !important;
        color: rgba(255, 255, 255, 0.4) !important;
        padding-right: 50px;
        position: relative;
        display: block;
    }
        .footer-bottom__urls > a:hover {
            text-decoration: none !important;
            color: #fff !important;
        }

.footer-bottom__urls a::after {
    content: '';
    position: absolute;
    display: block;
    height: 12px;
    width: 1px;
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    opacity: 0.4;
    right: 25px;
    top: 7px;
}

.footer-bottom__urls a:last-child::after {
    display: none !important;
}

.footer-bottom__copyright {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding-top: 48px;
}

.footer-bottom__copyright__text {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0.4;
}

.footer-bottom__copyright__social-links {
    display: flex;
}

.footer-bottom__copyright__social-links__items {
    text-decoration: none;
    padding: 0 5px;
}

.facebook-icon {
    content: url("../img/svg/facebook-icon.svg");
    height: 20px;
    width: 20px;
}

.instagram-icon {
    content: url("../img/svg/instagram-icon.svg");
    height: 20px;
    width: 20px;
}

.twitter-icon {
    content: url("../img/svg/twitter-icon.svg");
    height: 20px;
    width: 20px;
}

.desktop-swiper-pagination {
    text-align: left;
}

.mobile-swiper-pagination {
    color: #ffffff;
    width: auto;
}

.swiper-pagination-current {
    color: #E61F4C;
}
.swiper-pagination-fraction {
    top: 10px !important;
    left: 0 !important;
    font-size: 16px;
    margin-right: 20px;

}

.pink-line {
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    z-index: 9;
    height:1755px;
}

.icons-area-mobile {
    display: none;
}

@media (max-width: 991px) {

    ::-webkit-scrollbar {
        display:none;
    }

    ::-webkit-scrollbar-thumb {
        background: gray;
        border-radius: 10px;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #00195E;
        }

    .mobile-header {
        display: block;
    }

    .mobile-header__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .desktop-header {
        display: none;
    }

    .slider-items-text-area {
        height: 55px;
        top: 62%;
        background-size: cover;
        width: 100%;
    }

    .detail-button-link {
        font-size: 12px;
        padding: 40px 0 0 40px;
    }

    .detail-button {
        margin-left: 22px;
        width: 50px;
    }

    .contact-area,
    .slider-control {
        display: none;
    }

    .slider-items-text-area-top {
        font-size: 32px;
        margin: 0;

    }

    .slider-items-text-area-bottom {
        font-size: 14px;
        width: 80%;
    }

    .info-text {
        width: 100%;
        padding-left: 10%;
        display: none;
    }

    .mobile-info-text {
        display: block;
        position: absolute;
        bottom: 40%;
        padding: 0 0 0 65px;
    }

    section.our-ceiling-systems-area .description-area__title {
        height: auto;
    }

    section.media-area {
        padding: 35px 0 35px 0;
    }

        section.media-area:first-child {
            padding: 76px 0 0 0;
        }

        section.media-area:last-child {
            padding-bottom: 45px;
        }

        section.media-area .description-area h1 {
            font-size: 18px;
            padding: 0;
        }

    section.media-area .description-area {
        padding-right: 15px;
    }

    section.media-area h1 {
        padding-top: 20px;
    }

        section.media-area .description-area img {
            padding-bottom: 10px;
        }

    .media-area__reverse {
        flex-direction: column-reverse;
    }

    .mobile-font-size {
        font-size: 28px !important;
        letter-spacing: 0 !important;
        padding-bottom: 0 !important;
    }

    .category-info {
        position: relative;
        margin-bottom: 55px;
        display: block;
    }

    .category-info__left___top-image {
        width: 100%;
    }

    .bg-rectangle-mobile {
        position: absolute;
        width: 85%;
        height: 105%;
        border: 1px solid #E61F4C;
        border-width: 1px 0 1px 1px;
        right: 0;
        top: -10px;
        z-index: -1;
    }

    .call-form-group {
        flex-direction: column;
        padding-top: 25px;
    }

    .call-form-group-items {
        padding-bottom: 30px;
        width: 100%;
    }

    .call-form__title-underline {
        left: 0px;
        bottom: 5px;
        width: 201px;
    }

    .call-form__title {
        font-size: 24px;
        padding-left: 18px;
    }

    .call-form {
        padding: 20px 0 34px 0;
    }

    .call-form-button {
        font-size: 16px;
        width: 158px;
        height: 34px;
    }

    .blogs-container h1 {
        font-size: 30px;
        padding: 57px 0 25px 0;
    }

    .blogs-area {
        flex-direction: column;
    }

    .blogs-area-items {
        width: 100%;
        padding-bottom: 45px;
    }

    .blogs-area-items__title {
        font-size: 21px;
    }

    .certificate-area {
        padding-top: 0px;
        padding-bottom: 73px;
    }

    .certificate-area-title {
        padding-bottom: 23px;
        font-size: 24px;
    }

    .mobile-slider-control {
        display: block;
        background-color: #0C0B0F;
    }

        .mobile-slider-control .container {
            position: relative;
        }

    .swiper-button-prev {
        left: 15px;
        width: 10%;
    }

    .swiper-button-next {
        right: 15px;
        width: 10%
    }

    .slider-control-info {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .slide-index-number,
    .slide-lenght-number,
    .slider-text {
        font-size: 14px;
    }

    .slider-text {
        font-weight: bold;
        color: #ffffff;
    }

    .mobile-slider-control__container {
        display: flex;
        height: 40px;
        justify-content: center;
    }

    .numberSlides {
        padding-right: 15px;
    }

    .certificate-area__items__img {
        width: 100%;
    }

    .menu-icon {
        background-color: #0B0E16;
        padding: 20px;
        background-size: 65%;
        background-position: center center;
    }

    .three-image-area {
        display: none;
    }

    footer {
        padding: 34px 31px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .footer-top__left {
        width: 100%;
        padding: 0;
    }

    .footer-top__right {
        width: 100%;
        padding-top: 30px;
    }

    .footer-top__left__center {
        flex-direction: column;
        padding-top: 15px;
    }

    .footer-top__right__bottom {
        padding-bottom: 20px;
    }

    .footer-top__left__center > a {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .footer-bottom {
        padding-top: 45px;
    }

    .footer-bottom__urls {
        flex-direction: column;
    }

        .footer-bottom__urls > a {
            padding-bottom: 15px;
            font-size: 14px;
        }

        .footer-bottom__urls a::after {
            display: none;
        }

    .footer-bottom__copyright {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-top: 20px;
    }

    .footer-bottom__copyright__social-links {
        padding-bottom: 30px;
    }

    .footer-bottom__copyright__text {
        font-size: 12px;
    }

    .footer-top__right__title {
        font-size: 14px;
    }
    .footer-call-form-button {
    width:100%;
    }

    .footer-top__right__top {
        flex-direction: column;
    }

    .footer-top__right__top__input {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 12px;
    }

    .footer-top__right__top__button {
        width: 100%;
        border-width: 1px;
        padding: 15px 0;
        font-size: 12px;
    }

    .certificate-area__items > span {
        font-size: 9px;
        padding-top: 12px;
    }

    .mobile-full-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 90px 20px 50px 20px;
    }

    .mobile-full-menu__contact-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .mobile-full-menu__contact-area > a {
            text-decoration: none !important;
            color: #A3A5A9 !important;
            font-size: 14px;
        }

    .mobile-full-menu .accordion > div a {
        text-decoration: none;
        color: #A3A5A9;
    }

    .accordion {
        margin-bottom: 30px;
        overflow-y: scroll;
    }

    .accordion-item {
        padding: 15px 0;
        margin: 0;
        overflow: hidden;
        border: none;
        outline: none;
    }

    .accordion-item--category {
        background-image: url(../img/svg/arrow-bottom.svg);
        background-repeat: no-repeat;
        background-position: right center;
        width: 20px;
        height: 20px;
    }

    .accordion-item .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 18px;
        color: #A3A5A9;
        background-color: transparent;
        font-weight: 600;
    }

        .accordion-item .title i.accordion-item--category {
            font-size: 0.9rem;
            color: #454545;
            transform: translateX(-50%) rotate(0);
            transition: transform 0.2s ease;
        }

    .accordion-item .accordion-item__sub-area {
        font-weight: normal;
        line-height: inherit;
        color: #454545;
        visibility: hidden;
        height: 0px;
    }

    .accordion-item.active .title i.accordion-item--category {
        color: #1a9de1;
        transform: translateX(-50%) rotate(180deg);
    }

    .accordion-item.active .title a{
       color: white !important;
    }

    .accordion-item.active .accordion-item__sub-area {
        visibility: visible;
        height:100%;
        padding-top: 15px;
    }

    .accordion-item.active .title a {
        position: relative;
    }

    .accordion-item.active .title a::after {
        content: '';
        position: absolute;
        display: block;
        height: 12px;
        width: 100%;
        border-bottom: 2px solid #E61F4C;
        top: 8px;
        z-index: -1;
    }

    .hero-area {
        height: auto;
    }

    .sliders-items img {
        height: auto
    }

    .our-ceiling-systems-area {
        margin-bottom: 0;
    }

    .detail-button-link {
        padding-bottom: 0px;
    }
    .full-menu-right-side-items {
        display: flex;
        flex-direction: column;
        position: unset;
    }

    .media-area-second-div {
        padding-left: 15px !important;
    }

    .icons-area-mobile {
        display: block;
    }

    .icons-area {
        display: none;
    }
}

@media (max-width: 1024px) {

    .pink-line {
        display: none;
    }
}
@media (max-width: 426px) {
    .icons-area__items{
        padding:5px;
    }
    .mobile-info-text {
        padding: 0 0 0 20px;
    }
    .detail-button-link {
        padding:0px;
        font-size: 8px;
    }
    .slider-items-text-area-top {
        font-size:32px;
    }
    .slider-items-text-area-bottom {
        font-size: 9px;
    }
}

.loader_container {
    background-color: #0B0E16;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
}

.lottie_player {
    width: 100px;
    height: 100px;
    background-color: transparent;
}