@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-thin-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-thin-webfont.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-extralight-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-extralight-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-light-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-regular-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-medium-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-bold-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-extrabold-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-extrabold-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Cabinet Grotesk";
    src:url("../fonts/cabinetgrotesk-black-webfont.woff2") format("woff2"), 
        url("../fonts/cabinetgrotesk-black-webfont.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Rota";
    src:url("../fonts/rota-thin-webfont.woff2") format("woff2"), 
        url("../fonts/rota-thin-webfont.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src:url("../fonts/rota-extralight-webfont.woff2") format("woff2"), 
        url("../fonts/rota-extralight-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src:url("../fonts/rota-light-webfont.woff2") format("woff2"), 
        url("../fonts/rota-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src:url("../fonts/rota-medium-webfont.woff2") format("woff2"), 
        url("../fonts/rota-medium-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src: url("../fonts/rota-regular-webfont.woff2") format("woff2"), 
        url("../fonts/rota-regular-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src: url("../fonts/rota-semibold-webfont.woff2") format("woff2"), 
        url("../fonts/rota-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src: url("../fonts/rota-bold-webfont.woff2") format("woff2"), 
        url("../fonts/rota-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src: url("../fonts/rota-extrabold-webfont.woff2") format("woff2"), 
        url("../fonts/rota-extrabold-webfont.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Rota";
    src: url("../fonts/rota-black-webfont.woff2") format("woff2"), 
        url("../fonts/rota-black-webfont.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

/* **** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Rota";
    font-family: "Cabinet Grotesk";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1780px;
}
/* **** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 40px 0 30px;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.header-second {
    position: absolute;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 35px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:hover {color: #56bf2a;}
.navbar .navbar-nav a.active, .navbar .navbar-nav a.active:focus, .navbar .navbar-nav a.active:hover {color: #56bf2a;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #56bf2a;}
/* **** End Header **** */

/* **** Toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #062601;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #062601;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End Toggler **** */

/* **** Hero **** */
.hero-wrp .container{
    position: relative;
}
.hero-block {
    /* background-image: url("../images/hero-bg.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 180px 0;
    min-height: 788px;
    position: relative;
    z-index: 9;
}
.hero-block:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 473px;
    background: linear-gradient(180deg, rgba(12, 52, 47, 0) 35.64%, rgba(0, 0, 0, 0.39) 100%);
    z-index: -1;
}
.hero-block h2 {
    font-weight: 800;
    font-size: 115px;
    line-height: 115px;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 15px;
}
.hero-block h2 span {
    color: #062601;
}
.hero-block p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
}
.hero-bottom-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 12px;
}
.hero-bottom-info ul {
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff;
}
.hero-bottom-info ul li {
    width: 25%;
}
.hero-bottom-info ul li:last-child a {
    border: none;
}
.hero-bottom-info ul li a {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    padding: 22px 12px 12px 36px;
    display: flex;
    align-items: flex-start;
    border-right: 1px solid #ffffff;
}
.hero-bottom-info ul li a i {
    display: table;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-bottom-info ul li a span{
    display: table;
}
.hero-bottom-info ul li a span img {
    max-width: 100%;
}
.hero-bottom-info ul li a:hover {
    background: #fff;
    color: #000;
}
.hero-bottom-info ul li a:hover i {
    transform: translate(10px, 0);
}
/* **** End Hero **** */

.btn-primary {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    display: table;
    padding: 16px 45px;
    border: 1px solid #062601;
}
.btn-primary:hover {
    background: #062601;
    color: #fff;
}

.btn-secondary {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #fff;
    display: table;
    padding: 15px 30px;
    background: #062601;
    border: 1px solid transparent;
}
.btn-secondary:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

/* **** Products Introduction **** */
.product-introduction {
    padding: 220px 0 220px;
    position: relative;
}
.product-introduction .container {
    max-width: 1530px;
    position: relative;
    z-index: 9;
}
.product-introduction:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 100%);
    height: 1600px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
    z-index: -1;
}
.product-introduction .product-info {
    max-width: 396px;
}
.product-introduction .product-info p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    margin: 0 0 35px;
}
.product-introduction .product-info p strong {
    font-weight: 700;
}
.product-introduction .product-info .btn-primary {
    margin: 45px 0 0;
}
.product-introduction .introduction-img  {
    position: relative;
}
.product-introduction .introduction-img img{
    max-width: 100%;
    margin: 0 auto;
}
.product-introduction .introduction-img .introduction-line1{
    position: absolute;
    left: 115px;
    top: 120px;
}
.product-introduction .introduction-img .introduction-line2{
    position: absolute;
    left: 15px;
    top: 212px;
}
.product-introduction .introduction-img .introduction-line3{
    position: absolute;
    left: 480px;
    top: -36px; 
}
.product-introduction .introduction-img .introduction-line4{
    position: absolute;
    right: 50px;
    top: 200px;
}
.product-introduction .introduction-img .introduction-line5{
    position: absolute;
    right: 80px;
    bottom: 70px;
}
.product-introduction .introduction-img span.line-text{
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Rota';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    white-space: nowrap;
    opacity: 1;
}
.product-introduction .introduction-img span.line-text:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 100%);
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.product-introduction .introduction-img .introduction-line3 span.line-text{
    left: auto;
    right: 0;
}
.product-introduction .introduction-img .introduction-line4 span.line-text{
    top: -30px;
    left: auto;
    right: 0;
}
.product-introduction .introduction-img .introduction-line5 span.line-text{
    left: auto;
    right: 0;
    top: auto;
    bottom: 70px;
}
.product-introduction .introduction-img span.line-text.aos-init.aos-animate:before{
    width: 0;
}


/*.product-introduction .introduction-img span{
    display: block;
    position: absolute; 
    height: 0;   
    width: 0;
    overflow: hidden;
}
.product-introduction .introduction-img span img{
    margin: 0;
    width: 100%;
}
.product-introduction .introduction-img .introduction-line1{
    left: 25px;
    top: 90px;
    -webkit-transition: max-height 2s linear; 
    -moz-transition: max-height 2s linear; 
    -ms-transition: max-height 2s linear; 
    -o-transition: max-height 2s linear; 
    transition: max-height 2s linear;  
    overflow: hidden;
    max-height: 0; 
}
.product-introduction .introduction-img .introduction-line2{
    left: 0;
    top: 202px;
    -webkit-transition: max-height 2s linear; 
    -moz-transition: max-height 2s linear; 
    -ms-transition: max-height 2s linear; 
    -o-transition: max-height 2s linear; 
    transition: max-height 2s linear;  
    overflow: hidden;
    max-height: 0; 
}
.product-introduction .introduction-img .introduction-line3{
    left: 480px;
    top: -56px;
    -webkit-transition: max-height 2s linear; 
    -moz-transition: max-height 2s linear; 
    -ms-transition: max-height 2s linear; 
    -o-transition: max-height 2s linear; 
    transition: max-height 2s linear;  
    overflow: hidden;
    max-height: 0; 
}
.product-introduction .introduction-img .introduction-line4{
    right: 50px;
    top: 200px;
    -webkit-transition: max-height 2s linear; 
    -moz-transition: max-height 2s linear; 
    -ms-transition: max-height 2s linear; 
    -o-transition: max-height 2s linear; 
    transition: max-height 2s linear;  
    overflow: hidden;
    max-height: 0; 
}
.product-introduction .introduction-img .introduction-line5{
    right: 55px;
    bottom: 55px;
    -webkit-transition: max-width 2s linear; 
    -moz-transition: max-width 2s linear; 
    -ms-transition: max-width 2s linear; 
    -o-transition: max-width 2s linear; 
    transition: max-width 2s linear;  
    overflow: hidden;
    max-width: 0; 
}

.product-introduction .introduction-img.aos-init.aos-animate span{
    max-height: 350px;
    max-width: 100%;
    height: auto;
    width: auto;
}*/
/*
.product-introduction .introduction-img span{display: block;}
.product-introduction .introduction-img span img.aos-init{
    max-width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s linear;
    transition: height 0.5s linear;
}
.product-introduction .introduction-img span img.aos-init.aos-animate{
    height: 100%;
}*/
    
/* **** End Products Introduction **** */

/* **** Product **** */
.product-block {
    background: #fff;
    padding: 300px 0 340px;
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
    margin: -120px 0 0;
    position: relative;
    overflow: hidden;
}
.product-block .shape-right {
    position: absolute;
    top: 50%;
    left: 66%;
    max-width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product-block .shape-left {
    position: absolute;
    top: 50%;
    right: 66%;
    max-width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product-block .introduction-bg{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 33%;
    background: #b2d98a;
}
.product-block .container {
    max-width: 1293px;
    position: relative;
    z-index: 9;
}
.product-block .row {
    align-items: center;
}
.product-block .product-dt {
    display: table;
}
.product-block .product-dt h2 {
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 55px;
}
.product-block .product-dt ul {
    margin: 0 0 45px;
}
.product-block .product-dt ul li {
    margin: 0 0 22px;
}
.product-block .product-dt ul li:last-child {
    margin: 0;
}
.product-block .product-dt h5 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 5px;
}
.product-block .product-dt h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}
.product-block .product-img img {
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-block .product-img:hover img {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.product-block-even {
    background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 100%);
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}
.product-block-even .introduction-bg {
    right: auto;
    left: 0;
}
.product-block-even .product-dt {
    margin-left: auto;
}
.product1:before {background: #b2d98a;}
.product2:before {background: #8eae6e;}
.product3:before {background: #6b8253;}
.product4:before {background: #1f3c1a;}
.product5:before {background: #062601;}
/* **** End Product **** */

/* **** Solution **** */
.solution-block {
    background-image: url("../images/solution-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 992px;
    padding: 85px 123px 0;
}
.solution-block .solution-title h2 {
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 20px;
}
.solution-block .solution-title p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #062601;
    margin: 0 0 71px;
}
.solution-box a {
    display: block;
    background: linear-gradient(179.22deg, rgba(47, 47, 47, 0) 18.35%, rgba(0, 0, 0, 0.54) 67.09%);
    border: 3px solid #ffffff;
    padding: 55px 47px;
    min-height: 485px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.solution-box h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #062601;
    margin: 0 0 127px;
}
.solution-box p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    margin: 0;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.solution-box a:hover {
    background: #fff;
}
.solution-box a:hover p {
    color: #000;
}
/* **** End Solution **** */

/* **** Control **** */
.control-wrp {
    padding: 145px 0 110px;
}
.control-wrp .container{
    max-width: 1560px;
}
.control-wrp .titlebar h2 {
    font-weight: 800;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 30px;
}
.control-wrp .titlebar p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 85px;
}
.control-block{
    position: relative;
    margin: 0 auto;
    display: table;
}
.control-block .control-txt{
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Rota';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    opacity: 1;
    display: block;
}
/*.control-block .control-txt:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.control-block .control-txt.aos-init.aos-animate:before{
    width: 0;
}
.control-block .control-txt.txt3:before,
.control-block .control-txt.txt4:before{
    left: auto;
    right: 0;
}*/
.control-block span.line-text{
    position: absolute;
    left: -20px;
    top: -3px;
    font-family: 'Rota';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    white-space: nowrap;
    opacity: 1;
}
.control-block span.line-text:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.control-block span.line-text.aos-init.aos-animate:before{
    width: 0;
}
.control-block svg{
    width: 100%;
}
.control-block .control-line1{
    position: absolute;
    bottom: 381px;
    top: auto;
    left: -130px;
    width: 450px;
}
.control-block .control-line2{
    position: absolute;
    bottom: 231px;
    top: auto;
    left: -150px;
    width: 460px;
}
.control-block .control-line2 span.line-text{
    left: -50px;
}
.control-block .control-line3{
    position: absolute;
    left: auto;
    top: 260px;
    right: 0;
}
.control-block .control-line3 span{
    left: auto;
    right: -40px;
}
.control-block .control-line4{
    position: absolute;
    top: 395px;
    left: auto;
    right: -200px;
    width: 520px;
}
.control-block .control-line4 span{
    left: auto;
    right: -10px;
    top: 0;
}


.control-wrp img {
    max-width: 100%;
    margin: 0 auto;
}
/* **** End Control **** */

/* **** Footer **** */
footer {
    background: #062601;
    padding: 85px 0 32px;
    position: relative;
}
footer .container{
    max-width: 1560px;
}
footer .footer-right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 333px;
    object-fit: cover;
    object-position: left;
    top: 0;
}
footer .foot-logo h2 {
    font-weight: 800;
    font-size: 75px;
    line-height: 73px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0 0 30px;
}
footer .foot-logo a.btn-primary {
    border-color: #fff;
    color: #fff;
}
footer .foot-logo a.btn-primary:hover {
    background: #fff;
    color: #062601;
}
footer .quicklinks ul li {
    margin: 0 0 23px;
}
footer .quicklinks ul li:last-child {
    margin: 0;
}
footer .quicklinks ul li a {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #ffffff;
}
footer .quicklinks ul li a:hover {
    color: #56bf2a;
    font-weight: 700;
}
footer .contact-info h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0 0 30px;
}
footer .contact-info ul li {
    margin: 0 0 30px;
}
footer .contact-info ul li a {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #ffffff;
    display: table;
}
footer .contact-info ul li a:hover {
    color: #56bf2a;
    font-weight: 700;
}
footer .contact-info ul li.socialbx {
    display: flex;
    align-items: center;
}
footer .contact-info ul li.socialbx a {
    margin-right: 50px;
}
footer .contact-info ul li.socialbx a:hover {
    font-weight: normal;
}
footer .contact-info ul li.socialbx a:last-child {
    margin: 0;
}
footer .copyright {
    padding: 55px 0 0;
}
footer .copyright p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
}
/* **** End Footer **** */

/* **** Installation Banner **** */
.installation-banner {
    padding: 105px 0 195px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    background: linear-gradient(180deg, #f3f3f3 27.98%, #f3f3f3 191.3%);
}
.installation-banner img {
    width: 100%;
}
.installation-banner .banner-content {
    max-width: 483px;
    margin: 57px auto 0;
}
.installation-banner .banner-content h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 35px;
}
.installation-banner .banner-content p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    margin: 0 0 35px;
}
.installation-banner .banner-content .btn-primary {
    padding: 16px 15px;
}
/* **** End Installation Banner **** */

/* **** Installation Process **** */
.installation-process {
    margin: -40px 0 0;
}
.installation-process .container {
    max-width: 1545px;
}
.installation-process .installation-img img {
    max-width: 100%;
    margin-left: auto;
}
.process-content {
    padding: 30px 0 0;
}
.process-content .process-block {
    margin: 0 0 110px;
    max-width: 838px;
    display: flex;
    align-items: flex-start;
}
.process-content .process-block .process-icon {
    width: 151px;
    min-width: 151px;
    height: 151px;
    border: 2px solid #062601;
    margin-right: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-content .process-block .process-icon img {
    max-width: 100%;
}
.process-content .process-block .process-info {
    padding: 35px 0 0;
}
.process-content .process-block .process-info h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 25px;
}
.process-content .process-block .process-info p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 25px;
    position: relative;
}
.process-content .process-block .process-info span {
    position: absolute;
    left: -35px;
}
/* **** End Installation Process **** */

/* **** Install **** */
.install-wrp {
    padding: 0 0 100px;
    position: relative;
}
.installbg-wrp:before{
    position: absolute;    
    content: "";
    height: 75%;
    width: 100%;
    background: linear-gradient(180deg, #F3F3F3 0%, #F3F3F3 143.71%);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}
.install-wrp .container {
    max-width: 1545px;
}
.install-wrp h2 {
    font-weight: 800;
    font-size: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 100px;
}
.install-wrp img {
    max-width: 100%;
    margin: 0 auto;
}
.install-wrp .install-video{
    height: 825px;
    width: 100%;
    background: #000;
}
.install-wrp .install-video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* **** End Install **** */

/* **** About **** */
.about-banner .banner-block {
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1004px;
    position: relative;
    padding: 110px 120px;
}
.about-banner .banner-block .banner-info {
    max-width: 542px;
}
.about-banner .banner-block .banner-info h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 35px;
}
.about-banner .banner-block .banner-info p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    margin: 0 0 35px;
}
.about-banner .banner-block .banner-info ul {
    display: flex;
    align-items: center;
    margin: 240px 0 0;
}
.about-banner .banner-block .banner-info ul li {
    width: 150px;
    height: 150px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.about-banner .banner-block .banner-info ul li:last-child {
    margin: 0;
}
.about-banner .banner-block .banner-info ul li h4 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.about-banner .banner-block .banner-info ul li h4 span {
    display: block;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
}
.about-banner .about-discerption{
    display: none;
}
.about-banner .about-discerption p{
    font-family: 'Rota';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #062601;
    margin: 0 0 30px;
}
.about-banner .about-discerption .btn-primary{
    margin: 0 auto;
}
/* **** End About **** */

.about-info-wrp {
    padding: 95px 0 102px;
}
.about-info-wrp .container {
    max-width: 1562px;
}
.about-info-wrp .about-title h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.about-info-wrp .about-title p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 77px;
}
.category-block {
    max-width: 700px;
}
.category-block .row {
    margin: 0 -25px;
}
.category-block .col-md-6 {
    padding: 0 25px;
}
.category-block h6 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 42px;
}
.category-block .category-box a {
    display: block;
    position: relative;
    background: #ffffff;
    border: 2px solid #062601;
    padding: 50px 29px;
    min-height: 304px;
    margin: 0 0 50px;
}
.category-block .category-box a h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.category-block .category-box .link-img {
    position: absolute;
    right: 48px;
    top: 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.category-block .category-box .link-img img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.category-block .category-box a:hover {
    background: #b2d98a;
    border-color: #b2d98a;
}
.category-block .category-box a:hover h4 {
    color: #fff;
}
.category-block .category-box a:hover img {
    transform: rotate(-90deg);
    -webkit-filter: brightness(0) invert(1);
}

.quickdial {
    display: table;
    margin-left: auto;
    width: 650px;
}
.quickdial h6 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 42px;
}
.quickdial ul li {
    margin: 0 0 52px;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    position: relative;
    padding-left: 45px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.quickdial ul li:last-child {
    margin: 0;
}
.quickdial ul li:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.quickdial ul li:hover {
    padding-left: 65px;
    color: #b2d98a;
}
.quickdial ul li:hover:before {
    color: #b2d98a;
}
.about-info-wrp h5 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.about-info-wrp h5 a {
    font-weight: 700;
    color: #062601;
}
.about-info-wrp h5 a:hover {
    color: #b2d98a;
}
/* **** End About *** */

/* **** Testimonial **** */
.testimonial-wrp {
    padding: 0 0 80px;
    background: linear-gradient(180deg, #f3f3f3 -19.9%, #f3f3f3 100%);
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    min-height: 800px;
    position: relative;
    padding: 210px 0;
}
.testimonial-wrp .testimonial-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 28%;
}
.testimonial-block {
    margin-left: 25%;
    width: 75%;
    padding-left: 100px;
}
.testimonial-block h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 90px;
}
.testimonial-block .testimonial-slider {
    width: 691px;
    margin: 0 auto;
}
.testimonial-slider .slider-box {
    position: relative;
    padding-left: 100px;
}
.testimonial-slider .slider-box .quote-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}
.testimonial-slider .slider-box p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    color: #062601;
    margin: 0 0 35px;
}
.testimonial-slider .slider-box h6 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 93%;
    letter-spacing: -0.01em;
    color: #062601;
}
.testimonial-wrp .slick-counter{
    position: absolute;
    right: 30px;
    bottom: -55px;
    font-family: 'Rota';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
}
.testimonial-wrp .slick-counter .current{
    color: #575757;
}
.testimonial-wrp .slick-counter .total{
    font-weight: 700;
    color: #062601;
}
.testimonial-wrp button.slick-prev.slick-arrow,
.testimonial-wrp button.slick-next.slick-arrow{
    position: absolute;
    right: 0;
    bottom: -34px;
    z-index: 9;
    font-size: 0;
    background: transparent;
    border: none;
}
.testimonial-wrp button.slick-prev.slick-arrow:before,
.testimonial-wrp button.slick-next.slick-arrow:before{
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.testimonial-wrp button.slick-prev.slick-arrow{
    right: 85px;
}
.testimonial-wrp button.slick-prev.slick-arrow:before{
    content: "\f060";
}
/* **** End Testimonial **** */

/* **** Contact Banner **** */
.contact-banner {
    padding: 110px 0 188px;
}
.contact-banner .row {
    align-items: center;
}
.contact-banner .contact-content{
    display: block;
    margin: 0;
    padding-left: 110px;
}
.contact-content {
    display: table;
    margin: 0 auto;
}
.contact-content h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 35px;
}
.contact-content ul li {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #062601;
    margin: 0 0 45px;
}
.contact-content ul li strong {
    font-weight: 700;
}
.contact-content ul li:last-child {
    margin: 0 0 45px;
}
.contact-content ul li a {
    display: block;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #062601;
}
/* **** End Contact Banner **** */

/* **** Contact Form **** */
.contact-form-wrp {
    padding: 10px 0 100px;
}
.contact-form-wrp .container {
    max-width: 1562px;
}
.contact-form-wrp .contact-form h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 68px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 25px;
}
.contact-form-wrp .contact-form p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 70px;
}

.contact-form-wrp form {
    max-width: 1173px;
}
.contact-form-wrp form .row {
    margin: 0 -7px;
}
.contact-form-wrp form .col-md-6 {
    padding: 0 7px;
}
.contact-form-wrp form .col-md-12 {
    padding: 0 7px;
}
.contact-form-wrp form .form-group {
    margin: 0 0 14px;
}
.contact-form-wrp form .form-group .form-control {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #919191;
    padding: 25px;
    border: 1px solid #062601;
    border-radius: 0;
    box-shadow: none;
}
.contact-form-wrp form button {
    background: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* **** End Contact Form **** */

/* **** Equipment Banner **** */
.equipment-banner .hero-block {
    background-image: url("../images/equipment-banner.jpg");
    min-height: 300px;
    padding: 32px 110px;
    display: flex;
    align-items: flex-end;
}
.equipment-banner .hero-block:before {
    display: none;
}
.equipment-banner .hero-block h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
}
.equipment-banner .hero-bottom-info {
    position: relative;
    border: 1px solid #000000;
    border-top: none;
}
.equipment-banner .hero-bottom-info ul {
    border: none;
}
.equipment-banner .hero-bottom-info ul li a {
    color: #062601;
    border-color: #000;
}
.equipment-banner .hero-bottom-info ul li a:hover {
    background: #062601;
    color: #fff;
}
/* **** End Equipment Banner **** */

.equipment-product-wrp {
    padding: 100px 0;
}
.equipment-product-wrp .container {
    max-width: 1562px;
}
.equipment-product-wrp .equipment-title {
    margin: 0 0 65px;
}
.equipment-product-wrp .equipment-title h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 93%;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.equipment-product-wrp .equipment-title .dropdown {
    display: table;
    margin-left: auto;
}
.equipment-product-wrp .equipment-title .dropdown .dropdown-toggle {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    padding: 11px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    min-width: 200px;
    display: block;
}
.equipment-product-wrp .equipment-title .dropdown .dropdown-toggle:after {
    display: none;
}
.equipment-product-wrp .equipment-title .dropdown .dropdown-toggle:before {
    position: absolute;
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #000000;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.equipment-product-wrp .equipment-title .dropdown .dropdown-toggle.show:before {
    content: "\f106";
}
.equipment-product-wrp .equipment-title .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    /*    border: none;*/
    outline: none;
    padding: 0;
    width: 100%;
}
.equipment-product-wrp .equipment-title .dropdown .dropdown-menu .dropdown-item {
    padding: 10px;
    background: #ffffff;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

/* **** Product Box *** */
.equipment-product-block ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.equipment-product-block ul li {
    padding: 0 10px;
    width: 20%;
}
.product-box {
    border: 1px solid #062601;
    padding: 30px;
    margin: 0 0 20px;
}
.product-box .box-img {
    min-height: 210px;
    margin: 0 0 25px;
}
.product-box .box-img img {
    max-width: 100%;
    margin: 0 auto;
}
.product-box p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 20px;
}
.product-box h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 8px;
}
.product-box .btn-primary {
    padding: 16px 60px;
    margin: 0 auto;
}
/* **** End Product Box *** */

