﻿@import "./owl.carousel.css";
@import "awesome-bootstrap-checkbox.css";

html {
    position: relative;
    min-height: 100%;
}
body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background:url("../images/bg.png") repeat;
}
a{
    color:#0093d8;
    text-decoration: none;
}
    a:hover{
        color:#007bb8;
        text-decoration: underline;
    }
a.href-underline{
    text-decoration: underline;
}
    a.href-underline:hover{
        text-decoration: none;
    }
p{
    color:#333333;
    font-size:14px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Prosto One', cursive;
    color: #60757f;
    font-weight:400;
}
h1{
    font-size: 30px;
}

h2{
    text-align: left;
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: none;
}
    .underline{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #9292a9;
        color:#3f3f51;
        font-size: 25px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }
h3{
    font-size: 24px;
    font-weight: normal;
    margin: 25px 0;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
hr{
    border-top:1px solid #0093d8;
    margin: 30px 0;
}
.font-36{
    font-size: 36px;
}
.font-30{
    font-size: 30px;
}
.font-24{
    font-size: 24px;
}
.font-18{
    font-size: 18px;
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}
.font-13{
    font-size: 13px;
}
.font-12{
    font-size: 12px;
}
.font-uppercase{
    text-transform: uppercase;
}
.font-bold{
    font-weight: bold;
}
.font-black{
    color: #000000;
}
.font-grey{
    color:#999999;
}
.font-yellow{
    color:#ffc800;
}
.font-green{
    color:#89bc23;
}
.font-red{
    color:#e74c3c;
}
.font-white{
    color:#FFFFFF;
}
.margin-top-20{
    margin-top:20px;
}
.margin-10{
    margin:10px 0;
}
.padding-0{
    padding:0;
}
.padding-right-0{
    padding-right: 0;
}
.margin-right-10{
    margin-right: 10px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn{
    border-radius: 0px;
}


.img-thumb {
    padding: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-thumb{
    float: left;
    margin-right:10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.full-width{
    width:100%;
}
.img-thumbnail.no-border{
    border-radius:0;
}
.has-feedback .form-control {
    padding-right: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
    .form-control::-moz-placeholder {
      color: #999;
        font-size:14px;
      text-align: left;
      opacity: 1;
    }
    .form-control:-ms-input-placeholder {
      color: #999;
        text-align: left;
        font-size:14px;
    }
    .form-control::-webkit-input-placeholder {
      color: #999;
        text-align: left;
        font-size:14px;
    }
    .form-control:focus {
      border-color: #fff;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

.btn-grey {
    color: #ffffff;
    border-radius: 5px;
    background: #7d919b; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d919b 0%, #6b7f87 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7d919b 0%,#6b7f87 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7d919b 0%,#6b7f87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d919b', endColorstr='#6b7f87',GradientType=0 ); /* IE6-9 */

    border-color: transparent;
    font-size: 14px;
    text-transform: none;
    padding: 4px 12px;
}
    .btn-grey:focus,
    .btn-grey:active:focus,
    .btn-grey.active:focus,
    .btn-grey.focus,
    .btn-grey:active.focus,
    .btn-grey.active.focus {
        color: #fff;
        background: #6B7F87;
        border-color: transparent;
        outline: none;
        outline-offset: 0;
    }
    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey.focus {
        color: #fff;
        background: #6B7F87;
        border-color: transparent;
        outline: none;
    }

        .btn-grey:active,
        .btn-grey.active,
        .open > .dropdown-toggle.btn-grey {
            background: #6B7F87;
        }
            .btn-grey.disabled,
            .btn-grey[disabled],
            fieldset[disabled] .btn-grey,
            .btn-grey.disabled:hover,
            .btn-grey[disabled]:hover,
            fieldset[disabled] .btn-grey:hover,
            .btn-grey.disabled:focus,
            .btn-grey[disabled]:focus,
            fieldset[disabled] .btn-grey:focus,
            .btn-grey.disabled.focus,
            .btn-grey[disabled].focus,
            fieldset[disabled] .btn-grey.focus,
            .btn-grey.disabled:active,
            .btn-grey[disabled]:active,
            fieldset[disabled] .btn-grey:active,
            .btn-grey.disabled.active,
            .btn-grey[disabled].active,
            fieldset[disabled] .btn-grey.active {
                background-color: #6B7F87;
                border-color: transparent;
            }
                .btn-grey .badge {
                    color: #fff;
                    background-color: transparent;
                }   
.btn-grey-big {
    color: #ffffff;
    border-radius: 5px;
    background: #7d919b; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d919b 0%, #6b7e86 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7d919b 0%,#6b7e86 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7d919b 0%,#6b7e86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d919b', endColorstr='#6b7e86',GradientType=0 ); /* IE6-9 */

    border-color: transparent;
    font-size: 16px;
    text-transform: none;
    padding: 9px 12px;
}
    .btn-grey-big:focus,
    .btn-grey-big:active:focus,
    .btn-grey-big.active:focus,
    .btn-grey-big.focus,
    .btn-grey-big:active.focus,
    .btn-grey-big.active.focus {
        color: #fff;
        background: #6B7F87;
        border-color: transparent;
        outline: none;
        outline-offset: 0;
    }
    .btn-grey-big:hover,
    .btn-grey-big:focus,
    .btn-grey-big.focus {
        color: #fff;
        background: #6B7F87;
        border-color: transparent;
        outline: none;
    }

        .btn-grey-big:active,
        .btn-grey-big.active,
        .open > .dropdown-toggle.btn-grey-big {
            background: #6B7F87;
        }
            .btn-grey-big.disabled,
            .btn-grey-big[disabled],
            fieldset[disabled] .btn-grey-big,
            .btn-grey-big.disabled:hover,
            .btn-grey-big[disabled]:hover,
            fieldset[disabled] .btn-grey-big:hover,
            .btn-grey-big.disabled:focus,
            .btn-grey-big[disabled]:focus,
            fieldset[disabled] .btn-grey-big:focus,
            .btn-grey-big.disabled.focus,
            .btn-grey-big[disabled].focus,
            fieldset[disabled] .btn-grey-big.focus,
            .btn-grey-big.disabled:active,
            .btn-grey-big[disabled]:active,
            fieldset[disabled] .btn-grey-big:active,
            .btn-grey-big.disabled.active,
            .btn-grey-big[disabled].active,
            fieldset[disabled] .btn-grey-big.active {
                background-color: #6B7F87;
                border-color: transparent;
            }
                .btn-grey-big .badge {
                    color: #fff;
                    background-color: transparent;
                }     
.btn-green-buy {
    color: #ffffff;
    background: #78b21d; /* Old browsers */
    background: -moz-linear-gradient(top,  #78b21d 0%, #679b19 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #78b21d 0%,#679b19 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #78b21d 0%,#679b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b21d', endColorstr='#679b19',GradientType=0 ); /* IE6-9 */
    height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 5px;
    width: 100%;
}
    .btn-green-buy:focus,
    .btn-green-buy:active:focus,
    .btn-green-buy.active:focus,
    .btn-green-buy.focus,
    .btn-green-buy:active.focus,
    .btn-green-buy.active.focus {
        color: #fff;
        background: #679b19;
        border-color:  transparent;
        outline: none;
      outline: none;
      outline: none;
      outline-offset: 0;
    }
    .btn-green-buy:hover,
    .btn-green-buy:focus,
    .btn-green-buy.focus {
        color: #fff;
        background: #679b19;
        border-color: transparent;
        outline: none;
    }

        .btn-green-buy:active,
        .btn-green-buy.active,
        .open > .dropdown-toggle.btn-green-buy {
          background-image: none;
        }
            .btn-green-buy.disabled,
            .btn-green-buy[disabled],
            fieldset[disabled] .btn-green-buy,
            .btn-green-buy.disabled:hover,
            .btn-green-buy[disabled]:hover,
            fieldset[disabled] .btn-green-buy:hover,
            .btn-green-buy.disabled:focus,
            .btn-green-buy[disabled]:focus,
            fieldset[disabled] .btn-green-buy:focus,
            .btn-green-buy.disabled.focus,
            .btn-green-buy[disabled].focus,
            fieldset[disabled] .btn-green-buy.focus,
            .btn-green-buy.disabled:active,
            .btn-green-buy[disabled]:active,
            fieldset[disabled] .btn-green-buy:active,
            .btn-green-buy.disabled.active,
            .btn-green-buy[disabled].active,
            fieldset[disabled] .btn-green-buy.active {
                background: #679b19;
                border-color: transparent;
            }
                .btn-green-buy .badge {
                    color: #fff;
                    background: #679b19;
                }                   
/*HEADER*/
.header-top{
    display: block;
    min-height: 110px;
    overflow: hidden;
    background: #f4f6f7;
    padding: 9px 0;

   /* -webkit-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.6);
    box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.6);*/
}
    .header-top p.contacts-info{
        color:#7d919b;
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: 400;
    }
        p.contacts-info > i{
            width: 15px;
            line-height: 17px;
            font-size: 13px;
            color:#7d919b;
            float: left;
        }
        .header-top p.header-phone{
            float:left;
            margin-right:15px;
        }
            .header-top p.header-phone > i{

            }
.contacts-block{
    padding: 0px;
}
.header-main{
    padding: 0;
    background: #0094d9;
}
    #logo{
        display: block;
        width: 174px;
        height: 87px;
        margin:5px 0;
        background: url("../images/logo.png") no-repeat;
    }
.navbar-header {
    float: right;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: none;
}
    .navbar-default {
        background: #60757f; /* Old browsers */
        background: -moz-linear-gradient(top,  #60757f 0%, #52666e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #60757f 0%,#52666e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #60757f 0%,#52666e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60757f', endColorstr='#52666e',GradientType=0 ); /* IE6-9 */

        border-bottom:none;
    }
        .nav > li > a {
            position: relative;
            display: block;

        }
            .navbar-toggle {
                background: #60757f;
                position: relative;
                float: right;
                margin-right: 0px;
                padding: 9px 10px;
                margin-top: 3px;
                margin-bottom: 10px;
                border: 1px solid #fff;
                border-radius: 0px;
            }
            .navbar-default .navbar-toggle {
              border-color: #fff;
            }
            .navbar-default .navbar-toggle:hover,
            .navbar-default .navbar-toggle:focus {
                background: #60757f;
            }
            .navbar-default .navbar-toggle .icon-bar {
                background: #60757f;
            }
                .navbar-brand {
                    float: right;
                    padding: 10px;
                    font-size: 18px;
                    height: 40px;
                    margin-right:10px;
                }
                    .navbar-default .navbar-brand {
                         color: #fff;
                     }
                        .navbar-default a.navbar-brand:hover {
                            color: #fff;
                        }

                    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
                        color: #ffffff;
                        background-color: transparent;
                    }
                        .navbar-default .navbar-toggle .icon-bar {
                            background-color: #fff;
                        }
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    width:156px;
    text-align: center;
}
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background: #78b21d; /* Old browsers */
        background: -moz-linear-gradient(top,  #78b21d 0%, #679b19 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #78b21d 0%,#679b19 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #78b21d 0%,#679b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b21d', endColorstr='#679b19',GradientType=0 ); /* IE6-9 */

    }
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            color: #fff;
            background: #78b21d; /* Old browsers */
            background: -moz-linear-gradient(top,  #78b21d 0%, #679b19 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #78b21d 0%,#679b19 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #78b21d 0%,#679b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b21d', endColorstr='#679b19',GradientType=0 ); /* IE6-9 */

        }
            .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
                color: #fff;
                background: #78b21d; /* Old browsers */
                background: -moz-linear-gradient(top,  #78b21d 0%, #679b19 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top,  #78b21d 0%,#679b19 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom,  #78b21d 0%,#679b19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b21d', endColorstr='#679b19',GradientType=0 ); /* IE6-9 */

            }
                .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                    border-color: transparent;
                    background: none;

                    -webkit-box-shadow:none;
                    box-shadow: none;
                    -moz-box-shadow: none;
                }
#homepage-search-form{
    margin: 0;
    position: relative;
}
    #homepage-search-form button{
        position: absolute;
        right: 0px;
        top: 0px;
        border: 0px none;
        height: 30px;
        width: 35px;
        background: transparent;
        color: #73858e;
        transition: all 0.3s ease 0s;
        font-size: 20px;
        font-weight: 200;
    }
    #homepage-search-form input {
        color: #7d919b;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        height: 30px;
        padding: 5px 10px;
        background: #ffffff;
        outline: 0px none;
        min-width: 260px;
    }
        #homepage-search-form input:focus {
            border: 1px solid #7d919b;
        }
            .contacts-block .help-block {
                display: block;
                margin-top: 0;
                margin-bottom: 0;
                color: #737373;
            }
