body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

.land {
    display: none;
}

.slick-active {
    background-color: #39BD18 !important;
    border-radius: 2px;
}

.slick-dots {
    bottom: -35px !important;
}

.slick-dots li {
    background-color: #9B9B9B;
    border-radius: 2px;
    width: 50px !important;
    height: 5px !important;
}

.slick-dots li button:before {
    content: " " !important;
}

.mobile-menu {
    display: none;
}  

.top {
    border-bottom: 1px solid #ffffff7a;
    padding: 12px 0;
    text-align: right;
}


.top__phone {
    color: #ffffff;
    text-decoration: none;
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
}

.top__phone-img {
    max-width: 20px;
    margin-right: 8px;
}

.header {
    color: #fff;
}

.header__logo {
    max-width: 111px;
    padding: 13px 0;
}

.banner__ul {
    margin: 0;
}

.banner__li {
    display: inline-block;
}

.nav {
    text-align: right;
}

.nav__ul {
    margin: 0;
}

.nav__li {
    display: inline-block;
    margin-left: 50px;
}

.nav__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    padding: 16px 0;
}

.nav__link:hover {
    border-bottom: 3px solid #39BD18;
}


.banner {
    /*background-image: url("../img/banner.jpg");*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/banner.jpg");
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner--info {
    position: absolute;
    bottom: 170px;
    max-width: 1240px;
}

.banner__h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    max-width: 450px;
    padding-left: 20px;
    border-left: 3px solid #FFFFFF;
    margin-bottom: 25px;
}

.banner__h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 365px;
    padding-left: 28px;
}

/*ABOUT*/

.about {
    padding: 130px 0;
}

.about__h1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9B9B9B;
    padding: 16px 20px;
}

.about__h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
    padding-left: 20px;
    border-left: 3px solid #39BD18;
}

.about__p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #696969;
    margin-bottom: 25px;
    margin-top: 0;
}

.about-slider {
    margin-top: 30px;
}

.about__years {
    margin-top: 20px;
}

.about--span {
    color: #39BD18;
}

.about__btn {
    background: linear-gradient(180deg, #61B22F 0%, #3C7D14 100%);
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 20px 0;
    padding: 16px 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.about__ul {
    margin-top: 50px;
    float: right;
}

.about__li {
    list-style-type: none;
}

.about__btn--icon {
    max-width: 14px;
    margin-right: 8px;
}


.about--twentytwo__info  {
    display: none;
    margin-top: -10px;
    background-color: #f1f1f1;
}

.about--twentytwo__infolink {
    font-size: 16px;
    line-height: 160%;
    display: block;
    color: #696969;
    padding: 12px 20px 11px;
    border-bottom: 2px solid #fff;
    position: relative;
}

.about--twentytwo__infolink:hover {
   background-color: #ffffff; 
}

.about--twentytwo__infoimg {
    max-width: 20px;
    position: absolute;
    right: 20px;
    top: 16px;
}

/*PRODUCTION*/

.production {
    background-color: #F5F5F5;
    padding: 130px 0;
}

.production__h1 {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 150%;
    color: #9B9B9B;
    font-weight: 400;
}

.production__h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #000000;
    padding-left: 20px;
    border-left: 3px solid #39BD18;
    margin-bottom: 150px;
}

.production--span {
    color: #39BD18;
}

.production__h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1F1F1F;
    margin-bottom: 40px;
}

.production--icon-img {
    max-width: 40px;
    margin-right: 17px;
}

.production__p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #696969;
    margin: 0 0 25px;
    max-width: 485px;
}

.production--tech {
    margin-top: -60px;
}

.production__img {
    filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
    border-radius: 2px;
}

.production__hr {
    margin: 70px 0;
}

.field--h3 {
    margin-top: 90px;
    margin-left: 70px;
}

.field--step {
    margin-left: 70px;
}


/*PRODUCTS*/

.products {
    padding: 130px 0;
}

.products__h1 {
    padding: 16px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9B9B9B;
}

.products__h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    border-left: 3px solid #39BD18;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 100px;
}

.products--span {
    color: #39BD18;
}

.products__p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #696969;
    margin: 0;
}

.product-item {
    position: relative;
    background-color: #F5F5F5;
    height: 205px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.product-item__h3 {
    position: absolute;
    top: 35px;
    left: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1F1F1F;
}

.product-item__img {
    position: absolute;
    max-width: 187px;
    top: 35px;
    right: 20px;
}

/*CONTACTS*/


.contacts {
    position: relative;
}

.contacts-info {
    background: #696969;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 5px;
    width: 50%;
    max-width: 605px;
    margin-left: 15px;
    position: absolute;
    top: 130px;
    padding: 50px 40px;
    color: #FFFFFF;
}

.contacts-info__h1 {
    padding-left: 20px;
    border-left: 2px solid #39BD18;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #39BD18;
}

.contacts-info__img {
    width: 20px;
    margin-left: 22px;
    margin-top: 10px;
}

.contacts-info__link {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: inline-block;
    margin-left: 10px;
    margin-top: 8px;
}

.contacts-info__p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0 0 0 10px;
    max-width: 312px;
}

/*FOOTER*/

.footer {
    text-align: center;
    font-size: 14px;
    line-height: 140%;
    color: #9B9B9B;
    padding: 60px 0;
}