/* **** Offer-block **** */
.offer-wrp .offer-block {
    display: flex;
    align-items: center;
}
.offer-block.aos-init.aos-animate .offer-info {
    width: 82%;
    padding: 110px 120px;
}
.offer-wrp .offer-block .offer-info {
    width: 80%;
    background: #062601;
    min-height: 455px;
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    width: 0;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.offer-wrp .offer-block .offer-info:before {
    position: absolute;
    content: "";
    height: 500px;
    width: 500px;
    background: #fff;
    right: -350px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 100%;
}
.offer-wrp .offer-block .offer-info h2 {
    margin: 0;
    font-weight: 800;
    font-size: 55px;
    line-height: 68px;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}
.offer-wrp .offer-block .offer-img img {
    max-width: 100%;
}
/* **** End Offer-block **** */

/* **** Mower-product-wrp **** */
.mower-product-wrp {
    padding: 110px 0 0;
}
.mower-product-wrp .container {
    max-width: 1562px;
}
.mower-product-wrp .main-row {
    margin: 0 -25px;
}
.mower-product-wrp .col-md-7 {
    padding: 0 25px;
}
.mower-product-wrp .col-md-5 {
    padding: 0 25px;
}
.mower-product-wrp .titlebar h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}
.mower-product-block .product-img {
    border: 1px solid #062601;
    padding: 50px;
    min-height: 678px;
}
.mower-product-block .product-img img {
    max-width: 100%;
    margin: 0 auto;
}
.prd-description {
    padding: 0 0 20px;
    margin: 0 0 24px;
    border-bottom: 1px solid #062601;
}
.prd-description ul li {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 12px;
    display: flex;
}
.prd-description ul li:last-child {
    margin: 0;
}
.prd-description ul li span {
    display: block;
    min-width: 300px;
}
.description-list {
    margin: 0 0 50px;
}
.description-list h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #062601;
    margin: 0 0 24px;
}
.description-list ul li {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #062601;
    margin: 0 0 12px;
    padding-left: 30px;
    position: relative;
}
.description-list ul li:last-child {
    margin: 0;
}
.description-list ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    color: #b2d98a;
    top: 3px;
    left: 0;
}
.mower-product-dt .row {
    align-items: flex-end;
}
.product-bottom-info h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 23px;
}
.product-bottom-info ul li {
    margin: 0 0 10px;
}
.product-bottom-info ul li:last-child {
    margin: 0;
}
.product-bottom-info ul li a {
    border: 1px solid #909090;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #909090;
    max-width: 210px;
    display: block;
    padding: 16px;
}
.product-bottom-info ul li a.active,
.product-bottom-info ul li a:hover {
    box-shadow: 0 0 0 2px #062601;
    border-color: transparent;
    color: #062601;
}
.product-bottom-info h2 {
    font-weight: 300;
    font-size: 55px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 14px;
}
.product-bottom-info .btn-secondary{
    padding: 16px 60px;
    margin-left: auto;
}
.description-info {
    margin: 0 0 42px;
}
.description-info h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #062601;
    margin: 0 0 14px;
}
.description-info p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #062601;
    margin: 0 0 10px;
}
.description-info p strong {
    font-weight: 700;
}
/* **** End Mower-product-wrp **** */

