@charset "utf-8";

html {
    min-height: 100%;
    font-family: sans-serif;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

body {
    max-width: 1600px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: auto;
}
a{
    color: #000000;
    text-decoration:none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}

:focus {
    outline: none;
}
img {
    border: 0;
}

h1 {
    margin: 0;
}

.header{
    background: rgba(0, 0, 0, 0) url("../images/head.1.gif") repeat-x scroll center top;
}

.header_logo{
    float: left;
    padding :10px 0;
    text-align: center;
}


.header_right{
  /* position: absolute;*/
right:7px;
}

.nav {
    padding :7px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 50px;
}

.contact{
    margin-left: auto;
    float: right;
    max-height: 60px;
}

#tel_ico{
  padding-right:8px;
  height: 55px;
}

#tel_text{
    padding-right: 15px;
    float: inherit;
    font-family: 'Lobster', cursive;
    font-size: 3.0em;
    color:white;
}


#icons_bar{
    float:right;
    padding-right:20px;
}

.nav-itm {
    background-color: #fff;
    height: 35px;
    color: #553983;
    padding:5px;
    border: 3px solid #1B6EAA;
    border-radius: 8px;
    text-decoration: none;
    margin: 3px 0 0 3px;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    align-items: center;
}

nav > a :hover{
    background: #DFEFFF;
    font-weight: bold;
}

.main {
    width: 100%;
    max-width: 960px;
    min-width: 430px;
    margin: auto;
    flex: auto;
    box-sizing: border-box;
}

/*path*/

/*breadcrumb*/

.breadcrumb {
    padding: 5px;
    max-width:90%;
    width:auto;
    list-style: none;
    background-color: #f5f5f5;
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-animation: flash 5s linear infinite;
}


.breadcrumb > li {
    display: inline-block;

}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
    text-overflow: ellipsis;
    /*height:1%;*/
}

/*end breadcrumb*/

#name_to_cat{
    max-width: 600px;
    text-align: center;
    margin: 0;
}


.path{
    font-size: 1.0rem;
    margin-bottom: 25px;
    min-width: 420px;
}

/*корзина*/

div .fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    background-color: #fff;
}

/*таблица*/

td{
  /* border: 1px solid black;*/
}

/**/

.box{
    text-align: center;

}

.box-left{
    text-align: left;
}

.box-base {
    background: #222;
    font-size: 5rem;
    color: #eee;
    flex: auto;

    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-side {
    margin-left: 15px;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 220px;
    flex-direction: column;
}

.box-item {
    margin-bottom: 15px;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-itm {
    background: #222;
    font-size: 5rem;
    color: #eee;
    margin-bottom: 15px;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-itm:last-child {
    margin-bottom: 0;
}


/*список рекомендованных товаров*/
ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
}
ul.hr li {
    display: inline-block; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
    width: 200px;
    min-height: 200px;
    background: #ccc;
}


.zoom-wrapper{
    width: 100%;
}

.zoom-left{
    display: block;
    width: 60%;
    float: left;
}

.zoom-right{
    display: block;
    width: 40%;
    float: right;
}

#responsive_img{
    width: 100%;
}

#zoom_03{
    width:90%;
    padding: 10px;
}

#gal_img{
    max-height: 120px;
    padding:2px;
    border: 1px outset grey;
}

/*slider*/

.slider {
    position:relative;
    width:100%;
    padding-top:370px;
    text-align:center;
}
.slider__check {
    position:absolute;
    clip:rect(0 0 0 0);
    overflow:hidden;
}
.slider__image {
    width: 100%;
    min-width: 420px;
    min-height:200px;
    position:absolute;
    top:0;
    left:0;
}
.slider__label {
    overflow:hidden;
    display:inline-block;
    width:20px;
    height:20px;
    background:#069;
    border-radius:50%;
    text-indent:-9999px;
}

/* Display */
.slider__image {
    display:none;
}
.slider__check:checked + .slider__label + .slider__image {
    display:block;
}

