/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #302E2E;
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.10), 0 4px 4px -4px rgba(12, 12, 13, 0.05);
}


/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.banner-image::before,
.banner-slide__item .banner-slide-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(24, 20, 17, 0.30) 0%, rgba(36, 30, 26, 0.03) 100%), linear-gradient(0deg, rgba(36, 30, 26, 0.40) 0%, rgba(36, 30, 26, 0.40) 100%);
    background-blend-mode: normal, darken, normal;
}

.banner-slide__content {
    position: relative;
    z-index: 2;
}

.banner-title {
    color: #FFF;
    font-size: clamp(42px, 1rem + 2.5vw, 55px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing: 0.0490909em;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.banner-slide__item .banner-title {
    margin-bottom: 16px;
}

.banner-slide .active .banner-slide__item .banner-title {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 500ms;
}

.banner-slide__item p {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625em;
    margin-bottom: 16px;
}

.banner-slide .active .banner-slide__item p {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 600ms;
}

.banner-slide__content .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.banner-slide .active .banner-slide__item .banner-actions {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 700ms;
}

.banner-slide.owl-carousel .owl-stage {
    display: flex;
}

.banner-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}


/** About us **/

.about-us-section {
    padding: 64px 0;
}

.home .about-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 400px;
    width: calc(50% + 50px);
    background: #E2D4B6;
}

.about-us__content .bloc-content .sub-title {
    margin-bottom: 30px;
}

.bloc-image.image-2 {
    position: relative;
    width: 500px;
    height: 633px;
}


/** Other content **/

.other-content-section {
    padding: 69px 0 64px;
}

.layer-shape {
    position: relative;
}

.intern .about-us-section.layer-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 587px;
    width: 38%;
    background: #E2D4B6;
}


/** image-section **/

.image-section {
    height: 340px;
    width: 100%;
    overflow: hidden;
}


/** Company benefits **/

.company-benefits-section {
    padding: 64px 0;
}

.company-benefits-section .sect-title .bloc-title {
    margin-bottom: 16px;
}

.company-benefits-section .bloc-text {
    margin-bottom: 32px;
}

.benefit-item {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefit-item .benefit-title {
    color: #302E2E;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.0833333em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.benefit-item p {
    color: #302E2E;
    margin-bottom: 0;
}


/** Services diag**/

.services-diag-section {
    padding: 135px 0 128px;
}

.services-diag-section .sect-title .bloc-title {
    margin-bottom: 15px;
}

.services-diag__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: clamp(30px, 1rem + 3vw, 64px);
}