/* **** Product Landing Banner **** */
.product-landing-banner .landing-banner {
    background-image: url("../images/landing-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 722px;
    display: flex;
    align-items: flex-end;
    padding: 85px 120px;
    position: relative;
}
.product-landing-banner .landing-banner:before {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(12, 52, 47, 0) 18.33%, rgba(0, 0, 0, 0.7) 100%);
}
.product-landing-banner .landing-banner h2 {
    font-weight: 800;
    font-size: 55px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    position: relative;
    z-index: 9;
}
/* **** End Product Landing Banner **** */

/* **** Product Introduction Title **** */
.product-introduction-title {
    padding: 100px 0 175px;
}
.product-introduction-title h1 {
    font-weight: 800;
    font-size: 115px;
    line-height: 136px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 50px;
    opacity: 1;
}
.product-introduction-title h1:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.product-introduction-title h1.aos-init.aos-animate:before{
    height: 0;
}
.product-introduction-title ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-introduction-title ul li {
    width: 150px;
    height: 150px;
    border: 1px solid #000000;
    margin-right: 96px;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-introduction-title ul li:last-child {
    margin: 0;
}
.product-introduction-title ul li h3 {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 7px 0 0;
}
/* **** End Product Introduction Title **** */

.product-detail-wrp {
    padding: 0 0 175px;
}
.product-detail-wrp .container {
    max-width: 1650px;
}
.product-detail-wrp .row {
    margin: 0 -57px;
}
.product-detail-wrp .col-md-7 {
    padding: 0 57px;
}
.product-detail-wrp .col-md-5 {
    padding: 0 57px;
}
.product-detail-wrp .product-slider {
    padding: 64px 105px;
    background: #f3f3f3;
    margin: 0 0 25px;
}
.product-detail-wrp .product-slider .slider-box img {
    max-width: 100%;
    margin: 0 auto;
}
.product-slider .slick-counter{
    position: absolute;
    right: 24px;
    bottom: 17px;
    font-family: 'Rota';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 93%;
    letter-spacing: -0.01em;
    color: #062601;
}
.product-slider button.slick-prev.slick-arrow,
.product-slider button.slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    left: 24px;
    z-index: 9;
    font-size: 0;
    background: transparent;
    border: none;
}
.product-slider button.slick-prev.slick-arrow:before,
.product-slider button.slick-next.slick-arrow:before{
    position: absolute;
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    left: 0;
    top: 50%;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product-slider button.slick-next.slick-arrow{
    left: auto;
    right: 24px;
}
.product-slider button.slick-next.slick-arrow:before{
    content: "\f061";
    left: auto;
    right: 0;
}


.product-detail-wrp .product-detail-block .prd-info {
    display: flex;
    align-items: flex-start;
}
.product-detail-wrp .product-detail-block .prd-info ul {
    margin-right: 60px;
}
.product-detail-wrp .product-detail-block .prd-info ul li a {
    padding: 16px 25px;
}
.product-detail-wrp .product-detail-block .prd-info p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 35px;
}
.product-detail-wrp .product-detail-block .prd-info p:last-child {
    margin: 0;
}