/*END HEADER*/

/* NAV TABS */
.nav-tabs.nav-site {
    border-bottom: none;
    margin-bottom: 20px;
    margin-top:0;
}
    .nav-tabs.nav-site > li > a {
        color:#333;
        font-weight: 500;
        font-size:18px;
        margin-right: 2px;
        line-height: 1.42857143;
        border:none;
        border-bottom: 2px solid transparent;
        border-radius: 0;
    }
        .nav-tabs.nav-site > li > a:hover {
            background: #fff;
            border-bottom: 2px solid #0094d9;
        }
        .nav-tabs.nav-site > li.active > a,
        .nav-tabs.nav-site > li.active > a:hover,
        .nav-tabs.nav-site > li.active > a:focus {
            color:#0094d9;
            background-color: #ffffff;
            border:none;
            border-bottom: 2px solid #0094d9;
            cursor: default;
        }
/* END NAV TABS */

/* SLIDER */
#main-slider{
}
.carousel-inner > .item{
    height:400px;
}
.carousel-inner > .item > img{
    width:100%;
}

.carousel-caption {
    z-index: 10;
    padding-top: 3%;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    top:0px;

    right: 25%;
    left: 25%;
}
    .carousel-caption p{
        color:#ffffff;
        font-size:18px;

    }
    .carousel-caption .slider-text{
        display: block;
        margin-bottom: 40px;
    }
        .carousel-caption .slider-text p{
            margin-bottom:5px;
            color:#b8c4ca;
            font-size:16px;
        }
    .carousel-caption .carousel_header{
        font-size: 30px;
        line-height: 1.1em;
        padding-top: 5%;
        font-weight: 400;
        color: #ffffff;
        font-family: 'Prosto One', cursive;
        text-transform: uppercase;
        margin-bottom:30px;
    }
        .carousel-caption .carousel_button{
            padding: 10px 16px;
            height: 42px;
            min-width: 173px;
            font-size:16px;
        }
            .carousel-caption .carousel_button:hover{

            }
