

/* ==========================================================================
   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: #075aaf; text-decoration: none; }
a:hover { color:#075aaf; text-decoration:underline; }


/*бэкграунд*/
html {
    background:#fff;
    display:block;
}
body {min-width:1240px; font-size: 16px; line-height: 1.3; color:#2e2e2e; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}

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

/* шрифт */
body {font-family: Open Sans, Arial;}


/* Типографика */
h1 {
	font-weight:normal;
	font-size:34px;
	line-height:42px;
	padding:0;
	margin:30px 0px 20px;
	text-transform:uppercase;
}
h2 {
	font-weight:bold;
	font-size:32px;
	line-height:46px;
	margin:30px 0px 20px;
	color:#000;
	font-family: Merriweather;
	border-bottom:2px solid #DAA74E;
	text-transform:uppercase;
}
h3 {
	font-weight:normal;
	font-size:28px;
	line-height:36px;
	margin:20px 0px 10px;
	color:#000;
	font-family: Merriweather;
}
p {
	margin:0 0 15px;
}

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



/* Топбар */
.top-line {
	padding:20px 0;
	background: #DAA74E;
	color:#fff;
	height:60px;
	line-height:20px;
	position:relative;
	z-index:100;
}
    .top-line a {
        font-size:12px;
        color:#fff;
        text-transform:uppercase;
        opacity:0.8;
        text-decoration:none;
    }
    .top-line a:hover {
        opacity:1;
    }
    .top-line a.lk-btn {
        padding-left:20px;
        background:url(../images/top-i-lk.png) left center no-repeat;
    }
    .lk-btns {
        float:right;
    }


/* Шапка */
.header-line {
    padding:30px 0;
    position:relative;
}
    .logo-box {
        float:left;
        width:320px;
    }
    .search-box {
        float:left;
        width:580px;
        margin-left:50px;
        padding-top:15px;
    }
        .search-form {
            border-bottom: 1px solid #DAA74E;
            position:relative;
            display:block;
            height:35px;
        }
            .search-form input[type=search] {
                border:0;
                outline:0;
                background:transparent;
                height:35px;
                line-height:20px;
                padding:7px 40px 7px 0;
                font-size:14px;
                width:100%;
            }
            .search-form .btn {
                position: absolute;
                right: 0;
                border:0;
                outline:0;
                background:transparent url(../images/search.png) center no-repeat;
                height:35px;
                width:35px;
                opacity:0.8;
                cursor:pointer;
            }
            .search-form .btn:hover {
                opacity:1;
            }
    
    
    .slogan-box {
        font-size:13px;
        line-height:18px;
        text-align:right;
        padding-top:20px;
        float:right;
        color:#333;
        width:200px;
    }

.nav-line {
    
}
    .nav-line .nav-box {
        float:left;
        width:1000px;
    }
    .mob-menu {
        display:none;
    }
    .nav-line ul.menu {
        margin:0;
        padding:0;
        list-style:none;
        display:block;
        width:100%;
    }
    .nav-line ul.menu ul {
        display:none;
    }
    .nav-line ul.menu > li {
        display:inline-block;
    }
    .nav-line ul.menu > li > a {
        display:block;
        text-decoration:none;
        padding:10px 15px;
        font-size:15px;
        line-height:20px;
        font-weight:bold;
        color:#000;
        text-transform:uppercase;
        letter-spacing:1px;
    }
    .nav-line ul.menu > li > a.catmenu {
        padding:10px 20px 10px 40px;
        background:url(../images/catmenu.svg) left center no-repeat;
    }
    .nav-line ul.menu > li > a:hover {
        color:#DAA74E;
    }
    .nav-line ul.menu > li > a.catmenu:hover {
        background:url(../images/catmenu_hover.svg) left center no-repeat;
    }
    
    .nav-line ul.menu > li:hover > ul {
        display:block;
        position:absolute;
        z-index:200;
        margin:0;
        padding:10px 15px;
        list-style:none;
        background: #DAA74E;
        border-radius:10px;
        width:240px;
        border: 1px solid rgba(255,255,255,0.3);
    }
    .nav-line ul.menu > li > ul  li {
        display:block;
    }
    .nav-line ul.menu > li > ul  li > a {
        display:block;
        color:#fff;
        font-size:14px;
        padding:5px 10px;
        text-decoration:none;
    }
    .nav-line ul.menu > li > ul  li > a.profi {
        font-size:18px;
        padding:10px;
        border-bottom:1px solid rgba(255,255,255,0.3);
        margin-bottom:10px;
        background:url(../images/menu_arr.png) center right no-repeat;
        background-size:10px;
    }
    .nav-line ul.menu > li > ul  li > a:hover {
        color:#000;
    }
    
    .nav-line ul.menu > li > ul > li:hover ul {
        display:block;
        position:absolute;
        z-index:200;
        margin:0;
        padding:10px 15px;
        list-style:none;
        background: #DAA74E;
        border-radius:10px;
        border:1px solid rgba(255,255,255,0.3);
        width:240px;
        left:240px;
        top:10px;
    }

    
    .icons-box {
        float:right;
        width:160px;
        text-align:right;
    }
    .icons-box a {
        width:40px;
        height:40px;
        display:inline-block;
        margin-left:10px;
        position:relative;
    }
    .lk-icon {
        background:url(../images/lk.svg) center no-repeat;
    }
    .like-icon {
        background:url(../images/like.svg) center no-repeat;
    }
    .basket-icon {
        background:url(../images/basket.svg) center no-repeat;
    }
    .basket-count {
        display:none;
        position:absolute;
        top:0;
        right:0;
        font-size:9px;
        line-height:16px;
        padding:2px;
        min-width:20px;
        height:20px;
        box-sizing:border-box;
        text-align:center;
        background:#DAA74E;
        color:#fff;
        border-radius:10px;
    }
    .basket-count.active {
        display:block;
    }
    

/* Слайдер */
.slider-line {
    padding:40px 0;
}

/* Хлебные крошки */
.breadcrambs-line {
    background:#daa74e30;
    overflow:hidden;
}

ul.breadcrumb {
    display:block;
    margin:7px 0 0px;
    padding:0;
    height:auto;
    text-align:left;
    line-height: 28px;
    font-size:14px;
}
    ul.breadcrumb li {
        display:inline-block;
        text-transform:uppercase;
        overflow:hidden;
    }
    ul.breadcrumb li a {
        color:#000;
        text-decoration:underline;
    }
    ul.breadcrumb li:first-child {
        display:none;
    }
    ul.breadcrumb .divider {
        /*background:url(../images/divider.png) center no-repeat;*/
        display: inline-block;
        /*width: 20px;*/
    }
    ul.breadcrumb .divider img {
        opacity:0;
    }

/* Контент */
.content-line {
    padding: 40px 0;
    /*border-top: 1px solid #daa74e;*/
}

.content-line [itemprop="articleBody"] img {
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
}




/* Лучшие предложения */
.brends-line {
    padding: 0;
}
.brends-line a {
    display:inline-block;
    margin:5px;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
    padding:0 20px;
}
.brends-line a:hover {
    box-shadow: 0px 4px 25px rgb(0 0 0 / 5%);
}
.brends-line a img {
    display:block;
    height:60px;
    width:auto;
}
.brends-carusel {
    margin:0 60px;
}
.flickity-prev-next-button.previous {
    left: -60px!important;
}
.flickity-prev-next-button.next {
    right: -60px!important;
}

/* Лучшие предложения */
.products-line {
    padding: 40px 0;
    /*border-top: 1px solid #daa74e;*/
}
.products-line h3 {
    margin-bottom:30px;
}

/* Филиалы */
.filial {
    
}
.filial-teaser {
    box-sizing: border-box;
    background: #fafafa;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    margin-bottom:30px;
    overflow:hidden;
    float:left;
    width:380px;
    margin:10px;
}
.filial-teaser:hover {
    background:#fafafa;
    border: 1px solid rgba(218, 167, 78, 1);
}
.filial-img {
    float:none;
    width:100%;
    display:block;
    height:auto;
}
    .filial-img a {
        display:block;
        text-decoration:none;
    }
    .filial-img img {
        display:block;
        width:100%;
        height:auto;
        border: 1px solid rgba(218, 167, 78, 0.3);
        /*border-radius: 5px;*/
    }
.filial-info {
    float:none;
    width:100%;
    padding:20px;
    min-height:310px;
    
}
    .filial-city {
    	font-size:21px;
    	line-height:24px;
    	color:#000;
    	font-family: Merriweather;
    }
    .filial-title {
        font-weight:normal;
    	font-size:18px;
    	line-height:24px;
    	color:#DAA74E;
    	font-family: Merriweather;
    	margin-top:5px;
    }
    .filial-title a {
    	color:#DAA74E;
    }
    .filial-adress {
        font-weight:normal;
    	font-size:16px;
    	line-height:21px;
    	color:#999;
    	margin-bottom:20px;
    }
    .filial-contacts {
    	font-size:16px;
    	line-height:21px;
    	color:#333;
    	margin-bottom:20px;
    }
    .filial-more a {
    	font-size:11px;
    	line-height:18px;
    	background:#DAA74E;
    	color:#fff;
    	text-transform:uppercase;
    	text-decoration:none;
    	display:inline-block;
    	border-radius:5px;
    	padding:9px 20px 8px;
    }

.filial-full .filial-img {
    float:left;
    width:400px;
    display:block;
    height:auto;
    margin-right:30px;
}
.filial-full .filial-info {
    float:left;
    width:770px;
    min-height:310px;
    
}
.filial-map  {
    margin-top:50px;
    background:#eee;
    height:400px;
}

/* каталог и картточки товара*/
#yoo-zoo .categories {
    padding:10px;
    background: #eff3f4;
    margin:20px 0;
    overflow:hidden;
}
#yoo-zoo .categories .category {
    padding: 9px 20px 8px !important;
    border: 1px solid rgba(218, 167, 78, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
    color: #DAA74E;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:5px;
    background:#fff;
    display:block;
    float:left;
}
#yoo-zoo .categories .category:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    text-decoration:none;
    color:#000;
}


