body {
    font-family: "DINPro", "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #000;
}

.button, html input[type=button], input[type=reset], input[type=submit]{
    background: #5a9f17;
    color: #FFF;
}
    
    
.carousel,
.carousel-inner,
.carousel-inner .item,
.carousel-inner img {
    width: 100% !important;
    height: 100% !important;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity:0;
}

.carousel.carousel-fade .active.item {
    opacity:1;
}

.container .header {
    font-size: 48px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: "DINPro-Cond-Bold";
    margin: 60px 0px;
    line-height: 40px;
}
@media (max-width: 767px) {
    .container .header {
        font-size: 36px;
    }
}

.tr-03 {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.black-bg-65 {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.black-bg-30 {
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}



#group-1 {
    position: relative;
    color: #FFF;
}
#group-1 .hhhh {
    padding: 20px 40px;
    display: inline-block;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.45);
}
#group-1 h1 {
    font-size: 48px;
    color: #FFF;
    text-align: center;
    font-family: "DINPro-Black";
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
}
#group-1 h3 {
    font-size: 38px;
    color: #FFF;
    text-align: center;
    font-family: "DINPro-Cond";
    /*text-transform: uppercase;*/
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
}
@media (max-width: 767px) {
    #group-1 .hhhh {
        padding: 20px 20px;
    }
    #group-1 h1 {
        font-size: 26px;
    }
    #group-1 h3 {
        font-size: 24px;
    }
}
#group-1 .my_box i{
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 60px;
}

#group-1 .my_box {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.90);
}
@media (max-width: 767px) {
    #group-1 .my_box div {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    #group-1 .my_box div {
        margin-bottom: 20px;
    }
}
#group-1 .carousel-1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#group-1 .container {
    position: relative;
    z-index: 3;
    padding: 100px 0px;
}
#group-1 .carousel-line {
    position: absolute;
    z-index: 4;
    width: 100%;
    bottom: 0;
}
#group-1 .carousel-line div{
    width: 0%;
    height: 4px;
    background: #79d223;
}
#group-1 .btn {
    line-height: 60px;
    background: #5a9f17;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-family: "DINPro-Light";
}
#group-1 .btn:hover {
    background: #79d223;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}
#header-menu {
    padding: 15px 0px;
    background: url('../img/menu-bg.png');
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
}
#header-menu .logo {
    height: 60px;
    background: url('../img/logo.png') left center no-repeat;
    background-size: contain;
}
#header-menu .title {
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}
@media (max-width: 767px) {
    #header-menu .title {
        line-height: 20px;
        margin: 20px 0px;
    }
    #header-menu .logo {
        background: url('../img/logo.png') center no-repeat;
        background-size: contain;
    }
}
@media (max-width: 991px) {
    #header-menu .logo {
        background: url('../img/logo.png') center no-repeat;
        background-size: contain;
    }
}

#header-menu .contacts label {
    line-height: 30px;
    display: block;
    font-family: "DINPro-Cond-Medium";
    font-size: 26px;
    text-align: center;
}
#header-menu .btn {
    line-height: 30px;
    background: #5a9f17;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
    display: inline-block;
}
#header-menu .btn:hover {
    background: #79d223;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}

#group-2 {
    position: relative;
    background: #FFF;
    padding-bottom: 60px;
}
#group-2 .item {
    margin-bottom: 30px;
}
#group-2 .item .fa {
    font-size: 63px;
    text-align: center;
    line-height: 70px;
    color: #5a9f17;
}
#group-2 .item h3 {
    margin: 0;
    font-size: 20px;
    font-family: "DINPro-Bold";
    margin-bottom: 2px;
}
#group-2 .item p {
    font-size: 16px;
    font-family: "DINPro-Light";
}
@media (max-width: 767px) {
    #group-2 div {
        text-align: center;
        display: block;
    }
}
@media (max-width: 991px) {
    #group-2 div {
        text-align: center;
        display: block;
    }
}
#group-3 {
    position: relative;
    background: url('../img/menu-bg.png');
    padding-bottom: 60px;
    border-top: 1px solid #dedede;
}
#group-3 .sort {
    margin-bottom: 60px;
}
#group-3 .text_sort {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-family: "DINPro-Light";
    color: #000;
}
#group-3 .sort .col {
    line-height: 80px;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 3px solid #FFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.90);
}
@media (max-width: 767px) {
    #group-3 .sort .col {
        margin-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    #group-3 .sort .col {
        margin-bottom: 20px;
    }
}
#group-3 .sort .col label {
    position: relative;
    z-index: 5;
    font-family: "DINPro-Light";
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}
#group-3 .sort .col:hover {
    border-bottom: 3px solid #ca1d1d;
    color: #ca1d1d;
}
#group-3 .sort .selected {
    border-bottom: 3px solid #ca1d1d;
}
#group-3 .pagination {
    /*box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.20);*/
}
#group-3 .pagination a {
    cursor: pointer;
    color: #000;
}
#group-3 .pagination .active a {
    background: #ca1d1d;
    color: #FFF;
    border: 1px solid #ca1d1d;
}
#group-3 .product-list {
    overflow: hidden;
    padding-top: 10px;
}

@media (max-width: 991px) {
    #group-3 .product-list {
        height: auto;
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}

