

@font-face {
    font-family: 'ArialReg';
    src: url('../fonts/ArialMT.eot');
    src: local('Arial'), local('ArialMT'),
    url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ArialMT.woff') format('woff'),
    url('../fonts/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialBoldMT';
    src: url('../fonts/Arial-BoldMT.eot');
    src: local('Arial Bold'), local('Arial-BoldMT'),
    url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arial-BoldMT.woff') format('woff'),
    url('../fonts/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ArialBlack';
    src: url('../fonts/Arial-Black.eot');
    src: local('Arial Black'), local('Arial-Black'),
    url('../fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Arial-Black.woff') format('woff'),
    url('../fonts/Arial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body{
    line-height: 1.2;
    font-family: 'ArialReg', sans-serif;
    color: white;
    background: #262525;
}
.logo {
    display: block;
    width: 7.938rem;
}
.mt_p p{
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 0.9rem;
}
.form-group{
    margin-bottom: 1rem;
}
.modal_title2{
    font-size: 2.27rem;
    font-family: 'ArialBoldMT', sans-serif;
    margin: 1rem 0;
    text-transform: uppercase;
}
header{
    padding: 2rem 0;
    position: fixed;
    transition: all 0.35s;
}
header.shadow{
    background: #262525;
    padding: 1rem 0;
}
header.shadow .logo {
    width: 5.638rem;
}
.container {
    width: 71.4rem;
}
.menu{
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    margin-left: 1rem;
}
.menu a {
    font-size: 0.938rem;
    display: inline-block;
    margin-right: 1.9rem;
    border-bottom: 1px solid transparent;
}
.menu a.active{
    border-color: #0EA01D;
}
.section_title {
    font-family: 'ArialBlack', sans-serif;
    font-size: 2rem;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    line-height: 1.4;
}
.box1_center{
    text-align: center;
}
.box1_form{
    display: flex;
    justify-content: center;
}
.inputs_box, .inputs_btn{
    width: 14.1rem;
}

.form-control{
    background: #ffffff;
    width: 100%;
    font-family: 'ArialReg', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    height: 3.2rem;
    padding: 0 1rem;
    border-radius: 9px;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.6);
}
.btn{
    background: #0EA01D;
    color: white;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    height: 3.3rem;
    border-radius: 9px;
    box-shadow: 0px 0px 20px 0px transparent;
    transition: all 0.35s;
}
.card_btn{
    box-shadow: 0px 0px 20px 0px transparent;
    transition: all 0.35s;
}
.btn:hover, .card_btn:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 161, 0, 0.61);
    background: #1cc12d;
    color: white;
}
.btn.full{
    width: 100%;
    padding: 0;
}
.box1_form > div{
    margin: 0 0.3rem;
}
#box-1{
    /*background-image: url("../img/box1.jpg");*/
    background-size: cover;
    background-position: center center;
    position: relative;
}
.box1_center{
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 47.6rem;*/
    height: 100vh;
}
.box1_center_box{
    position: relative;
    z-index: 2;
}
.box1_center_bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.box1_center_bg img{
    animation-name: fade;
    animation-duration: 4s; /* Adjust as needed */
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; /* Optional, for smoother transitions */
}
@keyframes fade {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}
#box-2{
    padding-top: 2.6rem;
    padding-bottom: 13rem;
    position: relative;
}
#box-2:after, #box-3:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: "";
    height: 17.9rem;
    background: #0EA01D;
}
#box-2 .container, #box-3 .container{
    position: relative;
    z-index: 1;
}
.section_title_big{
    font-family: 'ArialBoldMT', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}
.service_item{
    display: block;
}
.service_img{
    position: relative;
    height: 20.9rem;
    border-radius: 1.9rem 1.9rem 0px 0px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    background: white;
}

.service_img::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.service_item:hover .service_img::before, .prod_item:hover .service_img::before  {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.service_title{
    background: white;
    border-radius: 0px 0px 1.9rem 1.9rem;
    font-size: 1.25rem;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #0EA01D;
    padding: 0 1rem;
}

.container.big{
    width: 75.7rem;
}
.s_icon{
    width: 2.5rem;
    position: absolute;
    bottom: 0.7rem;
    right: 0.4rem;
    z-index: 1;
}
#box-3{
    position: relative;
    padding-top: 2.3rem;
    padding-bottom: 9.8rem;
}

.prod_item{
    display: block;
}