.catalog-items {
   margin:-13px; 
}
.catalog-teaser {
    display:block;
    float:left;
    position:relative;
    text-decoration:none;
    box-sizing: border-box;
    width:279px;
    height:558px;
    background: #fafafa;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    overflow:hidden;
    margin:13px;
    color:#000;
    text-align:center
}
.catalog-teaser:hover {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
    text-decoration:none;
    color:#000;
    margin: 3px 13px 23px;
}
    .catalog-teaser-img {
        height:280px;
    }
    .catalog-teaser-img a {
        display:block;
    }
    .catalog-teaser-title {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px;
        height: 100px;
        display: table-cell;
        width: 277px;
        text-align: center;
        vertical-align: middle;
        background: #eff3f4;
        color: #2e2e2e;
    }
    .catalog-teaser-subtitle {
        font-size:12px;
        line-height:18px;
        font-weight:400;
        color:#666;
        padding:10px;
        text-transform: uppercase;
    }
    
    .catalog-teaser-cost {
        position:absolute;
        bottom:61px;
        padding:10px;
        background:#fafafa;
        width:100%;
        font-size:17px;
        line-height:26px;
        font-weight:400;
    }
    .catalog-teaser-cost span.oldcost {    
        font-size: 16px;
        margin-right: 5px;
        color: red;
        text-decoration: line-through;
    }   
    .catalog-teaser-more {
        position:absolute;
        bottom:0;
        padding:10px 10px 30px;
        background:#fafafa;
        width:100%;
    }
        .catalog-teaser-more span {
            padding: 9px 20px 8px;
            border: 1px solid rgba(218, 167, 78, 0.5);
            box-sizing: border-box;
            border-radius: 20px;
            color:#DAA74E;
            font-size:11px;
            line-height:11px;
            letter-spacing:1px;
            text-transform:uppercase;
        }
        .catalog-teaser:hover .catalog-teaser-more span {
            background:#DAA74E;
            color:#fff;
        }