.product-detail-discretion-wrp h2 {
    font-weight: 800;
    font-size: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 20px;
}
.product-detail-discretion-wrp .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 0 35px;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-button {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    border: 1px solid #062601;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    background-color: transparent;
    position: relative;
    padding: 20px 0;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: unset;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 20px;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: rotate(90deg);
    top: 30%;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    top: 30%;
    transform: rotate(0);
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-body {
    padding: 30px 0 0;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li {
    display: flex;
    align-items: flex-start;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 22px;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li span {
    min-width: 300px;
}
.product-detail-discretion-wrp .accordion .accordion-item .accordion-body ul li:last-child {
    margin: 0;
}
.product-detail-discretion-wrp .row {
    margin: 0 -15px;
}
.product-detail-discretion-wrp .product-bottom-info h3 {
    margin: 0 0 30px;
}
.product-detail-discretion-wrp .product-bottom-info h2 {
    font-weight: 300;
    margin: 0 0 12px;
    line-height: 42px;
}

.product-detail-discretion-wrp .product-bottom-info .btn-primary {
    width: 202px;
    margin-left: auto;
    margin: 0 0 11px auto;
    padding: 16px 20px;
}
.product-detail-discretion-wrp .product-bottom-info .btn-secondary {
    width: 202px;
    margin-left: auto;
    padding: 16px 20px;
}

/* **** Product description images **** */
.product-description-images {
    padding: 0 0 195px;
}
.description-block{
    position: relative;
    display: table;
    margin: 0 auto;
    width: 1400px;
}
.product-description-images img {
    max-width: 100%;
    margin: 0 auto;
}
.product-description-images .vivus-draw{
    width: 100%;
}
.product-description-images span{
    font-family: 'Rota';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
    position: absolute;
    left: 0;
    top: 0;
}
.product-description-images span:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
}
.product-description-images span.aos-init.aos-animate:before{
    width: 0;
}
.description-line1{
    position: absolute;
    left: 80px;
    top: 160px;
    max-width: 300px;
}
.description-line2{
    position: absolute;
    left: 80px;
    top: 385px;
    max-width: 300px;
}
.description-line3 span{
    left: auto;
    right: 0;
}
.product-description-images .description-line3 svg.vivus-draw{
    width: 350px;
}
.description-line3{
    position: absolute;
    right: 110px;
    top: 240px;
    max-width: 450px;
}
.description-line4 span{
    left: auto;
    right: 0;
    top: auto;
    bottom: -10px;
}
.description-line4{
    position: absolute;
    right: 140px;
    max-width: 450px;
    top: 550px;
}
/* **** End Product description images **** */

.product-landing-wrp .product-block {
    background: #f3f3f3;
}
.product-landing-wrp .product-block.product4 {
    background: #fff;
}
.product-landing-wrp .product-block .product-dt p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 40px;
}
.second-install-wrp {
    background: #f3f3f3;
    padding: 300px 0 340px;
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    margin: -120px 0 0;
    position: relative;
    overflow: hidden;
}
.second-equipment-product-wrp {
    padding: 25px 0 100px;
}
.second-equipment-product-wrp .equipment-product-block {
}
.second-equipment-product-wrp .equipment-product-block ul li {
    width: 25%;
    margin: 0;
}
.second-equipment-product-wrp .equipment-product-block ul li h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}
.second-equipment-product-wrp .equipment-product-block ul li p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

