@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
        font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-BoldItalic.eot');
	src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
		url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-BoldItalic.woff') format('woff'),
		url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
        font-display: swap;
}

body {
	color: #1e2a2b;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
	    background: #fff;
}

/* СТИЛИ ДЛЯ ОБЩИХ ЭЛЕМЕНТОВ */

div.fon {
    display: none;
    background: #fff;
    width: 200%;
    height: 200%;
    position: fixed;
    z-index: 400;
    opacity: 0.8;
    top: -20px;
}

input { outline:none; width: 100%; }
select { outline:none; width: 100%; }
textarea { outline:none; width: 100%; }

input[type="button"] {
	width: unset;
     font-size: 16px;
    font-family: 'Open Sans', sans-serif;
   padding: 4px 18px;
   background: #fff;
    border: 1px solid #e8e8e8;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="button"]:hover {
    width: unset;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 4px 18px;
   background:#ca6369;
    color: #000000;
   border: 1px solid #e8e8e8;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
}


button {
	width: unset;
     font-size: 16px;
    font-family: 'Open Sans', sans-serif;
   padding: 4px 18px;
  border:1px solid #eee;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	 background:#ca6369;
    color: #fff;
	outline:none;
}

button:hover {
    width: unset;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 4px 18px;
   background: #fff;

   border: 1px solid #ca6369;
    cursor: pointer;
	color:#ca6369;
    cursor: hand;
    border-radius: 3px;
}









@media (min-width:1023px){
    .productbigimg_in iframe{
        max-width:95% !important;
    }
}
@media (max-width:1023px){
    .carouselCastumSlier__gallery video{
        max-height: 304px;
        min-width: 100% !important;
    }
    .carouselCastumSlier__gallery iframe{
        min-width: 100% !important;
    }

}


.productbigimg_in > *{
    max-width:95vw;
}