#group-3 .product-list .product {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}
.new::before {
    position: absolute;
    z-index: 3;
    content: '';
    background: url(../img/new.png) -1px -1px no-repeat;
    background-size: contain;
    left: -2px;
    top: -2px;
    width: 60px;
    height: 60px;
}
#group-3 .product-list .product:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.60);
}
#group-3 .product-list .product .img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 3px;
    cursor: pointer;
}
#group-3 .product-list .product a {
    font-size: 18px;
    color: #942222;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: "DINPro-Bold";
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
}
#group-3 .product-list .product a:first-letter {
    text-transform: uppercase;
}
#group-3 .product-list .product label {
    font-size: 14px;
    color: #8d8d8d;
    font-family: "DINPro-Light";
    margin-bottom: 20px;
}
#group-3 .product-list .product .btn {
    line-height: 30px;
    background: #ca1d1d;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
#group-3 .product-list .product .btn:hover {
    background: #ee2222;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}

#group-3 .product-list .product-red label {
    font-size: 14px;
    color: #8d8d8d;
    font-family: "DINPro-Light";
    margin-bottom: 20px;
}
#group-3 .product-list .product-red {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    padding: 15px;
    margin-bottom: 30px;
}
#group-3 .product-list .product-red .btn {
    line-height: 30px;
    background: #ca1d1d;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
#group-3 .product-list .product-red .btn:hover {
    background: #ee2222;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}

#group-3 .btn-4 {
    line-height: 60px;
    background: #5a9f17;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-family: "DINPro-Light";
	text-decoration: none;
	margin-top: 20px;
}
#group-3 .btn-4:hover {
    background: #79d223;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}

#group-4 {
    position: relative;
    color: #FFF;
    background: url('../img/group-4.jpg') 0px 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#group-4 h1 {
    font-size: 60px;
    color: #FFF;
    text-align: center;
    display: block;
    margin-bottom: 60px;
    font-family: "DINPro-Cond-Black";
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
}
#group-4 h3 {
    font-size: 38px;
    color: #FFF;
    text-align: center;
    display: block;
    margin-bottom: 60px;
    font-family: "DINPro-Cond";
    /*text-transform: uppercase;*/
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
}
@media (max-width: 767px) {
    #group-4 h1 {
        font-size: 38px;
    }
    #group-4 h3 {
        font-size: 24px;
    }
}
#group-4 .container {
    position: relative;
    z-index: 3;
    padding: 60px 0px;
}
#group-4 .btn {
    line-height: 60px;
    background: #5a9f17;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-family: "DINPro-Light";
}
#group-4 .btn:hover {
    background: #79d223;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}
#group-6 .btn {
    line-height: 60px;
    background: #5a9f17;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-family: "DINPro-Light";
}
#group-6 .btn:hover {
    background: #79d223;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}
#group-5 {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
}
#group-5 #carousel-2{
    width: 100%;
}
#group-5 #carousel-2 img {
    /*width: 100% !important;*/
}
#group-6 {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
    background: url('../img/menu-bg.png');
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#group-6 textarea, #group-6 input[type="text"] {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
}
#group-6 .header_2 {
    text-align: center;
    margin: 40px;
}
@media (max-width: 767px) {
    #group-6 .header_2 {
        font-size: 14px;
    }
}
#group-6 #carousel-3 {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0px;
    background: #FFF;
}
#group-6 #carousel-3 .owl-item {
    height: 200px;
    vertical-align: middle;
    display: table-cell;
}
#group-6 #carousel-3 .item {
    vertical-align: middle;
    display: table-cell;
    height: 200px;
}
#group-7 hr {
    border: 0;
    border-top: 1px solid #dedede;
}
#group-6 #carousel-2{
    width: 100%;
}
#group-6 #carousel-2 img {
    /*width: 100% !important;*/
}
#group-7 {
    position: relative;
    z-index: 3;
}
#group-7 .btn {
    line-height: 60px;
    background: #5a9f17;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    font-family: "DINPro-Light";
}
#group-7 .btn:hover {
    background: #79d223;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}
#futer-menu {
    padding: 30px 0px;
    background: url('../img/menu-bg.png');
    position: relative;
    z-index: 5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.40);
}
#futer-menu .logo {
    height: 60px;
    background: url('../img/logo.png') left center no-repeat;
    background-size: contain;
}
#futer-menu .title {
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
}
@media (max-width: 767px) {
    #futer-menu .title {
        line-height: 20px;
        margin: 20px 0px;
    }
    #futer-menu .logo {
        background: url('../img/logo.png') center no-repeat;
        background-size: contain;
    }
}
@media (max-width: 991px) {
    #futer-menu .logo {
        background: url('../img/logo.png') center no-repeat;
        background-size: contain;
    }
}
#futer-menu .contacts label {
    line-height: 30px;
    display: block;
    font-family: "DINPro-Cond-Medium";
    font-size: 26px;
    text-align: center;
}
#futer-menu .btn {
    line-height: 30px;
    background: #ca1d1d;
    border: 0;
    border-radius: 3px;
    color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
    display: inline-block;
}
#futer-menu .btn:hover {
    background: #ee2222;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.60);
}
#futer-menu a {
    line-height: 30px;
    color: #ca1d1d;

}

.arrow-box3 {
    position: relative;
    width: 100%;
    right: 0;
    text-align: right;
    margin-bottom: 10px;
}

.arrow-box3 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 15px;
    color: #222222;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}
#act {
    /*background: #ed2134;
    background: #f48e10;*/
    background: url(../img/menu-bg.png);
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-bottom: 60px;
    text-align: center;
}
#act .header {
    color: #ed2134;
}
#act .col-md-4 div {
    display: block;
    font-size: 80px;
    font-family: "DINPro-Cond-Bold";
    text-align: center;
    color: #ed2134;
}
#act label {
    text-transform: uppercase;
    display: block;
    text-align: center;
    cursor: pointer;
}
#act label:hover {
    text-decoration: underline;
}