/* **** Comparison **** */
.comparison-wrp {
    padding: 138px 0 115px;
}
.comparison-wrp .container {
    max-width: 1560px;
}
.comparison-wrp .titlebar h2 {
    font-weight: 800;
    font-size: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 42px;
}
.comparison-wrp .equipment-product-wrp {
    padding: 0;
}
.comparison-wrp .equipment-product-block {
    margin: 0 0 75px;
}
.comparison-wrp .equipment-product-block ul li .product-box {
    margin: 0;
}
.comparison-wrp .equipment-product-block ul li h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.comparison-block {
    margin: 0 0 100px;
}
.comparison-block h3 {
    padding: 0 0 15px;
    margin: 0 0 45px;
    border-bottom: 1px solid #062601;
}
.comparison-block h3 a {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    display: table;
    margin: 0 auto;
}
.comparison-block ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 15px;
}
.comparison-block ul li {
    padding: 0 10px;
    width: 20%;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
}
.comparison-block ul li .btn-primary {
    margin: 140px auto 0;
}
/* **** End Comparison **** */

.request-banner {
    padding: 195px 0 165px;
}
.request-banner .contact-content p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 35px;
    max-width: 816px;
}
.sec-contact-form-wrp {
    padding: 25px 0 265px;
}

.kkk-banner {
    padding: 100px 0 150px;
    position: relative;
    z-index: 7;
}
.kkk-banner .row {
    align-items: center;
}
.kkk-banner .contact-content h2 {
    margin: 0 0 55px;
}
.kkk-banner .contact-content p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}