input[type="text"] {
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #545d5d;
    border: 1px solid #b8b8b8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type="password"] {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #545d5d;
    border: 1px solid #b8b8b8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input[type="password"]:focus { border: 1px solid #292929; }

input.fail {
    background: #fff3f3;
    border: 1px solid #ca6369;
}

textarea {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #545d5d;
    border: 1px solid #b8b8b8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

textarea:focus {  border: 1px solid #292929;  }

textarea.fail {
	background: #fff3f3;
    border: 1px solid #ca6369;
}

select {
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #545d5d;
    border: 1px solid #b8b8b8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

select:focus {  border: 1px solid #292929;  }

select.fail {
    background: #fff3f3;
    border: 1px solid #ca6369;
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

a:hover {
    text-decoration: none;
    color: #292929;
}

div.relative { position: relative; }

div.deliver {}

div.delivercent {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    margin: 5px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 49%;
}

div.flexoverovertop {
	display:none;
	 padding:5px;
	 box-sizing:border-box;


}

@media all and (max-width: 830px) {
	div.flexoverovertop {
		 display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		     justify-content: space-evenly;
			  -webkit-justify-content: space-evenly; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -o-justify-content: space-evenly;

	}

	div.flexoverovertop a{
		font-size:12px;
	}

}

@media all and (max-width: 400px) {
	div.flexoverovertop {
		 display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		     justify-content: space-evenly;
			  -webkit-justify-content: space-evenly; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -o-justify-content: space-evenly;

			  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	}

	div.flexoverovertop a{
		font-size:12px;
	}

}

div.incenter {
    margin: 0 auto;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
}

div.nothingfound {
    color: #ca6369;
    font-size: 90%;
    text-align: center;
    margin: 20px auto;
}

div.textfail {
    color: #ca6369;
    font-size: 90%;
    padding: 2px;
}

span.star {
    color: #ca6369;
}

/*-- ВСПЛЫВАЮЩЕЕ ОКНО ОТВЕТА --*/

#seo_text{
	font-size:14px;
}

div.answerform {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 3px 3px 1px silver;
    padding: 20px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 96%;
}

div.centertext {
	font-size:14px;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div.answer_main {
    width: 100%;
}

div.answer_mainin {}

div.answer_closeline {
    height: 40px;
}

div.answer_close {
    float: right;
}

div.answer_title {
    text-align: center;
    padding: 20px;
}

/* СТИЛИ РАЗМЕТКИ */

div.body {}

div.allheader {
    width: 100%;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	background:#f9f9f9;
}

div.overhead {
    width: 100%;
    min-height: 52px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	background:#e8e8e8;
}

@media all and (max-width: 770px) {
    div.overhead {
       display:none;
   }
}

div.overheadinfo {
    max-width: 1330px;
    margin: 0 auto;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items:center;
}

@media all and (max-width: 600px) {
	div.overheadinfo {

	}

}

div.outcallme {
	padding-left:15px;
}
@media all and (max-width: 700px) {
	div.outcallme {
	display:none;
}

}

.callmenewfnc {
	display:flex;
	align-items:center;
}

div.overheadleft {}

div.overheadcenter {  flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;  display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex; align-items:center; justify-content:space-evenly; padding:0 10px; box-sizing:border-box;}

div.overheadright {flex-basis: 275px;}

@media all and (max-width: 1100px) {

	div.overheadright {flex-basis: 275px;}

}
@media all and (max-width: 700px) {

	div.overheadright {flex-basis: 275px;}

}

@media all and (max-width: 600px) {

	div.overheadleft {flex-basis:1%; flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1; }

	div.overheadcenter {flex-basis:unset;  flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1; }

	div.overheadright {flex-basis: 25%; flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1; }

}

@media all and (max-width: 500px) {

	div.overheadleft { padding-right:0; }


}

div.head {
    width: 100%;
   min-height: 75px;
    max-width: 1330px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.headinfo {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
	align-items:center;
}

@media all and (max-width: 500px) {
    div.headinfo {
        display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
        justify-content:space-between;
        /*flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;*/
        flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
    }
}

div.headcolumnlogo {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
        padding: 15px 5px 0px 5px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
     flex-basis: 34%;
	 text-align:center;

}

div.headcolumnlogo img {
    max-width:100%;

}

@media all and (max-width: 850px) {
    div.headcolumnlogo {
        flex-basis: 50%;
        text-align: left;
    }
}

@media all and (max-width: 500px) {
    div.headcolumnlogo {
        flex-basis:100%;
        text-align: center;
		display:block;
		padding:10px 10px 0 10px;
    }
}

div.headcolumn1 {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis:33%;

}




div.headcolumn2 {
    display: none;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    padding: 5px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 15%;
}

div.headcolumn2row1 {}

div.headcolumn2row2 {}

div.headcolumn3 {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33%;
	    align-items: center;
		box-sizing:border-box;

}

@media all and (max-width: 850px) {
    div.headcolumn3 {

    }
}

@media all and (max-width: 790px) {
    div.headcolumn3 {
        width:100%;
    }
}

.loupe {
	    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

div.headcolumn3row1 {
       text-align: right;
    float: right;
   display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    justify-content: flex-end;
	padding-right:10px;
	box-sizing:border-box;
}

div.headcolumn3row2 {
    text-align: right;
}

@media all and (max-width: 600px) {
	div.headcolumn3row1 {
       text-align: unset;
    float: unset;
   display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    justify-content: flex-end;

	box-sizing:border-box;
}

div.headcolumn1 {
    flex-basis:1%;

}


}


@media all and (max-width: 699px) {
    div.headcolumnlogo {}
    div.headcolumn1 {}
    div.headcolumn2 {}
    div.headcolumn3 {}
    div.headcolumn3row2 {
        text-align: center;
    }
}

div.underhead {
    width: 100%;
    margin: 0 auto;
    background: #292929;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*display: none;*/
}

div.underheadinfo {
    margin: 0 auto;
    max-width: 1330px;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
}

div.underheadleft {

}

div.underheadright {
    text-align: right;
}

div.allcentermain {
    margin: 0 auto;
    max-width: 1330px;
    width: 100%;
}

div.allcenterblock {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    margin: 0 auto;
}

div.leftmain {
    padding: 5px 10px 5px 5px;
	margin: 5px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
	box-sizing:border-box;
}

@media all and (max-width: 770px) {
    div.leftmain {
        display: none;
    }
}

div.leftcolumn {}

div.centermain {
    padding: 5px 10px 5px 10px;
	margin: 5px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%;
	box-sizing: border-box;

}
div.centermain_chapter_home {
    padding: 0;
	margin: 0px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%;
	box-sizing: border-box;
}

div.centercolumn {}

div.rightmain {
    padding: 5px 5px 5px 10px;
    margin: 5px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
	box-sizing: border-box;
}

@media all and (max-width: 800px) {
    div.rightmain {
        display: none;
    }
}

div.rightcolumn {}

div.centerunderslider {}

div.leftunderslider {}

div.rightunderslider {}

div.allfooter {
    background: #e8e8e8;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	color:#fff;
}


div.allfooterinfo {
    padding: 10px;
    max-width: 1330px;
    margin: 0 auto;
}

div.overfooter {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-wrap:wrap;
}


div.footer_1, div.footer_2, div.footer_3, div.footer_4 {
	flex-basis:25%;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
	padding:5px;
	box-sizing:border-box;
}

@media all and (max-width: 1000px) {
	div.footer_1, div.footer_2, div.footer_3, div.footer_4 {
		flex-basis:24%;
	}
}

@media all and (max-width: 850px) {
	div.footer_1 {
		flex-basis:100%;
		text-align:center;
	}

}


@media all and (max-width: 600px) {
	div.overfooter {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-wrap:wrap;
	}
	div.footer_1, div.footer_2, div.footer_3, div.footer_4 {
		flex-basis:45%;
	}
}

@media all and (max-width: 360px) {
	div.footer_1 {
		flex-basis:100%;
	}
}


div.footer_1 a, div.footer_2 a, div.footer_3 a, div.footer_4 a {
	color:#282828;
}

div.footer_1 ul, div.footer_2 ul, div.footer_3 ul, div.footer_4 ul {
    list-style: none;
    padding: 0;
	color:#282828;
}

div.footer_title {
	font-size:14px;
	margin:5px 0 15px 0;
	color:#282828;
}

div.underfooter {}

div.underfooterleft {}

div.underfooterright {}

/* МОДУЛИ РАЗДЕЛОВ */

/* Разделы на шапке */

div.topchapters {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

div.topchapters_separator {
    display: none;
}

div.topchapter {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
	padding: 4px 10px 4px 0;
}

a.topchapter_link {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 11px;
	min-height: 10px;
	align-items: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content: center;
	    white-space: nowrap;
}

a.topactivechapter_link {
    text-decoration: none;
	color: #292929;
   font-size: 11px;
	min-height: 10px;
	align-items: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content: center;
	    white-space: nowrap;
}

a.topchapter_link:hover {
	text-decoration: none;
    color: #292929;
	    white-space: nowrap;
}

div.topchapter:hover {
    position: relative;
}

div.topactivechapter {
    position: relative;
    cursor: pointer;
    cursor: hand;
	padding: 4px 10px 4px 0;
}

div.topchapter:hover div.topchapters_submenu {
    display: block;
}

div.topactivechapter:hover div.topchapters_submenu {
    display: block;
}

div.topchapters_submenu {
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 100;
	left:0;
    border: 1px solid #989898;
	box-shadow:0 0 5px 0 #c7c7c7;
}

div.topchapter_submenu {
    min-width: 150px;
    padding: 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.topchapter_submenu:nth-child(odd) {
	background:#f7f7f7;
}

div.topchapter_submenu:hover {
    min-width: 150px;
    padding: 5px;
	background:#c7c7c7;
}

div.topchapter_submenu a {
    color: #5a5a5a;
    font-size: 90%;
    white-space: nowrap;
}

div.topchapter_submenu:hover a {
    color: #292929;
    font-size: 90%;
    white-space: nowrap;
}

/* Адаптивное меню разделов */

div.mobiletopchapters {
    display: none;
}

@media all and (max-width: 830px) {
    div.topchapters {
        display: none;
    }
    div.mobiletopchapters {
        position: relative;
        display: block;
        width: 32px;
        height: 32px;
        margin-left: 0px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
}

div.mobiletopchapters #seeChapters {
        width: 32px;
    height: 32px;
    cursor: pointer;
    cursor: hand;
    /* font-size: 0; */
    background-image: url(/themes/images/menu.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 26px;
    position: relative;
    top: -5px;
}

div.menuchapters_name {
    color: #292929;
}

div.menuchapters {
    display: none;
    position: relative;

    width: 0px;
    top: 0px;
    left: 0;
    z-index: 1000;

    overflow-y: auto;
   /* background: #ffffff;*/
   padding-left: 20px;
   padding-right: 20px;
    box-sizing: border-box;
	padding-top:20px;
	    background: #e6e6e6;
		font-size:13px;
		box-shadow: 0 0 6px 3px silver;
		padding-bottom:10px;
    color: #292929;
}
/* мобильное меню фон цвет шрифта border */
div.menuchapters a {
    color: #292929;
	font-size:12px;
	-webkit-text-size-adjust: none;
}

div.menuchapters_block {
    padding: 15px 5px;
    text-align: left;
    border-bottom: 0px solid #dfdfdf;
	-webkit-text-size-adjust: none;
}

div.menuchapters div.menuchapters_block:nth-child(2) {
    padding: 15px 5px;
    text-align: left;
    border-bottom: 1px solid transparent;
	-webkit-text-size-adjust: none;
}



a.inmobileanchor  {
    text-decoration: none;
	font-size:12px !important;
    color: #292929;
	text-transform:uppercase;
	-webkit-text-size-adjust: none;
}

a.inmobileanchor:hover {
    text-decoration: none;
	font-size:12px !important;
    color: #292929;
	text-transform:uppercase;
	-webkit-text-size-adjust: none;
}



/* Разделы в колонке */

div.columnchapters_main {
    margin-bottom: 10px;
}

div.columnchapters_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.columnchapters {}

div.columnchapter0 {
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.columnchapter0 a {
    text-decoration: none;
    color: #5a5a5a;
}

div.columnchapter0:hover {
    text-decoration: none;
    padding: 5px;
	background:#f7f7f7;
}

div.columnchapter0:hover a {
    text-decoration: none;
    color: #292929;
}

div.columnchapteractive0 {
    padding: 5px;
    cursor: pointer;
    cursor: hand;
	background:#f7f7f7;
}

div.columnchapteractive0 a {
    text-decoration: none;
    color: #292929;
}

div.columnchapter1 {
    padding: 4px 0px 4px 15px;
    cursor: pointer;
    cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.columnchapter1 a {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 90%;
}

div.columnchapter1:hover {
    padding: 4px 0px 4px 15px;
	background:#f7f7f7;
}

div.columnchapter1:hover a {
    text-decoration: none;
    color: #292929;
}

div.columnchapteractive1 {
    padding: 4px 0px 4px 15px;
    cursor: pointer;
    cursor: hand;
	background:#f7f7f7;
}

div.columnchapteractive1 a {
    text-decoration: none;
    color: #292929;
    font-size: 90%;
}

div.columnchapter2 {
    padding: 4px 0px 4px 30px;
    cursor: pointer;
    cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.columnchapter2 a {
    text-decoration: none;
    font-size: 90%;
    color: #5a5a5a;
}

div.columnchapter2:hover {
    padding: 4px 0px 4px 30px;
	background:#f7f7f7;
}

div.columnchapter2:hover a {
    text-decoration: none;
    color: #292929;
}

div.columnchapteractive2 {
    padding: 4px 0px 4px 30px;
    cursor: pointer;
    cursor: hand;
	background:#f7f7f7;
}

div.columnchapteractive2 a {
    text-decoration: none;
    color: #292929;
    font-size: 90%;
}


/* Разделы в центре */

div.allcentermain_chapter_home {
	max-width:100%;
}

div.centerchapters {
    text-align: center;
	background: #f9f9f9;

	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}

div.centerchapters_in {
    justify-content: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
	max-width:1330px;
	margin:0 auto;
}

div.centerchapter {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    margin: 5px;
    flex-grow: 0;
    flex-shrink: 1;
	flex-basis: calc(33% - 10px);
	position:relative;
}

@media all and (min-width: 600px) and (max-width: 1199px) {
    div.centerchapter {
        flex-basis: calc(33% - 10px);
    }
}

@media all and (max-width: 599px) {
    div.centerchapter {
        flex-basis: calc(100% - 10px);
    }
}

div.centerchapter_topname {
    display: none;
}

div.centerchapter_img {

    overflow: hidden;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	border:1px solid #c3c4c4;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position:absolute;
	    width: 280px;
    height: 280px;
    left: 60px;
    top: 60px;
}

div.centerchapter:hover  div.centerchapter_img {
   transform:scale(1.4);
}

@media all and (max-width: 1100px) {

	div.centerchapter_img {
		left: 30px;
		top: 30px;
	}

	div.centerchapter:hover  div.centerchapter_img {
	   transform:unset;
	}

}

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

	div.centerchapter_img {
		left: 30px;
		top: 30px;
		    width: 240px;
    height: 240px;
	}

	div.centerchapter:hover  div.centerchapter_img {
	   transform:unset;
	}

}
@media all and (max-width: 850px) {

	div.centerchapter_img {
		width: 200px;
    height: 200px;
	}

	div.centerchapter:hover  div.centerchapter_img {
	   transform:unset;
	}

}

@media all and (max-width: 700px) {

	div.centerchapter_img {
	    display: none;
	}

	div.centerchapter:hover  div.centerchapter_img {
	   transform:unset;
	}

}

div.centerchapter_imgin {
    width: 100%;
	position:relative;
	z-index:1;
}

div.centerchapter_imgin img {
    max-width: 100%;
    min-height: 350px;
    border: 0;
}

@media all and (max-width: 599px) {
    div.centerchapter_img {
        height: auto;
    }
    div.centerchapter_imgin img {
        max-height: 100%;
    }
}

div.centerchapter_infoblock {
    vertical-align: top;
    text-align: center;
	    position: absolute;
    bottom: 35px;
    left: 40px;
}

div.centerchapter:nth-child(2) div.centerchapter_infoblock {
    right: 40px;
	left:auto;
}

@media all and (max-width: 850px) {

	div.centerchapter_infoblock {
		bottom: -20px;
		right: auto;
		left: 40px;
	}

}

div.centerchapter_bottomname {
    padding: 10px 0px 10px 0;
}

div.centerchapter_bottomname a {
    font-size: 14px;
	font-weight:bolder;
	text-transform:uppercase;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

div.centerchapter_bottomname a:hover {
   font-size: 14px;
	font-weight:bolder;
	text-transform:uppercase;
}

div.centerchapter_info {
    margin: 5px 0px;
    font-size: 90%;
    color: #5a5a5a;
	display:none;
}

div.centerchapter_button {
    text-align: center;
	display:none;
}

/* МОДУЛИ ПОИСК */

div.search {
    position: relative;
    max-width: 275px;
    margin: 0 auto;
}
div.search1 {
    position: relative;
    max-width: 99%;
    margin: 0 auto;
}
div.adapt_search {
		display:none;
	}

@media all and (max-width: 780px) {
	div.search {
		display:none;
	}
	div.adapt_search {
		padding:5px 0;
		display:none;
		    background: #f9f9f9;
	}

}

.searchiconshow {
	padding-left:10px;
}

div.search form{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	position: relative;
    align-items: center;
}

div.search_input {
    position: relative;
    max-width: 100%;
    width: 100%;
}

div.search_input input {
    width: 100%;
    max-width: 275px;
   background:transparent;
}

div.search1_input {
    position: relative;
    max-width: 100%;
    width: 100%;
}

div.search1_input input {
    width: 100%;
    max-width: 100%;
   background:transparent;
}

div.search_button {
    position: absolute;
    right:5px;
	top: 5px;
}

div.search_button input {
    padding: 0;
    background: url("/themes/icons/search.png") no-repeat center;
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
}

div.search_button input:hover {
    padding: 0;
    background: url("/themes/icons/search_hover.png") no-repeat center;
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
}

div.dropdownsearch {
    position: absolute;
    z-index: 500;
    width: 100%;
}

div.dropdownsearchfon {
    position: relative;
    border: 1px solid #989898;
	box-shadow:0 0 5px 0 #c7c7c7;
    left: 0px;
    background: #ffffff;
}

div.searchrow {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
    cursor: pointer;
    cursor: hand;
	align-items: center;
}

div.searchrow:nth-child(even) {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
    cursor: pointer;
    cursor: hand;
	background:#f7f7f7;
	align-items: center;
}

div.searchrow:hover {
	background:#c7c7c7;
}

div.dropdownimage {
    text-align: center;
    padding: 3px;
    flex-basis:50px;
}

div.dropdownimage img {
	max-width:50px;
	max-height:50px;
}

div.dropdownname {
    text-align: left;
    color: #5a5a5a;
    padding: 3px;
    font-size: 90%;
	flex-basis:70%;
}

div.dropdownprice {
    text-align: right;
    color: #ca6369;
    font-size: 90%;
    padding: 3px;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
}

/* НОВОСТНАЯ ЛЕНТА */

/* Новостная лента в колонке */

div.columnarticles_main {}

div.columnarticles_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.columnarticles {}

div.columnarticle_separator {
    display: none;
}

div.columnarticle {
    text-align: left;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
}

div.columnarticle_imgleft img{
    max-width: 100%;
}

div.columnarticle_imgright mg{
    max-width: 100%;
}

div.columnarticle_info {
    vertical-align: top;
}

div.columnarticle_name {
    padding: 3px 0;
}

div.columnarticle_name a {
    color: #292929;
}

div.columnarticle_date {
    color: #5a5a5a;
    font-size: 90%;
    text-align: left;
}

div.columnarticle_seeall {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Новостная лента в центре */

div.centerarticles_main {
    margin: 10px 0;
}

div.centerarticles_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.centerarticle_wrap {
    justify-content: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
}

div.centerarticle {
    margin: 5px 5px;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(33% - 10px);
}

@media all and (min-width: 500px) and (max-width: 890px) {
    div.centerarticle {
		flex-basis: calc(50% - 10px);
    }
}

@media all and (max-width: 499px) {
    div.centerarticle {
        flex-basis: calc(100% - 10px);
    }
}

div.centerarticle_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.centerarticle_imgin {
    width: 100%;
}

div.centerarticle_img img {
    max-width: 100%;
    max-height: 200px;
    border: 0;
}

@media all and (max-width: 599px) {
    div.centerarticle_img {
        height: auto;
    }
	div.centerarticle_imgin img {
        max-height: 100%;
    }
}

div.centerarticle_info {
    text-align: center;
    margin-top: 20px;
}

div.centerarticle_topname {
    display: none;
}

div.centerarticle_name {
    text-align: left;
    margin: 8px 0;
}

div.centerarticle_name a {
    text-decoration: none;
    color: #5a5a5a;
}

div.centerarticle_name a:hover {
    text-decoration: none;
    color: #292929;
}

div.centerarticle_short {
    margin: 5px 0px;
    text-align: left;
    color: #5a5a5a;
    font-size: 90%;
}

div.centerarticle_date {
    padding: 5px;
}

div.centerarticle_seeall {
    text-align: center;
}

/* Новостная лента страница */

div.pagearticles {
    justify-content: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
}

div.pagearticle {
    margin: 5px 0;
    justify-content: left;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
    text-align: center;
	flex-basis: 100%;
}

@media (max-width: 500px) {
    div.pagearticle {
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	}
}

div.pagearticle_img {
    min-width: 180px;
}

@media (max-width: 500px) {
    div.pagearticle_img {
        width: 98%;
		margin: 0 auto;
    }
}

div.pagearticle_imgin {
	width:100%;
}

div.pagearticle_imgin img {
    max-width: 180px;
    max-height: 150px;
}

@media (max-width: 500px) {
    div.pagearticle_imgin img {
        max-width: 100%;
		max-height: 100%;
    }
}

div.pagearticle_info {
    text-align: left;
    padding-left: 15px;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
}

div.pagearticle_info {}

div.pagearticle_topname {
    display: none;
}

div.pagearticle_name {
    margin-bottom: 3px;
}

div.pagearticle_name a {
    text-decoration: none;
    color: #F55635;
	font-size: 14px;
}

div.pagearticle_name a:hover {
    text-decoration: none;
    color: #F55635;
	font-size: 14px;
}

div.pagearticle_short {
    margin: 3px 0;
    font-size: 90%;
    color: #5a5a5a;
}

div.pagearticle_date {}


/* Страница элемента ленты */

div.articleback {
    margin: 10px 0;
}

div.articlename {
    margin-bottom: 20px;
}

h1 {
    font-weight: normal;
    padding: 0px 10px;
	 color: #ff8089;
	 margin:0;
}

div.articletext {}

div.articledate {
    padding: 8px 0;
}

div.article_commall {}

div.articlecomments {}

div.commenthorseparator {}

div.commentquote {}

div.oneartcomm {}

.tags .tag{
    display:inline-block;
    margin:5px;
    padding:5px;
    background:none;
    border:1px solid #ccc;
    word-wrap: nowrap;
    color:black;
    transition:.2s;
    cursor:pointer;
}
.tags .tag:hover{
    background:#666;
    color:white;
}
/* ХЛЕБНЫЕ КРОШКИ */

div.breads {
    margin: 0 auto;
    padding: 5px;
    max-width:1330px;
	    text-align: right;
		box-sizing:border-box;

}

div.linkicon {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

div.link {
    display: inline-block;
    vertical-align: middle;

}

div.link a {
    text-decoration: none;
    font-size: 90%;
}

div.link a:hover {
    font-size: 90%;
    text-decoration: underline;
}

div.linkactive {
    display: inline-block;
    vertical-align: middle;
	color: #ff8089;
}

div.linkactive a {
    font-size: 90%;
}

div.linkactive a:hover {
    text-decoration: underline;
    font-size: 90%;
}

/* ПАГИНАЦИЯ */

div.paging {
    align-items: center;
    margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    justify-content: flex-end;
}

div.pagingbutton {
    vertical-align: middle;
}

div.pagingleft {}

div.pagingright {}

div.pagingall {
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #000;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    margin: 0 2px;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
	border-radius:3px;
	padding: 4px 10px;
	font-size:16px;
}

div.pagingall a {
    color: #000000;
	font-size:16px;
}

div.pagingall:hover {
	 border: 1px solid #e8e8e8;
    color: #000000;
	background:#ca6369;
	font-size:16px;
}

div.pagingall:hover a {
    color: #000000;
	font-size:16px;
}

div.pagingnow {
    border: 1px solid #e8e8e8;
    color: #000000;
	background:#ca6369;
	text-align: center;
    cursor: pointer;
    cursor: hand;
    margin: 0 2px;
	border-radius:3px;
	padding: 4px 10px;
	font-size:16px;
}


/* ЗАКАЗАТЬ ЗВОНОК */

#callmeButton {
	    color: #000;
		padding:0;
		background:transparent;
			text-decoration:none;
			padding:0;
			border:0;
			font-size:13px;
}

#callmeButton:hover {
	    color: #ff8089;
		padding:0;
		background:transparent;
		text-decoration:none;
		padding:0;
		border:0;
		font-size:13px;
}

div.callme {}

div.callmeform {
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 0px 20px #292929;
    padding: 30px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 96%;
}

div.callme_main {
    width: 100%;
}

div.callme_mainin {}

div.callme_closeline {
    height: 40px;
}

div.callme_close {
    float: right;
}

div.callme_title {
    text-align: center;
    font-size: 110%;
	margin-bottom:10px;
}

div.callme_line {
    margin: 3px 0;
}

div.callme_block {}

div.callme_button {}


/* СЛАЙДЕР */

div.sliderback {
   min-height: 120px;
   height: auto;
}

@media all and (min-width: 1200px) {
   div.sliderback {
      min-height: 456px;
   }
}

div.slider {
	display:none;
}

div.sliderimg {
    margin: 0 auto;
}

div.advbanner {
    position: absolute;
}

div.sliderarrows {
    margin: 0 auto;
       position: absolute;
    top: 45%;
}

div.sliderleft {
    position: absolute;
    z-index: 100;

    left: 15px;
}

div.sliderleft input {
      background:url('/themes/icons/arrow_left.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
   padding:0;
}

div.sliderleft input:hover {
     background:url('/themes/icons/arrow_left_hover.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
    padding:0;
}

div.sliderright {
    position: absolute;
    z-index: 100;
    right: 15px;

}

div.sliderright input {
    background:url('/themes/icons/arrow_right.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
   padding:0;
}

div.sliderright input:hover {
   background:url('/themes/icons/arrow_right_hover.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
    padding:0;
}



div.sliderbuttons {
    position: relative;
    top: -50px;
    height: 0;
    z-index: 100;
    text-align: center;
}

div.sliderbuttonsin {}

div.sliderbutton {
    display: inline-block;
}

div.slidernext {
    background: #fff;
    border: 1px solid #ff8089;
    width: 15px;
    height: 15px;
    margin: 3px;
    font-size: 0;
    cursor: pointer;
    cursor: hand;
    border-radius: 20px;
}

div.slidernextact {
    background:#ff8089;
    border: 1px solid #ff8089;
    width: 15px;
    height: 15px;
    margin: 3px;
    font-size: 0;
    cursor: pointer;
    cursor: hand;
    border-radius: 20px;
}

/* ГАЛЕРЕЯ */

/* Страница галереи */

div.pagegallery {
    justify-content: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
}

div.gallery {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    margin: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 10px);
}

@media all and (min-width: 600px) and (max-width: 1199px) {
    div.gallery {
        flex-basis: calc(33% - 10px);
    }
}

@media all and (max-width: 599px) {
    div.gallery {
        flex-basis: calc(100% - 10px);
    }
}

div.gallery_img {
	width: 100%;
    height: 120px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.gallery_imgin {
    width: 100%;
}

div.gallery_imgin img {
    max-width: 100%;
    max-height: 120px;
    border: 0;
}

@media all and (max-width: 599px) {
    div.gallery_img {
        height: auto;
    }
	div.gallery_imgin img {
        max-height: 100%;
    }
}

div.gallery_text {
    text-align: center;
    padding-top: 10px;
}


/* Слайдер галереи */

div.slidergallerys {
    position: relative;
    padding-bottom: 10px;
    margin-top: 20px;
}

div.slidergallery_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.slidergallery_info {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items: center;
}

div.slidergallery_left {
    padding-right: 5px;
	box-sizing:border-box;
}

div.slidergallery_right {
     padding-left: 5px;
	box-sizing:border-box;
}

div.slidergallery_center {
     width: 100%;
}

div.slidergallery_cont {}

div.slidergallery_contin {
   display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

div.slidergallery_main {
    vertical-align: top;
}

div.slidergallery {
    margin: 5px;
    width: 278px;
}

@media all and (min-width: 1400px) and (max-width: 1500px) {
    div.slidergallery { width: 306px; }
}
@media all and (min-width: 1330px) and (max-width: 1399px) {
    div.slidergallery { width: 288px; }
}
@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.slidergallery { width: 266px; }
}
@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.slidergallery { width: 274px; }
}
@media all and (min-width: 900px) and (max-width: 999px) {
    div.slidergallery { width: 252px; }
}
@media all and (min-width: 799px) and (max-width: 899px) {
    div.slidergallery { width: 302px; }
}
@media all and (min-width: 650px) and (max-width: 798px) {
    div.slidergallery { width: 288px; }
}
@media all and (max-width: 649px) {
    div.slidergallery { width: 228px; }
}

div.slidergallery_topname {
    display: none;
}

div.slidergallery_bottomname {
    text-align: center;
}

div.slidergallery_bottomname a {}

div.slidergallery_bottomname a:hover {
    color: #292929;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

div.slidergallery_img {
	width: 100%;
    height: 200px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.slidergallery_imgin {
    width: 100%;
}

div.slidergallery_imgin img {
    max-width: 100%;
    max-height: 200px;
    border: 0;
}

@media all and (max-width: 599px) {
    div.slidergallery_img {
        height: auto;
    }
	div.slidergallery_imgin img {
        max-height: 100%;
    }
}

div.slidergallery_seeall {
    text-align: center;
    margin: 15px 0;
}

/* Колонка галереи */

div.columngallerys_main {}

div.columngallery_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.columngallerys {}

div.columngallery {
	border-bottom: 1px solid #c7c7c7;
	padding: 10px 0;
}

div.columngallery_topname {}

div.columngallery_bottomname {}

div.columngallery_imgleft {
    width: 100%;
}

div.columngallery_imgleft img {
    max-width: 100%;
}

div.columngallery_imgright {
    width: 100%;
}

div.columngallery_imgright img {
    max-width: 100%;
}

div.columngallery_separator {}

div.columngallery_seeall {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ОТЗЫВЫ */


/* Форма добавления */

div.addcomment {
    min-width: 50%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}

div.addcomment_title {
    text-align: center;
    color: #292929;
}

div.addcommenttitle {
    padding: 10px 0px 10px;
    font-size: 110%;
    text-align: center;
    margin: 0px auto 10px;
}

div.addcomment_line {
    margin: 10px 0;
}

div.addcomment_block {}

div.addcomment_button {
    text-align: center;
}

div.addcomment_info {}

div.addcomment_vote {
    margin-top: 10px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    align-items: center;
}

div.addcomment_votename {
    padding-right: 20px;
    vertical-align: middle;
}

div.addcomment_voterate {
    vertical-align: middle;
}

div.itemactvote {
    background: url('/themes/images/star1.png');
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
}

div.itemvote {
    background: url('/themes/images/star.png');
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
}


/* Страница отзывов */

div.pagecomments {}

div.pagecomment {
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
	border-left:1px solid #989898;
}

div.pagecomment_info {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
}

@media all and (max-width: 500px) {

	div.pagecomment_info {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content: baseline;
	}

}

div.pagecomment_name {
	color: #5a5a5a;
	margin-bottom:4px;
}

div.pagecomment_vote {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	margin:3px 0;
}

div.pagecomment_text {}

div.pagecomment_date {

}

div.pagecomment_separator {}


/* Отзывы в колонке */

div.columncomments {}

div.columncomments_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    border-bottom: solid 1px #989898;
}

div.columncomment {
	text-align: left;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
}

div.columncomment_name { margin:2px 0;}

div.columncomment_item { margin:2px 0; }

div.columncomment_vote {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	margin:3px 0;
}

div.columncomment_text { margin:2px 0;}

div.columncomment_date { margin:2px 0;}

div.columncomment_separator {}

div.columncomment_seeall { margin-top:10px; text-align:center; }

/* Отзывы в центре */

div.centercomments {
    vertical-align: top;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
}

div.centercomments_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
	width:100%;
    border-bottom: solid 1px #989898;
}

div.centercomment {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    margin: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
}

@media all and (max-width: 599px) {
    div.centercomment {
        flex-basis: calc(100% - 10px);
    }
}

div.centercomment_info {

}

@media all and (max-width: 500px) {

	div.centercomment_info {

	}

}

div.centercomment_name {

}

div.centercomment_item {

}

div.centercomment_vote {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	margin:3px 0;
}

div.centercomment_text {
    font-size: 110%;
    margin: 5px 0;
}

div.centercomment_date {

}

div.centercomment_seeall {
	width:100%;
}

/* Отзывы в слайдере */

div.slidercomments {
    vertical-align: top;
}

div.slidercomments_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.slidercomment {
	opacity: 1;
    padding: 20px;
    box-sizing: border-box;
}

div.slidercomment_left {
    padding-right: 5px;
	box-sizing:border-box;
}

div.slidercomment_right {
     padding-left: 5px;
	box-sizing:border-box;
}

div.slidercomments_info {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
	align-items:center;
}

@media all and (max-width: 500px) {

	div.slidercomments_info {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content: baseline;
	}

}

div.slidercomment_name {

}

div.slidercomment_item {

}

div.slidercomment_vote {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	margin:3px 0;
}

div.slidercomment_text {
    font-size: 110%;
    margin: 5px 0;
}

div.slidercomment_date {

}

div.slidercomment_seeall { text-align:center; margin-top:10px; }


/* FAQ */


/* Форма добавления */

div.addfaq {
    min-width: 50%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}

div.addfaqtitle {
    padding: 10px 0px 10px;
    font-size: 110%;
    text-align: center;
    margin: 0px auto 10px;
}

div.addfaq_line {
    margin: 10px 0px;
}

div.addfaq_block {}

div.addfaq_button {
    text-align: center;
}

div.addfaq_info {}


/* Страница отзывов */

div.pagefaqs {}

div.page_faq {
    padding: 10px;
    margin: 10px auto;
}

div.pagefaq_info {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
}

div.pagefaq_name {

}

div.pagefaq_text {
    font-size: 110%;
	margin:8px 0;
}

div.pagefaq_date {

}

div.pagefaq_textseparator {}

div.pagefaq_answerinfo {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
}

@media all and (max-width: 500px) {

	div.pagefaq_answerinfo {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content: baseline;
	}

}

div.pagefaq_answername {
    padding-top: 20px;
}

div.pagefaq_answertext {
	margin:5px 0;
    background: #f7f7f7;
    padding: 10px 10px 10px 30px;
    font-size: 110%;
	border-radius:3px;
}

div.pagefaq_answerdate {

}

div.pagefaq_separator {}


/* ФОРМА СВЯЗИ */

div.feedback_main {
    vertical-align: top;
    padding: 10px;
    box-sizing:border-box;
}

div.feedback_in {}

div.feedback_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.feedback_titlein {
    text-align: left;
}

div.feedback_info {}

div.feedback_line {
    margin: 10px 0;
}

div.feedback_blockname {
    vertical-align: top;
}

div.feedback_blockparam {
    vertical-align: top;
}

div.feedback_button {
    text-align: center;
}

div.feedback_button input {}


/* ГОЛОСОВАНИЯ */

div.columnpolls {
    margin-top: 20px;
    padding: 5px;
}

div.columnpolls_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.columnpoll {}

div.columnpoll_info {}

div.columnpoll_infoin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
	align-items:center;
}

div.columnpoll_radio {
    flex-basis:25px;
    vertical-align: middle;
}

div.columnpoll_radio input { width:unset; }

div.columnpoll_name {
	flex-basis:99%;
    vertical-align: middle;
    padding: 5px 0;
}

div.columnpoll_votes {
    flex-basis:1px;
    vertical-align: middle;

}

div.columnpoll_line {
    background: #c7c7c7;
	border-radius:3px;
}

div.columnpoll_linein {
    background: #292929;
    height: 20px;
}


/* РЕГИСТРАЦИЯ */

div.registration_main {
    max-width: 800px;
    min-width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

div.registration_title {
    padding: 10px 0px;
    text-align: right;
    margin: 0px auto 10px;
}

div.registration_blockin {}

div.registration_line {
    display: table;
    width: 100%;
}

div.registration_blockname {
    display: table-cell;
    width: 25%;
    padding: 4px;
    vertical-align: middle;
}

div.registration_blockparam {
    display: table-cell;
    padding: 4px;
    vertical-align: middle;
}

@media all and (max-width: 899px) {
    div.registration_blockname {
        display: none;
    }
    div.registration_blockparam {
        display: block;
        padding: 4px;
        margin: 3px;
        vertical-align: middle;
    }
}

div.registration_button {
    text-align: center;
    margin: 20px;
}

div.registration_maincomp {}


/* ОКНО ВХОДА */

div.loginform {
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 0px 20px #ca6369;
    padding: 30px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    width: 500px;




	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
    max-width: 80%;

	max-height: 90%;
	overflow-y:auto;
	overflow-x:hidden;
}

div.login_main {
    width: 100%;
}

div.login_mainin {}

div.login_closeline {
    height: 40px;
}

div.login_close {
    float: right;
}

div.login_title {
    text-align: center;
    font-size: 110%;
    padding: 10px;
}

div.login_line {}

div.login_block {
    margin-bottom: 10px;
}

div.login_button {
	display:flex;
	padding:10px 0;
	justify-content:space-between;
}

div.login_info {}

div.login_forget {
    margin-top: 3px;
    float: right;
    cursor: pointer;
    cursor: hand;
}

div.login_maininsocial {}

div.login_titlesocial {
    text-align: center;
    font-size: 110%;
    text-transform: uppercase;
    padding: 10px;
}

div.login_titlesocialin {
    text-align: center;
}

div.login_socialfb {
    display: inline-block;
    padding: 5px;
}

div.login_socialfb input {
    width: 50px;
    height: 50px;
    background: url('/themes/images/f.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialfb input:hover {
    width: 50px;
    height: 50px;
    background: url('/themes/images/f.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialod {
    display: inline-block;
    padding: 5px;
}

div.login_socialod input {
    width: 50px;
    height: 50px;
    background: url('/themes/images/od.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialod input:hover {
    width: 50px;
    height: 50px;
    background: url('/themes/images/od.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialgg {
    display: inline-block;
    padding: 5px;
}

div.login_socialgg input {
    width: 50px;
    height: 50px;
    background: url('/themes/images/g.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialgg input:hover {
    width: 50px;
    height: 50px;
    background: url('/themes/images/g.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialvk {
    display: inline-block;
    padding: 5px;
}

div.login_socialvk input {
    width: 50px;
    height: 50px;
    background: url('/themes/images/vk.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

div.login_socialvk input:hover {
    width: 50px;
    height: 50px;
    background: url('/themes/images/vk.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}


/* АВТОРИЗАЦИЯ */


/* Кнопки */

div.buttonsusers {

}

div.buttonsusers_main {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
}

div.buttonsusers_button1 input {
        color: #1e2a2b;
		font-size:14px;
		border:0;
		background-color:transparent;
		padding:0;
		background-image:url('/themes/images/login.svg');
		background-repeat:no-repeat;
		background-position:left center;
		background-size:100%;
		width: 23px;
    height: 24px;
		font-size:0;
}
div.buttonsusers_button1 input:hover {
        color: #ca6369;
		font-size:14px;
		border:0;
		background-color:transparent;
		padding:0;
		background-image:url('/themes/images/login_hover.svg');
		background-repeat:no-repeat;
		background-position:left center;
			background-size:100%;
		width: 23px;
    height: 24px;
		font-size:0;
}
div.buttonsusers_button3 input {
        color: #1e2a2b;
		font-size:14px;
		border:0;
		background-color:transparent;
		padding:0;
		background-image:url('/themes/images/login.svg');
		background-repeat:no-repeat;
		background-position:left center;
		padding-left: 28px;
		font-size:0px;
		width:19px;
		height:19px;
}
div.buttonsusers_button3 input:hover {
        color: #ca6369;
		font-size:14px;
		border:0;
		background-color:transparent;
		padding:0;
		background-image:url('/themes/images/login_hover.svg');
		background-repeat:no-repeat;
		background-position:left center;
		padding-left: 28px;
		font-size:0px;
		width:19px;
		height:19px;
}
div.buttonsusers_button4 input {
        color: #1e2a2b;
		font-size:14px;
		border:0;
		background-color:transparent;
		padding:0;
		background-image:url('/themes/images/enter.svg');
		background-repeat:no-repeat;
		background-position:left center;
		padding-left: 28px;
		background-size:19px 19px;
		font-size:0px;
		width:19px;
		height:19px;
}
div.buttonsusers_button4 input:hover {
        color: #ca6369;
		font-size:14px;
		border:0;
		background-color:transparent;
		padding:0;
		background-image:url('/themes/images/enter_hover.svg');
		background-repeat:no-repeat;
		background-position:left center;
		padding-left: 28px;
		background-size:19px 19px;
		font-size:0px;
		width:19px;
		height:19px;
}
div.buttonsusers_button2 input {
        color: #ca6369;
		font-size:14px;
		border:0;
		background:transparent;
		padding:0;
}

div.buttonsusers_button2 {
    margin-left:5px;
}

div.buttonsusers_button3 {

}

div.buttonsusers_button4 {
	margin-left:5px;
}


/* Поля */

div.polesusers {}

div.polesusers_main {}

div.polesusers_enter {}

div.polesusers_enter1 {
    margin: 3px 0;
}

div.polesusers_enter2 {
    margin: 3px 0;
}

div.polesusers_button {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
}

div.polesusers_button1 {

}

div.polesusers_button2 {
    margin-left:5px;
}

div.polesusers_titlesoc {}

div.polesusers_social {}

div.polesusers_fb {}

div.polesusers_gg {}

div.polesusers_vk {}

div.polesusers_od {}

div.polesusers_forget span {
    cursor: pointer;
    cursor: hand;
}

div.polesusers_mainin {}

div.polesusers_enterin {}

div.polesusers_buttonsin {}

div.polesusers_buttonsin1 {}

div.polesusers_buttonsin2 {}

div.polesusers_buttonsin3 {}

div.polesusers_buttonsin4 {}


/* АККАУНТ */

div.accountinfo {}

div.userwelcome {
    padding: 10px 0px;
    font-size: 120%;
    text-align: center;
    margin: 0px auto 10px;
    border-bottom: 1px solid #989898;
}


div.accounttabs {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    top: 0px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

@media all and (max-width: 700px) {

	div.accounttabs {
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	}

}

div.accounttabposition {
    vertical-align: bottom;
    position: relative;
    top: 0px;
	margin:0 0px;
    line-height: 56px;
}

div.accounttab {
    padding: 15px 20px;
    border: 1px solid transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
    background: #fff;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	font-weight:bolder;
	 font-size:16px;
}

div.accounttab:hover {
    padding: 15px 20px;
    border: 1px solid transparent;
   font-size:16px;
    color: #000;
    background: #dcdcdc;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	font-weight:bolder;
}

div.accountactivetab {
    padding: 15px 20px;
   border: 1px solid transparent;
   font-size:16px;
    color: #000;
    background: #dcdcdc;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	font-weight:bolder;
}

@media all and (max-width: 899px) {
    div.accounttabposition {
        display: block;
        top: 0px;
        line-height: initial;
    }
    div.accounttab {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
    div.accounttab:hover {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
    div.accountactivetab {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
}

div.inaccounttext {
	font-size:14px;
}

div.accounttabinfo {
    padding: 5px;
}







div.account_userdata {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
}

div.account_userdatacolumn1 {
    flex-basis: 50%;
    padding: 10px;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
}

div.account_userdatacolumn2 {
    flex-basis: 50%;
    padding: 10px;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
}

@media all and (max-width: 899px) {

	div.account_userdata {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content:space-between;
	}

    div.account_userdatacolumn1 {
        flex-basis:100%;
        padding: 10px 0;
    }
    div.account_userdatacolumn2 {
        flex-basis:100%;
        padding: 10px 0;
    }
}

div.account_button {
    text-align: center;
    margin-top: 20px;
}

div.account_blockname {
    color: #888;
    font-size: 110%;
    padding: 10px 0px 0px 0px;
}

div.account_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.account_orders table {
    width: 100%;
}

div.account_orders table td {
    padding: 6px;
    text-align: center;
}

div.account_orders {
    margin: 0 auto;
    margin-top: 20px;
}

div.account_order {
    border: 1px solid #989898;
    padding: 10px;
}

div.account_ordertitle {}

div.account_ordertitlein {}

div.ordernumber {
    display: inline-block;
}

div.orderinfo {
    padding: 5px;
    text-align: right;
    float: right;
    margin-bottom: 10px;
    display: inline-block;
}

div.account_orderinfo {}

div.account_ordertable {}

div.account_ordertable table {
    width: 100%;
}

span.seemoreorder {
    cursor: hand;
    cursor: pointer;
    margin: 10px 0;
    color: #5a5a5a;
}

div.product_favordel {
	margin:5px 0;
}

/* ПОИСК */

div.searchtextpage {}

div.searchtextname {}

div.searchtext {}

div.searchtexthorseparator {}

div.searchtextfail {}


/* МАТЕРИАЛЫ */

div.notemenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #5a5a5a;
    position: relative;
    top: 0px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

div.notetabposition {
    vertical-align: bottom;
    position: relative;
    top: 1px;
	margin:0 2px;
    line-height: 56px;
}

div.notetab {
    padding: 10px 20px;
    border: 1px solid #5a5a5a;
    height: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
    background: #f7f7f7;
    color: #5a5a5a;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
}

div.notetab:hover {
    padding: 10px 20px;
    border: 1px solid #5a5a5a;
    height: 24px;
    color: #f7f7f7;
    background: #5a5a5a;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
}

div.notetabact {
    padding: 10px 20px;
    border: 1px solid #5a5a5a;
    height: 24px;
    color: #f7f7f7;
    background: #5a5a5a;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
}

@media all and (max-width: 899px) {
    div.notetabposition {
        display: block;
        top: 0px;
        line-height: initial;
    }
    div.notetab {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
    div.notetab:hover {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
    div.notetabact {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
}

div.notetab:hover a {
	color: #f7f7f7;
}

div.notetabact a {
	color: #f7f7f7;
}

div.notetabinfo {
    padding: 20px;
}

div.notetext {}


/* ЯЗЫКИ */

div.languages {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
   padding-left:30px;
  
}

div.languageact {
    padding: 3px;
    margin: 3px;

}

div.language {
    padding: 3px;
    margin: 3px;
}


/* МОДУЛИ КАТЕГОРИЙ */


/* категории на шапке */

div.topcategorys {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

@media all and (max-width: 650px) {
    div.topcategorys {
        display: none;
    }
}

div.topcategorys_separator {
    display: none;
}

div.topcategory {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
	padding: 6px 10px 6px 10px;
}

a.topcategory_link {
    text-decoration: none;
    color: #f7f7f7;
	min-height: 30px;
	align-items: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content: center;
}

a.topcategory_link:hover {
	text-decoration: none;
    color: #292929;
}

a.topactivecategory_link {
    text-decoration: none;
	color: #292929;
    min-height: 30px;
	align-items: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content: center;
}

div.topcategory:hover {
    position: relative;
	background:#f7f7f7;
}

div.topcategory:hover a {
	color: #292929;
}

div.topactivecategory {
    position: relative;
    cursor: pointer;
    cursor: hand;
	padding: 6px 10px 6px 10px;
	background:#f7f7f7;
}

div.topcategory:hover div.topcategorys_submenu {
    display: block;
}

div.topactivecategory:hover div.topcategorys_submenu {
    display: block;
}

div.topcategorys_submenu {
    display: none;
    position: absolute;
    top: 100%;
    background:#f7f7f7;
    z-index: 100;
	left:0;
    border: 1px solid #989898;
	box-shadow:0 0 5px 0 #c7c7c7;
}

div.topcategory_submenu {
    min-width: 150px;
    padding: 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.topcategory_submenu:nth-child(odd) {
	background:#f7f7f7;
}

div.topcategory_submenu:hover {
    min-width: 150px;
    padding: 5px;
	background:#c7c7c7;
}


div.topcategory_submenu:hover {
    min-width: 150px;
    padding: 5px;
}

div.topcategory_submenu a {
    color: #5a5a5a;
    white-space: nowrap;
}

div.topcategory_submenu:hover a {
    color: #292929;
    white-space: nowrap;
}

div.topcategorys_adapt {
   flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
   display: none;
}

@media all and (max-width: 650px) {
    div.topcategorys_adapt {
        display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    }
}

.topcategory_adapt {
	text-align: center;
	transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
    padding: 10px 5px;

}

.topcategory_adapt a {
    text-decoration: none;
    color: #000;
	font-size:130%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Категории в колонке */

div.columncategorys_main {
    margin-bottom: 10px;
}

div.columncategorys_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
	text-transform:uppercase;
	display:none;
}

div.columncategorys {}

div.columncategory0 {
    min-height: 22px;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-left:1px solid transparent;
}

div.columncategory0 a {
    text-decoration: none;
    color: #1e2a2b;
	font-size:16px;
}

div.columncategory0:hover {
    text-decoration: none;
    padding: 5px;
	border-left:1px solid #ca6369;

}

div.columncategory0:hover a {
    text-decoration: none;
   color: #ca6369;
   font-size:16px;
}

div.columncategoryactive0 {
    padding: 5px;
    cursor: pointer;
    cursor: hand;
	border-left:1px solid #ca6369;
}

div.columncategoryactive0 a {
    text-decoration: none;
     color: #ca6369;
	font-size:16px;
}

div.columncategory1 {
    min-height: 27px;
    padding: 4px 0px 4px 15px;
    cursor: pointer;
    cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.columncategory1 a {
    text-decoration: none;
    color: #1e2a2b;
    font-size:14px;
	font-style:italic;
}

div.columncategory1:hover {
    padding: 4px 0px 4px 15px;

}

div.columncategory1:hover a {
    text-decoration: underline;
     color: #ca6369;
    font-size:14px;
	font-style:italic;

}

div.columncategoryactive1 {
    padding: 4px 0px 4px 15px;
    cursor: pointer;
    cursor: hand;

}

div.columncategoryactive1 a {
    text-decoration: underline;
     color: #ca6369;
    font-size:14px;
	font-style:italic;

}

div.columncategory2 {
    padding: 4px 0px 4px 30px;
    cursor: pointer;
    cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.columncategory2 a {
    text-decoration: none;
    font-size: 90%;
    color: #5a5a5a;
}

div.columncategory2:hover {
    padding: 4px 0px 4px 30px;
	background:#f7f7f7;
}

div.columncategory2:hover a {
    text-decoration: none;
    color: #292929;
}

div.columncategoryactive2 {
    padding: 4px 0px 4px 30px;
    cursor: pointer;
    cursor: hand;
	background:#f7f7f7;
}

div.columncategoryactive2 a {
    text-decoration: none;
    color: #292929;
    font-size: 90%;
}


/* Разделы в центре */

div.centercategorys {
    margin: 20px 0;
    text-align: center;
}

div.centercategorys_in {
    justify-content: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
}

div.centercategory {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    margin: 10px 5px;
	padding:4px;
	box-sizing:border-box;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(33% - 12px);
	border:1px solid transparent;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

div.centercategory:hover {
	border:1px solid #c7c7c7;
	box-shadow:0 0 3px 0 #f7f7f7;
}

@media all and (min-width: 851px) and (max-width: 1199px) {
    div.centercategory {
        flex-basis: calc(33% - 12px);
    }
}


@media all and (min-width: 600px) and (max-width: 850px) {
    div.centercategory {
        flex-basis: calc(50% - 12px);
    }
}

@media all and (max-width: 599px) {
    div.centercategory {
        flex-basis: calc(100% - 12px);
    }
}

div.centercategory_topname {
    display: none;
}

div.centercategory_img {
	width: 100%;
    height: 300px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.centercategory_imgin {
    width: 100%;
}

div.centercategory_imgin img {
    max-width: 100%;
    max-height: 300px;
    border: 0;
}

@media all and (max-width: 599px) {
    div.centercategory_img {
        height: auto;
    }
	div.centercategory_imgin img {
        max-height: 100%;
    }
}

div.centercategory_infoblock {
    vertical-align: top;
    text-align: center;
}

div.centercategory_bottomname {
    text-align: center;
    margin: 8px 0;
}

div.centercategory_bottomname a {
    font-size: 110%;
    text-decoration: none;
    color: #292929;
}

div.centercategory_bottomname a:hover {
    font-size: 110%;
    text-decoration: none;
    color: #292929;
}

div.centercategory_info {
    margin: 5px 0;
}

div.centercategory_button {
    text-align: center;
    display: none;
}

div.centersubcategory_main {
    text-align: center;
}

div.centersubcategory_info {
    padding-bottom: 8px;
}

div.centersubcategory_info a {
    color:#5a5a5a;
    font-size: 90%;
}

div.centersubcategory_info a:hover {
    color:#5a5a5a;
    font-size: 90%;
}


/* ПРОИЗВОДИТЕЛИ */


/* Производители в колонке */

div.columnbrands_main {}

div.columnbrands_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.columnbrands {}

div.columnbrand_separator {
    height: 1px;
    background: white;
    width: 100%;
}

div.columnbrand {
    text-align: center;
    margin: 20px 0;
}

div.columnbrand_imgleft {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

div.columnbrand_imgleft img {
    max-width: 100%;
}

div.columnbrand_imgright {
    display: inline-block;
    vertical-align: top;
}

div.columnbrand_imgright img {
    max-width: 100%;
}

div.columnbrand_info {
    display: inline-block;
    vertical-align: top;
}

div.columnbrand_name {
    display: none;
}

div.columnbrand_seeall {
    text-align: center;
}


/* Производители в слайдере */

div.sliderbrands {
    position: relative;
}

div.sliderbrand_title {
    font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.sliderbrand_info {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items: center;
}

div.sliderbrand_left {
    padding-right: 5px;
	box-sizing:border-box;
}

div.sliderbrand_right {
    padding-left: 5px;
	box-sizing:border-box;
}

div.sliderbrand_center {
    width: 100%;
}

div.sliderbrands_cont {}

div.sliderbrand_contin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

div.sliderbrand_main {
     vertical-align: top;
}


div.sliderbrand {
    margin: 5px;
    width: 260px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
}


@media all and (min-width: 1400px) and (max-width: 1500px) {
    div.sliderbrand { width: 260px; }
}
@media all and (min-width: 1330px) and (max-width: 1399px) {
    div.sliderbrand { width: 260px; }
}
@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.sliderbrand { width: 260px; }
}
@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.sliderbrand { width: 274px; }
}
@media all and (min-width: 900px) and (max-width: 999px) {
    div.sliderbrand { width: 252px; }
}
@media all and (min-width: 770px) and (max-width: 899px) {
    div.sliderbrand { width: 306px; }
}
@media all and (min-width: 700px) and (max-width: 769px) {
    div.sliderbrand { width: 290px; }
}
@media all and (min-width: 630px) and (max-width: 699px) {
    div.sliderbrand { width: 226px; }
}
@media all and (max-width: 629px) {
    div.sliderbrand {
	width: 240px;

	}
}

div.sliderbrand_topname {
    min-height: 40px;
    align-items: baseline;
    display: none;
	justify-content: center;
    text-align: center;
}

div.sliderbrand_bottomname {
	min-height: 40px;
    align-items: baseline;
    display: none;
	justify-content: center;
    text-align: center;
}

div.sliderbrand_img {
    width: 100%;
    height: 120px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.sliderbrand_imgin {
	width: 100%;
}

div.sliderbrand_imgin img {
    max-width: 100%;
    max-height: 200px;
    border: 0;
}

div.sliderbrand_seeall {
    text-align: center;
    margin: 15px 0;
}


/* Производители страница */

div.pagebrands {
    margin: 20px 0px;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content:space-between;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
}

@media all and (max-width: 400px) {
    div.pagebrands {
        flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    }
}

div.pagebrand {
    margin: 10px 5px;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 10px);
}

@media all and (min-width: 600px) and (max-width: 1199px) {
    div.pagebrand {
        flex-basis: calc(33% - 10px);
    }
}

@media all and (max-width: 599px) {
    div.pagebrand {
        flex-basis: calc(100% - 10px);
    }
}

div.pagebrand_img {
	width: 100%;
    height: 120px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.pagebrand_imgin {
    width: 100%;
}

div.pagebrand_imgin img {
    max-width: 100%;
    max-height: 120px;
    border: 0;
}

@media all and (max-width: 599px) {
    div.pagebrand_img {
        height: auto;
    }
	div.pagebrand_imgin img {
        max-height: 100%;
    }
}

div.pagebrand_info {
    text-align: left;
    margin-top: 20px;
}

div.pagebrand_topname {
    display: none;
}

div.pagebrand_name {
    display: none;
}

div.pagebrand_short {
    display: none;
}


/* Страница производитель */

div.brandback {}

div.brandname {}

div.brandname h1 {
    padding: 5px 0px 10px;
    text-align: center;
    margin: 0px auto 10px;
}

div.brandtext {
    margin-bottom: 20px;
}

div.brandcat {
    margin: 10px 0;
    max-width: 400px;
	display:none;
}


/* СОРТИРОВКА ТОВАРОВ */

div.sortviewblock {
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
	margin-bottom:5px;
}

div.sortviewblockin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
    padding: 5px 0px;
}

@media all and (max-width: 500px) {

	div.sortviewblockin {
		flex-direction: unset;
		flex-wrap:wrap;
	}

}

div.sorting {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
}

@media all and (max-width: 500px) {

	div.sorting {

	}

}

div.sorting_title {

}
div.sorting_title1 {
    margin-left:0px;
}

div.sorting_title1 select{
    padding:4px 8px;

}

div.sorting_sortingcell {

}

div.sorting_sortingcellin {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:center;
	margin:0 5px;
}

div.sortby {
    cursor: pointer;
    cursor: hand;
}

div.sortbyact {
    cursor: pointer;
    cursor: hand;
}

div.sortarrow {}

div.sortarrowact {
    display: inline-block;
}

div.sortup {}

div.sortdown {}


/* Товаров на странице */

div.perpage_main {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    vertical-align: middle;
	display:none;
}

@media all and (max-width: 500px) {

	div.perpage_main {
		padding-left: 0px;
	}

}

#perPageChange {
	padding:3px;
}

/* Тип показа товаров */

div.viewblock_main {
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    text-align: right;
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
	display:none;
}

@media all and (max-width: 500px) {

	div.viewblock_main {
		padding-left: 0px;
		text-align: left;
	}

}

div.viewblock_table input {
    background: url("/themes/images/table.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_table input:hover {
    background: url("/themes/images/table_act.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_table {
    display: inline-block;
}

div.viewblock_tableact {
    display: inline-block;
}

div.viewblock_tableact input {
    background: url("/themes/images/table_act.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_tableact input:hover {
    background: url("/themes/images/table_act.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_list {
    display: inline-block;
}

div.viewblock_list input {
    background: url("/themes/images/list.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_list input:hover {
    background: url("/themes/images/list_act.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_listact {
    display: inline-block;
}

div.viewblock_listact input {
    background: url("/themes/images/list_act.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

div.viewblock_listact input:hover {
    background: url("/themes/images/list_act.jpg") no-repeat center right;
    font-size: 0;
    border: 0;
    text-transform: none;
    width: 30px;
    height: 30px;
    padding: 0;
}


/* КАТАЛОГ ТОВАРОВ */


/* Вывод в таблицу */

div.products {
    justify-content: space-between;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
}

div.product_topicon {
    position: relative;
}



div.product_topitem {
    position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/top.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.product_atnal {
    position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/atnal.png') no-repeat;
	width: 97px;
    height: 16px;

}


div.product_newitem {
     position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/new.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.product_actitem {
    position: absolute;
    left: -6px;
    top: 15px;
    background: #ff8089;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bolder;
}


div.product_main_wrap {
	justify-content: center;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-wrap:wrap;
	text-align: center;
}

div.product_main {
	border:1px solid transparent;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
    margin: 6px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(33% - 14px);
	    max-width: 311px;
    background-color: #fff;
   transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
	position:relative;
	margin-bottom:20px;
}

@media all and (min-width: 600px) {
    div.product_main:hover {
		border:1px solid #dcdcdc;

		transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;

    }
}

@media all and (min-width: 851px) and (max-width: 1199px) {
    div.product_main {
        flex-basis: calc(33% - 14px);
    }
}

@media all and (min-width: 600px) and (max-width: 850px) {
	div.product_main {
        flex-basis: calc(50% - 14px);
    }
}

@media all and (max-width: 599px) {
    div.product_main {
		flex-basis: calc(50% - 14px);
    }
}

div.product_img {
    width: 100%;
    height: 360px;
    overflow: hidden;
	padding:0px 0px 0 0px;
	box-sizing:border-box;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.product_imgin {
    width: 100%;
}

div.product_imgin img {
    max-width: 100%;
    max-height: 360px;
    min-height: 100%;
    border: 0;
}

@media all and (max-width: 599px) {
    div.product_img {
        height: auto;
    }
    div.product_imgin img {
        min-height: 180px;
        max-height: 100%;
    }
}

div.product_one {

	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
}

div.product_topname {
	min-height: 40px;
    align-items: baseline;
    display: none;
	justify-content: center;
    text-align: center;
}



div.productitem_buyinfo {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	justify-content:space-between;
    align-items: left;
	display:none;
	background:white;
	position: absolute;
    bottom: -30px;
	width:calc(100% + 2px);
	left: -1px;
    padding: 5px;
    box-sizing: border-box;
	padding-top:0px;
	z-index:1;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	opacity:0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height:30px;
}

div.product_main:hover div.productitem_buyinfo {
    display:block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border:1px solid #dcdcdc;
	border-top:0;
	opacity:0;
	background:white;
}

div.product_rate {
	margin:0 auto;
    padding: 4px 0;
	    justify-content: center;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
}

div.product_rate div{
	margin:0 1px;
}

div.item_actrate {
    background: url('/themes/images/starsm1.png');
    width: 18px;
    height: 18px;
}

div.item_rate {
    background: url('/themes/images/starsm.png');
    width: 18px;
    height: 18px;
}

div.product_bottomname {
    margin: 8px 0;
	min-height: 40px;
    align-items: baseline;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	justify-content: center;
    text-align: center;
}

div.product_bottomname a {
    text-decoration: none;
}

div.product_bottomname a:hover {
    text-decoration: none;
}

div.product_short {
    display: none;
}

div.product_buyinfo {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	justify-content:space-between;
	flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
}

div.product_price {
    text-align: center;
    font-size: 120%;
    font-weight: bolder;
    margin: 8px 0;
}

div.product_price span {}

div.product_oldprice {
    display: inline-block;
    color: #5a5a5a;
    font-size: 80%;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 15px;
}

div.product_oldprice span {}

div.product_actprice {
    display: inline-block;
    text-align: left;
    color: #ca6369;
    font-size: 100%;
    font-weight: bolder;
}

div.product_actprice span {}

div.product_buy {}

div.product_buy input {
    background: #ca6369;
    color: #ffffff;
    border: 1px solid #ca6369;
}

div.product_buy input:hover {
	background: #ffffff;
    color: #ca6369;
    border: 1px solid #ca6369;
}


/* Вывод в списке */

div.products_hor {
    justify-content: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
    text-align: center;
}

div.product_topicon_hor {
    position: relative;
}

div.product_topitem_hor {
    position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/top.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.product_newitem_hor {
     position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/new.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.product_actitem_hor {
     position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/sale.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.product_main_hor {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin: 10px 0px;
    border:1px solid #f7f7f7;
    background-color: #ffffff;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
}

@media all and (min-width: 600px) {
    div.product_main_hor:hover {
        transition: all 0.3s ease;
		border:1px solid #c7c7c7;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        box-shadow: 0 0 3px #c7c7c7;
        transform: scale(1.05);
    }
}

div.product_one_hor {
    padding: 5px;
}

div.product_topname_hor {
    display: none;
}

div.product_maininfo_hor {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
}

@media all and (max-width: 500px) {

	div.product_maininfo_hor {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content:center;
	}

}

div.product_img_hor {
    flex-basis:200px;
	min-width: 200px;
    vertical-align: middle;
}

div.product_imgin_hor {}

div.product_imgin_hor img {
    max-width: 200px;
}

div.product_info_hor {
    flex-basis:90%;
    vertical-align: top;
}

div.product_bottomname_hor {
    text-align: left;
    margin: 8px 0;
}

div.product_bottomname_hor a {
    text-decoration: none;
}

div.product_bottomname_hor a:hover {
    text-decoration: none;
}

div.product_rate_hor {
    margin: 4px 0;
    text-align: left;
}

div.product_short_hor {
    font-size: 90%;
    color: #5a5a5a;
}

div.product_price_hor {
    display: none;
}

div.product_oldprice_hor {}

div.product_actprice_hor {}

div.product_buy_hor {
    display: none;
}

div.product_rightinfo_hor {
    flex-basis:140px;
    vertical-align: top;
    text-align: right;
    padding-left: 15px;
}

@media all and (max-width: 500px) {

	div.product_rightinfo_hor {
		flex-basis:auto;
	}

}

div.product_priceright_hor {
    text-align: left;
    font-size: 120%;
    font-weight: bolder;
    display: inline-block;
    margin: 8px 0;
}

div.product_oldpriceright_hor {
    display: inline-block;
    color: #5a5a5a;
    font-size: 80%;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 15px;
}

div.product_actpriceright_hor {
    display: inline-block;
    text-align: left;
    color: #ca6369;
    font-size: 100%;
    font-weight: bolder;
}

div.product_buyright_hor {}

div.product_buyright_hor input {
    background: #ca6369;
    color: #ffffff;
    border: 1px solid #ca6369;
}

div.product_buyright_hor input:hover {
	background: #ffffff;
    color: #ca6369;
    border: 1px solid #ca6369;
}

/* Товары в слайдере */

div.slidertopitems {
    position: relative;
}

div.slidertopitem_title {
  font-size: 24px;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
   text-align:center;
   text-transform:uppercase;
}

div.slidertopitem_info {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items: center;
}

div.slidertopitem_center {
    width: 100%;
    min-height: 360px;
}

div.slidertopitems_cont {}

div.slidertopitem_contin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	 padding-bottom: 30px;
}

div.slidernewitem_contin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	 padding-bottom: 30px;
}

div.slidertopitem_main {
	vertical-align: top;
}

div.slideractitems {
    position: relative;
}

div.slideractitem_title {
	font-size: 110%;
    color: #292929;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}

div.slideractitem_info {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items: center;
}

div.slideractitem_center {
	width: 100%;
}

div.slideractitems_cont {}

div.slideractitem_contin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;

}

div.slideractitem_main {
    vertical-align: top;
}

div.slidernewitems {
    position: relative;
}

div.slidernewitem_title {
    font-size: 24px;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
   text-align:center;
    text-transform:uppercase;
}

div.slidernewitem_info {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items: center;
}

div.slidernewitem_center {
    width: 100%;
    min-height: 360px;
}

div.slidernewitems_cont {}



div.slidernewitem_main {
	vertical-align: top;
}

div.slideritem {
    margin: 5px;
  width: 302.5px;
  min-height: 320px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	border:1px solid transparent;
	transition: all 0.3s ease;

        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
	padding:5px;
	box-sizing:border-box;
	position:relative;
	background:white;

}

div.slideritem:hover {
    border:1px solid #dcdcdc;

}

@media all and (min-width: 1400px) and (max-width: 1500px) {
    div.slideritem { width: 292px; }
}
@media all and (min-width: 1330px) and (max-width: 1399px) {
    div.slideritem { width: 292px; }
}
@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.slideritem { width: 284px; }
}
@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.slideritem { width: 296px; }
}
@media all and (min-width: 900px) and (max-width: 999px) {
    div.slideritem { width: 272px; }
}
@media all and (min-width: 799px) and (max-width: 899px) {
    div.slideritem { width: 222px; }
}
@media all and (min-width: 700px) and (max-width: 798px) {
    div.slideritem { width: 208px; }
}
@media all and (min-width: 601px) and (max-width: 699px) {
    div.slideritem { width: 258px; }
}
@media all and (max-width: 600px) {
    div.slideritem { width: 290px; }
}

div.slideritem_pricefav{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	justify-content:space-between;
	    position: relative;
    z-index: 100;
	padding:3px;
	box-sizing:border-box;
	align-items:center;
}


div.slideritem_pricefav__new{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	justify-content: space-between;
	width:100%;
align-items:center;
}

div.slideritem_statsize{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:space-between;
	padding:5px 0;
	color:#000000;
	font-size:11px;
}

div.slideritem_status{
	text-transform:uppercase;

	color:#dbdbdb;
}

div.slideritem_left {
    padding-right: 5px;
	box-sizing:border-box;
	position:relative;
	top:-20px;
	left:2px;
}


div.slideritem_left input{
   background:url('/themes/icons/arrow_left.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
    padding:0;
}
div.slideritem_left input:hover{
   background:url('/themes/icons/arrow_left_hover.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
    padding:0;
}

div.slideritem_right {
    padding-left: 5px;
	box-sizing:border-box;
	position:relative;
	top:-20px;
	left:-2px;
}

div.slideritem_right input{
   background:url('/themes/icons/arrow_right.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
   padding:0;
}
div.slideritem_right input:hover{
   background:url('/themes/icons/arrow_right_hover.png');
   width:15px;
   height:27px;
   border:0;
   color:transparent;
    padding:0;
}



div.slideritem_topname {
    min-height: 40px;
    align-items: baseline;
    display: none;
	justify-content: center;
    text-align: center;
}

div.slideritem_bottomname {

    align-items: baseline;

padding:0 5px;
    text-align: left;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;


	    overflow: hidden;
   height: 56px;
}

@media all and (max-width: 500px) {
div.slideritem_buy input {
    border: 0;
    width: 100%;
    padding: 7px 10px;
    text-transform: uppercase;
    background: #ca6369;
    color: #fff;
    font-size: 11px;
}
}

div.slideritem_bottomname a {
    text-decoration: none;
	font-size:14px;
}

div.slideritem_bottomname a:hover {
    text-decoration: none;
	font-size:14px;
}

div.slideritem_img {
    width: 100%;
    height: 200px;
    overflow: hidden;

	align-items: center;
	justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.slideritem_imgin {
    width: 100%;
}

div.slideritem_imgin img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    border: 0;
}

@media all and (max-width: 600px) {
    div.slideritem_img {
      height:unset;
    }
    div.slideritem_imgin img {
        max-height: 360px;
   }
}

div.slideritem_favor {
	padding-left:6px;
	box-sizing:border-box;
	padding-top:4px;
	margin-right:10px;
	display:none;
}

div.slideritem_buyinfo {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	justify-content:space-between;
    align-items: left;
	display:none;

	position: absolute;
    bottom: -20px;
	width:calc(100% + 2px);
	left: -1px;
    padding: 5px;
    box-sizing: border-box;
	padding-top:5px;
	z-index:1;
	border:1px solid transparent;
	opacity:0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height:30px;
}

div.slideritem:hover div.slideritem_buyinfo {
    display:block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border:1px solid #dcdcdc;
	border-top:0;
	opacity:0;
}

div.slideritem_price {
    text-align: left;
   font-size:17px;
    font-weight: bold;
    margin: 4px 0;
	color:#c05d62;
}

@media all and (max-width: 600px) {
	div.slideritem_price {
    text-align: left;
   font-size:14px;
    font-weight: bold;
    margin: 4px 0;
	color:#c05d62;
}

}

div.slideritem_price span {}

div.slideritem_oldprice {
    display: inline-block;
    color: #888;
    font-size:14px;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 15px;
}

div.slideritem_oldprice span {}

div.slideritem_actprice {
    display: inline-block;
    text-align: left;
    color: #ca6369;
    font-size:14px;
    font-weight: bolder;
}

div.slideritem_actprice span {}

div.slideritem_buy {
	padding:0 3px 0px 3px;
	box-sizing:border-box;
    text-align: center;
	line-height: 46px;
	display:flex;
	justify-content:space-between;
}

div.slideritem_buy input {

    border: 0;
	width:100%;
	padding:7px 20px;
	text-transform:uppercase;
	background: #ca6369;
    color: #fff;
}

div.slideritem_buy input:hover {
	background: #ca6369;
    color: #fff;
    border: 0;
	width:100%;
	padding:7px 20px;
	text-transform:uppercase;
}

@media all and (max-width: 500px) {
div.slideritem_buy input {
    border: 0;
    width: 100%;
    padding: 7px 10px;
    text-transform: uppercase;
    background: #ca6369;
    color: #fff;
    font-size: 11px;
}
div.slideritem_buy input:hover {
    border: 0;
    width: 100%;
    padding: 7px 10px;
    text-transform: uppercase;
    background: #ca6369;
    color: #fff;
    font-size: 11px;
}
}


div.slideritem_seeall {
    text-align: center;
    margin: 15px 0;
	display:none;
}


/* Товары в колонке */

div.columnitems_main {
    margin-bottom: 20px;
}

div.columnitems_title {
    font-size: 150%;
text-align:center;
font-weight:bolder;
       color: #c05d62;
    padding: 15px 5px;


}

div.columnitems {}

div.columnitem_separator {
    height: 1px;
    background: white;
    width: 100%;
}

div.columnitem {
    text-align: center;
    padding: 10px 0;
	position:relative;
	 border:1px solid transparent;
	 transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
		padding: 3px;
		box-sizing:border-box;
}

div.columnitem:hover {
    border:1px solid #dcdcdc;

}

div.columnitem_imgleft {
       width: 100%;
       height: 316px;
    overflow: hidden;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
}

div.columnitem_imgleft img {
    max-width: 100%;
    min-height: 100%;
}

div.columnitem_imgright {
	vertical-align: top;

}

div.columnitem_imgright img {
    max-width: 100%;
    max-height:230px;
}

div.columnitem_info {
    padding-left: 6px;
    box-sizing:border-box;
    vertical-align: top;
	flex-basis: 60%;
}

div.columnitem_topname {
    display: none;
}

div.columnitem_bottomname {}

div.columnitem_bottomname a {
    text-decoration: none;
}

div.columnitem_bottomname a:hover {
    text-decoration: none;
}

div.columnitem_price {
    text-align: center;
    font-weight: bolder;
    display: inline-block;
    margin: 8px 0;
}

div.columnitem_oldprice {
    display: inline-block;
    color: #5a5a5a;
    font-size: 80%;
    font-weight: normal;
    text-decoration: line-through;
}

div.columnitem_actprice {
    display: inline-block;
    text-align: left;
    color: #ca6369;
    font-weight: bolder;
}

div.columnitem_buy {}

div.columnitem_buy input {
    background: #ca6369;
    color: #ffffff;
    border: 1px solid #ca6369;
}

div.columnitem_buy input:hover {
	background: #ffffff;
    color: #ca6369;
    border: 1px solid #ca6369;
}

div.columnitemsall {
    margin-top: 10px;
    text-align: center;
}


div.columnitem_info {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	justify-content:space-between;
    align-items: left;
	display:none;
	background:white;
	position: absolute;
    bottom: -30px;
	width:calc(100% + 2px);
	left: -1px;
    padding: 5px;
    box-sizing: border-box;
	padding-top:0px;
	z-index:1;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	opacity:0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height:30px;
}

div.columnitem:hover div.columnitem_info {
    display:block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border:1px solid #dcdcdc;
	border-top:0;
	opacity:0;
	background:white;
}

/* Товары в списке */

div.maintopproducts {}

div.maintopitems_title {}

div.maintopitemsitem_seeall {}


/* СТРАНИЦА ТОВАРА */

div.allproductblock {
    padding-top: 10px;
}

div.nextproduct_block {
    display: table;
    padding: 5px;
    margin-bottom: 10px;
}

div.lastproduct {
    display: table-cell;
    white-space: nowrap;
}

div.lastproduct a {}

div.nextproduct {
    display: table-cell;
    text-align: right;
    width: 100%;
}

div.nextproduct a {}

div.productblock_over {
    display: none;
}

div.productname_over {

}

div.productcode_over {}

div.productcolumns {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;

}



div.newcolumnitem1{
	 display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    flex-basis: 540px;
		    min-width: 540px;
}

@media all and (max-width: 600px) {

	div.newcolumnitem1{
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	    flex-basis: unset;
		    min-width: 100%;
	}
}

div.newcolumnitem2{
	 display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
}

@media all and (max-width: 1100px) {

	div.newcolumnitem2{
		 display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
			flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		flex-grow:0;
	}


}

div.productpredleftcolumn {
	flex-basis: 90px;
}

div.productleftcolumn {
    flex-basis: 450px;
}

div.productcentercolumn {
    padding-left: 15px;
    padding-right: 15px;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
	font-size:14px;
}

div.productrightcolumn {

    padding: 10px;
    flex-basis: 200px;
	min-width:200px;
	box-sizing:border-box;

}

@media all and (max-width: 1100px) {
    div.productrightcolumn {

    }
}

@media all and (max-width: 899px) {

	div.productcolumns {
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content:space-between;
	}
   
    div.productleftcolumn {
        width: auto;
		flex-basis:unset;
		margin:0 auto;
    }
    div.productrightcolumn {
        width: auto;
		flex-basis:unset;
    }
    div.productcentercolumn {
        padding-left: 0px;
        padding-right: 0px;

    }
}

@media all and (max-width: 500px) {


    div.productrightcolumn {
        width: auto;
		padding:10px 0;
		flex-basis:unset;
    }

}

div.productname {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	justify-content:space-between;
	align-items:center;
}

div.productname {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
	justify-content:space-between;
}

@media all and (max-width: 600px) {

	div.productname {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		align-items: unset;
	}

}


div.productname_in {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;

	align-items:center;
}

div.productname h1 {
    margin: 5px 0 5px 0;
    padding: 0;
	color:#1e2a2b;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}

div.productcode {
    padding: 5px 0 5px 0;
	font-size:14px;
	color:#1e2a2b;

}

div.pricefor {
    padding: 8px 0;
}

div.productstatus1 {
	background:url('/themes/icons/interface1.png') no-repeat left center;
	padding-left:26px;
	color:#81001f;
	font-size:12px;
	white-space:nowrap;
}

div.productstatus2 {
	background:url('/themes/icons/interface.png') no-repeat left center;
	padding-left:26px;
	color:#0bc34f;
	font-size:12px;
	white-space:nowrap;
}
div.productstatus3 {
	background:url('/themes/icons/interface.png') no-repeat left center;
	padding-left:26px;
	color:#0bc34f;
	font-size:12px;
	white-space:nowrap;
}

div.outofstock{
	padding:15px 0;
	font-size:14px;
}

div.makesurenal {
	background:url('/themes/icons/signs.png') no-repeat left center;
	padding-left:36px;
	font-size:14px;

	color:#000;
	padding-top:15px;
	padding-bottom:15px;
}

div.productrate {
    margin: 8px 0;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
	align-items:center;
}

div.productrate div {
	margin:0 1px;
}

div.inproductactiontimer {
    margin: 10px;
    background: #ca6369;
    padding: 10px;
	font-size:110%;
    color: #ffffff;
	border-radius:3px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
	align-items:center;
}

div.actiontimerclock {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
	padding-left:10px;
	font-size:150%;
}

div.productprice {
    text-align: left;
    font-size: 150%;
    font-weight: bolder;
    display: inline-block;
    margin: 8px 0;
}

div.productprice span {}

div.productoldprice {
    display: inline-block;
    color: #5a5a5a;
    font-size: 80%;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 15px;
}

div.productoldprice span {}

div.productactprice {
    display: inline-block;
    text-align: left;
    color: #ca6369;
    font-size: 120%;
    font-weight: bolder;
}

div.productactprice span {}

div.productvalutes {

}

div.productvalutes span {}

div.valuteseparator {
    display: inline-block;
    padding: 0px 5px;
}

div.valuteinprice {
    display: inline-block;
}

div.valuteoldprice {
    display: inline-block;
    color: #5a5a5a;
    text-decoration: line-through;
}

div.valuteactprice {
    display: inline-block;
    margin-left: 15px;
    color: #ca6369;
}

div.productbuy {
	display:flex;
	align-items:center;
	justify-content:space-between;

}

@media all and (max-width: 600px) {

	div.productbuy {
		display:flex;
		flex-direction:column;

	}


}

div.productbuyamount {
    display:none;
}

div.productbuyamount input {
    width: 60px;
}

div.productbuybutton {
    margin: 10px 0px;
	flex-basis: 49%;

}

div.productbuybutton input {
    background: #ca6369;
    color: #fff;
    border: 1px solid #ca6369;
	padding:10px 20px;
	width:100%;
	text-transform:uppercase;
}

div.productbuybutton input:hover {
	background:  #fff;
    color: #ca6369;
    border: 1px solid #ca6369;
	padding:10px 20px;
	width:100%;
	text-transform:uppercase;
}


div.productonebuybutton {

	flex-basis: 49%;
}

div.productonebuybutton input {
    padding: 10px 20px;
	width:100%;
	    border: 1px solid #ca6369;
}


div.productonebuybutton input:hover {
    padding: 10px 20px;
	width:100%;
	color:#fff;
}


div.productbuttons {
    margin: 10px 0;
}

div.productbrand {}

div.productbrand a {}

div.productbrand a:hover {}

div.productquest {
    display: none;
}

div.productdescription {}

/*-- Блок для дополнительных параметров товара--*/

div.productoptions {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
}

div.productoption {
    margin: 6px 0;
	position:relative;
	max-width: 320px;
}

div.productoption_name{
	margin: 3px 0;
}

div.productoption_case {
	margin: 3px 0;
	max-width: 280px;
	position:Relative;
}

div.attr_one_block {
    border: 1px solid #c7c7c7;
	padding: 8px 20px;
	font-size:13px;
    background: url("/themes/images/selectdown.png") no-repeat #ffffff;
    background-position: 98% 50%;
    cursor: pointer;
    cursor: hand;
    text-align: left;
	position:relative;
	z-index:1;
}

div.choose_attr_div {
	display:none;
	position:absolute;
	 background: white;
    border-top: 0;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    width: 100%;
    max-width: 280px;
    z-index: 2;
    box-sizing: border-box;
    padding: 0px 0px;
}

div.choose_attr_line {
	padding:6px 20px;
	border-bottom:1px solid #c7c7c7;
	width:100%;
	 box-sizing: border-box;
    font-size:13px;
	cursor:pointer;
	cursor:hand;
}

div.choose_attr_line:hover {
	background:#c7c7c7;
}

div.attr_one_block{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
	align-items:center;
}

div.productoption_checkers {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-direction:row;
	align-items:center;
}

div.attr_one_cube {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-wrap:wrap;
	cursor:pointer;
	cursor:hand;
	padding:5px;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	align-items:center;
}

div.attr_one_cube input{
	width:unset;
}

div.attr_one_cube div{
	padding:5px;
	box-sizing: border-box;
}

.onlymobilesee {
		display:none;
	}
@media all and (max-width: 600px) {
	.onlymobilesee {
		display:inline-block;
	}
}

div.sort_one_block {

	padding: 4px 10px;
	font-size:15px;

    cursor: pointer;
    cursor: hand;
    text-align: left;
	position:relative;
	z-index:1;
}

@media all and (max-width: 600px) {
	div.sort_one_block {
		display:none;
	}

}

div.choose_sort_line {
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
}

div.choose_sort_div {
	display:none;
	position:absolute;
	 background: white;
    border-top: 0;
	    box-shadow: 1px 1px 1px 2px #efefef;

    min-width:150px;
    z-index: 2;
    box-sizing: border-box;
    padding: 0px 0px;
}

@media all and (max-width: 600px) {
	div.choose_sort_div {
        top: 20px;
        width: 100vw;
        left: -120px;
    }
}

#seeFiltAdapt {
	    border: 0;
    padding: 0;
}

#seeFiltAdapt:focus {
	background:transparent;
}

/* Вкладки товара */

div.producttabs {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    top: 0px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

@media all and (max-width: 700px) {

	div.producttabs {
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	}

}

div.producttabposition {
    vertical-align: bottom;
    position: relative;
    top: 0px;
	margin:0 0px;
    line-height: 56px;
}

div.producttab {
    padding: 15px 20px;
    border: 1px solid transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
    background: #fff;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	font-weight:bolder;
	 font-size:16px;
}

div.producttab:hover {
    padding: 15px 20px;
    border: 1px solid transparent;
   font-size:16px;
    color: #000;
    background: #dcdcdc;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	font-weight:bolder;
}

div.productactivetab {
    padding: 15px 20px;
   border: 1px solid transparent;
   font-size:16px;
    color: #000;
    background: #dcdcdc;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	font-weight:bolder;
}

@media all and (max-width: 899px) {
    div.producttabposition {
        display: block;
        top: 0px;
        line-height: initial;
    }
    div.producttab {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
    div.producttab:hover {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
    div.productactivetab {
        text-align: center;
        height: auto;
        padding: 10px;
        display: block;
        vertical-align: middle;
    }
}

div.inproducttext {
	font-size:14px;
}

div.producttabinfo {
    padding: 5px;
}

div.inproductcharrow {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	width:100%;
}

div.inproductcharrow:nth-child(odd) {
	background: #f7f7f7;
}

div.inproductcharname {
    padding: 5px;
    flex-basis:20%;
    font-size: 100%;
}

div.inproductchartext {
    padding: 5px;
    font-size: 100%;
	flex-basis:80%;
}

/* Похожие товары в слайдере */

div.slidersameitems {
    position: relative;
}

div.slidersameitem_title {
    font-size: 24px;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
   text-align:center;
   text-transform:uppercase;
}

div.slidersameitem_info {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	align-items: center;
}

div.slidersameitem_center {
    width: 100%;
}

div.slidersameitems_cont {}

div.slidersameitem_contin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

div.slidersameitem_main {
    vertical-align: top;
}

/* Большое изображение */

div.productin_topicon {
    position: relative;
}

div.productin_topitem {
    position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/top.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.productin_newitem {
     position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/new.png') no-repeat;
	width: 69px;
    height: 16px;

}


div.productin_actitem {
     position: absolute;
    left: -6px;
    top: -6px;
	background:url('/themes/icon/sale.png') no-repeat;
	width: 69px;
    height: 16px;

}

div.productbigimg { height: 510px;}

div.productbigimg_in {
    width: 450px;
    height: 510px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.productbigimg_in img {
    max-width: 450px;
    cursor: pointer;
    cursor: hand;
	    max-height: 500px;
}

@media all and (max-width: 899px) {
    div.productbigimg_in {
        width: 100%;
        min-height: 250px;
        height: auto;
        display: block;
        vertical-align: middle;
        text-align: center;
    }
    div.productbigimg_in img {
        max-width: 93vw;
        cursor: pointer;
        cursor: hand;
    }
	div.productbigimg {
		height:auto;
	}
}

div.bigproductform {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 0px 5px #ca6369;
    padding: 20px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    max-width: 96%;
}

div.bigproductinfo {
    position: relative;
}



div.leftbgarrow input {
    background: url(/themes/icons/arrow_left.png);
    width: 15px;
    height: 27px;
    border: 0;
    color: transparent;
    padding: 0;
}

div.leftbgarrow input:hover {
    background: url(/themes/icons/arrow_left_hover.png);
    width: 15px;
    height: 27px;
    border: 0;
    color: transparent;
    padding: 0;
}


div.rightbgarrow input {
    background: url(/themes/icons/arrow_right.png);
    width: 15px;
    height: 27px;
    border: 0;
    color: transparent;
    padding: 0;
}

div.rightbgarrow input:hover {
    background: url(/themes/icons/arrow_right_hover.png);
    width: 15px;
    height: 27px;
    border: 0;
    color: transparent;
    padding: 0;
}

div.bigovername {}

div.bigovercode {}

div.bigoverclose {
    position: absolute;
    left: 99%;
    margin-top: -44px;
    margin-left: -44px;
}

div.leftbgarrow { left:0;}

div.bigimgcenter {
    cursor: pointer;
    cursor: hand;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

div.rightbgarrow {
    right:0;
}


/* Изобраения в слайдере */

div.smallitem_info {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	align-items: center;
	position:relative;
}

div.smallitem_left {
    padding-bottom: 10px;
	box-sizing:border-box;
}



div.smallitem_left input{
   background:url('/themes/icons/arrow_top_hover.png');
   width:27px;
   height:15px;
   border:0;
   color:transparent;
    padding:0;
}
div.smallitem_left input:hover{
   background:url('/themes/icons/arrow_top_hover.png');
   width:27px;
   height:15px;
   border:0;
   color:transparent;
    padding:0;
}

div.smallitem_right {
    padding-top: 10px;
	box-sizing:border-box;
}

@media all and (max-width: 600px) {
	div.smallitem_left {
   display:none;
}
div.smallitem_right {
     display:none;
}

}

div.smallitem_right input{
   background:url('/themes/icons/arrow_bottom_hover.png');
   width:27px;
   height:15px;
   border:0;
   color:transparent;
   padding:0;
}
div.smallitem_right input:hover{
   background:url('/themes/icons/arrow_bottom_hover.png');
   width:27px;
   height:15px;
   border:0;
   color:transparent;
    padding:0;
}

div.smallitem_center {
     width: 100%;
}

div.smallitems_cont {
	width:90px;
	height:510px;
}

div.smallitem_contin {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
	    align-items: center;
}

@media all and (max-width: 600px) {

	div.smallitem_contin {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: unset;
		flex-wrap:wrap;
		    justify-content: center;

	}
	div.smallitems_cont {
		width:auto;
		height:auto;
	}

}

div.smallitem_main {
    vertical-align: top;
	border:1px solid transparent;
}
div.smallitem_main--active {
    vertical-align: top;
	border:1px solid #eee;
}

div.smallitem {
    margin: 2px;
    width: 80px;

}

div.smallitem_img {
    vertical-align: middle;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    text-align: center;
    height: 81px;
    align-items: center;
    justify-content: center;
}

div.smallitem_imgin {cursor:pointer;cursor:hand;}

div.smallitem_imgin img {
    max-width: 100%;
     max-height:81px;
     min-height: 100%;
}


@media all and (max-width: 329px) {
    div.smallitem_info {

    }
	div.smallitem {
		width:74px;
	}
}


#smBgImage {
	cursor:pointer;
	cursor:hand;
}

/* Задать вопрос */

div.questform {
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 0px 20px #292929;
    padding: 20px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 96%;
}

div.quest_main {
    width: 100%;
}

div.quest_mainin {}

div.quest_closeline {
    height: 40px;
}

div.quest_close {
    float: right;
}

div.quest_title {
    text-align: center;
    font-size: 120%;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 2px solid #5a5a5a;
}

div.quest_itemline {
    margin: 10px 0;
}

div.quest_itemblockimg {
    display: inline-block;
}

div.quest_itemblockimg img {
    max-width: 150px;
    max-height: 100px;
    border: 1px solid #f7f7f7;
    background: #ffffff;
    padding: 8px;
}

div.quest_itemblockname {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

div.quest_itemname {
    font-size: 110%;
}

div.quest_itemcode {}

div.quest_line {
    margin-bottom: 5px;
}

div.quest_block {}

div.quest_button {
    text-align: center;
}


/* КОРЗИНА */


/* Блок */

div.cart_block {
       background-image: url(/themes/images/shopping-cart.svg);
	   background-repeat:no-repeat;
	   background-position:left center;
    /* padding-left: 45px; */
    text-align: right;
    /* min-height: 32px; */
    cursor: pointer;
    cursor: hand;
    position: relative;
    width: 25px;
    height: 25px;
	background-size:100%;

}

@media all and (max-width: 799px) {
    div.cart_block {}
}

div.cart_title {
    display: none;
}

div.cart_modul {

}

div.cart_modulinfo {    position: relative;
    }

div.cartmodul_amount {
    text-align: right;
    background: #ca6369;
    padding: 1px 6px;
    border-radius: 100%;
    color: white;
    position: absolute;
    left: 13px;
    top: 11px;
}

div.cartmodul_price {
    text-align: right;
}

div.cartmodul_empty {
    text-align: right;
    padding-top: 7px;
}


/* Всплывающее окно */

div.cartform {
	position: fixed;
    background: #fff;
        box-shadow: 0 3px 3px 1px silver;
    padding: 0px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    width: 800px;
    max-width: 96%;
}

div.cartinfo {}

div.cartinfo_table {}

div.cartinfo_table table {
    width: 100%;
	border-collapse:collapse;
	font-size:14px;  color: #1e2a2b;
}

div.cartinfo_table table td {
    padding: 6px;
    text-align: center;
}

tr.carttitlerow {
     font-size:11px;
    color: #1e2a2b;
}

div.cartinfo_table table tr:nth-child(odd) {

}

div.cartinfo_table table tr:nth-child(even) {

}

td.carttitlecode {
    font-size: 0;
    width: 1px;
	    border-bottom:1px solid #dddddd;
}

td.carttitleimg {  border-bottom:1px solid #dddddd;}

td.carttitlename { border-bottom:1px solid #dddddd;}

td.carttitleamount { border-bottom:1px solid #dddddd;}

td.carttitleprice {
    width: 100px;  border-bottom:1px solid #dddddd;
}

td.carttitlesumm {
    width: 100px;  border-bottom:1px solid #dddddd;
}

td.carttitledelete {  border-bottom:1px solid #dddddd;}

td.cartcode {
    width: 1px;  border-top:1px solid #dddddd;
}

td.cartimg {
    width: 50px;  border-top:1px solid #dddddd;
}

td.cartimg img {
    max-height: 50px;
    max-width: 50px;
}

td.cartname {
    text-align: left !important;  border-top:1px solid #dddddd;
	color:#1e2a2b;
	font-size:14px;

}

table.cartparams {
    text-align: left !important;
}

table.cartparams td {
    padding: 2px !important;
}

td.cartparams_name {
    text-align: left !important;
    color: #5a5a5a;
    width: 1px;
    font-size: 90%;
}

td.cartparams_param {
    text-align: left !important;
    color: #5a5a5a;
    font-size: 90%;
}

td.cartamount {
    text-align: center;
    width: 50px;  border-top:1px solid #dddddd;
}

td.cartamount input {
    width: 50px;
    text-align: center;
	padding:5px;
}

td.cartprice {
    color: #ca6369;
    width: 100px;  border-top:1px solid #dddddd;
}

td.cartsumm {
    color: #ca6369;
    width: 100px;  border-top:1px solid #dddddd;
}

td.cartdelete {
    width: 1px;  border-top:1px solid #dddddd;
}

td.cartdelete input {
	 background:transparent;
	padding:0;
	border:0;
    color: #ca6369;
	font-size:24px;
}

td.cartdelete input:hover {
    background:transparent;
	padding:0;
	border:0;
	font-size:24px;
	    color: #1e2a2b;
}

td.cartall {
    text-align: right !important;
    font-size: 110%; border-top:1px solid #dddddd;
}

td.cartallsumm {
    color: #ca6369;
    font-size: 110%;

    font-weight: bold;
    width: 100px; border-top:1px solid #dddddd;
}

td.cartalldelete { border-top:1px solid #dddddd;}

table.pockettable {
    width: 101%;
    position: relative;
    border: 1px solid #fff3f3;
    background: #fff3f3;
}

div.cartinfo_buttons {

    text-align: center;
    display: table;
    width: 100%;
	padding:15px;
	box-sizing:border-box;
}

div.cartinfo_button1 {
    display: table-cell;
       text-align: right;
    padding: 3px;
}

div.cartinfo_button1 input {
   color: #ca6369;
   background:white;
   border:1px solid transparent;
}


div.cartinfo_button1 input:hover {
   color: #000;
   background:white;
   border:1px solid transparent;
}


div.cartinfo_button2 {
    display: table-cell;
    text-align: right;
    padding: 3px;
	width:1px;
}

div.cartinfo_button2 input {
   color: #fff;
      background: #ca6369;
   border:1px solid #ca6369;
}

div.cartwindownewtitle{
	background:#e8e8e8;
	text-align:center;
	padding:15px;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}

div.cartinfo_button2 input:hover {
   color: #ca6369;
      background: #fff;
   border:1px solid #ca6369;
}

@media all and (max-width: 799px) {
    td.carttitleprice {
        display: none;
    }
    td.cartprice {
        display: none;
    }
    td.carttitlecode {
        display: none;
    }
    td.cartcode {
        display: none;
    }
    td.carttitleimg {
        display: none;
    }
    td.cartimg {
        display: none;
    }
    div.cartpage_title {
        display: none;
    }
}


/* Страница корзины */

#orderDeliveryComment {
	margin-top:10px;
}

div.cartpage_table {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

div.cartpage_table table {
    width: 100%;
	border-collapse:collapse;
	font-size:14px;  color: #1e2a2b;
}

div.cartpage_table table td {
    padding: 6px;
    text-align: center;
}

div.cartpage_table table tr.carttitlerow {
    font-size:11px;
}

div.cartpage_table table tr:nth-child(odd) {

}

div.cartpage_table table tr:nth-child(even) {

}


div.cartpage_data {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

div.cartpage_title {
    color: #ca6369;
    padding: 10px 0px;
    font-size: 120%;
    text-align: center;
    margin: 0px auto 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ca6369;
}

div.cartpage_blockin1 {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	justify-content:space-between;
}

div.cartpage_blockin11 {
    flex-basis: 50%;
    padding: 10px;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
	padding-right:30px;
}

div.cartpage_blockin12 {
    flex-basis: 50%;
    padding: 10px;
	 flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
	padding-left:30px;
}

@media all and (max-width: 899px) {

	div.cartpage_blockin1 {
		display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
		justify-content:space-between;
	}

    div.cartpage_blockin11 {
        flex-basis:100%;
        padding: 10px 0;
    }
    div.cartpage_blockin12 {
        flex-basis:100%;
        padding: 10px 0;
    }
}

div.cartpage_blockin2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.cartpage_blockin2 input {
    background: #ca6369;
    color: #ffffff;
    border: 1px solid #ca6369;
	padding:10px 20px;
}

div.cartpage_blockin2 input:hover {
	background: #ffffff;
    color: #ca6369;
    border: 1px solid #ca6369;
	padding:10px 20px;
}

div.cartpage_line {}

div.cartpage_blockname {
    padding: 10px 0px 0px;
}

div.cartpage_blockparam {}

div.cartpage_paymentblock {
    margin: 10px 0;
}

div.cartpage_paymentinblock1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

div.cartpage_paymentinblock2 {
    display: inline-block;
    vertical-align: middle;
}

div.paymenttitle {
    color: #ca6369;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

input.cash {
    width: 72px;
    height: 24px;
    background: url('/themes/images/cash.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.cash:hover {
    width: 72px;
    height: 24px;
    background: url('/themes/images/cash.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.privat24 {
    width: 135px;
    height: 24px;
    background: url('/themes/images/privat24.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.privat24:hover {
    width: 135px;
    height: 24px;
    background: url('/themes/images/privat24.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.liqpay {
    width: 119px;
    height: 24px;
    background: url('/themes/images/liqpay.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.liqpay:hover {
    width: 119px;
    height: 24px;
    background: url('/themes/images/liqpay.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.portmone {
    width: 193px;
    height: 24px;
    background: url('/themes/images/portmone.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.portmone:hover {
    width: 193px;
    height: 24px;
    background: url('/themes/images/portmone.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.webmoney {
    width: 92px;
    height: 24px;
    background: url('/themes/images/webmoney.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.webmoney:hover {
    width: 92px;
    height: 24px;
    background: url('/themes/images/webmoney.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}


/*-- МОДУЛЬ ФИЛЬТРЫ --*/

div.allfilterscolumn {    }

div.filterscolumn {}

div.filtercolumn {
	border:1px solid #dddddd;
	margin-bottom:6px;
}


div.filterscolumntitle {
    display: none;
}

div.filterscolumntitleicon {
    display: none;
}

div.filtercolumnname {
    text-align: left;
    font-size:14px;
    padding: 10px;
	background:#dddddd;
	color:#1e2a2b;
}

div.filtercolumnname_mobile {
    text-align: left;
    font-size:14px;
    padding: 10px;
	background:#dddddd;
	color:#1e2a2b;
	position:relative;
}

div.filtercolumnname_mobile::after {
       content: "▼";
    font-size: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
div.mobile_filter_opened {
    text-align: left;
    font-size:14px;
    padding: 10px;
	background:#dddddd;
	color:#1e2a2b;
	position:relative;
}

div.mobile_filter_opened::after {
       content: "▲";
    font-size: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

div.filterparaminfo{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
	padding:6px;
	box-sizing:border-box;
	font-size:14px;
	color:#1e2a2b;
}

div.filterparaminfocolors{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
	padding:6px;
	box-sizing:border-box;
	font-size:14px;
	color:#1e2a2b;
	display:flex;
	    justify-content: space-between;
		align-items:center;

}
div.filterparamname_mobile{
	display:none;
}
div.filterparaminfo_mobile{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
	padding:6px;
	box-sizing:border-box;
	font-size:14px;
	color:#1e2a2b;
	display:none;
}

div.filterparaminfocolors_mobile{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap;
	padding:6px;
	box-sizing:border-box;
	font-size:14px;
	color:#1e2a2b;
	display:flex;
	    justify-content: space-between;
		align-items:center;


}

div.filterparaminfo_slide {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
    justify-content:space-between;
    align-items: center;
	    padding: 5px;
    box-sizing: border-box;

}

div.filterparaminfo_slide input{
    padding: 5px;
    border-radius: 5px;
}

div.filterparaminfo_slide div {
    margin-left: 5px;
}

div.filterparamname {

}

div.filterparamcheck {

}

div.filterparamcheck input { width:unset; }

div.filterparamsep {

}

div.filtercolumnseparator {
    margin-bottom: 5px;
    margin-top: 5px;
}

div.filtercolumnbutton {
    text-align: center;
    margin: 0px;
	padding:10px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#applyFilters {

	color:#fff;
	font-size:14px;
	    background: #ca6369;
}
#applyFilters:hover {

	color:#fff;
	font-size:14px;
	    background: #ca6369;
}
#clearFilters {
	border:0;
	color:#000;
	font-size:12px;
}

input.filtercolumnbutton {}

div.filterslider {
        margin: 10px 6px 10px 6px;
    left: -2px;
    padding-bottom: 10px;
    box-sizing: border-box;
    height: 10px;
}

div.filters_adapt {
    display: none;

}

div.filtersblock_adapt {
    display: none;
	position:absolute;
	z-index:1000;
	background: #fff;
    position: absolute;
    top: 40px;
	left:0;
	width:100%;
}

@media all and (max-width: 800px) {
    div.filters_adapt {
        display: block;
    }
    div.filtersbutton_adapt {
        text-align: center;
        margin: 0px 0;
    }
    div.filtercolumn {
        padding: 0 0px;
        border: 0;
    }
    div.filtercolumn > div {
        background: none;
    }
    div.filtercolumn > div:first-child:after, .filtersbutton_adapt:after, .sorting_title:after{
        content: "";
        background-image: url(/themes/icons/arrtopmenu1.svg);
        background-position: 99% 50%;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
        transform: rotate(90deg);
        margin-left: 5px;
    }
}

/*-- МЕГАМЕНЮ--*/

div.megacatalog {
    width: 100%;
	background:#f9f9f9;
}

div.megacatalogin {
    max-width: 1330px;
    cursor: pointer;
    cursor: hand;
    margin: 0 auto;
    justify-content: center;
	align-items:center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
	    justify-content:space-evenly;
}

div.megacatalogseparator {
    background: #eceded;
    padding: 0px;
    height: 43px;
    flex-basis: 1px;
}

div.megacategory {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	 border-bottom:3px solid transparent;
}

div.megacategory:hover {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    border-bottom:3px solid #ff8089;
    cursor: pointer;
    cursor: hand;
}

a.megacategory {
	padding: 10px 15px;
    min-height: 30px;
	align-items: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content: center;
	color: #1e2a2b;
    font-size: 14px;
	text-transform:uppercase;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.megacategory:hover {
	color: #000;
}

a.activemegacategory {
	padding: 10px 15px;
    min-height: 30px;
	align-items: center;
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    justify-content: center;
	color: #000;
    font-size: 14px;
	text-transform:uppercase;
	font-weight:Bolder;
}

div.activemegacategory {
    display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
     flex-grow: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; -o-flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
     border-bottom:3px solid #ff8089;
}

@media all and (max-width: 850px) {


	a.megacategory {
		font-size: 12px;
	}
	a.megacategory:hover {
		font-size: 12px;
	}

	a.activemegacategory {
		font-size: 12px;
	}

}
@media all and (max-width: 700px) {


	a.megacategory {
		font-size: 12px;
		padding: 10px 5px;
	}
	a.megacategory:hover {
		font-size: 12px;
		padding: 10px 5px;
	}

	a.activemegacategory {
		font-size: 12px;
		padding: 10px 5px;
	}

}

div.megacatalogsubmenu_load {
	opacity:0;
	display:block;
}

div.megacatalogsubmenu {
	opacity:1;
	display:none;
}

div.activemegacategory:hover div.megacatalogsubmenu {
    display: block;
}

div.megacategory:hover div.megacatalogsubmenu {
    display: block;
}

div.megacatalogsubmenu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    left: 0%;
    top: 3px;
    z-index: 200;
    display: none;

}

div.megacatalogsubmenu:hover {
    display: block;
}

div.megacatalogsubmenuinfo {
    position: absolute;
}

@media all and (max-width: 770px) {
    div.megacatalogsubmenuinfo {
        display: none;
    }
}

div.megacatalogsubmenuinfo1 {
    position: relative;
    width: 100%;
    z-index: 200;
   background: #f9f9f9;
   box-shadow: 0 3px 3px 1px silver;
}

div.megasubcategory {
    min-width: 250px;
    text-align: left;
}

div.megasubcategoryblock {
    padding: 5px 20px;
}

div.megacatalogrow {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
   flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row;
}

div.megacatalogcolumn {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
    flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
}

div.megacatalogcell {

}

div.megasubcategory {}

div.megasubcategoryblock {position:relative;}

div.megasubcategoryinfo {
    margin-bottom: 5px;
}

div.megasubcategorylink {

}

div.megasubcategorysublink {
       padding: 5px 20px;
}

div.megasubcategoryblock:hover div.inthreees {
	display:block;
}

div.inthreees {
	    position: absolute;
   display:none;
    background: #fdfdfd;
    box-shadow: 1px 1px 1px 1px gainsboro;
    left: 90%;
    top: 0;
    z-index: 100;
	min-width:200px;

}

a.subcattwo {
    color: #1e2a2b;
	font-size: 14px;
}

a.subcattwo:hover {
    color:  #ff8089;
    text-decoration: none;
	font-size: 14px;
}

a.subcatthree {
    color:  #1e2a2b;
    font-size: 14px;
}

a.subcatthree:hover {
    color:  #ff8089;
    font-size: 14px;
    text-decoration: none;
}


/* Адаптивное меню каталога */
.newcategoryline {
		display:none;

	}
.newcategory11line {
		display:none;

	}

@media all and (max-width: 770px) {
	.headcolumn1 {
		display:block;
	}
    div.megacatalogin {
        margin: 0 auto;
        display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
        justify-content: center;
        flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;
        background: #5a5a5a;
        display: none;
    }
    div.megacatalog {
        width: 100%;
        background: #f7f7f7;
    }
	.newcategoryline {

		display:flex;


	}
	.newcategory11line {

		display:flex;
		padding:5px;
		align-items:center;

	}
	.paddingright {
		padding-left:10px;
		font-size: 20px;
	}

}

.topadapt {
    display: none;

}


div.delivercent_chapter5_home {
	flex-basis:55%;
	max-width:1330px;
	margin:0 auto;
	padding:30px 0 0 0;
}

div.delivercent_chapter6_home {
	flex-basis:55%;
	max-width:1330px;
	margin:0 auto;
}

div.contacts_head_block{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	align-items:center;
}

div.contacts_head_block div{
	margin:0 15px;
}
div.contacts_head_block div:nth-child(1){
	margin:0 5px;
}

@media all and (max-width: 1100px) {
	div.contacts_head_block{
		flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column;

	}
	div.contacts_head_block div{
		margin:0 5px;
		    white-space: nowrap;
	}
	div.contacts_head_block div:nth-child(1){
		display:none;
	}

}

@media all and (max-width: 700px) {

	div.overheadleft {
		flex-basis:1%;
		padding-right:10px;
	}
}


@media all and (max-width: 500px) {

	div.overheadleft {
		flex-basis:1%;
		padding-right:0px;
	}
}


@media all and (max-width: 600px) {

		div.contacts_head_block div{
		margin:0 8px;
		    white-space: nowrap;
	}
	div.contacts_head_block{
		flex-direction:row;
	}
}



@media all and (max-width: 600px) {
	div.contacts_head_block div:nth-child(1){
			display:none
	}
	div.contacts_head_block {
		font-size:13px;
		padding: 0 5px;
	}
}


@media all and (max-width:400px) {
	div.contacts_head_block div:nth-child(4){
			display:none

	}
	div.contacts_head_block {
		font-size:14px;
		padding: 0 5px;
	}

}

div.favor{
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	align-items:center;
}

div.favortexttop{
	margin-left:10px;
	color:#ff8089;
}

div.favortexttop a{

	color:#ff8089;
}
div.favortexttop a:hover{

	color:#ff8089;
}

input.favor_top_input {
	background:url('/themes/icons/like.png') no-repeat;
	width:27px;
	height:25px;
	font-size:12px;
	border:0;

	padding:0;
	color:transparent; text-decoration:none;
}
input.favor_top_input:hover {
	background:url('/themes/icons/like.png') no-repeat;
	width:27px;
	height:25px;
	font-size:12px;
	border:0;
	color:transparent;
	padding:0;
	text-decoration:none;
}
input.favor_top_input_act {
	background:url('/themes/icons/like.png') no-repeat;
	width:27px;
	height:25px;
	font-size:12px;
	border:0;
	color:#ca6268;
	padding:0; text-decoration:none;
}
input.favor_top_input_act:hover {
	background:url('/themes/icons/like.png') no-repeat;
	width:27px;
	height:25px;
	font-size:12px;
	border:0;
	color:#ca6268;
	padding:0; text-decoration:none;
}

div.botlogo {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	margin:15px 0;
}
div.botsocial {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	margin:15px 0;
}
div.botsocial div{

	margin-right:5px;
}

div.sizefilter {
	padding:3px;
	margin:3px;
	box-sizing:border-box;
	border:1px solid #eee;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.sizefilter:hover {
	padding:3px;
	margin:3px;
	box-sizing:border-box;
	border:1px solid #000;
	cursor:pointer;
	cursor:hand;
}
div.sizeactfilter, div.sizefilter[data-checked="1"] {
	padding:3px;
	margin:3px;
	box-sizing:border-box;
	border:1px solid #000;
	cursor:pointer;
	cursor:hand;
}
div.colorfilter {
	padding:0px;
	margin:2px;
	width:14px;
	height:14px;
	box-sizing:border-box;
	border:1px solid transparent;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity:1;
	border-radius:100%;
}
div.colorfilter:hover {
	padding:0px;
	margin:2px;
	width:14px;
	height:14px;
	box-sizing:border-box;
	border:1px solid #000;
	cursor:pointer;
	cursor:hand;
	opacity:1;
	border-radius:100%;
}
div.coloractfilter {
	padding:0px;
	margin:2px;
	width:14px;
	height:14px;
	box-sizing:border-box;
	border:1px solid #000;
	cursor:pointer;
	cursor:hand;
	opacity:1;
	border-radius:100%;
	    position: relative;
}

div.coloractfilter:after {
	content: "\2713";
    font-size: 22px;
    color: #000;
    text-align: center;
	font-weight:bolder;

	cursor:pointer;
	cursor:hand;
	    position: absolute;

    top: 5px;
    left: 12px;
}

.incolor1 {
	   flex-basis: 20px;
	   position:relative;
	   top:2px;
}

.incolor1 input {
	margin:0;
}

.incolor2 {
	flex-grow: 1;
	padding-left:5px;
}

.incolor3 {

}

div.testfav{
	background:url('/themes/icons/wishes.png');
	width:14px;
	height:12px;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.testfav:hover{
	background:url('/themes/icons/wishes-hover.png');
	width:14px;
	height:12px;
	cursor:pointer;
	cursor:hand;
}
div.testfavact{
	background:url('/themes/icons/wishes-hover.png');
	width:14px;
	height:12px;
	cursor:pointer;
	cursor:hand;
}


div.newsortcat {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	justify-content:space-between;
	align-items:center;
	margin:5px 0;
	padding: 10px 5px;
    font-size: 16px;
	position:relative;
}

.categories--undertree {
display:flex;
flex-wrap:wrap;
justify-content:flex-start;
}

.categories--undertree--img  {
width:100%;
display:flex;
align-items:center;
justify-content:center;
min-height: 124px;
}

.categories--undertree--img img {
max-width: 100%;
    height: 120px;
}
.categories--undertree--name  {
padding:0px;
text-align:center;
}
.categories--undertree--name  a{
font-size:14px;
}

.categories--undertree--item {
	flex-basis: calc(calc(100% / 6) - 0px);
margin-bottom:10px;


}

@media all and (max-width: 500px) {

.categories--undertree--item {
		flex-basis: calc(calc(100% / 3) - 0px);
	margin-bottom:10px;


}

}




/*
@media all and (max-width: 500px) {
	div.newsortcat {
	flex-direction: column-reverse;
	}
}
*/

@media all and (max-width: 790px) {


}

div.newsortcat3 {
		display:none;
}

@media all and (max-width: 650px) {

	div.newsortcat {
		flex-wrap:wrap;
	}

	div.newsortcat2 {
		order:1;

	}
	div.newsortcat3 {
		order:2;

		display:flex;
		justify-content:flex-end;
	}
	div.newsortcat1 {
		order:3;
		flex-grow:1;
		text-align:center;
		flex-basis:100%;
	}

}
.incolor1.color input{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
}
.incolor1.color input:checked:after{
    content:"✓";
    display:block;
    position:absolute;
    font-size: 20px;
    left: 4px;
    top: 1px;
}
@media (max-width: 300px) {
div.newsortcat3 {
    order: 2;
    display: flex;
    justify-content: center;
    width: 100%;
}
}

div.newsortcat h1 {
	padding:0px 0;
	    margin: 0;
}

div.rightItemBlock {
	    border: 1px solid #dddddd;
}

div.rightItemTitle {
	text-align: center;
    font-size:11px;
    padding: 10px;
	background:#dddddd;
	font-weight:bolder;
	color:#1e2a2b;
	box-sizing:border-box;
	text-transform:uppercase;
}

div.rightItemText {
	box-sizing:border-box;
	 padding: 10px;
	 color:#1e2a2b;
	 font-size:11px;
}

div.intabzagtext{
	color:#ca6369;
	font-size:14px;
	padding:10px 0 4px 0;
	text-transform:uppercase;
}

div.initemnewparams {


}

div.initemnewparam {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	align-items:center;
	margin:10px 0;
}

div.initemnewparam_name{
	flex-basis:80px;
	min-width:80px;
}

div.initemnewparam_param {
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	flex-wrap:wrap;
}

div.sizechanger {
	padding:10px 20px;
	margin:2px;

	box-sizing:border-box;
	border:1px solid #ca6369;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity:1;
	background:white;
	color:#1e2a2b;
}
div.sizeactchanger {
	padding:10px 20px;
	margin:2px;

	box-sizing:border-box;
	border:1px solid #ca6369;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity:1;
	background:#ca6369;
	color:#1e2a2b;
}
div.sizechanger:hover {
	padding:10px 20px;
	margin:2px;

	box-sizing:border-box;
	border:1px solid #ca6369;
	cursor:pointer;
	cursor:hand;
	opacity:1;
	background:#ca6369;
	color:#1e2a2b;
}

div.colorchanger {
	padding:10px 20px;
	margin:2px;

	box-sizing:border-box;
	border:1px solid #ca6369;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity:1;
	background:white;
	color:#1e2a2b;
}
div.coloractchanger {
	padding:10px 20px;
	margin:2px;

	box-sizing:border-box;
	border:1px solid #ca6369;
	cursor:pointer;
	cursor:hand;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	opacity:1;
	background:#ca6369;
	color:#1e2a2b;
}
div.colorchanger:hover {
	padding:10px 20px;
	margin:2px;

	box-sizing:border-box;
	border:1px solid #ca6369;
	cursor:pointer;
	cursor:hand;
	opacity:1;
	background:#ca6369;
	color:#1e2a2b;
}

#text h1 {
    color: #ff8089;
    margin-left: 0;
    line-height: 1;
    padding: 4px 0 0 0;
}

#text h3 {
    color: #ff8089;
    padding: 12px 0 0px;
}

#text h2 {
    color: #ff8089;
}

div.item_haracters{


}

div.item_haracters_row{
	padding:2px 0;
	display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
	font-size:14px;
	color:#1e2a2b;
}

div.item_haracters_row div:nth-child(1) {
	padding-right:10px;
}

div.item_sizenal {
	margin:0px 0;
}

div.item_sizenal1 span {
	    color: #1e2a2b;
		font-size:14px;
		font-weight:normal;
}
div.item_sizenal2 {
	    color: #1e2a2b;
		font-size:14px;
		font-weight:normal;
}

div.allcitybottom {
	max-width:1330px;
	font-size:14px;
	margin:0 auto;
	padding:10px 0 30px 0;
	box-sizing:border-box;
}

input.checkboxposhta + label {
	content: "1";
    font-size: 13px;
    color: #ca6369;
    text-align: center;
	font-weight:bolder;
    border:1px solid #ca6369;
	background:white;
	cursor:pointer;
	cursor:hand;
	border-radius:100%;
	width:15px;
	height:15px;
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	display:block;
}


input.checkboxposhta:checked + label {
	content: "1";
    font-size: 13px;
    color: #ca6369;
    text-align: center;
	font-weight:bolder;
    border:1px solid #ca6369;
	background:#ca6369;
	cursor:pointer;
	cursor:hand;
	width:15px;
	height:15px;
	border-radius:100%;
	display:block;
}

div.citiesblockabs {
	position:absolute;
	background:white;
	border:1px solid silver;
	display:none;
	    width: 100%;
		max-height:300px;
		overflow:auto;
}
div.waresblockabs {
	position:absolute;
	background:white;
	border:1px solid silver;
	display:block;
	    width: 100%;
		max-height:300px;
		overflow:auto;
}

div#getWarehouseBycity {
	padding:5px 10px;
	cursor:pointer;
	cursor:hand;
}

div#getWarehouseBycity:hover {
	background:#efefef;
}

div#selectWare {
	padding:5px 10px;
	cursor:pointer;
	cursor:hand;
}

div#selectWare:hover {
	background:#efefef;
}

div.twoincat{
	display:none;
	padding:10px 0px 10px 10px ;
	box-sizing:border-box;
}

div.twoincatcat {
	padding:5px 0px 5px 5px ;
}

div.threeincat{
	display:none;

	padding:10px 0px 10px 10px ;
	box-sizing:border-box;
}

div.threeincatcat {
	padding:5px 0px 5px 5px ;
}


span.spanshowcat{
    cursor: pointer;
    width: 100%;
    display: block;
    background-image: url("/themes/icons/arrtopmenu1.svg");
    background-position: 99% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    width: 11px;
    background-size:100%;
}

div.arrowfademenuclass {


}

div.totop1{display:none;position:relative;z-index:500;}
div.totop2{position:fixed;bottom:15px;right:15px;height:36px;width:69px;text-align:center;font-size:12px;color:#0057da;}
img.totop3{cursor:pointer;cursor:hand;border-radius:10px;border:0;}



div.sliderlasitems {
    position: relative;
}

div.sliderlasitem_title {
   font-size: 24px;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

div.sliderlasitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.sliderlasitem_center {
    width: 100%;
    min-height: 330px;
}

div.sliderlasitems_cont {}

div.sliderlasitem_contin {
    display: flex;
    flex-direction: row;
}

div.sliderlasitem_main {
    vertical-align: top;
}

div.mainimage div.onewrap1 div {
    margin-left: auto;
}


/* Купить в один клик */

div.oneclickform {
    position: absolute;
    background:#fff;
    border:solid 10px #ca6369;
    padding: 20px;
	box-sizing:border-box;
    display: none;
    z-index: 500;
    max-width: 500px;
    width: 90%;
}

div.oneclick_main {
    width: 100%;
}

div.oneclick_mainin {}

div.oneclick_closeline {
    height: 40px;
}

div.oneclick_close {
    float: right;
}

div.oneclick_title {
    text-align: center;
    font-size: 120%;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 2px solid var(--light-dark-color);
}

div.oneclick_itemline {
    margin: 10px 0;
}

div.oneclick_itemblockimg {
    display: inline-block;
}

div.oneclick_itemblockimg img {
    max-width: 150px;
    max-height: 100px;
    border: 1px solid var(--hard-light-color);
    background: var(--white-background-color);
    padding: 8px;
}

div.oneclick_itemblockname {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

div.oneclick_itemname {
    font-size: 110%;
}

div.oneclick_itemcode {}

div.oneclick_line {
    margin-bottom: 5px;
}

div.oneclick_block {}

div.oneclick_button {
    text-align: center;
}

.removecatalogdontsee {
	display:none;
}

/* ######################################## customSlider.js ######################################## */

div.newcolumnitem1 div.productleftcolumn {
    position: relative;
}

#carouselCastumSlier {
    overflow: hidden;
    transition: .1s;
    margin-bottom: 4px;
}

div.newcolumnitem1 div.productleftcolumn .active {
    z-index: 1;
    position: relative;
}

div.productleftcolumn div.productin_actitem {
    z-index: 500;
}

.carouselCastumSlier__gallery {
    display: flex;
    align-items: flex-start;
    overflow-x: scroll;
}

#smallItemAllCont .smallitem_main--active {
    opacity: .68
}

/* PC customSlider */
div.productbigimg {
    position: relative;
}

div.productbigimg>#bigItemImgLeft,
div.productbigimg>#bigItemImgRight {
    position: absolute;
    top: 250px;
    width: 15px;
    height: 27px;
    color: transparent;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0;
    margin: 0 -6px;
}

div.productbigimg>#bigItemImgLeft:hover {
    background: url(/themes/icons/arrow_left_hover.png);
}

div.productbigimg>#bigItemImgRight:hover {
    background: url(/themes/icons/arrow_right_hover.png);
}

div.productbigimg>#bigItemImgLeft {
    left: 0;
    background: url(/themes/icons/arrow_left.png);
}

div.productbigimg>#bigItemImgRight {
    right: 0;
    background: url(/themes/icons/arrow_right.png);
}

@media (max-width: 899px) {

    div.productbigimg>#bigItemImgLeft,
    div.productbigimg>#bigItemImgRight {
        margin: 0 -65px;
    }

}

.mobilemenuchapters .languages {
	padding-left:0;
}

/* ######################################## customSlider.js end. ######################################## */
#seeFiltAdapt:hover{
    background:transparent !important;
}