.service-item {
    position: relative;
    width: 380px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(226, 212, 182, 0.30);
    background: #E2D4B6;
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.10), 0 4px 4px -4px rgba(12, 12, 13, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.is-even .service-item {
    flex-direction: column-reverse;
}

.service-item .service-image {
    height: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.service-item .service-image::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(36, 30, 26, 0.30) 0%, rgba(36, 30, 26, 0.30) 100%);
    background-blend-mode: darken, normal, normal;
    z-index: 1;
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.service-text {
    position: relative;
    padding: 32px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.is-even .service-item .service-text {
    padding: 0 0 32px;
}

.service-item .service-title {
    color: #302E2E;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.service-item p {
    color: #302E2E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.666666em;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
}

.services-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}


/** Intervention area **/

.intervention-area-section {
    padding: 128px 0;
}

.bloc-content .sub-title {
    margin-bottom: 24px;
}

.bloc-content .bloc-image.image-1 {
    min-height: 603px;
    height: 100%;
    width: calc(100% + 20vw);
}

.bloc-content .img-box.layer-shape::before {
    margin-left: 103px;
    height: calc(100% + 128px);
    width: calc(100% + 20vw);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.bloc-content:not(:last-child) {
    margin-bottom: 64px;
}


/** Testimonials **/

.testimonials-section {
    padding: 125px 0 160px;
}

.testimonials-slide .owl-item .testimonial-quotation img {
    width: unset;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.testimonial-rating .ico-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-rating li .ico-star::before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 20px;
    height: 19px;
}

.testimonial-rating li.empty .ico-star::before {
    width: 20px;
    height: 19px;
    background: url("../images/icons/ico-star-disabled.svg") no-repeat top left;
}

.testimonial-rating li:not(:first-child) {
    margin-left: 2px;
}

.testimonial-item {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-quotation {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonial-item .testimonial-title {
    color: #302E2E;
    text-align: center;
    font-size: clamp(20px, 1rem + 0.6vw, 25px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.052em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.testimonial-item .testimonial-author {
    color: #302E2E;
    text-align: center;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.0764705em;
    text-transform: uppercase;
}

.testimonial-item p {
    color: #302E2E;
    text-align: center;
    letter-spacing: 0.046875em;
    margin-bottom: 20px;
}

.testimonials-action {
    margin-top: 24px;
}


/** Multiple bloc **/

.multiple-bloc__content {
    position: relative;
    z-index: 3;
    margin-top: -115px;
}

.multiple-bloc__item-thumb {
    position: relative;
    width: 100%;
    height: 100%;
}

.multiple-bloc__item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 83px 32px 75px;
    background: #F5EFE2;
}

.multiple-bloc__item .multiple-bloc__item-ico {
    margin-bottom: 28px;
}

.multiple-bloc__item .bloc-title {
    color: #302E2E;
    font-size: clamp(30px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.multiple-bloc__item p {
    letter-spacing: 0.0125em;
    margin-bottom: 32px;
}


/** Latest news **/

.latest-news-section {
    padding: 144px 0;
}

.actus-item {
    position: relative;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news__content {
    margin-top: clamp(30px, 1rem + 3vw, 64px);
}

.actus-image {
    position: relative;
    width: 100%;
    height: 453px;
    overflow: hidden;
}

.actus-item .actus-image::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(36, 30, 26, 0.30) 0%, rgba(36, 30, 26, 0.30) 100%);
    background-blend-mode: darken, screen;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover .actus-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.actus-image .actus-date {
    color: #FBF9F5;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.785715em;
    letter-spacing: 0.0142857em;
    text-transform: uppercase;
    display: flex;
    padding: 22px 13px 18px 13px;
    flex-direction: column;
    background: #302E2E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 70px;
}

.actus-image .actus-date .day {
    color: #E6C9A2;
    font-size: clamp(30px, 1rem + 1.2vw, 35px);
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.0057143em;
    margin-top: -2px;
    display: inline-block;
}

.actus-text {
    position: relative;
    padding: 16px 0;
}

.actus-title {
    overflow: hidden;
    color: #FBF9F5;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    align-self: stretch;
    position: absolute;
    bottom: 33px;
    left: 30px;
    right: 45px;
    z-index: 2;
}

.actus-title a:hover {
    color: #FBF9F5;
}

.actus-text .actus-date {
    color: #666;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.953125em;
    letter-spacing: 0.015625em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(8, 15, 25, 0.12);
}

.actus-text .actus-date::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #302E2E;
    display: inline-block;
    margin-right: 9px;
}

.actus-text p {
    color: rgba(77, 70, 55, 0.80);
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.73611em;
    letter-spacing: 0.01388888em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-bottom: 17px;
}

.actus-item .actus-more a {
    color: #302E2E;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.923075em;
    letter-spacing: 0.184615em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.actus-item .actus-more a:hover {
    color: #B3AA99;
    transform: translateX(0.5rem);
}

.actus-item .actus-more a:hover svg path {
    fill: #B3AA99 !important;
}


/** Speed contact **/

.speed-contact-section {
    padding: 128px 0;
}

.speed-contact__content .sect-title .bloc-title {
    margin-bottom: 15px;
}

.speed-contact__content .bloc-text {
    margin-bottom: 24px;
}

ul.contact-list,
ul.contact-list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

ul.contact-list {
    margin-bottom: 24px;
}

ul.contact-list li {
    color: #666;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

ul.contact-list>li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.contact-list li .phone-number {
    color: #302E2E;
    text-align: center;
    font-size: clamp(30px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.203125em;
    letter-spacing: 0.00625em;
}

ul.contact-list li .contact-title {
    color: #302E2E;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.72em;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

ul.contact-list li ul {
    gap: 8px;
}

ul.contact-list li a:hover {
    color: #B3AA99;
}

.speed-contact__content {
    text-align: center;
    padding: 0 20px;
}

.speed-contact__thumb {
    width: 200px;
    height: 200px;
    padding: 10px;
    border: 2px solid #E2D4B6;
}


/******************************************************************************
* Footer
*******************************************************************************/


/** Footer column **/

.footer-column {
    padding: 128px 0 60px;
}


.footer-logo {
    margin-bottom: 48px;
}

.footer-slogan {
    margin-bottom: 16px;
    color: #FBF9F5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625em;
    letter-spacing: 0.03125em;
    max-width: 234px;
}


/** Footer contacts **/

.footer-certification,
.footer-insurance {
    display: flex;
    flex-direction: column;
}

.footer-insurance {
    margin-bottom: 48px;
}


/** Footer newsletter **/

.footer-newsletter {
    max-width: 336px;
    width: 100%;
}

.footer-newsletter .footer-title {
    margin-bottom: 47px;
}

.footer-newsletter .bloc-text {
    color: #FBF9F5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5625em;
    letter-spacing: 0.03125em;
    margin-bottom: 24px;
}

.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 28px;
}

.footer-newsletter .newsletter__form form {
    position: relative;
    width: 100%;
}

.footer-newsletter .newsletter__form-note {
    color: #FBF9F5;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.714285em;
}

.footer-newsletter .newsletter__form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Inter", sans-serif;
    color: #FBF9F5;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    height: 50px;
    padding: 16px 78.13px 16px 15px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #E2D4B6;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.footer-newsletter .newsletter__form .form-group button::before {
    display: none;
}

.footer-newsletter .newsletter__form .form-group button:hover {
    background: none;
}

.footer-newsletter .newsletter__form .form-group button:hover svg path {
    fill: #E2D4B6 !important;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: auto;
    top: 8px;
    right: 10px;
    z-index: 1;
}

.footer-newsletter .newsletter__form input:focus {
    border: 1px solid #E2D4B6;
    background-color: transparent;
    color: #FBF9F5;
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FBF9F5 !important;
}

.footer-newsletter .newsletter__form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FBF9F5 !important;
    opacity: 1;
    /* Firefox */
}

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FBF9F5 !important;
}


/** Footer services **/

.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-services ul li a {
    color: #FBF9F5;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625em;
    letter-spacing: 0.04375em;
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.footer-services ul li a::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 2.5px;
    background: #FBF9F5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-services ul li a:hover {
    color: #E2D4B6;
}

.footer-services ul li a:hover::before {
    background: #E2D4B6;
}


/** Footer bottom **/

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 30px 15px 32px 15px;
}


.copyright ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
}

.copyright ul li {
    position: relative;
    color: #E2D4B6;
    font-size: 0.90625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.90625rem;
    letter-spacing: 0.0137931em;
    text-transform: uppercase;
}

.copyright ul:first-child li:not(:last-child) {
    margin-right: 11px;
    padding-right: 11px;
}

.copyright ul:first-child li:not(:last-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #FBF9F5;
    position: absolute;
    top: 4px;
    right: -3px;
}

.copyright ul+ul {
    gap: 10px 26px;
    margin-left: auto;
}

.copyright ul li a:hover {
    color: #FBF9F5;
}


/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/

.intern .banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 600px;
}

.intern .banner-content {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}



/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/
.bloc-text h2 {
    color: #302E2E;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
}

.bloc-text p {
    display: table;
}