html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
    width:100%;
	font-family: latolight;
	color: #222;
}
body {
    width:100%;
    height:100%;
}
ul, ol, p, h2, h3, h4, h5, h6, form {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img {
	vertical-align: top;
	border: none;
}
.img{
	max-width: 100%;
	height:auto;
}
a {
	color: #38ccca;
}
a:hover {
	color: #222222;
    text-decoration:none;
}
.w1024{
    width:1170px;
    margin:0 auto;
}
.header{
	padding: 20px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.header__search {
	margin-right: 20px;
	margin-top: 20px;
}
/*.header__cart {margin-top: 20px;}*/
.search__input-keeper {
	float: left;
	width: 80%;
}
.search__label {
	float: right;
	width: 20%;
	margin-top: 3px;
	color: #a9a9a9;
	font-size: 24px;
	text-align: center;
}
.search__label:hover {cursor: pointer;}
.search__input-keeper input {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	outline: none;
	/*text-align: right;*/
	color: #000;
}
.search__input-keeper input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.hidden{
	display: none;
}

.search {
    padding: 4px;
    border: 1px solid #000;
    background: #fff;
}

.search__input-keeper input[type="text"] {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    /* text-align: right; */
    color: #000;
}

.categ {
    text-align: center;
    padding-left: 4px;
    margin: 0 -15px;
}
.categ a {
    width: 25%;
    display: inline-block;
    margin-left: -4px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.categ .categ-inner{
    padding:10px;
    display:block;
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    text-decoration:none;
    border:1px solid #38ccca;
}
.categ a:hover{
    /*border:1px solid #222;*/
}
.categ-home {margin-bottom: 15px;}
.categ-home-link {
    font-family: 'Exo 2', sans-serif;
    display: block;
    text-align: center;
}
.categ-home-link + .categ-home-link {margin-top: 10px;}
.categ-photo {
    display: block;
    margin-bottom: 10px;
}
.categ-photo img {max-width: 100%;}
@media screen and (min-width: 768px) {
    .mobile-list {display: none;}
}
@media screen and (max-width: 767px) {
    .categ a {
        width: 50%;
        /*display: block;
        float: left;*/
    }
    .categ a:nth-child(even) + a {clear: left;}
    .home-page-title {display:  none;}
}
.text p{
    padding-bottom:5px;
}
h1{
    font-size: 40px;
    text-align:center;
    text-transform: uppercase;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 25px;
}
.pad{
    font-size:21px;
    margin-top:0px;
    margin-bottom:10px;
}
.tel{
    font-size:20px;
}
.logo{
    float:left;
    
}
.block-info{
    float:right;
}
.info{
    font-size:14px;
    font-style:italic;
    font-family:Arial;
    padding-top:10px;
}
.block-menu{
    width:100%;
    text-align:center;
    background:#222222;
    float: left;
}
.clr{
    clear:both;
}
#top-menu li{
    /*float:left;
    display:inline-block;*/
    display: table-cell;
    border-left: 1px solid #414141;
}
#top-menu li:last-child{
    border-right: 1px solid #414141;
}
#top-menu a{
    padding:20px 10px;
    display:block;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    
}
#top-menu li a:hover{
    background:#414141;
}
.padding{
    padding:20px 0px 40px;
}
.item{
    position:relative;
}
.item .backgrond_bg{
    display:none;
}
.item:hover .backgrond_bg{
    display:block;
    cursor:pointer;
    height:440px;
}
.banner{
    text-align:center;
}
.banner .items1{
    display: inline-block;
    background: url(/images/baner_border1.png) no-repeat 0 0 #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    border-radius: 16px;
    margin-left: 34px;
    margin-right:34px;
    margin-bottom:20px;
    vertical-align:top;
}
.video-slider__wrap-video{
	margin-bottom: 15px;
}
.banner .text_center {
    text-align: center;
    margin-top: 30px;
}
.item a,
.goods__item a {
    color:#222;
}
.txt_new img{

    float:left;
    padding-right:20px;
}
.wrapper{
    height:100%;
    width:100%;
}
.top_wrap{
    min-height:100%;
    
}
.full_div{
    height:153px;
    
}
.footer{
    margin-top:-153px;
}
a.act{
    background: #414141;
}
iframe {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
.video{
	padding-bottom: 56.25%;
	position: relative;
}

.videoWrapper{
	position: relative;
}
.videoWrapper__slide{
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

