/* font-family: "PTSerifRegular"; */
@font-face {
    font-family: "PTSerifRegular";
    src: url("../fonts/PTSerifRegular/PTSerifRegular.eot");
    src: url("../fonts/PTSerifRegular/PTSerifRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifRegular/PTSerifRegular.woff") format("woff"),
    url("../fonts/PTSerifRegular/PTSerifRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSerifBoldItalic"; */
@font-face {
    font-family: "PTSerifBoldItalic";
    src: url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot");
    src: url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.woff") format("woff"),
    url("../fonts/PTSerifBoldItalic/PTSerifBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSerifItalic"; */
@font-face {
    font-family: "PTSerifItalic";
    src: url("../fonts/PTSerifItalic/PTSerifItalic.eot");
    src: url("../fonts/PTSerifItalic/PTSerifItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifItalic/PTSerifItalic.woff") format("woff"),
    url("../fonts/PTSerifItalic/PTSerifItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSerifBold"; */
@font-face {
    font-family: "PTSerifBold";
    src: url("../fonts/PTSerifBold/PTSerifBold.eot");
    src: url("../fonts/PTSerifBold/PTSerifBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSerifBold/PTSerifBold.woff") format("woff"),
    url("../fonts/PTSerifBold/PTSerifBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
font-family: ALSRubl;
	src: url(../fonts/rouble.ttf); 
}
.rubznak {
	font-family: ALSRubl !important;
	text-transform: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, w, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{
	height:100%;
}
body{
	
	font: 12px 'OpenSansRegular', Arial, sans-serif;
	background-color: #232323;
	color:#fff;
	height: 100%;
    margin: 0;
    padding: 0;
}
iframe{
    max-width:100%;
}
ol, ul{
	list-style: none;
}
*{
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a, button{
    -webkit-transition: all .4s ease-out !important;
    -moz-transition: all .4s ease-out !important;
    -o-transition: all .4s ease-out !important;
    transition: all .4s ease-out !important;
}
a, a:hover{
	text-decoration: none;
}
#wraper {
  position: relative;
  height:100%;
  min-height: 100%;
}
.container{
	width:100%;
	max-width: 1164px;
	min-width:200px;
	position:relative;
}
.mobile-menu {
    display: none;
    color: #fff;
	width:55px;
	height:52px;
	background:url(../images/mobile-menu.png) no-repeat 50%;
	margin-bottom:22px;
}
#top-bar{
	width:100%;
	background:#333333;
	position:fixed;
	top:0;
	z-index:900;
	padding:10px 0;
	height:92px;
	line-height:72px;
}
.main-menu{
	display:inline-block;
	width:100%;
	text-align:center;
        line-height: 1;
}
.main-menu li{
	display:inline-block;
	padding:0 5px;
        line-height: 1;
}
.open-menu,.close-menu,.main-menu li.close-menu{
    display:none;
}
.main-menu li a{
	display:inline-block;
	font: 13px 'PTSerifRegular', sans-serif;
	color:#cccccc;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:0;
	border-bottom:2px solid #cccccc;
}
.main-menu li a:hover{
	color:#e3232c;
	border-bottom:2px solid #e3232c;
}
.main-menu li.current a{
	color:#e3232c;
	border-bottom:2px solid #e3232c;
	font: 13px 'PTSerifBold', sans-serif;
}
.logo{
	text-align:center;
}
.logo a{
	display:inline-block;
	font: 16px 'PTSerifRegular', sans-serif;
	color:#e3232c;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	padding-top:50px;
}
.logo img{
	width:100%;
	position:absolute;
	top:-10px;
}
.top-bar-contact{
	text-align:right;
}
.tel{
	font: 20px 'PTSerifRegular', sans-serif;
	/*line-height:72px;*/
	line-height:1.3;
	color:#fff;
}
.tel span{
	color:#ccc;
}
#about{
	background:#232323;
	padding-top:105px;
	padding-bottom:45px;
        background: url('../images/goose.jpg') 100% 100% no-repeat;
        background-size: cover;
}
.main-logo{
    width:50%; 
    min-height: 500px;
    margin: auto;
    text-align: center;
}
#about h1{
	text-align:center;
	font: 60px 'PTSerifRegular', sans-serif;
	color:#fff;
	letter-spacing:0;
	line-height:80px;
	margin-bottom:40px;
}
.main-logo img{
	width:100%;
}
#about div.about-text p {
    font: 15px 'PTSerifRegular', sans-serif;
	letter-spacing:1.2px;
    color: #fff;
    line-height: 20px;
    margin: 0;
	margin-bottom:20px;
}
#content {
    /*padding: 40px 0;*/
    background: #CCCCCC;
}
div.about-text p {
    font: 18px 'PTSerifRegular', sans-serif;
	letter-spacing:1.2px;
    color: #000;
    line-height: 20px;
    margin: 0;
	margin-bottom:20px;
}
#contacts{
	padding:30px 0;
}
#contacts h2 {
    font: 47px 'PTSerifRegular', sans-serif;
    color: #fff;
    margin-bottom: 50px;
    line-height: 47px;
}
#contacts h3 {
    font: 30px 'PTSerifRegular', sans-serif;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 47px;
    margin-bottom: 30px;
}
.sbm-button {
    display: inline-block;
    width: 100%;
    max-width: 197px;
    height: 49px;
    text-align: center;
    font: 18px 'PTSerifBold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 5px;
    background: #e3232c;
    border: none;
    cursor: pointer;
    position: relative;
}
.container_products{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
.col-item{
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.product-description p.cart-wrap{
	font: 18px 'PTSerifBold', sans-serif;
    color: #e3232c;
	text-transform:uppercase;
}
.sbm-button span {
    display: block;
    border: 1px solid rgba(255, 255,255,0.33);
	line-height:36px;
}
.sbm-button:hover{
	background: #333333;
}

#footer{
	background:#333333;
}
#footer p.copyright{
	font: 15px 'PTSerifRegular', sans-serif;
	color:#bfbfbf;
	line-height:90px;
}
.cimg {
    display: inline-block;
    width: 38px;
    text-align: center;
    margin-right: 5px;
}
.contacts-wrap p{
	margin-top:20px;
	font: 15px 'PTSerifRegular', sans-serif;
	color:#ccc;
	vertical-align:middle;
	line-height:37px;
}
.contacts-wrap p img{
	vertical-align:middle;
}
.contacts-wrap p.phone{
	font-size:20px;
	line-height:32px;
}
.contacts-wrap p.phone span{
	color:#fff;
}
.omline-request p{
	margin-top:20px;
}
.omline-request input[type=text], .omline-request input[type=email], .omline-request select, .omline-request textarea{
	width:90%;
	height:42px;
	background:#2d2d2d;
	border:solid 1px #191919;
	font: 13px 'PTSerifItalic', sans-serif;
	color:#ccc;
	line-height:42px;
	padding:5px 10px;
}
.omline-request textarea{
	height:166px;
}
.omline-request input[type=text]:focus, .omline-request input[type=text]:hover, .omline-request textarea:focus, .omline-request textarea:hover, .omline-request input[type=email]:focus, .omline-request input[type=email]:hover{
	color:#fff;
	border:solid 1px #ff6000;
}
.omline-request input[placeholder]:hover, .omline-request textarea:hover {color:#fff;} 
.omline-request input:hover::-webkit-input-placeholder, .omline-request textarea:hover::-webkit-input-placeholder {color:#fff;}
.omline-request input:hover::-moz-placeholder, .omline-request textarea:hover::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.omline-request input:hover:-moz-placeholder, .omline-request textarea:hover:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.omline-request input:hover:-ms-input-placeholder, .omline-request textarea:hover:-ms-input-placeholder      {color:#fff;}
.omline-request select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    background-image: url(../images/select.png);
    background-position: 95% center;
    background-repeat: no-repeat;
	line-height: 13px
}
.omline-request select options{
	background:#2d2d2d;
	color:#ccc;
	border:solid 1px #191919;
}
.omline-request input[type=text].input-date {
    background:#2d2d2d  url(../images/date.png) no-repeat 95% 50%;
}
.product-group{
	padding:40px 0;
	background:#CCCCCC;
}
.bg-chet{
	background:#aaa !important;
}
.product-group h2 {
    font: 30px 'PTSerifRegular', sans-serif;
    color: #000;
    margin-bottom: 20px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
    background: url(../images/line.png) repeat-x 0 50%;
	text-align:center;
}
.product-group h2 span {
    background: #CCCCCC;
    padding: 5px;
}
.product-wrap{
	margin-bottom:60px;
}
.product-img{
	overflow:hidden;
	text-align:center;
}
.product-img img{
	width:100%;
}
.product-description h3, .product-description h3 a{
    font: 22px 'PTSerifBold', sans-serif;
    color: #000;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight:600;
    
}
.product-description h3 a{
    text-decoration: underline;
}
#shop .product-description h3{
    text-align: center;
}
.product-description p {
    font: 15px 'PTSerifRegular', sans-serif;
    color: #000;
    line-height: 18px;
    margin-bottom: 2px;
}
.product-description p.price{
	margin:10px 0;
	font: 22px 'PTSerifBold', sans-serif;
}
.color-red{
	color:#e3232c;
}
a.sbm-button:hover{
	color:#fff;
}
#basket-form{
	position:fixed;
	top:100px;
	right:20px;
	z-index:9000;
	display:block;
}
#basket-form a{
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	line-height:40px;
	vertical-align:middle;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	background:#fff;
	position:relative;
}
#basket-form a img{
	vertical-align:middle;
}
#basket-form a span{
	font: 12px 'PTSerifRegular', sans-serif;
	color:#fff;
	background:#e3232c;
	display:block;
	width:16px;
	height:16px;
	border-radius:50%;
	text-align:center;
	line-height:16px;
	position:absolute;
	bottom:-5px;
	right:0;;
}
.displayBlock{
	display:block;
}
.displayNone{
	display:none !important;
}
#sentOrderForm{
	color:#000;
}
.modal-title{
	font: 22px 'PTSerifBold', sans-serif;
	color:#000;
	text-transform:uppercase;
}
.row-title{
	font: 16px 'PTSerifBold', sans-serif;
	color:#000;
	text-transform:uppercase;
	line-height:22px;
	margin-bottom:20px;
}
.row-product{
	margin-bottom:10px;
	font: 16px 'PTSerifRegular', sans-serif;
	color:#000;
}
.product-count-inp{
	width:50px;
	font: 16px 'PTSerifRegular', sans-serif;
	color:#000;
	text-align:center;
	border:none;
	background:#fff;
}
.product-calculate, .product-calculate:hover, .product-calculate:active, .product-calculate:focus{
	display:inline-block;
	width:22px;
	height:22px;
	border:1px solid #eee;
	text-align:center;
	text-decoration:none;
}
.order-summ{
	text-align:right;
	font: 18px 'PTSerifBold', sans-serif;
	margin:10px 0;
	color:#e3232c;
}
#sentOrderForm label{
	font: 16px 'PTSerifBold', sans-serif;
}
#sentOrderForm textarea {
    display: block;
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}