/*каталог - страница товара*/
.item-img {
    float:left;
    width:500px;
    display:block;
    height:auto;
}
    .item-img img {
        display:block;
        width:100%;
        height:auto;
        border: 1px solid rgba(218, 167, 78, 0.3);
        border-radius: 5px;
    }
.item-info {
    float:left;
    width:600px;
    padding-left:50px;
}
    .item-subtitle {
        font-size:14px;
        line-height:21px;
        font-weight:400;
        color:#666;
        text-transform: uppercase;
        margin-bottom:10px;
    }
    .item-cost {
        font-size:18px;
        line-height:24px;
        font-weight:400;
        color:#000;
        text-transform: uppercase;
        margin-bottom:10px;
    }
    .item-cost span.oldcost {    
        font-size: 16px;
        margin-right: 5px;
        color: red;
        text-decoration: line-through;
    }    
.item-desc {
    margin-top:50px;
}
#yoo-zoo .item h3 {
    font-size:28px!important;
	line-height:36px;
	margin:20px 0px 10px !important;
	border-bottom:1px solid #DAA74E;
}
#yoo-zoo .feedback h3 {
    font-size:28px!important;
	line-height:36px !important;
	margin:20px 0px 10px !important;
	border-bottom:1px solid #DAA74E;
}



/* Семинары */
.five-column {
    float:left;
    width:220px;
    margin:0 10px 10px;
}
.column-title {
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
    padding-bottom:10px;
    border-bottom:1px solid #DAA74E;
    margin-bottom:30px;
}