/* Current */
.slider__check:checked + .slider__label {
    background:#C00;
}

#fbplus-wrap{
    top: 10px !important;
}




/*форма обратной связи*/
/* form styles */
#w{
    width: 100%;
}

#contactform{
    margin-bottom: 80px;
}


.comment_text{
    display: block;
    width: 100%;
}

#submitbtn{
    height: 50px;
}

form .row {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
form .row:hover {
    background: #f1f7fa;
}

.w50{
    width:50%;
    display: inline-flex;
}

form label {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 5px;
    color: #464646;
    vertical-align: top;
}
form .req { color: #ca5354; }

form .note {
    font-size: 1.2em;
    line-height: 1.33em;
    font-weight: normal;
    margin-bottom: 10px;
}

form input{
    padding-left: 7px;
    width: 100%;
}

form textarea{
    height: 100px;
}
form input:focus, form textarea:focus { outline: none; }

#blue_color{
    color:blue;
}

::-webkit-input-placeholder { color: #aaafbd; font-style: italic; } /* WebKit */
:-moz-placeholder { color: #aaafbd; font-style: italic; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aaafbd; font-style: italic; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #aaafbd; font-style: italic; } /* Internet Explorer 10+ */

form .txt {
    display: inline-block;
    font-family: 'Oxygen', sans-serif;
    font-size: 1.35em;
    font-weight: normal;
    color: #898989;
}

/*grid*/


.grid {
    min-width:900px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction:rtl;
    align-items: center;
    align-content: flex-start;
}
.grid-itm {
    margin-bottom: 10px;
    flex-basis: calc(40% - 30px * 2/3);
    flex-wrap: wrap;
}

.grid-img {
    margin: 0 auto;
}

.grid-itm > img {
    width:100%;
 /* max-height:300px;*/
}

.grid-cont{
    width: 98%;
    border: 1px solid grey;
}

.grid-cont > span >h2 {
    margin-bottom: 0;
    margin-top: 5px;
}

.grid-cont > span >h2 {
padding: 0 5px 5px 2px;
}

.grid-title {
    flex: 0 1 100%;
    text-align: center;
}
/*grid-end*/

#right{
    float:right;
}
#left{
    float:left;
}

/*подробнее*/

.button{
    float:right;
    text-decoration:none;
    text-align:center;
    padding:3px 16px;


    border:solid 1px #004F72;

    font:17px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#E5FFFF;
    background-color:#88bdf2;
    background-image: -moz-linear-gradient(top, #88bdf2 0%, #1d70ab 100%);
    background-image: -webkit-linear-gradient(top, #88bdf2 0%, #1d70ab 100%);
    background-image: -o-linear-gradient(top, #88bdf2 0%, #1d70ab 100%);
    background-image: -ms-linear-gradient(top, #88bdf2 0% ,#1d70ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d70ab', endColorstr='#1d70ab',GradientType=0 );
    background-image: linear-gradient(top, #88bdf2 0% ,#1d70ab 100%);
    -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
    box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;

}

/*для item/show.blade.php*/
.buy-btn{
    text-align:center;
    padding:15px;
    border:solid 1px #004F72;
    font:17px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#E5FFFF;
    background-color:#88bdf2;
    background-image: -moz-linear-gradient(top, #88bdf2 0%, #1d70ab 100%);
    background-image: -webkit-linear-gradient(top, #88bdf2 0%, #1d70ab 100%);
    background-image: -o-linear-gradient(top, #88bdf2 0%, #1d70ab 100%);
    background-image: -ms-linear-gradient(top, #88bdf2 0% ,#1d70ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d70ab', endColorstr='#1d70ab',GradientType=0 );
    background-image: linear-gradient(top, #88bdf2 0% ,#1d70ab 100%);
    -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
    -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
    box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}

.footer{
    background: rgba(0, 0, 0, 0) url("../images/head.1.gif") repeat-x scroll center top;
    width:100%;
    clear:both;
    min-height:150px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer_grid{
    max-width: 900px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction:rtl;
    align-items: auto;
    align-content: stretch;]
}

.footer_li{
 width:250px;
 text-align: left;
 color: #FFFFFF;
}
.footer_li a {
    color:#FFFFFF;
    font-size:1.3em;
}


.wrapper {
    display: flex;
}


/*____leftMenu___*/


#leftMenu {
    flex: 1 0 18%;
}

#leftMenu > details{
}

#leftMenu > details > summary{

    cursor:pointer;
    background: #DFEFFF;
    margin:6px;
    padding:8px;
}
#leftMenu > details > summary:hover{
    background: #EFEFEF;
}
#leftMenu > details > summary::-webkit-details-marker{
    /*display: none;*/
}

#leftMenu > details > a{
    display:block;
    text-decoration: none;
    color:#000;
    font-size:13px;
    margin:3px 6px 3px 18px;
    padding: 4px;
    background: #EFEFEF;
}

#leftMenu > details > a:hover{
    background: #DFEFFF;
    font-weight: bold;
}
#leftMenu > details > a:before{
    content: "- ";
}

.content {
    flex: 3 0 80%;
    max-width: 1000px;
    box-sizing: border-box;
}


@media screen and(max-width:1000px){

    .buy-btn{
        padding:5px;
        font-size:90%;
    }


}


@media screen and (max-width: 960px) {
    #footer-menu{
        display:none;
    }

    .header{
        width: 100%;
        height: 145px;
        background: rgba(0, 0, 0, 0) url(../images/head.1.gif) repeat-x scroll center top;
    }

    .header_logo{
        z-index: 1;
    }

    .header_right{
        z-index: 2;
    }

    .buy-btn{
        padding:10px;
        font-size:90%;
    }

    .zoom-left{
        display: block;
        width: 50%;
        float: left;

    }
    .zoom-right {
        display: block;
        width: 50%;
        float: right;
    }

   .breadcrumb {
       width:auto;
       padding: 8px 15px;
       list-style: none;
       background-color: #f5f5f5;
       border-radius: 4px;
       white-space: nowrap; /* Отменяем перенос текста */
       overflow: hidden; /* Обрезаем содержимое */
       text-overflow: ellipsis;
       -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
       -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
       -webkit-animation: flash 5s linear infinite;
   }
   .breadcrumb > li {
       display: inline-block;

   }
   .breadcrumb > li + li:before {
       padding: 0 5px;
       color: #ccc;
       content: "/\00a0";
   }
   .breadcrumb > .active {
       color: #777;
       display: none;
   }

}

@media screen and (max-width: 785px) {

    .grid {
        display: -webkit-flex;
        flex-wrap: wrap;
        flex-direction:column;/*колонкой*/
        align-items: center;
        align-content: flex-start;
        justify-content: center;/*По центру*/
    }

    .grid-itm {
        align-items: stretch;
        margin-top: 10px;
        margin-bottom: 30px;
        flex-basis: auto;
        flex-wrap: wrap;
    }

    .grid-img{
        margin: 0 auto;
    }

    .grid-img > img {
        width:80%;
    }

    .grid-cont{
        border: 1px solid grey;
    }

    .grid-title {
        display: flex;
        text-align: center;
    }


    .header_right {
        right: 7px;
    }

    .nav {
        padding-top: 110px;
    }

    .zoom-left {
        display: block;
        width: 100%;

    }

    .zoom-right {
        display: block;
        width: 100%;
        text-align: center;
    }

    .box-left {
        text-align: center;
    }

    #gallery_01 {
        max-width: 82%;
        width: auto;
        display: block;
    }

    #icons_bar {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    #tel_ico {
        display: none;
    }


    #tel_text{
         display: none;
    }



   /*
    #tel_text {
        position: absolute;
        top: 55px;
        float: right;
        font-family: 'Lobster', cursive;
        font-size: 3.0em;
    }

    */
}