#box-4{

}
.news_item{
    display: block;
    color: #000000;
}
.news_more{
    color: #0EA01D;
}
.news_img{
    overflow: hidden;
    height: 17.9rem;
}
.news_title{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'ArialBoldMT', sans-serif;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}
.news_anons{
    font-size: 0.875rem;
    color: black;
}
.content img{
    border-radius: 15px;
}
.images_row{
    margin-top: 3rem;
}
.gal_item{
    height: 14rem;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background: black;
    cursor: zoom-in;
}
.news_similar{
    padding-top: 5rem;
}
.gal_item img{
    transition: all 0.35s;
}
.gal_item:hover img{
    opacity: 0.6;
}
.news_more{
    font-size: 0.688rem;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    margin-top: 0.3rem;
}
.news_bg{
    background: #d9d9d9;
    margin-top: 2.2rem;
    padding-top: 3.4rem;
    padding-bottom: 1.4rem;
}
#box-5{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.content{
    /*font-size: 1.5rem;*/
    font-size: 1.25rem;
}
.section_title_big.green{
    color: #0EA01D;
}
.section_title_sm{
    margin-top: 1rem;
    font-size: 1.5rem;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
}
.box6_form{
    height: 27.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#box-6{
    position: relative;
    background: #3D3D3D;
}
#box-6 .container{
    position: relative;
    z-index: 1;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}

footer {
    padding: 3rem 0;
    padding-bottom: 1.5rem;
    background: #3C3C3C;
}
.footer_box {
    padding: 0 3.9rem;
}
.f_title {
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.f_sites {
    margin-bottom: 1.15rem;
}
.f_site_title {
    color: #9c9d9f;
}
.f_site_link {
    color: #0EA01D;
    text-decoration: underline;
}
.f_cont {
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.f_cont.sm {
    margin-bottom: 0.9rem;
}
.f_cont_title {
    font-size: 0.8rem;
    color: #9c9d9f;
    margin-bottom: 0.2rem;
}
.f_cont_text {
    font-family: 'ArialBoldMT', sans-serif;
}
.f_cont_text a {
    display: block;
}
.footer_menu {
    list-style-type: none;
    margin: 0;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
}
.footer_menu li{
    margin-bottom: 0.5rem;
}
.footer_wp {
    display: inline-flex;
    align-items: center;
    background: #D9D9D9;
    border-radius: 5px;
    padding: 0.3rem 0.5rem;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: black;
}
.footer_wp:hover{
    background: #cfcfcf;
    color: black;
}
.footer_wp img {
    width: 1.5rem;
    margin-right: 0.2rem;
}
.page{
    padding-top: 12rem;
    padding-bottom: 7rem;
    background-image: url("../img/page.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.section_title_icon_flex span{
    font-size: 1.8rem;
    margin: 0 0.7rem;
}
.section_title_icon_flex img{
    width: 3rem;
}
.page_service_item{
    display: block;
}
.page_service_img{
    border-radius: 19px 19px 0px 0px;
    background: #0EA01D;
    height: 18rem;
    margin-bottom: 0.7rem;
    overflow: hidden;
}
.page_service_item:hover .page_service_img img{
    transform: scale(1.05);
}
.page_service_img img{
    transition: all 0.25s;
}
.page_service_title{
    font-family: 'ArialBoldMT', sans-serif;
    border-radius: 0px 0px 19px 19px;
    background: #0EA01D;
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0.3rem;
    text-align: center;
    min-height: 6.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_title_icon_flex{
    margin-bottom: 4.8rem;
}
.service_row .mb_30{
    margin-bottom: 3rem;
}
.page_seo{
    padding-top: 5.8rem;
}
.section_title_link{
    display: inline-block;
    color: #0EA01D;
    border-bottom: 1px solid;
    font-size: 2rem;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.section_title_link:hover{
    border-color: transparent;
}
.section_title_big.f25{
    font-size: 2.5rem;
    margin-bottom: 3rem;
}
.section_title_big.f2{
    font-size: 2rem;

}
.section_title_big.mb_06{
    margin-bottom: 0.6rem;
}
.section_title_big.mb_28{
    margin-bottom: 2.8rem;
}
.service_brand{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 10rem;
    z-index: 1;
}
.articul{
    font-size: 2rem;
    margin-bottom: 1.9rem;
    color: #0EA01D;
}
.card_box{
    background: white;
    border-radius: 36px;
    padding: 1.9rem 1.9rem;
    color: black;
}
.card_box .content a{
    color: black;
}
.card_text .content{
    font-size: 1rem;
}
.card_title{
    font-size: 1.25rem;
    font-family: 'ArialBoldMT', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.card_text_block:not(:last-child){
    margin-bottom: 1rem;
}
.card_text{
    padding-left: 2.1rem;
}
.card_img{
    height: 27rem;
    margin-bottom: 2rem;
    display: block;
}
.card_btn{
    background: #0EA01D;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    height: 4.3rem;
    border-radius: 30px;
}
.card_left{
    padding-right: 2.7rem;
    border-right: 3px solid black;
    height: 100%;
    width: calc(100% + 0.5rem);
    padding-bottom: 0.7rem;
}
.card_similar{
    margin-top: 8rem;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    color: #0EA01D;
    text-transform: uppercase;
    font-family: 'ArialBoldMT', sans-serif;
}
.section_title_icon_flex img.sm {
    width: 2.6rem;
}
.brand_item{
    height: 10rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 1rem;
}
.brand_item:hover{
    background: #c0c0c0;
}
.page_cont_row{
    margin-bottom: 5rem;
}
.map{
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}