/******************************************************************************
* 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(-105px);
    transform: translateY(-105px);
    -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: #fff;
    border-bottom: 1px solid #7D8661;
}

.sticked-menu .site-header-menu__inner>.site-branding {
    display: none !important;
}

.sticked-menu .site-navigation__menu .site-branding {
    display: flex !important;
    height: 82px;
    width: 180px;
    padding: 10px 0 10px 0;
}

.main-header .sticked-menu .other-links {
    margin-left: 0;
}

.main-header .sticked-menu .other-links a.menu__client-area-link {
    display: flex !important;
    padding: 11px 15px;
}

.sticked-menu .site-navigation__inner {
    padding: 0;
}

.main-header .sticked-menu .site-navigation .menu {
    padding: 0 25px 0 25px;
}

.main-header .sticked-menu.other-links a {
    padding: 11px 25px;
}


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

/** Banner slider **/

.banner-inner {
    position: relative;
}

.banner-slide .banner-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 744px;
    width: 100%;
    overflow: hidden;
    padding-top: 154px;
}

.banner-image:before,
.banner-image:after,
.banner-item__image:before,
.banner-item__image:after {
    content: '';
    position: absolute;
    top: -300px;
    right: 50%;
    border-radius: 1233px;
    background: #FFF;
    filter: blur(109.6500015258789px);
    width: 955px;
    height: 1233px;
    transform: rotate(51.878deg);
}

.banner-image:before,
.banner-item__image:before {
    right: 80%;
    top: 0;
}

.banner-item__content {
    position: relative;
    padding-bottom: 70px;
}