.carousel_control {
    position: absolute;
    height: 100%;
    width: 12px;
    opacity: 1;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #999999;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    transition: all 0.8s;
    outline: none;
}
    .carousel_control:hover{
        opacity:0.8;
    }
        .carousel_control.right{
            background: url('../images/slider-arrows.png') top right no-repeat;
            top: 45%;
            z-index: 5;
            display: inline-block;
            right: 15%;
            margin-right: 0px;
        }
            .carousel_control.left{
                background: url('../images/slider-arrows.png') top left no-repeat;
                top: 45%;
                z-index: 5;
                display: inline-block;
                left: 15%;
                margin-left: 0px;
            }

.slider-form {
    background:#e8ebee;
    width:310px;
    padding:20px;
    margin-left: -15px;
    margin-right: -15px;
    /*-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .slider-form p.header-slide-form{
        color:#60757f;
        font-size:20px;
        font-family: 'Prosto One', cursive;
        font-weight:400;
        text-transform:uppercase;
        margin-bottom:20px;
        text-align: left;
    }
        .slider-form p.header-slide-text {
            line-height: 25px;
            color:#333333;
            font-size: 16px;
        }
        .slider-form .btn{
            margin-top:50px;
            width: 100%;
        }

/* END SLIDER */

/* HOMEPAGE */
.divider-color{
    background: url("../images/divider-color.png") top center no-repeat;
    display: block;
    height: 5px;
    width: 100%;
}
.divider-grey{
    background: url("../images/divider-grey.png") bottom center no-repeat;
    display: block;
    height: 5px;
    width: 100%;
}
.homepage-header h1{
    text-align: center;
    text-transform: uppercase;
    margin:60px 0 30px;
}
#advantages{
    padding: 35px 0 0;
}
    #advantages .block{
        text-align: center;
    }
        #advantages .block img{
            margin-bottom:25px;
        }
        #advantages .block p{
            color:#3f3f51;
        }
        #advantages .block p.header{
            font-weight: 600;
            font-size:18px;

        }
