



body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    background: #fff;
    font-family: "Inter", sans-serif;
    color: #103243;
}

.ng-shadow {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
}

.ng-shadow-hover:hover {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 5px;
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


.grad {
    background: linear-gradient(90deg, #B58B5C 0%, #EBCDAA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*body:not(.home) {*/
/*    padding-top: 150px;*/
/*}*/

/*@media(max-width: 1200px) {*/
/*    body:not(.home) {*/
/*        padding-top: 80px;*/
/*    }*/
/*}*/





.specer {
    font-weight: 600;
    font-size: 10px;
    padding: 7px 24px;
    border-radius: 25px;
    display: inline-flex;
}


@media (min-width: 1350px) {
    .container {
        max-width: 1320px;
    }

}


.heading-box .heading {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #103243;
}

.heading-box .slim {
    font-weight: 300;
}

.heading-box .heading-text {
    font-size: 15px;
    font-weight: 400;
    color: #7A7A7A;
    max-width: 550px;

    margin: auto;
    margin-top: 15px;
    line-height: 1.7;

}

@media (max-width: 767.98px) {
    .heading-box .heading {
        font-size: 24px;
    }

    .heading-box .heading-text {
        font-size: 15px;

    }


}








/******** page heading *******/

.heading-box .page-heading {
    font-size: 60px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .heading-box .page-heading {
        font-size: 40px;
        font-weight: 500;
    }
}




/********** btns ********/


/** theme btn ***/


.t-btn.big {
    font-size: 18px;
}

.t-btn.small {
    font-size: 13px;
    padding: 0.8em 1.3em;
}

.t-btn {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding: 1.2em 2em;
    line-height: 1;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transform: translate(0,0);
    transition: transform 0.4s ease;
    transform-origin: center;
}

@media (min-width: 992px) {
    .t-btn:hover {
        transform: translate(5px,0);
    }
}




.t-btn.dark {
    background: #333;
}

.t-btn {
    position: relative;
    z-index: 2;
}







.t-color {
    color: var(--main-color);
}

.t-bg {
    background: var(--main-color);
}


.t-btn.theme {
    background: linear-gradient(90deg, #CAA379, #EBCDAA);
    color: var(--main-text-color);
    border: none;
}


.t-btn.theme2 {
    background: #fff;
    color: #103243;
    border-color: #577F93;
}

.t-btn.transparent {
    background: rgba(255,255,255,0.2);
    border-color: #103243;
    color: #103243;
}

.t-btn.transparent.no-border {
    border: transparent;
}






.t-btn.ic .icon {
    display: inline-flex;
    background: rgba(255,255,255,1);
    padding: 5px;
    position: absolute;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);

}

.t-btn.ic {
    padding-right: 55px;
}

.t-btn.ic svg {
    color: #000;
}

.t-btn.white.ic svg {
    color: #fff;
}

.t-btn.white.ic .icon {
    background: #121212;
}





@media (max-width: 767.98px) {
    .t-btn {
        font-size: 13px;
    }
}



/***************** MAIN HEADER *****************/

/*body:not(.home) .main-header {*/
/*    position: sticky;*/
/*}*/

.main-header {
    position: relative;
    display: block;
}


.main-header .logo img {
    width: 100px;
}

body:not(.home) .main-header {
    background: #D8CCBF !important;
}



.main-header .main-menu {
    width: 100%;
}

.main-header .phone-box {
    gap: 10px;
    align-items: center;
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    background: var(--second-color);
}

.main-header .phone-box .menu-list {
    justify-content: flex-start;
    width: 100%;
}

.main-header .phone-box .icon-box {
    width: 28px;
    height: 28px;
    padding: 3px;
    background: rgba(255,255,255,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-header .phone-box .ico {
    flex: 1;
}

.main-header .phone-box a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height 1;
    text-decoration: none;
}

.main-header .phone-box svg {
    color: #fff;
}



.main-header .phone-box .ico .small {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-bottom: -2px;
    font-weight: 600;
    color: #777;

}

body.home:not(.not-top) .main-header .phone-box .ico .small {
    color: rgba(255,255,255,0.5);
}

body.home:not(.not-top) .main-header .phone-box a {
    color: #fff;
}

.main-header {
    background: #fff;
    width: 100% !important;
    max-width: 100% !important;
}


body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 2px;
}

body:not(.home) .top-bar .container {
    border: none;
    padding-bottom: 7px;
    padding-top: 12px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

.main-header.is-sticky {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}

.main-header.is-sticky .logo img {
    width: 100px;
}



.main-header:not(.is-sticky) .main-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home.not-top .main-header .top-bar {
    display: none;
}

body.home .main-header .top-bar .container {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 0 !important;
    padding-bottom: 8px;
}

body.home:not(.not-top) .top-bar a {
    color: rgba(255,255,255,0.8);
}

body .main-header .top-bar {
    /*background: #011035;*/
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

body.home .main-header .top-bar {
    padding-top: 14px;
    padding-bottom: 4px;
}

.main-header .top-bar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-header .top-bar ul a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #555;
}

.main-header .top-bar {
    padding-bottom: 4px;
}

.main-header .top-bar::after {
    content: '';
    display: block;
    z-index: -1;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    /*background: #011035;*/
}


body:not(.not-top ) .main-header .logo .second {
    display: none;
}

body.not-top .main-header .logo .first {
    display: none;
}

/*.not-top .main-header {*/
/*    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);*/
/*}*/


.main-header .menu-list .t-btn {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
}

.main-header .menu-list .icon {
    width: 25px;
    height: 25px;
}

.main-header .main-menu .menu-list {
    display: flex;
    padding-left: 0;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}



.main-header .main-menu .menu-list .menu-link,
.main-header .main-menu .menu-list .dropdown-toggle.menu-link {
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000;
    position: relative;
}


.main-header .main-menu .menu-list .menu-link:hover,
.main-header .main-menu .menu-list .menu-link:focus {
    color: var(--main-color);
}


/*.main-header .main-menu .menu-list .menu-link.active {*/
/*    background: var(--main-color);*/
/*    color: var(--main-text-color);*/
/*}*/

.main-header .js-menu-open {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-decoration: none;
    color: var(--main-color);
}

body.home:not(.not-top) .main-header .js-menu-open {
    color: var(--main-color);
}


.main-header.is-sticky .js-menu-open {
    color: var(--main-color);
}

.main-header .js-menu-open:hover {
    color: var(--main-color);
}


.main-header .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.main-header .dropdown-menu {
    border-color: #f1f1f1;
}




.main-header .dropdown-menu .dropdown-item:hover,
.main-header .dropdown-menu .dropdown-item:focus {
    font-size: 14px;
    color: var(--main-text-color);
    background: var(--main-color);
}

.main-header .js-menu .contact-info {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.main-header .js-menu .contact-info a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    text-decoration: none;
}


.main-header .js-menu .contact-info i {
    color: var(--main-color);
}

.main-header .mobile-head .logo img {
    height: auto !important;
}


.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
}

.main-header.is-sticky .logo img {
    width: 130px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .main-menu .menu-list .menu-link {
    /*transition: all 0.2s ease-in;*/
}

.main-header.is-sticky .main-menu .menu-list .menu-link {
    font-size: 12px;
    /*transition: all 0.2s ease-in;*/
}

.main-header:not(.is-sticky) .logo img {
    /*transition: all 0.2s ease-in;*/
}

.home .main-header.fixed-top:not(.is-sticky) {
    background: transparent;
    position: fixed;
}

body.home.not-top .main-header {
    background: #E8E2DD !important;
}

@media (max-width: 1400px) {
    .main-header .main-menu .menu-list .menu-link,
    .main-header .main-menu .menu-list .dropdown-toggle.menu-link {
        padding: 8px 10px;
        font-size: 13px;

    }

    .main-header .phone-box {
        gap: 5px;
        margin-left: 10px;
        padding: 10px 5px;
    }
}







/* mobile menu */





@media (max-width: 1199.98px) {
    body.menu-opened .main-header .js-menu {
        display: block !important;
        z-index: 99999;
        background: #fff;
        width: 100%;
        height: 100lvh;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
    }

    body.menu-opened .mobile-head {
        padding: 8px 0;
        position: relative;
    }

    body.menu-opened .mobile-head .js-menu-close {
        font-size: 28px;
        display: inline-flex;
        width: 45px;
        height: 45px;
        justify-content: center;
        align-items: center;
        /*position: absolute;*/
        /*top: 15px;*/
        /*right: 15px;*/
        text-decoration: none;
        color: #ccc;
    }

    .main-header .container {
        border-radius: 0 !important;
    }


    body.menu-opened .js-menu .menu-list {
        flex-wrap: wrap;
        flex-direction: column;
    }



    body.menu-opened .main-header .js-menu .menu-item {
        text-align: center;
        width: 100%;
    }

    body.menu-opened .main-header .js-menu .menu-item .t-btn {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    body.menu-opened .main-header .js-menu .menu-item .menu-link {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        font-size: 16px;
        padding: 17px 0;
    }

    body.menu-opened .js-menu .dropdown-menu {
        position: static !important;
        transform: unset !important;
        background: var(--main-bg-color);
        border: none;
    }



    body.menu-opened {
        height: 100vh !important;
        overflow: hidden;
    }


}


@media (max-width: 767.98px) {
    .main-header .logo img {
        max-width: 60px;
    }

    .main-header .top-bar {
        display: none;
    }


    .main-header.is-sticky .logo img {
        width: 100px;
        transition: all 0.2s ease-in;
    }

    .main-header .main-bar .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-header .main-bar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-header .top-bar {
        font-size: 10px;
    }

    .main-header .top-bar .contact-span {
        gap: 5px;
        font-size: 9px;
        font-weight: 500;
    }

    .main-header .top-bar .follow {
        gap: 5px;
        font-size: 8px;
        font-weight: 500;
    }


}

.main-header .container {
    border-radius: 8px;
}

@media (min-width: 1200px) {
    body.home:not(.not-top) .main-header .menu-link {
        color: #1a1a1a !important;
    }
}


/*********** MAIN FOOTER ***********/

.main-footer {
    overflow: hidden;
}

/* section contact */

section.contact .content {
    background: #fff;

}

section.contact .sp {
    transform: scale(1.15);
    transform-origin: center left;
    position: relative;
    top: 100px;
}



section.contact .specer {
    background: #116656;
    color: #fff;
}

section.contact .content {
    padding-top: 70px;
}


section.contact .map-link {
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
}

section.contact .map-link:hover {
    color: var(--second-color);
}


section.contact .map-link svg {
    width: 20px;
}


section.contact .contact-boxer .subtitle {
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

section.contact .contact-boxer p {
    margin-bottom: 10px;
}

section.contact .contact-boxer {
    font-size: 14px;
    margin-bottom: 35px;
}

section.contact .contact-boxer a:not(.map-link) {
    color: #103243;
}


@media (max-width: 767.98px) {
    section.contact .sp {
        transform: unset;
        top: 0;
    }


}

/** section contact form **/

.main-footer section.contact-form .top-box {
    background: #ECE7E2;
}

.main-footer section.contact-form .bottom-box {
    background: #674E30;
}

.main-footer section.contact-form .top-box {
    background: #ECE7E2;
}

.main-footer section.contact-form .specer {
    background: #E9A24F;
    color: #fff;
}

.main-footer section.contact-form .form-box {
    padding-right: 25px;
}

.main-footer section.contact-form .form-box .form-group {
    margin-bottom: 20px;
}

.main-footer section.contact-form .form-box label {
    font-size: 14px;
    color: #103243;
    margin-bottom: 8px;
}

.main-footer section.contact-form .form-box .star {
    color: #E9A24F;
}

.main-footer section.contact-form .form-control:not(textarea),
.main-footer section.contact-form .form-select {
    height: 41px;
}

.main-footer section.contact-form .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.main-footer section.contact-form .form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .05);
}

.main-footer section.contact-form .form-select,
.main-footer section.contact-form .form-control {
    border-color: #cac6c1;
}

.main-footer section.contact-form .form-select:focus,
.main-footer section.contact-form .form-control:focus {
    border-color: rgba(0,0,0,0.3);
    box-shadow: none;
}


.main-footer section.contact-form .form-box a {
    color: #000;
}


@media (max-width: 767.98px) {
    .main-footer section.contact-form .form-box {
        padding-right: 0;
    }

}



/*** section copyright **/

.main-footer section.copyright {
    background: #674E30;
}

.main-footer section.copyright .logo {
    color: #fff !important;
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}

.main-footer section.copyright .bottom-part .container {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 28px;
    padding-bottom: 28px;
}

.main-footer section.copyright .bottom-part * {
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.main-footer section.copyright .bottom-part a {
    text-decoration: none;
}

.main-footer section.copyright .top-part {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
}

.main-footer section.copyright .top-part::after {
    content: '';
    display: block;
    width: 500px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
    background: #B1895B;
    opacity: 0.55;
    border-radius: 50%;
    z-index: 1;
    filter: blur(70px);
}


/*** not-found-page **/

.not-found-page h1.head {
    font-size: 175px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -18px;
    color: var(--second-color);
    text-shadow: -4px 0 #fff;
    margin-left: -18px;
}

.not-found-page h1.head .first {
    z-index: 1;
    position: relative;
}

.not-found-page h1.head .second {
    z-index: 2;
    position: relative;
}

.not-found-page p {
    text-align: center;
    position: relative;
    top: 40px;
    color: #000;
    font-weight: 500;
}

.not-found-page h1.head .third {
    z-index: 3;
    position: relative;
}

@media (max-width: 767.98px) {

    .not-found-page h1.head {
        font-size: 105px;
        letter-spacing: -10px;
        margin-left: -10px;
    }

    .not-found-page p {
        top: 20px;
    }
}





/******* SERVICE PAGE ********/

.service-page {
    background: #ECE7E2;
}








/******************* HOME PAGE ********************/
.hero-banner {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}


.hero-banner .round-box img {
    width: 220px;
    animation: rotate 25s linear infinite;
}

.hero-banner .round-box {
    overflow: hidden;
}

.hero-banner .t-btn {
    text-transform: uppercase;
    padding: 1.3em 2.6em;
}


@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}


.hero-banner .round-box {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,50%);
}


.hero-banner .content {
    position: relative;
}



.hero-banner .spec-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 0;
}



.hero-banner {
    position: relative;
}

.hero-banner .container {
    position: relative;
    z-index: 3;
}

.hero-banner .spec-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}


.hero-banner .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
}