/* **** Choosing **** */
.choosing-wrp {
    padding: 0 0 0;
}
.choosing-wrp .container {
    max-width: 1600px;
}
.choosing-title h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 67px;
}
/* **** End Choosing **** */

/* **** Choosing-image-block **** */
.choosing-image-block {
    position: relative;
    margin-top: -50px;
}
.choosing-image-block .image-box {
    position: relative;
    max-width: 478px;
    margin-left: auto;
}
.choosing-image-block .image-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.64%, #2f2f2f 100%);
}
.choosing-image-block .image-box img {
    width: 100%;
}
.choosing-image-block .box-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 42px 35px;
    z-index: 8;
}
.choosing-image-block .box-info h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0 0 10px;
}
.choosing-image-block .box-info a {
    border: 1px solid #ffffff;
    padding: 16px 45px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #ffffff;
    display: table;
    margin-left: auto;
}
.choosing-image-block .box-info a:hover {
    background: #fff;
    color: #000;
}
/* **** End Choosing-image-block **** */

/* **** Choosing-faq *** */
.choosing-faq {
    margin: 0 0 230px;
}
.choosing-wrp .accordion {
    max-width: 737px;
    margin: 0 auto;
}
.choosing-wrp .accordion .accordion-item {
    margin: 0 0 52px;
    background-color: transparent;
    border: none;
}
.choosing-wrp .accordion .accordion-item .accordion-button {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    padding: 0;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.choosing-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.choosing-wrp .accordion .accordion-item .accordion-button:hover{
    color: #B2D98A;    
}
.choosing-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.choosing-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.choosing-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f175";
    font-family: "Font Awesome 5 Pro";
    left: -40px;
    top: 50%;
    font-size: 20px;
    color: #062601;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.choosing-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
}
.choosing-wrp .accordion .accordion-item .accordion-button:hover:before{
    color: #B2D98A;    
}
.choosing-wrp .accordion .accordion-item .accordion-body {
    padding: 18px 0 0;
}
.choosing-wrp .accordion .accordion-item .accordion-body p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.second-choosing-wrp {
    background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 82.31%);
    padding: 140px 0 0;
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    margin: 0 0 100px;
}
.second-choosing-wrp .choosing-image-block {
    margin-top: -80px;
}
.second-contact-form-wrp {
    padding: 250px 0 85px;
}
/* **** End Choosing-faq *** */