/*#about-company{
    padding: 35px 0;
}
    #about-company p{
        color:#3f3f51;
    }
    #about-company h1{
        font-size:25px;
        color:#0093d8;
        font-weight: 600;
        margin-bottom: 25px;
    }
    #about-company .btn{
        margin-top:30px;
    }*/
/*#service{
    padding: 35px 0;
}
    #service .col-md-4{
        text-align: center;
    }
        .service-image{
            display: block;
            overflow: hidden;
            position: relative;
            margin-bottom:10px;
        }
            .service-image img{
                width: 100%;
                -webkit-transition: all .6s ease;
                transition: all .6s ease;
            }
                .service-image:hover img{
                    -webkit-transform: scale(1.25);
                    -ms-transform: scale(1.25);
                    transform: scale(1.25);
                }
    #service p{
        color:#3f3f51;
    }
        #service p.header{
            font-size:18px;
            font-weight: 600;
            margin-top: 10px;
        }*/
#news{
    padding: 35px 0;
    background: #fff;
}

    .news-block{
        display: block;
        min-height: 220px;
        margin-bottom: 15px;
    }
    .news-block .news-image{
        display: block;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
        .news-block .news-image:hover img {
            -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
            transform: scale(1.25);
        }
        .news-block .news-image img {
            width: 100%;
            height:135px;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
        }
    .news-block.news-product{
        margin-bottom:15px;
    }
        .news-block.news-product .news-image{
            margin-bottom:5px;
        }
            .news-block.news-product .news-image img {
                width: 100%;
                height:auto;
            }
            .news-block.news-product .product-price p{
                margin-bottom: 0;
                font-size: 30px;
                line-height: 30px;
            }
    .news-block .news-header{
        color:#0061a6;
        font-size:14px;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 1.2em;
        text-decoration: underline;
        display: block;
        max-height: 48px;
        overflow: hidden;
        text-align: center;
    }
        .news-block .news-header:hover,
        .news-block .news-header:focus{

            text-decoration: none;
        }
    .news-block .news-date{
        color:#7d919b;
        max-height: 20px;
        overflow: hidden;
        font-size:12px;
        margin-bottom: 5px;
    }
#about_us{
    padding: 35px 0;
    background: url("../images/shadow-top.png") top center no-repeat;
}

#gallery{
    padding: 35px 0;
    background: #fff;
}
    .gallery-block{
        display: block;
    }
    .gallery-block .gallery-image{
        display: block;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;

    }
        .gallery-block .gallery-image:hover img {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;

            -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
            transform: scale(1.25);
        }
        .gallery-block .gallery-image img {
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;

            width: 100%;
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
        }
#client_reviews{
    padding: 35px 0;
}
    .reviews-image{
        display: block;
        text-align: center;
        padding: 10px 0;
    }
        .reviews-image > img{
            height: 160px;
        }
    .reviews-name{
        text-align: center;
        font-size: 18px;
        color: #0094d9;
        font-weight: 600;
        padding: 10px 0;
        line-height: 1.2em;
        display: block;
        max-height: 42px;
        overflow: hidden;
    }
        .reviews-name:hover,
        .reviews-name:focus{
            color:#424251;
            text-decoration: none;
        }
    .reviews-text{
        padding: 10px 0;
    }
/* END HOMEPAGE */

/* PAGE_FULL.TPL */
.page-section{
    padding-bottom: 120px;
}
.page-image{
    display: block;
    float: left;
    margin:0 0 10px 0;
    padding-left: 0;
}
    .page-image img{
        width: 100%;
        height: auto;
    }
    .service{
        text-align: center;
        display: block;
        margin-top: 15px;
    }
        .service p{
            color:#3f3f51;
            font-size:18px;
            font-weight: bold;
            margin: 15px 0 10px;
        }
.category-section{
    padding-bottom:5%;
}
    .category-section .news-block{
        display: block;
        border-bottom: none;
        min-height: 280px;
        margin-bottom:15px;
    }
        .category-section .news-block .news-header{
            max-height: 63px;
        }
		