.seminar-teaser {
    margin-bottom:30px;
}
.seminar-teaser .seminar-title {
	font-weight:normal;
	font-size:16px;
	line-height:21px;
	color:#000;
	font-family: Merriweather;    
	
}
.seminar-teaser img {
    display:block;
    width:100%;
    height: auto;
    border:1px solid #ddd !important;
}

.seminar-title {
	/*font-weight:normal;
	font-size:28px;
	line-height:36px;
	margin:20px 0px 10px;
	color:#000;
	font-family: Merriweather;   */
}
.seminar-info {
    background: #eff3f4;
    margin:0;
    font-size:14px;
    padding-bottom:10px;
    border-bottom:1px dashed #DAA74E;
    margin-bottom:30px;
}
.seminar-teaser .seminar-info {
    background: transparent;
    color:#999;
}




/* Подвал */
.footer-line {
    padding: 40px 0;
    background: #DAA74E;
    color:#fff;
    font-size:12px;
}
    .footer-line a {
        color:#fff;
    }

    .footer-line .nav-box {
        float:right;
        width:800px;
        padding-top:10px;
    }
        .footer-line ul.menu {
            margin:0;
            padding:0;
            list-style:none;
            display:block;
            width:100%;
            text-align:right;
        }
        .footer-line ul.menu ul {
            display:none;
        }
        .footer-line ul.menu > li {
            display:inline-block;
        }
        .footer-line ul.menu > li > a {
            display:block;
            text-decoration:none;
            padding:10px 15px;
            font-size:13px;
            line-height:20px;
            font-weight:bold;
            color:#fff;
            text-transform:uppercase;
            letter-spacing:1px;
        }
    .footer-line .text-box {
        margin-top:40px
    }
    .footer-line .developer {
        float:right;
    }


/*******/


/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.pagination
{
text-align:center;
margin-top:30px !important;
padding-top:10px !important;
border-top:1px solid #aaa;
}

.pagination ul
{
list-style: none;
}
.pagination ul li
{
display: inline-block;
margin-left:2px;
margin-right:2px;
}
.pagination ul li span, .pagination ul li a
{
    padding: 2px 15px;
    line-height: 18px;
    border: 1px solid #999;
    color:#999;
    border-radius: 3px;
}
.pagination ul li a
{
    border: 1px solid #065b9c;
    color:#065b9c;
}


#lightbox-wrap, #lightbox-wrap * {
    box-sizing: unset;
}


table {
    border-spacing: 0;
    border-radius: 3px;
    /*border: 1px solid #aaa;*/
    overflow: hidden;
}
    .main table td {
        border:0;
        /*border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa;*/
        padding: 5px 15px;
        vertical-align:middle;
    }
    .main table td:last-child {
        border-right: 0;
        /*border-bottom: 1px solid #aaa;*/
        padding: 5px 15px;
    }
    .main table tr:last-child td {
        border-bottom: 0;
    }
table.tbl_sklad {
    margin-bottom:20px;
    border:1px solid #eee;
    border-radius:10px;
    overflow:hidden;
}
    
/*Галерея*/

.catalog-list {
    
}
.catalog-item {
    float:left;
    width:380px;
    display:block;
    height:285px;
    position:relative;
    border:1px solid #c3a074;
    cursor:pointer;
    margin:0 9px 10px;
}
    .catalog-item img {
        display:block;
    }
    .catalog-item span {
        position:absolute;
        padding:10px 30px;
        bottom:20px;
        left:0;
        max-width:90%;
        color:#fff;
        background:#c3a074;
        text-transform:uppercase;
        display:block;
        box-sizing: border-box;
    }
