

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color: #026f02; text-decoration: none; }
a:hover { color:#026f02; text-decoration:underline; }


/*бэкграунд*/
html {background:#fff; max-width:100%; overflow-x:hidden;}
body {min-width:1250px; font-size: 16px; line-height: 1.3; color:#3b3b3b; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}
h1 {
    font-size: 3em;
    margin: 0.2em 0;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* шрифт */
@font-face {
    font-family: 'Muller';
    src: local('Muller Bold'), local('Muller-Bold'),
        url('font/MullerBold.woff2') format('woff2'),
        url('font/MullerBold.woff') format('woff'),
        url('font/MullerBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: local('Muller Regular'), local('Muller-Regular'),
        url('font/MullerRegular.woff2') format('woff2'),
        url('font/MullerRegular.woff') format('woff'),
        url('font/MullerRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: local('Muller Medium'), local('Muller-Medium'),
        url('font/MullerMedium.woff2') format('woff2'),
        url('font/MullerMedium.woff') format('woff'),
        url('font/MullerMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: "Muller";
    font-size:16px;
}



/* Типографика */



/*центрируем блоки*/
.center-box {
	margin:0 auto;
	width:1280px;
	position:relative;
}

/*шапка*/
.fixicbody {
    position:relative;
    padding-top:185px;
}
.fixhead {
    position:fixed;
    position:absolute;
    top:0;
    width:100%;
    z-index:1000;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}

.header-line {
    /*background:url(header.jpg) center no-repeat;*/
    height:105px;
    text-align:center;
    line-height:36px;
    background:#fff;
}
    .logo-box {
        float:left;
        width:280px;
        display: block;
        margin: 0;
    }
        .logo-box a {
            display:block;
            position:relative;
        }
        .logo-box img {
            display:block;
        }
        .logo-box span {
            position: absolute;
            top: 5px;
            right: 18px;
            font-size: 16px;
            color: #3b7605;
        }
    .gpoint-box {
        float:left;
        width:520px;
        padding-left:30px;
        text-align:left;
        padding-top:33px;
    }
        .gpoint {
            display:inline-block;
            color: #3b7605;
            font-weight:bold;
            padding-left:30px;
            background:url(point.png) left center no-repeat;
            padding-top:4px;
        }
        .city-select-btn {
            display:inline-block;
            color: #3b7605;
            font-weight:bold;
            padding-left:30px;
            background:url(point.png) left center no-repeat;
            padding-top:4px;
        }
.city-select-modal {
    display:none;
    position:fixed;
    top:10px;
    left:10px;
    padding:10px;
    background:#fff;
    border-radius:3px;
    z-index:1200;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
    width:600px!important;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    text-align:left;
}
    .city-select-title {
        margin: 20px;
        font-weight: bold;
        font-size: 21px;
        line-height: 32px;
    }
    .city-select-close {
        position:absolute;
        top: 10px;
        right: 10px;
        left:unset;
        background: url(/assets/template/gl/img/icon_close_gray.png) no-repeat 50% 50%!important;
        outline: none;
        border:0;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
    }
    .city-select-chosen {
        display:block;
    }
    .city-select-list {
        overflow: hidden;
        height: auto!important;
        opacity:1!important;
        line-height: 21px;
    }
        .city-select-column {
            float: left;
            width: 50%;
            padding: 20px;
        }
            .city-select-item {
                padding: 2px 5px 2px 20px;
                cursor:pointer;
            }
            .city-select-item:hover {
                text-decoration:underline;
            }
            .city-select-item-big {
                padding: 2px 5px 2px 5px;
                font-weight: bold;
                font-size: 18px;
            }


    .telefon-box {
        float:left;
        width:280px;
        padding-top:33px;
    }
        .telefon {
            display:inline-block;
            color: #3b7605;
            font-weight:bold;
            font-size:24px;
            padding-left:30px;
            background:url(telefon.png) left center no-repeat;
            padding-top:4px;
        }
    .zvonok-box {
        float:left;
        width:200px;
        padding-top:33px;
        text-align:right;
    }
        .zvonok {
            display:inline-block;
            text-transform:uppercase;
            padding:0 20px;
            color: #3b7605;
            border-radius:20px;
            border:1px solid #8dbe3d;
            padding-top:4px;
            font-size:14px;
            cursor:pointer;
            font-weight:bold;
            letter-spacing:0.5px;
        }
        .zvonok:hover {
            border:1px solid #3b7605;
        }
    .klik-box {
        display:none;
    }           
               
/*навигация*/  
.navigate-line {
    background:#a5d754;
    /*background:#a5d754 url(navigate.jpg) center no-repeat;*/
    height:80px;
    padding:15px 0;
    position: relative;
    z-index: 300;
}
.mob-menu {
    display: none;
}
    .catalog-box {
        width:280px;
        height:50px;
        float:left;
        position:relative;
    }
        .catalog-btn {
            
            width:280px;
            height:50px;
            border-radius:5px;
            background:#4f8914 url(catalog.png) left center no-repeat;
            padding:14px 20px 10px 60px;
            color:#fff;
            text-transform:uppercase;
            font-size:16px;
            line-height:26px;
            font-weight:bold;
            letter-spacing:0.5px;
            cursor:pointer;
        }
        .catalog-list {
            position:absolute;
            background:#fff;
            border-radius:0 0 5px 5px;
            overflow:hidden;
            top:47px;
            left:0;
            width:280px;
            box-shadow:0 0 15px rgba(0,0,0,0.1);
            display:none;
        }
        .catalog-box:hover .catalog-list {
            display:block;
        }
            .catalog-list li {
                list-style:none;
                margin:0;
                padding:0;
                display:block;
            }
            .catalog-list li:hover {
                background:#f2f7e6;
            }
                .catalog-list li a {
                    display:block;
                    padding:10px 10px 10px 60px;
                    color:#000;
                    line-height:25px;
                }
                .catalog-list li.ic-meb a {
                    background:url(ic-meb.png) left top no-repeat;
                }
                .catalog-list li.ic-tep a {
                    background:url(ic-tep.png) left top no-repeat;
                }
                .catalog-list li.ic-naves a {
                    background:url(ic-naves.png) left top no-repeat;
                }
                .catalog-list li.ic-polic a {
                    background:url(ic-polic.png) left top no-repeat;
                }
                .catalog-list li.ic-parnik a {
                    background:url(ic-parnik.png) left top no-repeat;
                }
                .catalog-list li.ic-grydka a {
                    background:url(ic-grydka.png) left top no-repeat;
                }
                .catalog-list li.ic-besed a {
                    background:url(ic-besed.png) left top no-repeat;
                }
                .catalog-list li.ic-mangal a {
                    background:url(ic-mangal.png) left top no-repeat;
                }
                .catalog-list li.ic-kachel a {
                    background:url(ic-kachel.png) left top no-repeat;
                }
                .catalog-list li.ic-dush a {
                    background:url(ic-dush.png) left top no-repeat;
                }
                .catalog-list li.ic-avtopoliv a {
                    background:url(ic-avtopoliv.png) left top no-repeat;
                }
                .catalog-list li.ic-avtootkr a {
                    background:url(ic-avtootkr.png) left top no-repeat;
                }
                .catalog-list li.ic-zabor a {
                    background:url(ic-zabor.png) left top no-repeat;
                }

        
        
        
    .menu-box {
        width:770px;
        float:left;
    }
        .menu-box ul.menu {
            width:770px;
            height:50px;
            display:block;
            margin:0;
            padding:0;
            text-align:center;
            list-style:none;
        }
            .menu-box ul.menu li {
                display:inline-block;
                margin:0 10px;
                position:relative;
            }
            .menu-box ul.menu li.parent {
                background:url(menu-arr.png) right center no-repeat;
            }
                .menu-box ul.menu li a {
                    display:block;
                    padding:14px 20px 10px;
                    color:#fff;
                    text-transform:uppercase;
                    text-decoration:none;
                    font-size:16px;
                    line-height:26px;
                    font-weight:bold;
                    letter-spacing:0.5px;
                    cursor:pointer;
                }
                .menu-box ul.menu li a:hover {
                    text-decoration:underline;
                }
                
            .menu-box ul.menu li ul {
                position:absolute;
                background:#fff;
                border-radius:5px;
                overflow:hidden;
                top:47px;
                left:0;
                box-shadow:0 0 15px rgba(0,0,0,0.1);
                display:none;
                margin:0;
                padding:0;
                width:250px;
            }
            .menu-box ul.menu li:hover ul  {
                display:block;
            }
                .menu-box ul.menu ul li {
                    list-style:none;
                    margin:0;
                    padding:0;
                    display:block;
                }
                .menu-box ul.menu ul li:hover {
                    background:#f2f7e6;
                }
                    .menu-box ul.menu ul li a {
                        display:block;
                        margin:0;
                        padding:10px 30px;
                        color:#000;
                        line-height:25px;
                        text-transform:unset;
                        text-align:left;
                        font-weight:normal;
                        font-size:16px;
                    }
            
            
    .basket-box {
        width:230px;
        float:left;
        display:block;
        text-decoration:none;
        position:relative;
    }
    .basket-box:hover {
        text-decoration:none;
    }
        .basket-box .basket-btn {
            width:230px;
            height:50px;
            border-radius:5px;
            border:1px solid #fff;
            border:1px solid rgba(255,255,255,0.5);
            background:transparent url(basket.png) left center no-repeat;;
            padding:14px 20px 10px 60px;
            color:#fff;
            text-transform:uppercase;
            font-size:16px;
            line-height:26px;
            font-weight:bold;
            letter-spacing:0.5px;
            cursor:pointer;
        }
        .basket-box .basket-btn:hover {
            border:1px solid #fff;
        }
        .basket-box .basket-count {
            position:absolute;
            right:5px;
            top:5px;
            background:#fff;
            width:20px;
            height:20px;
            border-radius:10px;
            line-height:14px;
            font-size:14px;
            padding:5px 0 1px;
            color:#3b7605;
            text-align:center;
        }

.h1-line {
    margin-top:30px;
}
.h1-line h1 {
    font-size:40px;
}

/*слайдер*/
.slider-line {
    /*background:url(slider.jpg) center no-repeat;*/
    height:auto;
    padding:30px 0;
    position: relative;
}
.nivoslider-line {
    /*background:url(slider.jpg) center no-repeat;*/
    height:auto;
    padding:30px 0;
    position: relative;
}
.slider-line.slider-mob  {
        display:none;
    }
    .slider-left {
        width:490px;
        margin-right:40px;
        height:auto;
        float:left;
    }
    .slider-left p {
        padding:0;
        margin:5px;
        line-height:20px;
        font-size:14px;
        font-weight:bold;
    }
    .slider-left p strong {
        color:#3b7803;
    }
        .slider-left .sld1 {
            padding:30px 0 30px 170px;
            width:490px;
            height:160px;
            background:#f4f6e8 url(sld1.png) left center no-repeat;
            border-radius:3px;
            margin-bottom:20px;
        }
        .slider-left .sld2 {
            padding:30px 0 30px 170px;
            width:490px;
            height:160px;
            background:#f4f6e8 url(sld2.png) left center no-repeat;
            border-radius:3px;
            margin-bottom:20px;
        }
        .slider-left .sld3 {
            padding:30px 0 30px 170px;
            width:490px;
            height:160px;
            background:#f4f6e8 url(sld3.png) left center no-repeat;
            border-radius:3px;
        }
    .slider-right {
        width:750px;
        height:340px;
        float:left;
        background:url(slider-fon.jpg) no-repeat center;
        box-shadow:0 0 15px rgba(0,0,0,0.1);
        position:relative;
    }
        .slider-right .sld-box {
            position:absolute;
            top:30px;
            right:0;
            height:280px;
            width:375px;
            background: rgba(80,137,20,0.9);
            border-radius:5px 0 0 5px;
            padding:20px 40px;
            color:#fff;
            text-align:center;
        }
            .slider-right .sld-title {
                font-weight:bold;
                font-size: 24px;
                margin-top: 0;
                line-height: 28px;
                color:red;
            }
                .slider-right .sld-title strong {
                    display:block; 
                    font-size: 28px;
                    line-height: 32px;
                    
                }
            .slider-right .sld-text {
                font-size:18px;
                line-height:24px;
                margin-top: 15px;
            }
            .slider-right .sld-more {
                display:inline-block;
                color:#fff;
                border:1px solid #fff;
                border-radius: 20px;
                padding: 12px 20px 8px;
                line-height:20px;
                font-size:14px;
                text-transform:uppercase;
            }
            .slider-right .counter {
                margin-top:15px;
            }
    .slider-bottom {
        margin:20px auto;
    }
        .slider-bottom .sld-box {
            height:auto;
            width:100%;
            background: rgba(80,137,20,0.9);
            border-radius:5px 0 0 5px;
            padding:20px 40px;
            color:#fff;
            text-align:center;
        }
            .slider-bottom .sld-title {
                font-weight:bold;
                font-size: 24px;
                margin-top: 0;
                line-height: 28px;
                color:red;
            }
                .slider-bottom .sld-title strong {
                    display:block; 
                    font-size: 28px;
                    line-height: 32px;
                    
                }
            .slider-bottom .sld-text {
                font-size:18px;
                line-height:24px;
                margin-top: 15px;
            }
            .slider-bottom .sld-more {
                display:inline-block;
                color:#fff;
                border:1px solid #fff;
                border-radius: 20px;
                padding: 12px 20px 8px;
                line-height:20px;
                font-size:14px;
                text-transform:uppercase;
            }
            .slider-bottom .counter {
                margin-top:15px;
            }           
            
            
.slider-line2 {
    padding:0;
    height:auto;
}
.slider-line2 .slider-left {
    height: auto;
    float: left;
}
/*.slider-line2 .slider-left .sld2 {
    padding: 30px 0 30px 170px;
    width: 49%;
    height: 160px;
    float: left;
    background: #f4f6e8 url(sld2.png) left center no-repeat;
    border-radius: 3px;
    margin-bottom: 0;
    margin-right: 2%;
}
.slider-line2 .slider-left .sld3 {
    padding: 30px 0 30px 170px;
    width: 49%;
    height: 160px;
    float: left;
    background: #f4f6e8 url(sld3.png) left center no-repeat;
    border-radius: 3px;
}*/
.slider-line2 .slider-right {
    height:auto;
}
.slider-line2 .slider-right .sld-box {
    position:relative;
    top:unset;
    height:340px;
}
          
/*выбор покупателей*/  
.choice-line {
    /*background:url(choice.jpg) center no-repeat;*/
    /*height:590px;*/
    padding:20px 0;
}
    .choice-line h2 {
        font-size:38px;
        line-height:50px;
        margin:0;
        padding:0 100px 0 20px;
        font-weight:700;
        letter-spacing:1px;
    }
    .choice-line.chl-nom h2 {
        padding:0;
    }
    .choice-line .more-box {
        position:absolute;
        right:0;
        top:7px;
    }
        .choice-line .more-box a {
            display:inline-block;
            border: 1px solid #8dbe3d;
            border-radius:3px;
            padding:8px 12px 4px;
            text-transform:uppercase;
            font-size:14px;
            line-height:18px;
            font-weight:bold;
            color: #3b7605;
            text-decoration:none;
        }
        .choice-line .more-box a:hover {
            border: 1px solid #3b7605;
        }
        .choice-line .more-btn {
            display:block;
            border: 1px solid #8dbe3d;
            border-radius:3px;
            padding:18px 22px 14px;
            text-transform:uppercase;
            font-size:21px;
            line-height:24px;
            color: #3b7605;
            text-decoration:none;
            text-align:center;
            margin-bottom: 20px;
        }
        .choice-line .more-btn:hover {
            border: 1px solid #3b7605;
        }
    .choice-line .items {
        margin:0 -10px;
    }
    .choice-line .item {
        float:left;
        /*width:300px;
        margin:13px;*/
        width: 413px;
        margin: 15px 10px;
        background:#fff;
        box-shadow:0 0 6px rgba(0,0,0,0.2);
    }
    .choice-line .item:hover {
        box-shadow:0 0 7px rgba(0,0,0,0.4);
    }
        .choice-line .item .img {
            width:100%;
            /*height:300px;*/
            height:auto;
        }
            .choice-line .item .img img {
                display:block;
                width:100%;
                /*height:300px;*/
                height:auto;
            }
            .choice-line .item .img a {
                display:block;
                width:413px;
                height:300px;
                background-size:cover;
            }
            .choice-line .item table.my-t-table tbody tr td:first-child {
                font-weight: normal;
            }
        .choice-line .item .desc {
            padding:20px;
        }
            .choice-line .item .desc .title {
                font-size: 21px;
                line-height: 30px;
                color: #4f8914;
                font-weight: bold;
                margin-bottom: 10px;
            }
            .choice-line .item .desc .text {
                font-size: 14px;
                line-height: 18px;
                margin:15px 0;
            }
                .choice-line .item .desc .text p {
                    padding:0;
                    margin:5px 0;
                }
            .choice-line .item .desc .btns {
                margin-top:10px;
            }
                .choice-line .item .desc .more-btn {
                    display:inline-block;
                    border: 1px solid #8dbe3d;
                    border-radius:3px;
                    padding:10px 12px 6px;
                    text-transform:uppercase;
                    font-size:14px;
                    line-height:18px;
                    font-weight:bold;
                    color: #3b7605;
                    text-decoration:none;
                    cursor:pointer;
                    /*width:100px;*/
                    text-align:center;
                    margin-right:5px;
                        width:100%;
                }
                .choice-line .item .desc .more-btn:hover {
                    border: 1px solid #8dbe3d;
                    background:#dbe8b9;
                }
                .choice-line .item .desc .cost-btn {
                    display:inline-block;
                    background: #95bb40;
                    border-radius:3px;
                    padding:10px 12px 6px;
                    text-transform:uppercase;
                    font-size:14px;
                    line-height:18px;
                    font-weight:bold;
                    color: #fff;
                    text-decoration:none;
                    cursor:pointer;
                    /*width:100px;*/
                    text-align:center;
                }
                .choice-line .item .desc .cost-btn:hover {
                    background:#4f8914;
                }


.request-line {
    /*background:url(request2.jpg) center no-repeat;*/
    height:auto;
    padding:45px 0;
}

    .request-box {
        background:url(fos-bg.jpg) center no-repeat;
        background-size:cover;
        height:auto;
        border-radius:20px;
        box-shadow:0 0 15px rgba(0,0,0,0.1);
        padding:50px;
        text-align:center;
        color:#fff;
    }
        .request-box .request-title {
            font-size:42px;
            font-weight:bold;
        }
        .request-box .request-text {
            font-size:24px;
            font-weight:bold;
        }
        .request-box .request-form {
            padding:15px 0;
        }
            .request-box .request-form input[type=text] {
                padding:18px 30px 12px;
                width:270px;
                margin:5px;
                background:rgba(255,255,255,0.5);
                font-size:18px;
                line-height:24px;
                border:0;
                outline:0;
                border-radius:5px;
                color:#4f8914;
                letter-spacing:1px;
            }
            .request-box .request-form input[type=text]:hover {
                background:rgba(255,255,255,0.8);
            }
            .request-box .request-form input[type=text]:focus {
                background:rgba(255,255,255,1);
            }
            .request-box .request-form button[type=submit] {
                padding:18px 30px 12px;
                width:270px;
                margin:5px;
                background:#4f8914;
                font-size:18px;
                line-height:24px;
                text-transform:uppercase;
                border:0;
                outline:0;
                border-radius:5px;
                color:#fff;
                cursor:pointer;
                letter-spacing:1px;
            }
            .request-box .request-form textarea {
                padding:18px 30px 12px;
                max-width: 836px;
                width: 100%;
                margin:5px;
                background:rgba(255,255,255,0.5);
                font-size:18px;
                line-height:24px;
                border:0;
                outline:0;
                border-radius:5px;
                color:#4f8914;
            }



.sertificat-line {
    /*background:url(sertificat.jpg) center no-repeat;*/
    height:380px;
    padding:20px 0;
}
    .sertificat-line h2 {
        font-size:38px;
        line-height:50px;
        margin:0;
        padding:0 100px 0 20px;
        font-weight:700;
        letter-spacing:1px;
    }
    .sertificat-line .more-box {
        position:absolute;
        right:0;
        top:7px;
    }
    .sertificat-line .sertificat-box  {
        margin:30px -18px;
        white-space: nowrap;
        overflow:hidden;
    }
        .sertificat-line .sertificat-box a {
            display:inline-block;
            margin:0 18px;
            box-shadow:0 0 6px rgba(0,0,0,0.2);
        }
         .sertificat-line .sertificat-box img {
            display:block;
            height:255px;
        }

.reviews-line {
    /*background:url(reviews.jpg) center no-repeat;*/
    height:540px;
    padding:40px 0;
}
    .reviews-box {
        background:url(review-bg.jpg) center no-repeat;
        height:460px;
        border-radius:20px;
        box-shadow:0 0 15px rgba(0,0,0,0.1);
        padding:40px;
    }
    .rvb {
        max-width:620px;
        position:relative;
    }
    .rvb .more-box {
        position:absolute;
        right:0;
        top:7px;
        text-align:right
    }
    .rvb .more-box .rvb-btn {
        display:inline-block;
        border: 1px solid #fff;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius:3px;
        padding:0;
        text-transform:uppercase;
        font-size:14px;
        line-height:30px;
        width:30px;
        height:30px;
        font-weight:bold;
        color: rgba(255,255,255,0.5);
        text-decoration:none;
        text-align:center;
        cursor:pointer;
    }
    .rvb .more-box .rvb-btn:hover {
        border: 1px solid #fff;
        color: #fff;
    }
    .rvb .more-box .rvb-prev {
        background:url(rvb-left.png) center no-repeat;    
    }
    .rvb .more-box .rvb-next {
        background:url(rvb-right.png) center no-repeat;   
    }
        .reviews-box h2 {
            font-size:38px;
            line-height:50px;
            padding:0 100px 0 20px;
            font-weight:700;
            letter-spacing:1px;
            color:#fff;
        }
        .reviews {
            margin-left:20px;
        }
        .review {
            display:none;
            overflow:hidden;
            width:600px;
            height:250px;
            color:#fff;
        }
        .review.active {
            display:block;
        }
            .review .review-img {
                display:block;
                float:left;
                width:170px;
                margin-right:30px;
            }
                .review .review-img img {
                    width:170px;
                    height:auto;
                }
            .review .review-content {
                float:left;
                width:400px;
            }
            
            .review .review-title {
                font-size:21px;
                font-weight:bold;
                margin-bottom:20px;
            }
            .review .review-text {
                padding-left:45px;
                background:url(quote.png) left top no-repeat;
            }
    
.map-line {
    /*background:url(maps.jpg) center no-repeat;*/
    height:550px;
    position:relative;
}
    .map-line .center-box {
        /*position:relative;
        height:550px;*/
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -640px;
        height:550px;
    }
    .map-line .map-wrap {
        position: relative;
        z-index: 100;
    }
    .map-line .map-btns {
        position: absolute;
        right: 0;
        top: 70px;
        background: #dbe8ba;
        height: 40px;
        line-height: 20px;
        color: #457306;
        border-radius: 5px;
        z-index: 500;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        width: auto;
        box-shadow:0 0 5px rgba(0,0,0,0.3);
    }
        .map-line .map-btn {
            display: inline-block;
            padding: 12px 15px 8px;
            cursor: pointer;
        }
        .map-line .map-btn.vkl {
            background: #fff;
            border-radius: 5px;
        }
    .map-line .map-box {
        position: absolute;
        left: 0;
        top: 70px;
        padding:40px 60px;
        background:#fff;
        z-index: 500;
        box-shadow:0 0 15px rgba(0,0,0,0.1);
    }
        .map-line .map-title {
            display:block;
            font-size:42px;
            font-weight:bold;
            margin-bottom:10px;
        }
        .map-line .map-telefon {
            display:block;
            color: #3b7605;
            font-weight:bold;
            font-size:24px;
            padding-left:30px;
            background:url(telefon.png) left center no-repeat;
            padding-top:4px;
            margin-bottom:5px;
        }
        .map-line .map-text {
            font-size:14px;
            line-height:21px;
            margin-bottom:20px;
        }
        .map-line .map-mail {
            font-size:21px;
            color: #3b7605;
            margin-bottom:20px;
        }
        .map-line .map-more {
            display:inline-block;
            color:#3b7605;
            border:1px solid #3b7605;
            border-radius: 20px;
            padding: 12px 30px 8px;
            line-height:20px;
            font-size:14px;
            text-transform:uppercase;
        }
    

.footer-line {
    background:#3d7608;
    min-height:50px;
    color:#fff;
    padding:40px 0;
}
.footer-line a {
    color:#fff;
}
.footer-line p {
    margin:0;
    padding:0;
    margin-bottom:10px;
}
.footer-line li {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:10px;
}
.footer-b3 {
    float:right; 
    width:240px;
}
.footer-b2 {
    float:right; 
    width:590px; 
    padding-right:90px
}
.footer-b1 {
    float:right; 
    width:450px; 
    padding-right:90px;
}
.footer-title {
    margin-bottom:30px; 
    font-weight:bold; 
    text-transform:uppercase; 
    font-size:18px; 
    line-height:24px;
}
.footer-sdesc {
    margin:30px 0; 
    font-size:14px; 
    color:rgba(255,255,255,0.5);
}
.footmenu-col {
    float:left;
    width:50%;
    padding-right:10px;
    
}
.footer-soc {
    overflow:hidden;
    margin-top:20px;
}
.footer-soc a {
    display:block;
    width:24px;
    height:24px;
    float:left;
    margin:5px 10px 5px 0;
}
.footer-soc a.fi-inst {
    background:url(fi-inst.png) center;
}
.footer-soc a.fi-vk {
    background:url(fi-vk.png) center;
}
.footer-soc a.fi-viber {
    background:url(fi-viber.png) center;
}
.footer-soc a.fi-whatsapp {
    background:url(fi-whatsapp.png) center;
}
.footer-soc a.fi-dzen {
    background:url(fi-dzen.png) center;
}
.footer-soc a.fi-ytube {
    background:url(fi-ytube.png) center;
}


/* Modal */
.modal-header .close{position: absolute;top: 0;right: -38px;width: 18px;height: 18px;background-color: transparent;border: none;
	background-image:url(/assets/template/img/icon_close.png);
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
	
}

.modal-dialog{width:400px;margin: 100px auto 30px auto;}
@media screen and (max-width: 500px){
    .modal-header .close{
        top: -20px;
        right: 0;
    }
    .modal-dialog{
        width: 90%;
    }
}

.modal-content{padding:20px;}

.modal-content .icon{width: 60px;height: 60px;margin: 0 auto 20px auto;background-position:50% 50%;background-repeat:no-repeat;background-size: contain;}

            .modal-dialog input[type=text] {
                padding:15px 30px;
                width:270px;
                margin:5px;
                background:rgba(255,255,255,0.5);
                font-size:18px;
                line-height:24px;
                border: 1px solid #999;
                outline:0;
                border-radius:5px;
                color:#4f8914;
                letter-spacing:1px;
            }
            .modal-dialog input[type=text]:hover {
                background:rgba(255,255,255,0.8);
            }
            .modal-dialog input[type=text]:focus {
                background:rgba(255,255,255,1);
            }
            .modal-dialog button[type=submit] {
                padding:15px 30px;
                width:270px;
                margin:5px;
                background:#4f8914;
                font-size:18px;
                line-height:24px;
                text-transform:uppercase;
                border:0;
                outline:0;
                border-radius:5px;
                color:#fff;
                cursor:pointer;
                letter-spacing:1px;
            }
           
           
span.old {
    display:block;
    color:red;
    text-decoration: line-through;
    font-size:14px;
}

.counter {
    text-align:center;
}

.counter .olreg {
    width:100%;
    overflow:hidden;
}
    .olreg-title {
        margin-bottom:10px;
        font-size:24px;
        color:#fff;
        font-weight:bold;
    }
    .counter .olreg .olreg-field {
        font-size: 10px;
        line-height: 15px;
        display: inline-block;
        /* float: left; */
        margin: 0 5px;
        height: 70px;
        width: 60px;
        text-align: center;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 15px 5px 5px;
        background: #fff;
        color: #000;
    }
    .counter .olreg .olreg-field .day-dig {
        display: block;
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
    }
    
    
.ddl-container {
    padding-bottom:30px;
    padding-top:30px;
}
.ddl-item {
    background: #fff;
    border-radius: 0;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    border:1px solid #eee;
}
    
.ddl-switch {
    cursor:pointer;
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    font-weight:bold;
}
.ddl-switch .plus {
    display:inline-block;
    padding-top: 3px;
    border-radius: 2px;
    width:30px;
    text-align:center;
    margin-right:30px;
    background:#8dbe3d;
    float:left;
}
.ddl-switch:hover .plus {
    background:#f3a904;
}
.ddl-content {
    display:none;
    padding: 20px;
    border-top:1px solid #eee;

}
.choice-line .item .img {
    position: relative;
}
.choice-line .item .spec {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    text-shadow: 0 0 10px rgb(0 0 0);
    color: #fff;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}
.choice-line .item .spec2 {
    position: absolute;
    top: 10px;
    right:0;
    font-size:18px;
    padding: 5px 20px;
    text-shadow: 0 0 10px rgb(0 0 0);
    color: #fff;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}
.choice-line .item .spec2 strong {
    font-size:24px;
}

/*.choice-line .item .spec3 {
    position: absolute;
    bottom: 30px;
    right: unset;
    left: 5px;
    font-size: 18px;
    padding: 5px 5px;
    text-shadow: 0 0 10px rgb(0 0 0);
    color: #a2d451;
    font-weight: normal;
    text-transform: uppercase;
}*/
.choice-line .item .spec3 {
    position: absolute;
    bottom: 35px;
    right: unset;
    left: 0px;
    max-width: 90%;
    font-size: 16px;
    padding: 7px 10px 3px;
    color: #026f02;
    font-weight: normal;
    text-transform: uppercase;
    background: #a2d451;
    border-radius: 0 5px 5px 0;
}