#spoiler{

}
    .spoiler {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
        .spoiler .spoiler-head{
            background-color: #ecf0f1;
            border-left: 3px solid #78b21d;
            box-sizing: border-box;
            padding: 10px 20px;
            cursor: pointer;
        }
            .spoiler .spoiler-head h4{
                margin: 0;
                font-size: 16px;
            }
                .spoiler .spoiler-head:hover h4, .spoiler .spoiler-head:focus h4, .spoiler .spoiler-head:active h4{
                    color:#78b21d;
                }
        .spoiler .spoiler-text {
            width: 100%;
            float: left;
            display: none;
            box-sizing: border-box;
            border: 1px solid #ecf0f1;
            padding: 20px 20px 10px;
            background: #fff;
        }
/* END PAGE_FULL.TPL */


/* CATALOG_FULL.TPL */
.catalog-block{
    text-align: center;
    margin-bottom:15px;
    margin-top:15px;
    background: #e0e3e4;
    height: 245px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;

    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
    .catalog-block:hover{
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

.catalog-section{
    padding-top:0px;
    padding-bottom:5%;
}
    .catalog-section h1{
        margin: 15px 0;
    }
    .sidebar-catalog-menu{
        display: block;
        margin-top: 15px;
    }
    .sidebar-header{
        color:#fff;
        font-size:16px;
        padding: 12px 5px 12px 15px;
        display: block;
        border-radius: 5px 5px 0 0;
        background: #60757f; /* Old browsers */
        background: -moz-linear-gradient(top,  #60757f 0%, #52666e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #60757f 0%,#52666e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #60757f 0%,#52666e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60757f', endColorstr='#52666e',GradientType=0 ); /* IE6-9 */

        margin-bottom: 0;
    }
        #news-sidebar .sidebar-header{
            margin-top:25px;
        }
        #news-sidebar .news-block .news-header{
            line-height: 1.2em;
            text-align: left;

        }
    .catalog-menu{
        margin-bottom: 20px;
    }
        .catalog-menu ul{
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
            .catalog-menu ul li{
                margin-bottom: 0px;
            }
                .catalog-menu ul li a{
                    display: block;
                    width: 100%;
                    color:#333333;
                    padding: 9px 5px 9px 15px;
                    font-size:14px;
                    text-decoration: none;
                    background: #e4e7e8;
                    border-bottom: 1px solid #cdcfd0;
                }
                .catalog-menu ul li:last-of-type a{
                    border-bottom: none;
                }
                    .catalog-menu ul li a:hover,
                    .catalog-menu ul li a:focus{
                        color:#78b21d;
                        text-decoration: none;
                    }
                        .catalog-menu > ul > li.active > a{
                            background: #dbdedf;
                            color:#78b21d;
                            text-decoration: none;
                        }
                        .catalog-menu > ul > li.active > a:hover{
                            color:#78b21d;
                            text-decoration: none;
                        }
                            .catalog-menu > ul > li > ul > li > a{
                                padding-left: 25px;
                            }
                                .catalog-menu > ul > li > ul > li.active > a{
                                    background: #dbdedf;
                                    color:#78b21d;
                                    text-decoration: none;
                                }
                                .catalog-menu > ul > li > ul > li.active > a:hover{
                                    color:#78b21d;
                                    text-decoration: none;
                                }
.product-hr:nth-child(3n+1){
    //clear:both;
}   .product-hr:first-of-type{
        clear: none;
    }
    .product-block{
        text-align: center;
        margin-bottom:15px;
        margin-top:15px;
        background: #e0e3e4;
        height: 345px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;

        transition:all 0.2s linear;
        -moz-transition:all 0.2s linear;
        -webkit-transition:all 0.2s linear;
        -o-transition:all 0.2s linear;
    }
        .product-block:hover{
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
        .product-image{
            height: 160px;
            display: block;
            background: #fff;
            overflow: hidden;
            padding: 5px;

        }
            .product-image img{
                width: auto;
                max-height: 100%;
                float:none;
                height: auto;
                -webkit-transition: all .6s ease;
                transition: all .6s ease;
            }
                .product-image:hover img {

                }
            .product-block-content{
                padding: 15px;
            }
            .product-name{
                display:block;
                font-size: 14px;
                padding:0;
                color:#0061a6;
                text-align: left;
                margin-bottom: 10px;
                line-height: 1.1em;
                text-decoration: underline;
                height: 60px;
            }
                .product-name:hover,
                .product-name:focus{
                    color:#0061a6;
                    text-decoration: none;
                }
            .product-price p{
                color:#78b21d;
                font-size:40px;
                text-align:center;
                display: block;
                max-height: 40px;
                line-height: 40px;

            }
                .product-price span i{
                    font-size:30px;
                }
                    .product-price p.mini-price{
                        font-size: 12px;
                        font-weight: bold;
                        text-transform: uppercase;
                        color: #78b21d;
                    }
/* END CATALOG_FULL.TPL */

/* PRODUCT_FULL.TPL */
.product-section{
    padding-bottom: 120px;
}
.product-page-image{
    display: block;
    float: left;
    margin:0 0 25px 0;
    padding: 5px;
    background: #fff;
    border: 5px solid #e4e7e8;
    width:100%;
}
    .product-page-image img{
        width: 100%;
        height: auto;
    }
    .product-details{
        display: block;
        float:left;
    }
        .product-details .btn-grey-big{
            margin-top:20px;
            padding: 9px 24px;
        }
    .product-details .product-price{
        color:#78b21d;
        font-size:40px;
        text-align:left;
        display: block;
        max-height: 40px;
        line-height: 40px;

    }
        .product-details .product-price span i{
            font-size:30px;
        }
            .product-details  p.mini-price{
                font-size: 12px;
                font-weight: bold;
                text-transform: uppercase;
                color: #f4b215;
            }
            .product-details p.product-article{
                margin-bottom:0;
            }
            .product-details .btn-orange-buy{
                margin:20px 0;
            }
            .product-details .short-content{
                max-height: 120px;
                overflow: hidden;
            }
    .product-content .iphone-medium{
        margin:15px 0 15px;
    }
    .product-medium{
        font-size:16px;
        font-weight: bold;
    }

.ribbon-wrapper {
  width: 85px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
}
    .product-page-image .ribbon-wrapper {
        top: 5px;
        right: 20px;
    }

    .price-ribbon {
      font: bold 15px Sans-Serif;
      color: #333;
      text-align: center;
      text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
      position: relative;
      padding: 7px 0;
      left: -5px;
      top: 15px;
      width: 120px;
      background-color: #FFF;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
      box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    }
        .ribbon-green {
          background-color: #BFDC7A;
        }
        .ribbon-blue {
          background-color: #5ACBFF;
        }
        .ribbon-orange {
          background-color: #FF9542;
        }
        .ribbon-red {
          background-color: #FF7373;
        }
            .product-list .ribbon-wrapper{
                height: 170px;
                position: absolute;
                top: -1px;
                right: -5px;
            }
                .product-list .ribbon-wrapper .price-ribbon:nth-child(2){
                    top:25px;
                }
                    .product-list .ribbon-wrapper .price-ribbon:nth-child(3){
                        top:35px;
                    }
/* END PRODUCT_FULL.TPL */

/* PAGE_CONTACTS.TPL */

    #contact-page-form .form-control {
        display: block;
        width: 100%;
        height: 38px;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.42857143;
        border-radius: 2px;
        border: 1px solid #c0c0cb;
        background: #fff;
        color: #3f3f51;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    }
        #contact-page-form textarea.form-control{
            height: 120px;
        }
        #contact-page-form .form-control::-moz-placeholder {
          color: #52525f;
            font-size:12px;
          text-align: left;
          opacity: 1;
        }
        #contact-page-form  .form-control:-ms-input-placeholder {
          color: #52525f;
            text-align: left;
            font-size:12px;
        }
        #contact-page-form .form-control::-webkit-input-placeholder {
          color: #52525f;
            text-align: left;
            font-size:12px;
        }
        #contact-page-form .form-control:focus {
          border-color: #3f3f51;
          outline: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
        }