.hero-banner {
    position: relative;
}

.hero-banner .s-img-box {
    position: relative;
    top: 60px;
}

.hero-banner .s-img-box::after {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    transform: translate(-10%, 10%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6D462D;
    filter: blur(170px);
    border-radius: 50%;
    z-index: -1;

}




body.home:not(.not-top) .main-header .menu-link:hover {
    color: var(--main-color) !important;
}







body.home:not(.not-top) .main-header .second {
    display: block;
}

body.home:not(.not-top) .main-header .first {
    display: none;
}


.hero-banner .heading {

    font-size: 60px;
    margin-bottom: 25px;
    color: #103243;
}




.hero-banner .heading .slim {
    font-weight: 300;
}



.hero-banner p {
    font-size: 18px;
    color: #577f93;
}


@media (max-width: 1200px) {
    .hero-banner {
        padding-top: 120px;
    }

    .hero-banner .heading {
    font-size: 40px;
}
}



@media (max-width: 991.98px) {

    .hero-banner {
        background-attachment: unset;
        min-height: 500px;
        padding-bottom: 20px;

    }

    .hero-banner .round-box img {
        width: 150px;
    }

    .hero-banner .content::before {
        left: 0;
    }

    .hero-banner .content {
        padding-left: 25px;
    }




    .hero-banner .heading {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .hero-banner p {
        font-size: 13px;
    }

    .hero-banner .btn-box {
        flex-wrap: wrap;
    }

    .hero-banner .btn-box .t-btn {
        font-size: 12px;
    }

}







/*** article-item ***/

.article-item .img-box {
    overflow: hidden;
    height: 270px;
    border-radius: 8px;
}

.article-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-item .title {
    color: #000;
    margin-top: 10px;
    display: block;
    font-weight: 500;
    text-decoration: none;

}


.article-item .title:hover {
    color: var(--main-color);
}







/***************** services **********/


.home-page .services {
    position: relative;
}

.home-page .services .specer {
    color: #fff;
    background: #116656;
}

.home-page .services .service-item img {
    width: 104px;
    margin-bottom: 25px;
}

.home-page .services .service-item .title {
    color: #103243;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
}

.home-page .services .service-item .text {
    font-size: 16px;
    line-height: 1.6;
    color: #7A7A7A;
}

.home-page  .services .heading-text {
    text-align: right;
    max-width: 450px;
    margin-left: auto;
    line-height: 1.6;
}

.home-page .services .top-box {
    margin-bottom: 25px;
}

.home-page .services .service-row .col-lg-3 {
    padding: 25px;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-right: 1px solid rgba(0,0,0,0.05);
}

.home-page .services .service-row .col-lg-3:last-of-type {
    border-right: none;
}

@media (max-width: 767.98px) {
    .home-page  .services .heading-text {
        text-align: center;
    }

    .home-page .services .heading-box {
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .home-page .services .service-row .col-lg-3:nth-of-type(2) {
        border-right: none;
    }

    .home-page .services .service-row .col-lg-3 {
        padding: 15px;
    }

    .home-page .services .service-item img {
        width: 74px;
        margin-bottom: 20px;
    }

    .home-page .services .service-item .text {
        font-size: 13px;
    }

    .home-page .services .service-item .title {
        font-size: 17px;

        margin-bottom: 12px;
    }
}


/******** benefits ******/

.home-page .benefits .container {
    position: relative;

}

.home-page .benefits {
    background-size: cover;
    background-repeat: no-repeat;
}

.home-page .benefits .specer {
    background: #E9A24F;
    color: #fff;
}

.home-page .benefits .container .leaf {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-75%);
}

.home-page .benefits .bef-item img {
    aspect-ratio: 13/9;
    object-fit: contain;
    object-position: top;

}

.home-page .benefits .bef-item {
    text-align: center;
}

.home-page .benefits .bef-item .title {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
}

.home-page .benefits .bef-item .text {
    font-size: 14px;
}

/*** machine ***/

.machine .foto-box {
    background: #ECE7E2;
    border-radius: 55px;
    padding: 40px;
}

.machine .heading-box {
    max-width: 770px;
    margin: auto;
}

.machine {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

.machine .foto-box .param-box {
    margin-bottom: 25px;
}

.machine .foto-box .param-box .title {
    color: #B58B5C;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.machine .foto-box .param-box .value {
    font-size: 21px;
    color: #113344;
    font-weight: 600;
}

.machine .foto-box {
    position: relative;
}

.machine .foto-box img {
    height: calc( 100% + 140px) !important;
    top: -70px;
    max-width: unset !important;
    width: auto !important;

    left: calc(100% / 12 * 4);
    position: absolute;
}


@media (max-width: 992px) {
    .machine {
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .machine .foto-box .param-box .title {
        font-size: 13px;
    }

    .machine .foto-box .param-box .value {
        font-size: 17px;
    }




    .machine .foto-box {
        padding: 40px 25px;
        max-width: 350px;
        margin: auto;
    }

    .machine .foto-box img {
        width: auto !important;
        height: 120% !important;
        top: -10%;

        left: calc(100% / 12 * 5);
        position: absolute;
    }

    .machine .foto-box .param-box {
        margin-bottom: 15px;
    }



}













/********* cols ********/


.home-page .cols {
    background: #CBA47B;
}

.home-page .cols .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-page .cols .d-box {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 0;
}

.home-page .cols .d-box img {
    width: 70px;
}

.home-page .cols .d-box .title {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    flex: 1;
    font-size: 16px;
}

@media( max-width: 991.98px) {
    .home-page .cols .d-box {
        display: block;
    }

    .home-page .cols .d-box img {
        width: 70px;
        display: block;
        margin: auto;
    }

    .home-page .cols .d-box .title {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 8px;
    }
}



/******** ABOUT ******/

.home-page .about {
    position: relative;
}

.home-page .about .leaf {
    width: 100px;
    position: absolute;
    top: 0;
    right: 15px;
}

.home-page .about .container {
    padding-top: 40px;
    padding-bottom: 80px;
}

.home-page .about .heading-text {
    max-width: 810px;
}

.home-page .about .specer {
    background: #116656;
    color: #fff;
}




.home-page section.about p {
    font-size: 15px;
    line-height: 1.7;
}

.home-page section.about .title {
    font-size: 25px;
    margin-bottom: 25px;
}

@media (min-width: 1600px) {
    .home-page section.about .person {
        transform: scale(1.2);
        transform-origin: left;
    }
}

/*** c2a section ***/


.home-page section.c2a {
    background: #ECE7E2;
    padding: 70px 0;
}

.home-page section.c2a .container {
    position: relative;
}

.home-page section.c2a .leaf {
    position: absolute;
    top: 0;
    width: 90px;
    left: 0;
    transform: translate(0,-120%);
}



/*** gallery ****/


.home-page section.gallery .container {
    padding-top: 80px;
    padding-bottom: 100px;
}

.home-page section.gallery .specer {
    background: #E9A24F;
    color: #fff;
}


.home-page section.gallery .splide__slide a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}


.home-page section.gallery .splide__arrows {
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100px;
}


.home-page .gallery-box {
    padding-top: 50px;
}


.home-page section.gallery .splide__arrows .splide__arrow {
    background: #fff;
    opacity: 1;
    width: 39px;
    height: 39px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}

.home-page section.gallery .splide__arrow--prev {
    left: 0;
}

.home-page section.gallery .splide__arrows .splide__arrow svg {
    fill: var(--main-color);
}

.home-page section.gallery .splide__arrow svg {
    height: 15px;
    width: 15px;
}


.home-page section.gallery .splide__pagination {
    bottom: -50px;
}

.home-page section.gallery .splide__pagination__page.is-active {
    background: #9B6E26;
}

.home-page section.gallery .splide__pagination__page {
    background: #e4dac8;
}





/************** HOME PAGE ****************/



.home-page .services .content {
    padding: 70px 0;
    background: #ECE7E2;
}




/******* PAGE BANNER *****/


.page-banner .container {
    position: relative;
}

.page-banner .leaf {
    position: absolute;
    right: -10px;
    top: 0;
    width: 100px;
    z-index: 10;
}


@media (max-width: 767.98px) {
    .page-banner .leaf {
        right: 5px;
        top: -20px;
    }
}

/******** CLEAN PAGE ********/




.clean-page {
    background: #fff;
}

.clean-page h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1.5em;
}

.clean-page h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 1.2em;
}

.clean-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
}