/* **** Blog **** */
.blog-wrp {
}
.blog-wrp .blog-block .container {
    max-width: 1562px;
}
.blog-wrp .blog-block .row {
    margin: 0 -60px;
}
.blog-wrp .blog-block .col-md-5 {
    padding: 0 60px;
}
.blog-wrp .blog-block .col-md-7 {
    padding: 0 60px;
}

.blog-wrp .blog-block .blog-img img {
    width: 100%;
    margin: 0 0 45px;
}
.blog-wrp .blog-detail {
    padding: 110px 0 0;
}
.blog-wrp .blog-detail h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}
.blog-wrp .blog-detail p {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}
.blog-wrp .blog-detail .btn-primary{
    display: none;
}
.blog-wrp .offer-wrp {
    padding: 100px 0 140px;
}
/* **** End Blog **** */

/* **** Cart **** */
.cart-wrp {
    padding: 120px 0 260px;
}
.cart-wrp .container {
    max-width: 1630px;
}
.cart-wrp h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 93%;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 45px;
}
/* **** End Cart **** */

/* **** Cart Block **** */
.cart-equipment-product-wrp {
    padding: 0 0 340px;
}
.cart-equipment-product-wrp .equipment-title {
    margin: 0 0 50px;
}

.cart-box {
    border: 1px solid #062601;
    padding: 20px 26px;
    margin: 0 0 25px;
}
.cart-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-box ul li {
    margin-right: 50px;
}
.cart-box ul li:last-child{
    margin: 0;
}
.cart-box .product-img {
    width: 235px;
}
.cart-box .product-img img {
    max-width: 100%;
}
.cart-box .product-dt h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 10px;
}
.cart-box .product-dt h5 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.cart-box .quantity {
    width: 100px;
    border: 1px solid #062601;
    display: flex;
    align-content: center;
}
.cart-box .quantity .qtyminus,
.cart-box .quantity .qtyplus {
    font-family: "Rota";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    border: none;
    box-shadow: none;
    outline: none;
    width: 30px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.cart-box .quantity .qty {
    border: none;
    width: 40px;
    box-shadow: none;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}
.cart-box .price h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.cart-box a {
    color: #56bf2a;
    font-size: 20px;
}
.cart-box a:hover {
    color: #000;
}
.cart-block .btn-primary {
    margin: 35px 0 0;
}
.cart-order .order-box {
    border: 1px solid #062601;
    padding: 40px 60px 30px;
    margin: 0 0 35px;
}
.cart-order .order-box h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 30px;
}
.cart-order .order-box ul li {
    padding: 26px 0;
    border-top: 1px solid #062601;
}
.cart-order .order-box ul li h5 {
    display: flex;
    align-items: center;
    margin: 0 0 28px;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
}
.cart-order .order-box ul li h5 span {
    margin-left: auto;
    text-align: right;
    display: block;
}
.cart-order .order-box ul li h4 {
    display: flex;
    align-items: flex-start;
    margin: 0;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
}
.cart-order .order-box ul li h4 span {
    margin-left: auto;
    text-align: right;
    display: block;
}
.cart-order .order-box ul li h4 span b {
    font-size: 17px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #062601;
    display: block;
}
.cart-order .order-box .btn-group {
    display: flex;
    align-items: center;
    margin: 0;
}
.cart-order .order-box .btn-group a {
    margin-right: 12px;
    padding: 16px 38px;
}
.cart-order .order-box .btn-group a:first-child {
    background: #f3f3f3;
    border: 1px solid #000000;
}
.cart-order .order-box .btn-group a:first-child:hover {
    background: #f3f3f3;
    color: #000;
}
.cart-order .order-box .btn-group a:last-child {
    margin: 0;
}
.cart-order .order-box .btn-secondary {
    margin-left: auto;
    padding: 16px 60px;
}

.cart-order .installation-title h3 {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 20px;
}
.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    display: flex;
    align-items: center;
}
.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    width: 27px;
    min-width: 27px;
    height: 27px;
    border: 1px solid #062601;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
}
.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #062601;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* **** End Cart Block **** */

/* **** Billing **** */
.billing-wrp {
    padding: 120px 0 100px;
}
.billing-wrp .container {
    max-width: 1680px;
}
.billing-title h2 {
    font-weight: 800;
    font-size: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 53px;
}
.billing-form {
    border: 1px solid #062601;
    padding: 75px;
}
.kassa-title h2 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.01em;
    color: #062601;
    padding: 0 20px 8px;
    border-bottom: 1px solid #062601;
    margin: 0 -20px 30px;
}
.billing-form .billing-data-block {
    margin: 0 0 20px;
}
.billing-form .billing-data-block .form-group {
    margin: 0 0 30px;
}
.billing-form .billing-data-block .form-group .form-control {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #909090;
    border: 1px solid #062601;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.billing-form .billing-data-block .form-group .form-control::placeholder {
    color: #909090;
}
.billing-form .billing-data-block .form-group .form-control:focus {
    border-color: #062601;
}