/* END PAGE_CONTACTS.TPL */

/* SEARCH.TPL */
.search-block{
    margin-bottom:15px;
}
/* END SEARCH.TPL */

/* FOOTER-MAP */
.footer-map{
    height: 460px;
    position:relative;
}
    .footer-map .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 111;
        transition: background-color .2s ease-out 0s;
        -webkit-transition: background-color .2s ease-out 0s;
        -moz-transition: background-color .2s ease-out 0s;
        -o-transition: background-color .2s ease-out 0s;

        -webkit-box-shadow: inset 0px 2px 5px -1px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 2px 5px -1px rgba(0,0,0,0.2);
        box-shadow: inset 0px 2px 5px -1px rgba(0,0,0,0.2);

        height: 460px;
    }
        .footer-map .overlay:hover {
			background: url(../images/map_overlay.png) no-repeat scroll center center rgba(0, 0, 0, 0.3);
		}
    .footer-map .gmap{
        position:absolute;
        width:100%;
        top:0;
        left:0;
    }
    .map-content{
        position: absolute;
        top:0px;
        left:40%;
        margin-left:-320px;
        width:320px;
        z-index:112;
    }
        .contacts {
            display: block;
            min-height:360px;
            padding: 20px 30px 20px 30px;
            width:300px;
            background: #f4f6f7;
            z-index: 112;
            margin:50px 0;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border:1px solid #e3e4e3;

        }
            .contacts p{
                color:#60757f;
                font-size: 24px;
                font-family: 'Prosto One', serif;
                font-weight: normal;
                line-height: 30px;
                margin:10px 0;
            }
            .contacts > div{
                color: #fff;
                font-size: 16px;
                margin-top:0px;
            }
                .contacts > div > i{
                    font-size: 18px;
                    width:20px;
                    padding-left:2px;
                }
/* END FOOTER-MAP */

/* FOOTER */
footer{
    background: #36464e; /* Old browsers */
    padding: 15px 0;
    min-height: 120px;
}
    footer p{
        color:#7d919b;
        font-size:13px;
    }
        footer a{
            color:#b8c4ca;
            text-decoration: underline;
        }
            footer a:hover,
            footer a:focus{
                text-decoration: none;
                color:#7d919b;
            }
footer.bottom-footer{
    overflow: hidden;
    background: #252e33;
    padding: 6px 0;
    min-height: 20px;
}

    .bottom-footer-text{
        padding:0;
        margin: 0;
        color:#7d919b;
        font-size:13px;
    }
#footer-logo{
    display: block;
    width: 174px;
    height: 87px;
    margin:0;
    background: url("../images/logo-footer.png") no-repeat;
}

    .counters{
        float:left;
        margin-top:-5px;
    }
/* END FOOTER */

/*BREADCRUMBS*/
#breadcrumbs{
    display:inline-block;
    width:100%;
    min-height: 40px;
    background: #ededed;
    padding: 10px 0;
}
    #breadcrumbs ul{
        margin: 0;
        padding:0;
        list-style-type: none;
    }
        #breadcrumbs ul li:first-child:before{
            content: '';
        }
        #breadcrumbs ul li{
            float:left;
            font-size:14px;
            color:#bbbbbb;
            margin-right: 5px;
        }
        #breadcrumbs ul li:before{
            content: "›";
            margin-right:5px;
        }
            #breadcrumbs ul li a{
                font-size:14px;
                color:#0092d8;
                text-decoration: none;
            }
                #breadcrumbs ul li a:hover{
                text-decoration:underline;
            }