.clean-page h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.8em;
}

.clean-page h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.6em;
}

.clean-page .content {
    width: 1080px;
    max-width: 100%;
    margin: auto;
}

.clean-page a {
    color: var(--main-color);
}

.clean-page {
    background: #fff;
}





.clean-page .gallery-box .gallery-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.clean-page .gallery-box {
    margin-top: 25px;
}

.clean-page .gallery-box .heading {
    text-align: center;
    margin-bottom: 15px;
    color: var(--main-color);
    font-weight: 700;
}

.clean-page .gallery-box .gallery-imgs a {
    width: calc(100% / 7 - 10px);
    display: block;
}

.clean-page .gallery-box .gallery-imgs a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .clean-page .content {
        padding: 10px;
    }


    .clean-page h2 {
        font-size: 20px;
    }

    .clean-page h3 {
        font-size: 20px;
    }

    .clean-page h4 {
        font-size: 18px;
    }

    .clean-page h5 {
        font-size: 17px;
    }

    .clean-page h6 {
        font-size: 15px;
    }

    .clean-page {
        font-size: 14px;
    }
}



.clean-page .nav-part,
.clean-page {
    background: #ECE7E2;
}





/********* FOTO FINDER PAGE *******/


.fotofinder-page .services .content,
.fotofinder-page .services {
    background: #fff;
}