.banner-title {
    color: #11120D;
    font-family: "Mongolian Baiti", serif;
    font-size: clamp(40px, 1rem + 3.7vw, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: 0.91666666em;
    margin-bottom: 11px;
}

.banner-slide .swiper-slide-active .banner-title {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-subtitle {
    color: #11120D;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.banner-slide .swiper-slide-active .banner-subtitle {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

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

.banner-slide .swiper-slide-active .banner-actions {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-slide .banner-actions,
.banner-slide .banner-title,
.banner-slide .banner-subtitle {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-slide .swiper-slide-active .banner-actions,
.banner-slide .swiper-slide-active .banner-title,
.banner-slide .swiper-slide-active .banner-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/** About us **/

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

.bloc-image.image-1 {
    height: 406px;
    width: 100%;
    max-width: 563px;
    position: relative;
}

.home .about-us__content .bloc-content .img-box {
    padding-right: 64px;
}

.blk-experience .exp-year {
    color: #FFF;
    font-family: "Mongolian Baiti", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1px;
}

.blk-experience .exp-year span {
    font-size: clamp(32px, 1rem + 2vw, 48px);
    font-weight: 400;
    line-height: normal;
}

.blk-experience ul {
    display: flex;
    flex-direction: column;
}

.blk-experience ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #7D8661;
    color: #FFF;
    font-family: "Mongolian Baiti", serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    width: 207px;
    height: 150px;
    padding: 10px 25px 17px;
}

.blk-experience ul li img {
    margin-bottom: 11px;
}


/** Intervention area **/

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

.bloc-content.type-02 {
    position: relative;
}

.bloc-content.type-02 .txt-box {
    padding: 42px 55px 42px 87px;
    position: relative;
}

.bloc-content.type-02 .txt-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #e9e9dd
}

.bloc-content.type-02 .layer-shape {
    position: absolute;
    top: 0;
    right: -52px;
    width: 100%;
    height: 100%;
}

.bloc-content.type-02 .layer-shape img {
    object-position: center right;
}

.bloc-content.type-02 .bloc-image.bg-img {
    width: 50vw;
    right: 0;
    left: unset;
}


/** Company benefits **/

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

.company-benefits__items {
    position: relative;
    border-radius: 10px;
    background: #E9E9DD;
    padding: 34px 12px 27px;
}

.company-benefits__item-inner {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
    padding: 0 25px;
}

.company-benefits__item:not(:last-child):before {
    content: '';
    background: #3A3E2B;
    width: 2px;
    height: 116px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.company-benefits__item .benefit-ico {
    width: 64px;
    min-width: 64px;
}

.company-benefits__item .benefit-text {
    max-width: 251px;
}

.company-benefits__item .benefit-title {
    color: #3A3E2B;
    font-family: "Mongolian Baiti", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.625em;
    margin-bottom: 11px;
}

.company-benefits__item .benefit-text p {
    color: #11120D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 0;
}


/** Services diag **/

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

.services-diag-section .sect-title .sub-title {
    margin-bottom: 17px;
}

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

.service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-slide .swiper-slide {
    height: auto;
}

.service-item .service-image {
    border-radius: 10px;
    width: 100%;
    height: 187px;
    overflow: hidden;
}

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

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

.service-item .service-text {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
    border-radius: 10px;
    background: #F9F9EF;
    padding: 26px 45px 25px 39px;
    z-index: 3;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-item.custom-padding .service-text {
    padding: 26px 5px 25px 20px;
}

.service-item:hover .service-text {
    background: #AAAA8E;
}

.service-item .service-title {
    color: #3A3E2B;
    font-family: "Mongolian Baiti", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.65625em;
}

.service-item p {
    color: #11120D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 0;
}

.service-item .service-more a {
    color: #11120D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-slide__pagination.slide-control-dots {
    margin-top: 57px;
}


/** Testimonials **/

.testimonials-section .sect-title .bloc-title {
    margin-bottom: 34px;
}

.testimonials__text {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background: #333430;
    padding: 54px 36px 66px 73px;
}

.testimonials__img {
    left: unset;
    right: 0;
    width: calc(100% + 30px);
}


/** Latest news **/

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

.latest-news__content {
    margin-top: 42px;
}

.latest-news__content>.row {
    margin: 0 -20px;
}

.latest-news__content>.row>div {
    padding-left: 20px;
    padding-right: 20px;
}

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

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

.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 {
    transform: scale(1.05);
}

.actus-text {
    position: relative;
    flex: 1;
    background: #E9E9DD;
    padding: 28px 20px 38px 20px;
    min-height: 260px;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 33px;
}

.actus-title {
    color: #000;
    font-family: "Mongolian Baiti", serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.166666em;
}

.actus-date {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    display: inline-block;
    text-transform: uppercase;
    background: #3A3E2B;
    padding: 10px 35px;
}

.actus-more a {
    color: #7D8661;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    background-image: linear-gradient(90deg, #7D8661 0%, #7D8661 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0px 100%;
}

.actus-more a:hover {
    background-size: 0 1px;
}

.actus-item .actus-title a:hover {
    color: #7D8661;
}


/** Speed contacts **/

.speed-contacts-section {
    padding: 33px 0;
}

.speed-contacts__inner {
    display: flex;
    gap: 30px 100px;
}

.speed-contacts__inner .sect-title .bloc-title {
    margin-bottom: 19px;
}

.speed-contacts__inner ul li,
.speed-contacts__inner ul {
    display: flex;
    align-items: center;
    gap: 30px 100px;
}

.speed-contacts__inner ul li {
    gap: 30px;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
}


/** Contact info **/

.blk-contact-infos {
    position: relative;
    margin-left: auto;
}

.blk-contact-infos .sect-title h1 {
    margin-bottom: 14px;
}

.blk-contact-infos ul {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.blk-contact-infos ul li {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #929292;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.blk-contact-infos ul li .contact-title {
    color: #1E1E1E;
    font-family: "all-round-gothic", sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.285715em;
}

.blk-contact-infos ul li a {
    background-image: linear-gradient(to left, #1E1E1E, #1E1E1E);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%;
}

.blk-contact-infos ul li a:hover {
    background-size: 100% 1px;
    color: #1E1E1E;
}

.blk-contact-infos ul li .contact-ico {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #AAC852;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


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


/** Footer- column **/

.footer-column__inner {
    padding: 61px 0 41px;
}

.footer-column__item {
    position: relative;
}


/** Footer services  **/

.footer-services .footer-title {
    margin-bottom: 33px;
}

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

.footer-services ul li {
    color: #2E2D2A;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.footer-services ul li a {
    background-image: linear-gradient(90deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.footer-services ul li a:hover {
    background-size: 100% 1px;
}


/** Footer contacts **/

.footer-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contacts ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #000;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
}

.footer-contacts ul li .contact-ico {
    width: 30px;
    display: flex;
    justify-content: center;
}

.footer-contacts ul li a {
    background-image: linear-gradient(90deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.footer-contacts ul li a:hover {
    background-size: 100% 1px;
}


/** Footer certification and insurance **/

.footer-certification-insurances ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}


/** Footer bottom **/

.footer-bottom {
    padding: 17px 0;
}

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

.copyright ul li {
    position: relative;
    font-family: "segoe-ui", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.copyright ul li b {
    font-weight: 600;
}

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

.copyright ul li:not(:last-child):before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: -2px;
}

.copyright ul li a {
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 78%;
}

.copyright ul li a:hover {
    background-size: 100% 1px;
}

.img-arobiz {
    margin-top: -5px;
}



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

/** Banner **/

.intern .banner-inner {
    position: relative;
    min-height: 603px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 146px;
}

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

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

.contact-us-section {
    padding: 84px 0 60px;
}
.bloc-content.type-02 .layer-shape.active {
    right: -165px;
}