.billing-form .delivery-method {
    margin: 0 0 35px;
}
.billing-form .delivery-method .form-checkbox {
    margin: 0 0 25px;
}
.billing-form .delivery-method .form-checkbox label {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
}

.billing-form .payment-method h6 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 50px 0 20px;
}
.billing-form .payment-method .form-checkbox label {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
}

.form-radiobox {
    margin: 0 0 28px;
}
.form-radiobox label img {
    max-width: 100%;
    margin-left: 25px;
}
.form-radiobox [type="radio"]:checked,
.form-radiobox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form-radiobox [type="radio"]:checked + label,
.form-radiobox [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 57px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #666;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #062601;
}
.form-radiobox [type="radio"]:checked + label:before,
.form-radiobox [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    border: 1px solid #062601;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}
.form-radiobox [type="radio"]:checked + label:after,
.form-radiobox [type="radio"]:not(:checked) + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #062601;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-radiobox [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.form-radiobox [type="radio"]:checked + label:after {
    opacity: 1;
}

.billing-form .payment-logo {
    padding: 40px 0 0;
    margin-left: 60px;
}
.billing-form .payment-logo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.billing-form .payment-logo ul li {
    margin: 0 80px 50px 0;
}
.billing-form .btn-secondary {
    margin: 78px auto 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.order-list {
    border: 1px solid #062601;
    padding: 75px 35px 35px;
}
.order-list .order-list-box {
    padding: 0 15px 25px;
    margin: 0 -15px 35px;
    border-bottom: 1px solid #062601;
}
.order-list .order-list-box ul li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}
.order-list .order-list-box ul li:last-child {
    margin: 0;
}
.order-list .order-list-box ul li .box-img {
    min-width: 127px;
    width: 127px;
    height: 127px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 35px;
}
.order-list .order-list-box ul li .box-img img {
    max-width: 100%;
}
.order-list .order-list-box ul li div {
    width: 100%;
}
.order-list .order-list-box ul li h3 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.order-list .order-list-box ul li h3 span {
    font-weight: 400;
    margin-left: auto;
    display: table;
    margin-right: 0;
}
.order-list .order-list-box ul li h4 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.order-list h5 {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
    display: flex;
    align-items: center;
}
.order-list h5 span {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    text-align: right;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #062601;
    margin-left: auto;
    display: block;
}
.order-list h5 span b {
    display: block;
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #062601;
}
/* **** End Billing **** */

/* **** Thankyou **** */
.thankyou-wrp {
    padding: 0 0 100px;
    position: relative;
}
.thankyou-wrp .thankyou-block {
    background-image: url("../images/thankyou-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 954px;
    position: relative;
    position: relative;
}
.thankyou-wrp .thankyou-block:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0.79) 46%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0.79) 46%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0.79) 46%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
}
.thankyou-wrp .thankyou-info {
    position: absolute;
    left: 50%;
    top: 150px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 9;
}
.thankyou-wrp .thankyou-info h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 51px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 25px;
}
.thankyou-wrp .thankyou-info p {
    font-family: "Rota";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 20px;
}
.thankyou-wrp .thankyou-info .btn-primary {
    margin: 0 auto;
}
/* **** End Thankyou **** */

/* **** Privacy **** */
.privacy-wrp {
    padding: 120px 0;
}
.privacy-wrp .container {
    max-width: 1562px;
}
/* **** End Privacy **** */

/* **** Typography **** */
.typography h1 {
    font-weight: 800;
    font-size: 115px;
    line-height: 143px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography h2 {
    font-weight: 800;
    font-size: 75px;
    line-height: 93px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography h3 {
    font-weight: 800;
    font-size: 55px;
    line-height: 68px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography h4 {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography h5 {
    font-family: "Rota";
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography h6 {
    font-family: "Rota";
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography p {
    font-family: "Rota";
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 40px;
}
.typography ul li {
    font-family: "Rota";
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 0 15px;
    position: relative;
    padding-left: 25px;
}
.typography ul li:last-child {
    margin: 0;
}
.typography ul li:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #062601;
    border-radius: 100%;
    left: 0;
    top: 12px;
}
/* **** End Typography **** */


.overlay-top{
    background: #FFFFFF;
    border-bottom: 1px solid #000000;  
    padding: 30px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 121;
    display: none;
}
.overlay-top .container{
    max-width: 1700px;
}
.overlay-top ul{
    display: flex;
    align-items: center;
}
.overlay-top ul li:nth-child(2){
    margin-left: auto;
}
.overlay-top h2{
    font-weight: 800;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0;
}
.overlay-top h4{
    font-weight: 300;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #062601;
    margin: 0 22px 0 96px;
}

.introduction-prd-mobile{
    display: none;
}
.introduction-prd-mobile img{
    max-width: 325px;
    margin: 0 auto 45px;
}
.introduction-prd-mobile .btn-primary{
    margin: 0 auto;
}

.mobile-control-img{
    display: none;
}


footer .one{order: 1;}
footer .two{order: 2;}
footer .three{order: 3;}



.lang-bix{
    display: none;
    padding: 0 0 230px;
}
.lang-bix ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-bix ul li{
    margin-right: 40px;
}
.lang-bix ul li:last-child{
    margin: 0;
}
.lang-bix ul li a{
    font-family: 'Rota';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #062601;
}
.lang-bix ul li a.active{
    font-weight: 700;
}
.lang-bix img {
    width: auto;
    height: 194px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    bottom: -23px;
    left: -26px;
    right: -26px;
    opacity: 0;
    width: 115%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-collapse.collapse.show .lang-bix img{
    opacity: 1;
}


img.bs-image{
    display: table;
}
img.mbl-image{
    display: none;
}



.offer-mobile{
    background: #062601;
    display: none;
    padding: 30px 18px;
}
.offer-mobile h3{
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #C0F251;
    margin: 0 0 10px;
} 
.offer-mobile p{
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.offer-mobile h2{
    font-family: 'Cabinet Grotesk';
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    text-align: center;
    color: #C0F251;
    margin: 0;
}