/*END BREADCRUMS*/

/* START FILTER */
#sort_products{
    margin-bottom: 10px;
}
    #sort_products p{
        color:#2c2c2c;
        font-size:14px;
    }
        #sort_products p > button{
            border: none;
            background: none;
            font-size: 14px;
            color: #0484b6;
            text-decoration: none;
            border-bottom: 1px dashed #0484b6;
            padding: 0;
            outline: none;
        }
            #sort_products p >button:hover,
            #sort_products p >button:active,
            #sort_products p >button.active{
                text-decoration: none;
                color: #2598c7;
                border-bottom: 0;
            }
                #sort_products p > button > i{
                   margin-left: 0px;
                    color: #c9d3dc;
                    text-decoration: none;
                }
                    #sort_products p >button:hover > i,
                    #sort_products p >button:active > i,
                    #sort_products p >button.active > i{
                        text-decoration: none;
                        color: #2598c7;
                    }
                        #sort_products p >button.sort-icon,
                        #sort_products p >button.sort-icon:hover,
                        #sort_products p >button.sort-icon.active{
                            border-bottom: 0;
                        }
/* END FILTER */

/* MINI CART */
#add-cart{
    background: #78b21d;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    border-color: #679b19;
    display: block;
    position: fixed;
    top: 150px;
    right: -300px;
    z-index: 99;
    transition: all 300ms ease;
}
#mini_cart{
    float:right;
}
.cart-mini{
    font-size: 30px;
    color: #78b21d;
    text-align: center;
    padding: 15px 0 5px 0;
    /* margin-top: -4px; */
    /* line-height: 24px; */
}
    .cart-mini:hover, .cart-mini:active{
        color: #679b19;
        text-decoration: none;
    }
    .badge {
        display: inline-block;
        min-width: 20px;
        height: 20px;
        padding: 3px 7px;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #60757f;
        border-radius: 20px;
        margin-top: -25px;
        margin-left: -10px;
    }
/* END MINI CART */

/*--------------------------------------------------------------------------
+	Shopping Cart Style
--------------------------------------------------------------------------*/
.cart-section{
    padding-bottom: 80px;
}
    .cart-title{
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color:#60757f;
    }
        .cart-totals {
            margin: 15px 0 10px 0;
            border-top: 0px solid #DFDFE6;
            font-size: 1.1em;
            line-height: 24px;
            text-align: right;
            width: 100%;
        }
            .cart-totals td {
                width: 50%;
                padding: 3px 0;
            }
#shopping-cart-items{
    margin: 0;
    display: block;
    float: right;
    font-size: 16px;
}
.shopping-cart {
    margin:0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 10px;
}
.shopping-cart a {
    color:#679b19;
}
.shopping-cart tr {
    background: #FFF;
}
.shopping-cart td {
    padding: 5px 5px;
}
.shopping-cart-hr {border-bottom: 1px solid #DFDFE6;}
.shopping-cart td:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px 0 0 5px;
    -moz-background-clip: padding;
    border-radius: 5px 0 0 5px;
    background-clip: padding-box;
    margin-left: 10px;
}
.shopping-cart td:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 5px 5px 0;
    -moz-background-clip: padding;
    border-radius: 0 5px 5px 0;
    background-clip: padding-box;
    margin-right: 10px;
}
.shopping-cart .image,
.shopping-cart .image img {
    max-width: 100%;
}
.shopping-cart .image-th,
.shopping-cart .image-th img {
    width: 25px;
}
.shopping-cart .title {
    font-size: 1.1em;
}
.shopping-cart .feature {
    font-size: 0.8em;
}
.shopping-cart .color span {
    display: inline-block;
    *display: inline;
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
}
.shopping-cart .quantity input {
    width:60px;
    height: 35px;
    padding: 2px 2px 2px 10px;
    border-radius: 4px;
    border: 1px solid #dfdfe6;
}
.shopping-cart .price {
    color: #31313F;
    width: 140px;
    text-align: left;
}
.shopping-cart .price .currency {
    font-size: 12px;
}

.shopping-cart .actions {
    width: 80px;
}
.shopping-cart .actions .btn {
    margin-bottom: 5px;
}

/* END CART PAGE */

/* BEGIN POPUP */
#popup {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#e8ebee;
    width:420px;
    padding:10px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    *html #popup  {
        position: absolute;
    }
        #popup h3{
            color:#60757f;
            font-size:20px;
            font-weight:400;
            text-transform:uppercase;
            margin-bottom:20px;
            text-align: center;
        }
            #popup p {
                padding-bottom:15px;
            }
                #popup .btn-green {
                   height: 36px;
                }
                    #popup .form-control{
                        background-color: #fff;
                        background-image: none;
                        border: 1px solid transparent;
                    }
                        #popup_close {
                            display:block;
                            position: absolute;
                            top: 10px;
                            right: 10px;
                            width: 12px;
                            height: 12px;
                            background: url(../images/close.png) no-repeat center center;
                            cursor: pointer;
                            z-index: 2103;
                        }
                            #popup_close:hover {
                                opacity:0.7;
                                transform: rotate(90deg);
                                transition: all 0.5s ease-in-out 0s;
                            }
#fade {
    display: none;
    background: #000000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .70;
    z-index: 1000;
}
    *html #fade {
        position: absolute;
    }
/* end popup */