.fotofinder-page .services .heading.sub {
    font-size: 24px;
}

.fotofinder-page .services .top-box .heading {
    font-size: 25px;
    margin-bottom: 25px;
}


.fotofinder-page .services .top-box {
    padding-bottom: 50px;
}



@media (min-width: 991.98px) {
    .fotofinder-page .machine {
        padding-bottom: 100px;
    }
}




/******** PRICING PAGE *******/

.pricing-page section.pricing .specer {
    background: #116656;
    color: #fff;
}

.pricing-page .insurrance {
    max-width: 850px;
    margin: auto;
    margin-bottom: 35px;
}

.pricing-page section.pricing table {
    margin-bottom: 70px;
    max-width: 950px;
    margin: auto;
}

.pricing-page .pricing-part {
    padding-bottom: 100px;
}

.pricing-page section.pricing table th,
.pricing-page section.pricing table td,
.pricing-page section.pricing table tr {
    border: none !important;
}

.pricing-page section.pricing table th {
    font-weight: 700;
    font-size: 16px;
}

.pricing-page section.pricing table tr:hover td {
    background: rgba(0,0,0,0.05);
}

.pricing-page section.pricing table td {
    font-size: 14px;

}

.pricing-page section.pricing table th,
.pricing-page section.pricing table td {
    padding: 15px 10px !important;
}

.pricing-page section.pricing table tr > td:last-of-type {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color) !important;
    white-space: nowrap;
}














/*************** To top btn *************************/

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.45);
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.65);
}



#formAlert > div {

    color: #674E30 !important;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #674E30 !important;
    margin-top: 15px;

}




/**** SOLD MODAL ****/


.js-sold-modal {
	display: none;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(8px);
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}


.js-sold-modal .content {
	max-width: 95%;
	max-height: 95%;
	position: relative;
	overflow: auto;
	width: 600px;
	padding: 45px;
	border-radius: 14px;
	background: #fff;
}


.js-sold-modal.show {
	display: flex;
}

.js-sold-modal .js-sold-close {
	position: absolute;
	top: 10px;
	right: 10px;
}


.js-sold-modal a {
	color: var(--main-color);
}
.js-sold-modal.show .heading {
	margin-bottom: 15px;
}

@media (max-width: 767.98px) {
	.js-sold-modal .content {
		padding: 35px 15px;
	}
}