.catalog-item:hover {
    border:1px solid #543b26;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.catalog-item:hover span {
    background:#543b26;
}


/**/
.teaser-item {
    float:left;
    width:280px;
    display:block;
    height:210px;
    position:relative;
    border:1px solid #c3a074;
    cursor:pointer;
    margin:10px 9px;
}
    .teaser-item img {
        display:block;
    }
    .teaser-item span {
        display:block;
        position:absolute;
        padding:10px 30px;
        bottom:20px;
        left:0;
        max-width:90%;
        color:#fff;
        background:#c3a074;
        text-transform:uppercase;
        box-sizing: border-box;
        font-size:14px;
    }
.teaser-item:hover {
    border:1px solid #543b26;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
}
.teaser-item:hover span {
    background:#543b26;
}

/**/
.add-basket {
font-size: 11px;
    line-height: 18px;
    background: #DAA74E;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    padding: 9px 20px 8px;
}
.add-basket:hover {
    color: #fff;
}
.gotocart {
font-size: 11px;
    line-height: 18px;
    background: #DAA74E;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    padding: 9px 20px 8px;
}
.gotocart:hover {
    color: #fff;
}

.wa {
    display:block;
    max-width:100%;
    width:100%;
    height:auto;
    margin:20px auto;
    border:2px solid #DAA74E;
    border-radius:10px;
}
.cdek-btn {
    margin:10px 0 30px;
    display:block;
    width:250px;
}
.cdek-btn img {
    display:block;
    width:100%;
}

.fos-wrapper {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 200;
}
.fos-box {
    display:none;
    position: fixed;
    left: 50%;
    top: 50%;
    width:820px;
    height:460px;
    margin-left: -410px;
    margin-top: -230px;
    background: #fff;
    background-size:cover;
    color: #333;
    z-index: 2200;
}
.fos-box .left_side {
    float:left;
    width:410px;
    height:460px;
    padding: 30px;
}
.fos-box .right_side {
    float:right;
    width:410px;
    height:460px;
}



    .fos-box .fos-box-close {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 20px;
        right: 20px;
        background: url(../images/fos-close.png) top center no-repeat;
        cursor: pointer;
        z-index:100;
    }
    .fos-box .fos-box-title {
        height: auto;
        font-weight:600;
        color: #DAA74E;
        font-size: 24px;
        line-height: 32px;
        margin-bottom:10px;
        text-transform:uppercase;
    }
    .fos-box .fos-box-success {
        height: auto;
        font-weight:400;
        color:#F38535;
        font-size: 18px;
        line-height: 18px;
        margin-bottom:10px;
        margin-right:-10px;
        padding: 10px 0;
    }
    .fos-box .fos-box-subtitle {
        height: auto;
        font-weight:500;
        font-size: 18px;
        line-height: 21px;
        margin-bottom:10px;
    }
    .fos-box .blo {
        margin: 20px 0 0;
    }
    .fos-box input[type="text"] {
        display: block;
        width: 100%;
        margin: auto;
        color: #344738;
        background: #F5F5F5;
        padding: 8px 20px;
        border-radius: 5px;
        border:0;
        outline: 0;
        box-sizing: border-box;
        font-size: 16px;
        line-height:20px;
    }

    .fos-box input[type="submit"] {
        float: left;
        display: block;
        width: 160px;
        padding: 6px 15px 8px 15px;
        cursor: pointer;
        text-decoration: none;
        background: #DAA74E;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        z-index: 100;
        border-radius: 5px;
        border:0;
    }
    .fos-box .blo-policy {
        font-size:14px;
    }
    
/* Location */
.locations {
    float:left;
    position:relative;
}
.location_set {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.8;
    text-decoration: none;
    cursor:pointer;
    background: url(/images/location.svg) left center no-repeat;
    padding-left:20px;
}
.location_set:hover {
    opacity: 1;
}
.location_list {
    display:none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    border-radius:5px;
    overflow:hidden;
    top:20px;
    left:0;
    width:200px;
    position:absolute;
}
.locations:hover .location_list {
    display:block;
}
.location_var {
    padding:5px 10px;
    cursor:pointer;
    color:#DAA74E;
}
.location_var:hover {
    background: #daa74e30
}