#shop, .video-gallery, .product-item-wrap{
    margin-top:92px;
}
.product-item-wrap{
    padding: 40px 0;
}
.product-slider img{
    width:100%;
}
.product-details h3{
    margin-bottom: 20px;
}
.product-details.product-description p.price{
    margin: 10px 0;
    font: 22px 'PTSerifRegular', sans-serif;
}
.product-details.product-description p.price span{
    font: 22px 'PTSerifBold', sans-serif;
}
.product-item-description{
    padding: 20px 0;
}
.product-item-description h4{
    font: 22px 'PTSerifRegular', sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.product-item-description p{
    font: 18px 'PTSerifRegular', sans-serif;
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
}
.main-menu-mobile ul.main-menu, .logo-mobile{
            display:none;
        }
.category_childs{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 20px 0;
    margin-top: -50px;
}
.child_item{
    font: 16px 'PTSerifBold', sans-serif;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #000;
    cursor: pointer;
}
.child_item:hover, .child_item.active{
    color:#e3232c;
    border-bottom: 2px solid #e3232c;
}
.d-none{
    display: none;
}
@media screen and (max-width: 998px){
    .col-item{
        width:100%;
    }
    .logo, .top-bar-contact {
		text-align: center;
	}
	.tel {
		font-size: 20px;
	}
	.main-logo{
		text-align:center;
	}
	.main-logo img{
		max-width:500px;
	}
	.product-wrap{
		margin-bottom:40px;
	}
	.contacts-wrap{
		margin-bottom:50px;
	}
	#top-bar {
            width: 100%;
            background: #333333;
            position: relative;
            top: 0;
            padding: 0px 0;
            height: auto;
            line-height: 1;
        }
                .main-menu{
            display:none;
        }
        .main-menu-mobile ul.main-menu {
            display: block;
        }
}
@media screen and (max-width: 940px){
	.main-menu {
		margin-left:-15px;
		margin-right:-15px;
		width:auto;
	}
	.main-menu li {
		padding: 0 5px;
                margin-bottom: 5px;
	}
	.main-menu li a {
		font-size:12px;
	}
}
@media screen and (max-width: 767px){
    .col-item{
        width:100%;
    }
	.logo, .top-bar-contact {
		text-align: center;
	}
        .main-menu{
            display:none;
        }
        #basket-form {
            top: 70px;
        }
	/*.main-menu {
            display:none;
            position:fixed;
            top:0;
            left:0;
            right:0;
            background: #ddd;
            z-index:9999;
	}
        .menu-mobile .main-menu{
            display:block;
        }
        .main-menu li{
            display:block;
            text-align: center;
            border-bottom: 1px solid #fff;
            padding: 4px;
            margin-bottom: 0;
        }
        .main-menu li a{
            color:#000;
            display: inline-block;
            width: 90%;
            border-bottom:0;
        }
        .main-menu li.current a{
            border-bottom:0;
        }*/
        .open-menu{
            display:inline-block;
            border:none;
            background: none;
            font-size:26px;
        }
        .main-menu li.close-menu{
            display:block;
            position:absolute;
            top:5px;
            right:20px;
            border-bottom:0 !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        .close-menu button{
            border:none;
            background: none;
            font-size:16px;
        }
	.tel {
		line-height: 35px;
	}  
        
        #shop, .video-gallery, .product-item-wrap {
            margin-top: 0;
        }        
        #top-bar {
            width: 100%;
            background: #333333;
            position: relative;
            top: 0;
            padding: 0px 0;
            height: auto;
            line-height: 1;
        }
        .logo a {
            display: inline-block;
            font: 16px 'PTSerifRegular', sans-serif;
            color: #e3232c;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            padding-top: 0;
        }
        .logo a strong{
            display:none;
        }
        .logo img {
            display:none;
            width:auto;
            max-width: 200px;           
            position: relative;
            top: 0;
        }
        .logo img.logo-mobile{
            display: inline-block;
        }
        .main-menu-mobile ul.main-menu {
            display: block;
        }
}
@media screen and (max-width: 500px){
	/*.logo a strong{
		display:none;
	}*/
	.logo a{
		font-size:12px;
	}
        
        .tel {
            font-size: 16px;
        }
}
@media screen and (max-width: 400px){
	/*.logo a strong{
		display:none;
	}*/
	.logo strong{
            visibility:hidden;
	}
        
        .tel {
            font-size: 16px;
        }
}
@media screen and (max-width: 380px){
	#basket-form {
            top: 90px;
        }
}
@media screen and (max-width: 350px){
	#basket-form {
            top: 90px;
        }
        .logo img.logo-mobile{
            display: none;
        }
        .logo-wrap{
            display:none !important;
        }
        .phone-wrap-header{
            width:100% !important;
            text-align: center;
        }
        .top-bar-contact{
            text-align: center;
        }
}