/*  PRODUCT_POPUP */
#popup_product {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    width:620px;
    background:#e8ebee;
    padding:10px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    *html #popup_product  {
        position: absolute;
    }
        #popup_product h3{
            color:#60757f;
            font-size:24px;
            font-weight:400;
            text-transform:uppercase;
            margin-bottom:10px;
            text-align: center;
        }
            #popup_product p {
                margin-bottom:0;
            }
                #popup_product .btn-orange {

                }
                #popup_product .form-group{
                    margin-bottom:5px;
                }
                    #popup_product .form-control{
                        background-color: #fff;
                        background-image: none;
                        border: 1px solid transparent;
                    }
                        #popup_close {
                            display:block;
                            position: absolute;
                            top: 10px;
                            right: 10px;
                            width: 12px;
                            height: 12px;
                            background: url(../images/close.png) no-repeat center center;
                            cursor: pointer;
                            z-index: 2103;
                        }
                            #popup_close:hover {
                                opacity:0.7;
                                transform: rotate(90deg);
                                transition: all 0.5s ease-in-out 0s;
                            }
.order_table{
    display: block;
    margin-bottom: 5px;

}
    #plus_order, #minus_order {
        color: #60757f;
        font-size: 18px;
        cursor: pointer;
    }
    #qty_order {
        color: #2c2c2c;
        font-size: 16px;
        text-align: center;
    }
    .popup_product_image{
        width: 100%;
        border:1px solid #60757f;
        padding: 5px;
        background: #ffffff;
    }
        .popup_product_image img{
            width: 100%;
            max-height: 80px;
        }
    .popup_product_name{
        line-height: 1em;
        padding-top: 15px;
        font-size: 16px;
    }
        .popup_product_price{
            padding: 13px 0 0 0;
            font-size: 24px;
        }
            .popup_product_price{}
                #popup_product .radio label{
                    color:#2c2c2c;
                    margin-top:20px;
                }
                    #popup_product  .radio label img{
                        margin-top:-15px;
                    }
                    .popup_product_total{
                        text-align: center;
                        margin:15px 0;
                        font-size:22px;
                    }
                        .popup_product_total b{
                            color:#78b21d;
                        }
/* END PRODUCT_POPUP */

/* FLIP CONTAINERS */
.flip-container {
	perspective: 1000px;
    margin-bottom: 0;
}
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}
        .flipper .flip-href{
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            text-align: center;
            z-index: 2;
            position: relative;
            top: 130px;
            left: 0;
        }
            .flipper .flip-href:hover,
            .flipper .flip-href:focus{
                text-decoration: none;
            }
.flip-container, .front, .back {
    width: 220px;
    height: 170px;
}
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}
.back {
    /*border:1px solid #9292a9;*/
    border-radius: 160px;
	transform: rotateY(180deg);
}
/* END FLIP CONTAINERS */




/*CONTAINER RESPONSIVE WIDTH MAX */

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

@media only screen and (max-width: 989px) {

    .owl-carousel .owl-controls .owl-nav [class*=owl-]{
        left: 0px;
    }
    .owl-carousel .owl-controls .owl-nav .owl-next{
        left: auto;
        right: 0px;
    }
    .flip-container, .front, .back {
        width: 220px;
        height: 170px;
        margin-bottom: 25px;
        border-radius: 10px;
        overflow: hidden;
    }

}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fafafa;
    }
    .navbar-default .navbar-nav > li > a {
        width: 100%;
    }
         .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background: transparent;

        }
            .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
                color: #fff;
                background: transparent;

            }
                .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
                    color: #fff;
                    background: transparent;

                }
    .flip-container, .front, .back {
        width: 220px;
        height: 170px;
        margin: 0 auto;
        margin-bottom:15px;
    }
    .homepage-header h1 {
        text-align: center;
        text-transform: uppercase;
        margin: 30px 0 0;
        font-size: 26px;
    }
    h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-transform: none;
        margin-top: 0;
    }
    #homepage-search-form {
        margin: 10px 0 0 0;
        position: relative;
    }
    .navbar-nav {
        width: 100%;
        float: left;
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 4px 12px;
    }

    .map-content{
        position: absolute;
        top:0px;
        left:0px;
        margin-left:0px;
        width:320px;
        z-index:112;
    }

    #logo{
        width: 174px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    #footer-logo {
        margin: 0 auto;
    }
        footer .contacts-block {
            text-align: center;
        }
        .news-block .news-image img {
            width: 100%;
            height: auto;
        }


}

@media only screen and (max-width: 520px) {

    #about-company h1 {
        font-size: 24px;
    }
    .header-top p {
        color: #fff;
        font-size: 13px;
    }
    .header-top .btn{
        width: 80%;
    }
    .contacts-info{
        font-size:16px;
        color:#3f3f51;
    }
        .contacts-info > i{
            width: 30px;
            height: 30px;
            font-size: 20px;
            color:#007bb8;
            float: left;
        }

    	#popup {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 20px 10px;
            margin:0 !important;
            left: 0;
            top: 0;
        }
        #popup h2 {
            font-size: 20px;
        }
        #popup .button {
            font-size: 18px;
        }
        #popup_close {
            width:30px;
            height:30px;
        }
            #popup_product {
                width: 100%;
                box-sizing: border-box;
                padding: 20px 20px 10px;
                margin:0 !important;
                left: 0;
                top: 0;
             }
                #popup_product h2 {
                    font-size: 20px;
                }
                #popup_product .button {
                    font-size: 18px;
                }

}

