body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #3f3a38;
    margin: 0;
    background: #efefef;
}


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

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

input[type="button"] {
   font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 4px 15px;
    background: #ffffff;
    color: #c5a47d;
    outline: none;
    border: 1px solid #c5a47d;
    -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;
}

input[type="button"]:hover {
   font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 4px 15px;
    background: #c5a47d;
    color: #fff;
    outline: none;
    border: 1px solid #c5a47d;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
}

input[type="text"] {
   font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    color: #888;
    border: 1px solid #3f3a38;
    -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="text"]:focus {
    border: 1px solid #888;
}

input[type="password"] {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    color: #888;
    border: 1px solid #3f3a38;
    -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 #888;
}

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

input.fail:focus {
    border: 1px solid #9A1414;
}

textarea {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    color: #888;
    border: 1px solid #3f3a38;
    -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 #888;
}

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

textarea.fail:focus {
    border: 1px solid #9A1414;
}

select {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    color: #888;
    border: 1px solid #3f3a38;
    -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 #888;
}

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

select.fail:focus {
    border: 1px solid #9A1414;
}

a {
    text-decoration: none;
    color: #3f3a38;
}

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

div.relative {
    position: relative;
}

div.deliver {}

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

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

div.incenter {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.nothingfound {
    color: #ff8888;
    text-align: center;
    margin: 20px auto;
}

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

span.star {
    color: #ff8888;
}


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

div.answerform {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 0px 20px 3f3a38;
    padding: 30px;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 90%;
}

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: flex;
    flex-direction: column;
}

div.overhead {
   width: 100%;
    margin: 0 auto;
	background:#3f3735;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.overheadinfo {
    margin: 0 auto;
    display: flex;
	 width: 100%;
    max-width: 1364px;
    justify-content: space-between;
    flex-direction: row;
	align-items: center;
}

div.overheadleft {}

div.overheadright {}

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

div.headinfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}

@media all and (max-width: 380px) {
    /*div.headinfo {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }*/
}

div.headcolumnlogo {
    display: flex;
    flex-direction: column;
    padding: 5px;
    flex-grow:0;
    flex-shrink: 1;
    flex-basis: 1%;
}

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

div.headcolumn1 {
    display: flex;
    flex-direction: column;
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 1%;
}

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

div.headcolumn2row1 {
	
}

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

div.headcolumn2row2 {}

div.headcolumn3 {
    display: flex;
    flex-direction: row;
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 1%;
	align-items:center;
}


div.headcolumn3row1 {
    text-align: right;
	margin-right:20px;
}

div.headcolumn3row2 {
    text-align: right;
}

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

@media all and (max-width: 699px) {
    div.headcolumnlogo {text-align:left;}
    div.headcolumn1 {}
    div.headcolumn2 {flex-basis: 100%;}
    div.headcolumn3 {    margin: 0 auto;}
    div.headcolumn3row1 {
        text-align: center;
		position: absolute;
		top: 80px;
		right: 20%;
    }
	div.headcolumn3row2 {
        text-align: center;
		position: absolute;
		top: 80px;
		right: 5%;
    }
}

div.underhead {
    width: 100%;
    margin: 0 auto;
    background: #3f3a38;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: none;
}

div.underheadinfo {
    margin: 0 auto;
    max-width: 1364px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.underheadleft {
    padding: 5px;
}

div.underheadright {
    text-align: right;
    padding: 5px;
}

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

div.allcenterblock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

div.leftmain {
    padding: 5px 10px 5px 5px;
	margin: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
}

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

div.leftcolumn {}

div.centermain {
    padding: 5px 0px 5px 0px;
	margin: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 70%;
}

div.centercolumn {}

div.rightmain {
    padding: 5px 5px 5px 10px;
    margin: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
}

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

div.rightcolumn {}

div.centerunderslider {
	   position: relative;
   
}

div.leftunderslider {}

div.rightunderslider {}

div.allfooter {
    background: #3f3a38;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media all and (max-width: 699px) {
  /*  div.allfooter {
        display: none;
    }*/
}

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

div.overfooter {}

div.underfooter {}

div.underfooterleft {}

div.underfooterright {}

div.counter {}


/* футер */

div.footer-content {
    overflow: hidden;
    max-width: 1364px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.footer-content a{
	color:#9e9b9b !important;
}

div.footer-box-1,
div.footer-box-2,
div.footer-box-3,
div.footer-box-4 {}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.footer-box-1,
    div.footer-box-2,
    div.footer-box-3,
    div.footer-box-4 {}
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.footer-box-3 {
        display: none;
    }
}

div.footer-box-5 {}

div.footer-box-1 p,
div.footer-box-2 p,
div.footer-box-3 p,
div.footer-box-4 p,
div.footer-box-5 p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0px 18px 0px;
}

div.footer-box-1 ul,
div.footer-box-2 ul,
div.footer-box-3 ul,
div.footer-box-4 ul,
div.footer-box-5 ul {
    list-style: none;
    padding-left: 0px;
}

@media all and (max-width: 599px) {
	div.footer-box-5  {
		margin:0 auto;
	}
	
}

div.footer-box-1 ul li,
div.footer-box-2 ul li,
div.footer-box-3 ul li,
div.footer-box-4 ul li {
    line-height: 25px;
}

div.footer-box-1 ul li a,
div.footer-box-2 ul li a,
div.footer-box-3 ul li a,
div.footer-box-4 ul li a {
    color: #888;
}

div.footer-box-1 ul li a:hover,
div.footer-box-2 ul li a:hover,
div.footer-box-3 ul li a:hover,
div.footer-box-4 ul li a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.footer-box-2 ul li {
    color: #888;
}

li.footer-li-number {
    color: #fff!important;
}

div.footer-box-2 ul li a {
    color: #888;
}

ul.footer-pay {
    overflow: hidden;
}

ul.footer-pay li {
    float: left;
    padding-right: 3px;
}

ul.footer-social {
    overflow: hidden;
}

ul.footer-social li {
    float: left;
    padding-left: 1px;
}

ul.footer-social img {
    background-color: #3f3a38;
}

ul.footer-social img:hover {
    cursor: pointer;
    background-color: #888;
    transition: all 0.2s ease-in-out 0s;
}


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


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

div.topchapters {
	display: flex;
    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: #f5f5dc;
    
	min-height: 10px;
	align-items: center;
    display: flex;
    justify-content: center;
}

a.topactivechapter_link {
    text-decoration: none;
	color: #efefef;
    
	min-height: 10px;
	align-items: center;
    display: flex;
    justify-content: center;
}

a.topchapter_link:hover {
	text-decoration: none;
    color: #efefef;
}

@media all and (max-width: 900px) {
	
	a.topchapter_link {
		font-size:12px;
	}
	a.topactivechapter_link {
		font-size:12px;
	}
	
}

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: #fff;
    z-index: 100;
	left:0;
    border: 1px solid #c7c7c7;
}

div.topchapter_submenu {
    min-width: 150px;
    padding: 3px;
}

div.topchapter_submenu:hover {
    min-width: 150px;
    padding: 3px;
}

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

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

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

div.mobiletopchapters {
    display: none;
}

@media all and (max-width: 699px) {
    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: url("/themes/templates/menu.PNG") no-repeat center;
}

div.menuchapters_name {
    color: #3f3a38;
}

div.menuchapters {
    display: none;
    position: fixed;
    height: 100%;
    width: 0px;
    top: 0px;
    left: 0;
    z-index: 2000;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #3f3a38;
}

div.menuchapters_block {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #c7c7c7;
}

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

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

div.menuchapters_block_new {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #c7c7c7;
	background:#d2a57b;
}

div.menuchapters_block_new a {
    text-decoration: none;
	color:#fff;
	font-size:120%;
}

div.menuchapters_block_new:hover a {
    text-decoration: none;
	color:#fff;
	font-size:120%;
}

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

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

div.columnchapters_title {
        font-size: 30px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
display:none;
}

div.columnchapters {}

div.columnchapter0 {
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    -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;
}

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

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

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

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

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

div.columnchapter1 {
    padding: 4px 0px 4px 10px;
    cursor: pointer;
    cursor: hand;
}

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

div.columnchapter1:hover {
    padding: 4px 0px 4px 10px;
}

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

div.columnchapteractive1 {
    padding: 4px 0px 4px 10px;
    cursor: pointer;
    cursor: hand;
}

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

div.columnchapter2 {
    padding: 4px 0px 4px 20px;
    cursor: pointer;
    cursor: hand;
}

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

div.columnchapter2:hover {
    padding: 4px 0px 4px 20px;
}

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

div.columnchapteractive2 {
    padding: 4px 0px 4px 20px;
    cursor: pointer;
    cursor: hand;
}

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


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

div.centerchapters {
    margin: 10px 0;
    text-align: center;
}

div.centerchapters_in {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.centerchapter {
    display: flex;
    flex-direction: column;
    margin: 10px 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 23.8%;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
    div.centerchapter {
        flex-basis: 23.8%;
    }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.centerchapter {
        flex-basis: 23.7%;
    }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.centerchapter {
        flex-basis: 31.6%;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.centerchapter {
        flex-basis: 31.4%;
    }
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.centerchapter {
        flex-basis: 31.7%;
    }
}

@media all and (min-width: 600px) and (max-width: 798px) {
    div.centerchapter {
        flex-basis: 31%;
    }
}

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

div.centerchapter_topname {
    display: none;
}

div.centerchapter_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: flex;
}

div.centerchapter_imgin {
    width: 100%;
}

div.centerchapter_imgin img {
    max-width: 100%;
    max-height: 200px;
    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;
}

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

div.centerchapter_bottomname a {
    font-size: 110%;
    color: #3f3a38;
    text-decoration: none;
    -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: 110%;
    color: #3f3a38;
    text-decoration: underline;
}

div.centerchapter_info {
    margin: 5px 0px;
    height: 50px;
    font-size: 90%;
    color: #888;
}

div.centerchapter_button {
    text-align: center;
}


/* МОДУЛИ ПОИСК */
div.socsearch {
	display: flex;
    flex-direction: row;
	position: relative;
    align-items: center;
}

div.socsearch1 {
	display: flex;
    flex-direction: row;
	position: relative;
    align-items: center;
}

div.socsearch1 div{
	margin:0 5px;
}

div.search {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
	min-width:300px;
}

div.search form{
	display: flex;
    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: 500px;
	min-width:300px;
   padding: 10px 20px;
    font-size: 110%;
	border: 2px solid black;
	border-radius:0;
}

@media all and (max-width: 900px) {
	
	div.search {
		max-width: 300px;
		margin: 0 auto;
		min-width:auto;
	}
	
	div.search_input input {
		max-width: 150px;
		min-width:auto;
	}
	
}

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

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

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

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

div.dropdownsearchfon {
    position: relative;
    border: 1px solid #c7c7c7;
    left: 0px;
    background: #fff;
}

div.searchrow {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    cursor: hand;
	align-items: center;
}

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

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

div.dropdownprice {
    text-align: right;
    color: #ff8888;
    font-size: 90%;
    padding: 5px;
	flex-grow:1;
}

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


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

div.columnarticles_main {}

div.columnarticles_title {
    font-size: 110%;
    color: #3f3a38;
    padding: 10px;
    border-bottom: solid 1px #d0ceba;
}

div.columnarticles {}

div.columnarticle_separator {
    display: none;
}

div.columnarticle {
    text-align: left;
    border-bottom: 1px solid #c5a47d;
     padding: 10px 0;
	display: flex;
    flex-direction: row;
}

div.columnarticle_imgleft {
    display: none;
}

div.columnarticle_imgright {
    display: none;
}

div.columnarticle_info {
    vertical-align: top;
}

div.columnarticle_name {
    padding: 3px 0;
}

div.columnarticle_name a {
    text-decoration: none;
    color: #c5a47d;
}

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

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


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

div.centerarticles_main {
    text-align: Center;
    margin: 10px 0;
}

div.centerarticles_title {
       font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.centerarticle_wrap {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.centerarticle {
    margin: 10px 8px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 45%;
	align-items:center;
}

@media all and (max-width: 1100px) {
	
	div.centerarticle {
		flex-direction: column;
	}
	
}

@media all and (min-width: 890px) and (max-width: 1280px) {
    div.centerarticle {
        flex-basis: 45%;
    }
}

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

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

div.centerarticle_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: flex;
	 flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 45%;
}

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: left;
    margin-top: 0px;
	 flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 45%;
	padding-left:15px;
}

@media all and (max-width: 1100px) {
	
	div.centerarticle_info {
		padding-left:0px;
		flex-grow: 0;
		flex-shrink:0;
		flex-basis: unset;
	}
	
	div.centerarticle_img {
		flex-grow: 0;
		flex-shrink:0;
		flex-basis: unset;
	}
	div.centerarticle_img img {
		max-width: 100%;
		max-height: 100%;
		border: 0;
	}
	
}

@media all and (max-width: 500px) {
	
	div.centerarticle_info {
		padding-left:0px;
	}
	
	
	
}

div.centerarticle_topname {
    display: none;
}

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

div.centerarticle_name a {
    text-decoration: none;
    color: #3f3a38;
	font-size:20px;
}

div.centerarticle_name a:hover {
    text-decoration: none;
    color: #bba37e;
	font-size:20px;
}

div.centerarticle_short {
    margin: 10px 0px;
    text-align: left;
    color: #3f3a38;
    font-size: 16px;
}

div.centerarticle_date {
    padding: 8px;
}

div.centerarticle_seeall {
    text-align: center;
}


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

div.pagearticles {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.pagearticle {
    margin: 5px 0;
    justify-content: left;
    display: flex;
    flex-direction: row;
    text-align: center;
}

@media (max-width: 500px) {
    div.pagearticle {
		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;
    flex-shrink: 1;
    flex-basis: 90%;
}

div.pagearticle_info {}

div.pagearticle_topname {
    display: none;
}

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

div.pagearticle_name a {
    text-decoration: none;
    color: #3f3a38;
}

div.pagearticle_name a:hover {
    text-decoration: none;
    color: #3f3a38;
}

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

div.pagearticle_date {}


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

div.articleback {
    margin: 10px 0;
}

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

h1 {
    font-weight: normal;
    padding: 4px 10px;
}

div.articletext {}

div.articledate {
    padding: 8px 0;
}

div.article_commall {}

div.articlecomments {}

div.commenthorseparator {}

div.commentquote {}

div.oneartcomm {}


/* ХЛЕБНЫЕ КРОШКИ */

div.breads {
    margin: 0 auto;
    padding: 5px 0px;
    font-size: 90%;
}

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;
}

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: flex;
    flex-direction: row;
}

div.pagingbutton {
    vertical-align: middle;
}

div.pagingleft {}

div.pagingright {}

div.pagingall {
    background: #c5a47d;
    border: 1px solid #c5a47d;
    color: #c7c7c7;
    font-size: 100%;
    width: 28px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    margin: 0 2px;
    line-height: 28px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

div.pagingall a {
    color: #fff;
}

div.pagingall:hover {
    background: #fff;
    border: 1px solid #c5a47d;
    color: #c5a47d;
    font-size: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    margin: 0 2px;
}

div.pagingall:hover a {
    color: #c5a47d;
}

div.pagingnow {
    background: #fff;
    border: 1px solid #c5a47d;
    color: #c5a47d;
    font-size: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    margin: 0 2px;
}


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

div.callme {}

div.callmeform {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 0px 20px #3f3a38;
    padding: 30px;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 90%;
}

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%;
}

div.callme_line {
    margin: 3px 0;
}

div.callme_block {}

div.callme_button {}


/* СЛАЙДЕР */

div.sliderback {}

div.slider {}

div.sliderimg {
    margin: 0 auto;
}

div.advbanner {
    position: absolute;
}

div.sliderarrows {
    margin: 0 auto;
    position: relative;
	display:none;
}

div.sliderleft {
    position: absolute;
    z-index: 100;
    margin-top: 10%;
    left: 15px;
}

div.sliderleft input {
    background: url("/themes/templates/arrow_left.png") no-repeat center;
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
    border: 0;
    -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;
}

div.sliderleft input:hover {
    background: url("/themes/templates/arrow_left_hover.png") no-repeat center;
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
    border: 0;
}

div.sliderright {
    position: absolute;
    z-index: 100;
    right: 15px;
    margin-top: 10%;
}

div.sliderright input {
    background: url("/themes/templates/arrow_right.png") no-repeat center;
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
    border: 0;
    -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;
}

div.sliderright input:hover {
    background: url("/themes/templates/arrow_right_hover.png") no-repeat center;
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
    border: 0;
}

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

div.sliderbuttonsin {}

div.sliderbutton {
    display: inline-block;
}

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

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


/* ГАЛЕРЕЯ */


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

div.pagegallery {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.gallery {
    display: flex;
    flex-direction: column;
    margin: 10px 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 23.8%;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
    div.gallery {
        flex-basis: 23.8%;
    }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.gallery {
        flex-basis: 23.7%;
    }
}

@media all and (min-width: 1292px) and (max-width: 1199px) {
    div.gallery {
        flex-basis: 31.6%;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.gallery {
        flex-basis: 31.4%;
    }
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.gallery {
        flex-basis: 31.7%;
    }
}

@media all and (min-width: 600px) and (max-width: 798px) {
    div.gallery {
        flex-basis: 31%;
    }
}

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

div.gallery_img {
	width: 100%;
    height: 120px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    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: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.slidergallery_info {
    display: flex;
    flex-direction: row;
	align-items: center;
}

div.slidergallery_left {
    padding-right: 20px;
}

div.slidergallery_right {
    padding-left: 20px;
}

div.slidergallery_center {
     width: 100%;
}

div.slidergallery_cont {}

div.slidergallery_contin {
   display: flex;
    flex-direction: row;
}

div.slidergallery_main {
    vertical-align: top;
}

div.slidergallery {
    margin: 5px 15px;
    width: 216px;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
    div.slidergallery {
        width: 206px;
    }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.slidergallery {
        width: 190px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.slidergallery {
        width: 180px;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.slidergallery {
        width: 230px;
    }
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.slidergallery {
        width: 176px;
    }
}

@media all and (min-width: 600px) and (max-width: 798px) {
    div.slidergallery {
        width: 200px;
    }
}

@media all and (min-width: 400px) and (max-width: 599px) {
    div.slidergallery {
        width: 206px;
    }
}

@media all and (min-width: 365px) and (max-width: 399px) {
    div.slidergallery {
        width: 166px;
    }
}

@media all and (min-width: 330px) and (max-width: 364px) {
    div.slidergallery {
        width: 148px;
    }
}

@media all and (max-width: 329px) {
    div.slidergallery {
        width: 108px;
    }
}

div.slidergallery_topname {
    display: none;
}

div.slidergallery_bottomname {
    text-align: center;
}

div.slidergallery_bottomname a {}

div.slidergallery_bottomname a:hover {
    color: #3f3a38;
    -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: 120px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: flex;
}

div.slidergallery_imgin {
    width: 100%;
}

div.slidergallery_imgin img {
    max-width: 100%;
    max-height: 120px;
    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: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.columngallerys {}

div.columngallery {
    border-bottom: 1px solid #c7c7c7;
    border-right: 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: #ff8888;
}

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;
}

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

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

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

div.itemvote {
    background: url('/themes/templates/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;
}

div.pagecomment_info {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

@media all and (max-width: 500px) {
	
	div.pagecomment_info {
		display: flex;
		flex-direction: column;
		justify-content: baseline;
	}
	
}

div.pagecomment_name {
	color: #888;
}

div.pagecomment_text {}

div.pagecomment_date {
    
}

div.pagecomment_separator {}


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

div.columncomments {}

div.columncomments_title {
    font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.columncomment {}

div.columncomment_name {}

div.columncomment_text {}

div.columncomment_date {}

div.columncomment_separator {}

div.columncomment_seeall {}


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

div.centercomments {
    vertical-align: top;
}

div.centercomments_title {
  font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.centercomment {}

div.centercomment_info {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

@media all and (max-width: 500px) {
	
	div.centercomment_info {
		display: flex;
		flex-direction: column;
		justify-content: baseline;
	}
	
}

div.centercomment_name {
 
}

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

div.centercomment_date {
   
}

div.centercomment_seeall {}


/* 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: flex;
    flex-direction: row;
	justify-content: space-between;
}

@media all and (max-width: 500px) {
	
	div.pagefaq_info {
		display: flex;
		flex-direction: column;
		justify-content: baseline;
	}
	
}

div.pagefaq_name {
    
}

div.pagefaq_text {
    font-size: 110%;
}

div.pagefaq_date {
    
}

div.pagefaq_textseparator {}

div.pagefaq_answerinfo {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

@media all and (max-width: 500px) {
	
	div.pagefaq_answerinfo {
		display: flex;
		flex-direction: column;
		justify-content: baseline;
	}
	
}

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

div.pagefaq_answertext {
    background: #c7c7c7 none repeat scroll 0% 0%;
    padding: 10px 10px 10px 30px;
    color: #3f3a38;
    font-size: 110%;
}

div.pagefaq_answerdate {
    
}

div.pagefaq_separator {}


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

div.feedback_main {
    min-width: 300px;
    vertical-align: top;
    padding: 20px 10px;
    margin-left: 20px;
}

div.feedback_in {}

div.feedback_title {
    font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

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: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.columnpoll {}

div.columnpoll_info {}

div.columnpoll_infoin {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items:center;
}

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

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;
}

div.columnpoll_linein {
    background: #3f3a38;
    height: 25px;
}


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

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: #fff;
    box-shadow: 0px 0px 0px 20px #3f3a38;
    padding: 30px;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 90%;
}

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;
    color: #3f3a38;
}

div.login_line {}

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

div.login_button {}

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;
    color: #3f3a38;
}

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/templates/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/templates/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/templates/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/templates/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/templates/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/templates/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/templates/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/templates/vk.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}


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


/* Кнопки */

div.buttonsusers {
    margin-top: 5px;
}

div.buttonsusers_main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	
	text-align:left;
}

div.buttonsusers_button1 {
    margin-bottom:5px;
}

div.buttonsusers_button1 input {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
}

div.buttonsusers_button1 input:hover {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
	color:#3f3a38;
}

div.buttonsusers_button2 {
   
}

div.buttonsusers_button2 input {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
}

div.buttonsusers_button2 input:hover {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
	color:#3f3a38;
}

div.buttonsusers_button3{
    margin-bottom:5px;
}

div.buttonsusers_button3 input {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
}

div.buttonsusers_button3 input:hover {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
	color:#3f3a38;
}

div.buttonsusers_button4 {
   
}

div.buttonsusers_button4 input {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
}

div.buttonsusers_button4 input:hover {
	background:transparent;
	font-style:italic;
	border:0;
	text-decoration:underline;
	color:#3f3a38;
}


/* Поля */

div.polesusers {}

div.polesusers_main {}

div.polesusers_enter {}

div.polesusers_enter1 {
    margin: 3px 0;
}

div.polesusers_enter2 {
    margin: 3px 0;
}

div.polesusers_button {
	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 {
    color: #3f3a38;
    padding: 10px 0px;
    font-size: 120%;
    text-align: center;
    margin: 0px auto 10px;
    border-bottom: 1px solid #c7c7c7;
}

div.accounttabs {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c5a47d;
    position: relative;
    top: 0px;
	display: flex;
    flex-direction: row;
}

@media all and (max-width: 700px) {
	
	div.accounttabs { 
		flex-direction: column;
	}
	
}

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

div.accounttab {
    padding: 10px 20px;
    border: 1px solid #3f3a38;
    height: 20px;
    -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: transparent;
    color: #888;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	border-bottom:0;
}

div.accounttab:hover {
    padding: 10px 20px;
    border: 1px solid #c5a47d;
    height: 30px;
    color: #fff;
    background: #c5a47d;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	border-bottom:0;
}

div.accountactivetab {
    padding: 10px 20px;
    border: 1px solid #c5a47d;
    height: 30px;
    color: #fff;
    background: #c5a47d;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	border-bottom:0;
}

@media all and (max-width: 700px) {
    div.accounttabposition {
        display: block;
        top: 0px;
		margin:0;
        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.accounttabinfo {
    padding: 20px;
}

div.account_userdata {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

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

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

@media all and (max-width: 899px) {
	
	div.account_userdata {
		display: flex;
		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%;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 0px 0px 10px 0px;
    width: 50%;
    margin: 0 auto;
}

div.account_orders {}

div.account_order {
    border: 1px solid #888;
    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: #3f3a38;
}


/* ПОИСК */

div.searchtextpage {}

div.searchtextname {}

div.searchtext {}

div.searchtexthorseparator {}

div.searchtextfail {}


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

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

div.notetabposition {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 1px;
    line-height: 56px;
}

div.notetab {
    padding: 10px 20px;
    border: 1px solid #3f3a38;
    height: 20px;
    -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: #888;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
}

div.notetab:hover {
    padding: 10px 20px;
    border: 1px solid #3f3a38;
    height: 30px;
    color: #fff;
    background: #3f3a38;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
}

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

div.notetabact {
    padding: 10px 20px;
    border: 1px solid #3f3a38;
    height: 30px;
    color: #fff;
    background: #3f3a38;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
}

div.notetabact a {
    color: #fff;
}

@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.notetabinfo {
    padding: 20px;
}

div.notetext {}


/* ЯЗЫКИ */

div.languages {
	display: flex;
    flex-direction: row;
}

div.languageact {
    padding: 3px;
    margin: 3px;
    border: 1px solid #888;
}

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


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


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


div.topcategorys {
	display: flex;
    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 15px 6px 15px;
}

a.topcategory_link {
    text-decoration: none;
    color: #3f3a38;
	font-family: 'Roboto', sans-serif;
	min-height: 30px;
	align-items: center;
    display: flex;
    justify-content: center;
	font-size: 18px;
	border-bottom:2px 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;
	text-transform:uppercase;
}

a.topcategory_link:hover {
	text-decoration: none;
    color: #c5a47d;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	border-bottom:2px solid #c5a47d;
}

a.topactivecategory_link {
    text-decoration: none;
	color: #c5a47d;
	font-family: 'Roboto', sans-serif;
    min-height: 30px;
	align-items: center;
    display: flex;
    justify-content: center;
	font-size: 18px;
	border-bottom:2px solid #c5a47d;
	text-transform:uppercase;
}

div.topcategory:hover {
    position: relative;
	
}

div.topactivecategory {
    position: relative;
    cursor: pointer;
    cursor: hand;
	padding: 6px 15px 6px 15px;
	
}

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: #fff;
    z-index: 100;
	left:0;
    border: 1px solid #c7c7c7;
}

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

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

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

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

div.topcategorys_adapt {
   flex-direction: column;
   display: none;
}

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

.topcategory_adapt {
	text-align: center;
	transition: all 0.3s ease;
    cursor: pointer;
    cursor: hand;
    padding: 5px;
	border-bottom:1px solid #fff;
}

.topcategory_adapt a {
    text-decoration: none;
    color: #fff;
	font-size:120%;
    -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 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5a47d+0,c5a47d+70,efefef+70,efefef+100 */
background: #c5a47d; /* Old browsers */
background: -moz-linear-gradient(45deg, #c5a47d 0%, #c5a47d 70%, #efefef 70%, #efefef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #c5a47d 0%,#c5a47d 70%,#efefef 70%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #c5a47d 0%,#c5a47d 70%,#efefef 70%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5a47d', endColorstr='#efefef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 14px;
    color: #efefef;
    padding: 10px;
	
    margin-bottom: 10px;
    border-bottom: solid 1px #c5a47d;
}

div.columncategorys {}

div.columncategory0 {
    padding: 5px;
    cursor: pointer;
    cursor: hand;
    -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;
	border-bottom: 1px solid transparent;
}

div.columncategory0 a {
    text-decoration: none;
    color: #3f3a38;
}

div.columncategory0:hover {
    text-decoration: none;
    padding: 5px;
	border-bottom: 1px solid #c5a47d;
}

div.columncategory0:hover a {
    text-decoration: none;
    color: #c5a47d;
}

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

div.columncategoryactive0 a {
    text-decoration: none;
    color: #c5a47d;
}

div.columncategory1 {
    padding: 5px 5px 5px 20px;
    cursor: pointer;
    cursor: hand;
    -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;
}

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

div.columncategory1:hover {
    padding: 5px 5px 5px 20px;
}

div.columncategory1:hover a {
    text-decoration: none;
    color: #3f3a38;
}

div.columncategoryactive1 {
    padding: 5px 5px 5px 20px;
    cursor: pointer;
    cursor: hand;
}

div.columncategoryactive1 a {
    text-decoration: none;
    color: #3f3a38;
    font-size: 90%;
}

div.columncategory2 {
    padding: 5px 5px 5px 40px;
    cursor: pointer;
    cursor: hand;
}

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

div.columncategory2:hover {
    padding: 5px 5px 5px 40px;
    cursor: pointer;
    cursor: hand;
}

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

div.columncategoryactive2 {
    padding: 5px 5px 5px 40px;
    cursor: pointer;
    cursor: hand;
}

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


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

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

div.centercategorys_in {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	justify-content: space-between;
}

div.centercategory {
    margin: 10px 0px 20px 0px;
    flex-grow: 0;
    flex-shrink: 1; 
	position:relative;
}

div.centercategory_topname {
    display: none;
}

div.centercategory_img {
	overflow: hidden;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: flex;
	-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;
}

div.centercategory_img:hover {
	background: black;
}

div.centercategory_imgin {
    background: black;
}

div.centercategory_imgin img {
    -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;
    border: 0;
	    display: block;
}

div.centercategory_imgin img:hover{
	transform:scale(1.2);
	-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;
	opacity:0.7;
	    display: block;
}

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

div.centercategory_bottomname {
    text-align: center;
    margin: 8px 0;
	position: absolute;
    top: 42%;
    right: 10%;
	z-index:1;
}

div.centercategory_bottomname:hover + div.centercategory_img img{
	transform:scale(1.2);
	-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;
	opacity:0.7;
	    display: block;
}



div.centercategory_bottomname a {
    font-size: 64px;
    text-decoration: none;
    color: #f4eee0;
	font-family:verdana;
	opacity:1;
	-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;
}

div.centercategory_bottomname a:hover {
     font-size: 64px;
    text-decoration: none;
    color: #f4eee0;
	font-family:verdana;
	opacity:1;
	-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;
}

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

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

div.centercategory_imgin img {
	max-width:100%;
}
	
div.centercategory:nth-child(1),div.centercategory:nth-child(2) {
	flex-basis:49%;
	max-width:100%;
	max-height:420px;
	overflow:hidden;
}
div.centercategory:nth-child(1),div.centercategory:nth-child(2) div.centercategory_img {
	max-width:100%;
}
div.centercategory:nth-child(1),div.centercategory:nth-child(2) div.centercategory_imgin {
	max-width:100%;
}
div.centercategory:nth-child(1),div.centercategory:nth-child(2) div.centercategory_imgin img {
	max-width:100%;
}
	
div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) {
	flex-basis:32%;
	max-width:100%;
	max-height:420px;
	overflow:hidden;
}
div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) div.centercategory_img {
	max-width:100%;
}
div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) div.centercategory_imgin {
	max-width:100%;
}
div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) div.centercategory_imgin img {
	max-width:100%;
}


@media all and (max-width: 1300px) {
	
	div.centercategory:nth-child(1),div.centercategory:nth-child(2) {
		max-height:390px;
	}
		
	div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) {
		max-height:390px;
	}

}

@media all and (max-width: 1100px) {
	
	div.centercategory:nth-child(1),div.centercategory:nth-child(2) {
		max-height:310px;
	}
		
	div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) {
		max-height:310px;
	}
	
	div.centercategory_bottomname a {
		font-size: 40px;
	}

	div.centercategory_bottomname a:hover {
		font-size: 40px;
	}
	
}

@media all and (max-width: 1000px) {
	
	div.centercategory:nth-child(1),div.centercategory:nth-child(2) {
		max-height:230px;
	}
		
	div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) {
		max-height:230px;
	}

}


@media all and (max-width: 700px) {
	
	div.centercategory:nth-child(1),div.centercategory:nth-child(2) {
		flex-basis:100%;
		max-height: 100%;
	}
		
	div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) {
		flex-basis:33%;
		max-height:200px;
	}
	
	div.centercategory_bottomname a {
		font-size: 30px;
	}

	div.centercategory_bottomname a:hover {
		font-size: 30px;
	}

}


@media all and (max-width: 600px) {
	
	div.centercategory:nth-child(1),div.centercategory:nth-child(2) {
		flex-basis:100%;
		max-height:100%;
	}
		
	div.centercategory:nth-child(3),div.centercategory:nth-child(4),div.centercategory:nth-child(5) {
		flex-basis:100%;
		max-height:100%;
	}
	
	div.centercategory_bottomname a {
		font-size: 20px;
	}

	div.centercategory_bottomname a:hover {
		font-size: 20px;
	}

}



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: #888;
    font-size: 90%;
}

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


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


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

div.columnbrands_main {}

div.columnbrands_title {
    font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #c7c7c7;
}

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: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.sliderbrand_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.sliderbrand_left {
    padding-right: 15px;
}

div.sliderbrand_right {
   padding-left: 15px;
}

div.sliderbrand_center {
    width: 100%;
}

div.sliderbrands_cont {}

div.sliderbrand_contin {
    display: flex;
    flex-direction: row;
}

div.sliderbrand_main {
     vertical-align: top;
}

div.sliderbrand {
    margin: 5px 15px;
    width: 216px;
	display: flex;
    flex-direction: column;
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
    div.sliderbrand {
        width: 206px;
    }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.sliderbrand {
        width: 190px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.sliderbrand {
        width: 180px;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.sliderbrand {
        width: 230px;
    }
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.sliderbrand {
        width: 176px;
    }
}

@media all and (min-width: 600px) and (max-width: 798px) {
    div.sliderbrand {
        width: 200px;
    }
}

@media all and (min-width: 400px) and (max-width: 599px) {
    div.sliderbrand {
        width: 206px;
    }
}

@media all and (min-width: 365px) and (max-width: 399px) {
    div.sliderbrand {
        width: 166px;
    }
}

@media all and (min-width: 330px) and (max-width: 364px) {
    div.sliderbrand {
        width: 148px;
    }
}

@media all and (max-width: 329px) {
    div.sliderbrand {
        width: 108px;
    }
}

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: 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: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

div.pagebrand {
    margin: 10px 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 23%;
}

div.pagebrand_img {
	width: 100%;
    height: 120px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    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;
}


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

div.sortviewblock {
   
}

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

div.sortviewblockin {
    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: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
}

@media all and (max-width: 500px) {
	
	div.sorting {
		margin-bottom:6px;
	}
	
}

div.sorting_title {
    
}

div.sorting_sortingcell {
    
}

div.sorting_sortingcellin {
	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;
}

@media all and (max-width: 500px) {
	
	div.perpage_main {
		padding-left: 0px;
	}
	
}


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

div.viewblock_main {
    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/templates/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/templates/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/templates/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/templates/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/templates/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/templates/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/templates/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/templates/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: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.product_topicon {
    position: relative;
	
}

div.product_topitem {
    position: absolute;
    left: -4px;
    top: -10px;
    background: url('/themes/templates/topitem.png') center no-repeat;
    width: 65px;
    height: 65px;
}

div.product_newitem {
    position: absolute;
    left: -4px;
    top: -10px;
    background: url('/themes/templates/newitem.png') center no-repeat;
    width: 65px;
    height: 65px;
}

div.product_actitem {
    position: absolute;
    left: -4px;
    top: -10px;
    background: url('/themes/templates/actitem.png') center no-repeat;
    width: 65px;
    height: 65px;
}

div.product_main_wrap {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

div.product_main {
    border: 1px solid #c7c7c7;
    display: flex;
    flex-direction: column;
    margin: 10px 5px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 23.8%;
    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;
	border:1px solid transparent;
}

@media all and (min-width: 600px) {
    div.product_main:hover {
        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;
        box-shadow: 0 0 5px #c7c7c7;
        transform: scale(1.05);
			   border:1px solid #a3a1a0;
		
	
    }
}

@media all and (min-width: 1300px) and (max-width: 1399px) {
    div.product_main {
        flex-basis: 23.8%;
    }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.product_main {
        flex-basis: 23.7%;
    }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.product_main {
        flex-basis: 31.6%;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.product_main {
        flex-basis: 31.4%;
    }
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.product_main {
        flex-basis: 31.7%;
    }
}

@media all and (min-width: 600px) and (max-width: 798px) {
    div.product_main {
        flex-basis: 31%;
    }
}

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

div.product_img {
    width: 100%;
    height: 230px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: flex;
}

div.product_imgin {
    width: 100%;
}

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

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

div.product_one {
    padding: 3px;
	display: flex;
    flex-direction: column;
}

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

div.product_info {}

div.product_rate {
    margin: 4px 0;
}

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

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

div.product_bottomname {
	min-height: 50px;
    align-items: baseline;
	justify-content: baseline;
    text-align: left;
    display: flex;
	padding:5px 10px 5px 10px;
	box-sizing:border-box;
}
div.product_bottomcode {
    align-items: baseline;
	justify-content: baseline;
    text-align: left;
    display: flex;
	padding:5px 10px 5px 10px;
	box-sizing:border-box;
	font-size:12px;
}

div.product_bottomname a {
    text-decoration: none;
	font-size:16px;
}

div.product_bottomname a:hover {
    text-decoration: none;
    color: #3f3a38;
}

div.product_short {
    display: none;
}

div.product_buyinfo {
    display: flex;
	justify-content: space-between;
	flex-direction: column;
}

div.product_buyinfo input {
    background: #9A1414;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

div.product_buyinfo input:hover {
    background: #fff;
    color: #9A1414;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

div.product_price {
    text-align: left;
    color: #3f3a38;
    font-size: 120%;
    font-weight: bolder;
     
	 	padding:5px 10px 5px 10px;
}

div.product_price span {}

div.product_oldprice {
    display: inline-block;
    color: #888;
    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: #3f3a38;
    font-size: 100%;
    font-weight: bolder;
}

div.product_actprice span {}

div.product_buy {display:none;}

div.product_buy input {
    background: #9A1414;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

div.product_buy input:hover {
    background: #fff;
    color: #9A1414;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}


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

div.products_hor {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

div.product_topicon_hor {
    position: relative;
	
}

div.product_topitem_hor {
    position: absolute;
    left: -5px;
    top: -11px;
    background: url('/themes/templates/topitem.png') center no-repeat;
	width: 65px;
    height: 65px;
}

div.product_newitem_hor {
    position: absolute;
    left: -5px;
    top: -11px;
    background: url('/themes/templates/newitem.png') center no-repeat;
    width: 65px;
    height: 65px;
}

div.product_actitem_hor {
    position: absolute;
    left: -5px;
    top: -11px;
    background: url('/themes/templates/actitem.png') center no-repeat;
	width: 65px;
    height: 65px;
}

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 #c7c7c7;
    background: #fff;
    display: flex;
    flex-direction: column;
    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;
        -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 5px #c7c7c7;
        transform: scale(1.01);
    }
}

div.product_one_hor {
    padding: 5px;
}

div.product_topname_hor {
    display: none;
}

div.product_maininfo_hor {
    display: flex;
    flex-direction: row;
	justify-content:space-between;
}

@media all and (max-width: 500px) {
	
	div.product_maininfo_hor {
		display: flex;
		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;
    color: #3f3a38;
}

div.product_bottomname_hor a:hover {
    text-decoration: none;
    color: #3f3a38;
}

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

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

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;
    color: #3f3a38;
    font-size: 120%;
    font-weight: bolder;
    display: inline-block;
    margin: 8px 0;
}

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

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

div.product_buyright_hor {}

div.product_buyright_hor input {
    background: #9A1414;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

div.product_buyright_hor input:hover {
    background: #fff;
    color: #9A1414;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}


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

div.slidertopitems {
    position: relative;
}

div.slidertopitem_title {
     font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.slidertopitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.slidertopitem_center {
    width: 100%;
}

div.slidertopitems_cont {}

div.slidertopitem_contin {
    display: flex;
    flex-direction: row;
}

div.slidertopitem_main {
	vertical-align: top;
}

div.slideractitems {
    position: relative;
}

div.slideractitem_title {
    font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.slideractitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.slideractitem_center {
	width: 100%;
}

div.slideractitems_cont {}

div.slideractitem_contin {
    display: flex;
    flex-direction: row;
}

div.slideractitem_main {
    vertical-align: top;
}

div.slidernewitems {
    position: relative;
}

div.slidernewitem_title {
     font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.slidernewitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.slidernewitem_center {
    width: 100%;
}

div.slidernewitems_cont {}

div.slidernewitem_contin {
    display: flex;
    flex-direction: row;
}



div.slidernewitem_main {
	vertical-align: top;
}

div.sliderlasitems {
    position: relative;
}

div.sliderlasitem_title {
    font-size: 42px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.sliderlasitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.sliderlasitem_center {
    width: 100%;
}

div.sliderlasitems_cont {}

div.sliderlasitem_contin {
    display: flex;
    flex-direction: row;
}

div.sliderlasitem_main {
    vertical-align: top;
}

div.slideritem {
    margin: 5px 10px;
    width: 280px;
	display: flex;
    flex-direction: column;
	background:#fff;
	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.slideritem:hover{
   border:1px solid #a3a1a0;
}


@media all and (min-width: 1300px) and (max-width: 1399px) {
    div.slideritem {
       width: 274px;
    }
}

@media all and (min-width: 1200px) and (max-width: 1299px) {
    div.slideritem {
        width: 256px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
    div.slideritem {
       width: 260px;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    div.slideritem {
		width: 240px;
    }
}

@media all and (min-width: 799px) and (max-width: 899px) {
    div.slideritem {
        width: 294px;
    }
}

@media all and (min-width: 700px) and (max-width: 798px) {
    div.slideritem {
        width: 276px;
    }
}

@media all and (min-width: 600px) and (max-width: 699px) {
    div.slideritem {
        width: 440px;
    }
}

@media all and (min-width: 400px) and (max-width: 599px) {
    div.slideritem {
        width: 238px;
    }
}

@media all and (min-width: 357px) and (max-width: 399px) {
    div.slideritem {
        width: 204px;
    }
}

@media all and (min-width: 330px) and (max-width: 356px) {
    div.slideritem {
        width: 166px;
    }
}

@media all and (max-width: 329px) {
    div.slideritem {
        width: 124px;
    }
}

div.slideritem_left {
    padding-right: 15px;
}

div.slideritem_left input {
    border-radius:30px;
	    padding: 12px 14px;
}

div.slideritem_left input:hover {
    border-radius:30px;
	    padding: 12px 14px;
}

div.slideritem_right {
    padding-left: 15px;
	border-radius:30px;
}

@media all and (max-width: 600px) {
	
	div.slideritem_left {
		padding-right: 4px;
	}


	div.slideritem_right {
		padding-left: 4px;
	}

}




div.slideritem_right input{
    border-radius:30px;
	    padding: 12px 14px;
}

div.slideritem_right input:hover {
    border-radius:30px;
	    padding: 12px 14px;
}

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

div.slideritem_bottomname {
	min-height: 50px;
    align-items: baseline;
	justify-content: baseline;
    text-align: left;
    display: flex;
	padding:5px 15px 5px 15px;
	box-sizing:border-box;
}
div.slideritem_bottomcode {
    align-items: baseline;
	justify-content: baseline;
    text-align: left;
    display: flex;
	padding:5px 15px 5px 15px;
	box-sizing:border-box;
	font-size:12px;
}

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

div.slideritem_bottomname a:hover {
    text-decoration: none;
    color: #3f3a38;
}

div.slideritem_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
	margin-bottom:10px;
	align-items: center;
	justify-content: center;
    text-align: center;
    display: flex;
	    padding: 0 3px;
    box-sizing: border-box;
}

div.slideritem_imgin {
    width: 100%;
}

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

div.slideritem_buyinfo {
    display: flex;
    flex-direction: column;
	justify-content: baseline;
    align-items: left;
	padding:5px 15px 15px 15px;
	box-sizing:border-box;
}

div.slideritem_price {
    text-align: left;
    color: #3f3a38;
    font-size: 120%;
    font-weight: bolder;
    margin: 8px 0;
}

div.slideritem_price span {}

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

div.slideritem_oldprice span {}

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

div.slideritem_actprice span {}

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

div.slideritem_buy input {
    background: #9A1414;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

div.slideritem_buy input:hover {
    background: #fff;
    color: #9A1414;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

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


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

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

div.columnitems_title {
    font-size: 110%;
    color: #3f3a38;
    padding: 10px;
    border-bottom: solid 1px #d0ceba;
}

div.columnitems {}

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

div.columnitem {
    text-align: center;
    border-bottom: 1px solid #d0ceba;
    border-right: 1px solid #d0ceba;
    padding: 10px 0;
	background:#fff;
	display:flex;
	flex-direction:row;
}

div.columnitem_imgleft {
   flex-grow:1;
   padding:4px;
   box-sizing:border-box;
}

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

div.columnitem_imgright {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
}

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

div.columnitem_info {
     padding:4px;
   box-sizing:border-box;
   flex-basis: 60%;
   text-align:left;
}

div.columnitem_topname {
    display: none;
}

div.columnitem_bottomname {}

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

div.columnitem_bottomname a:hover {
    text-decoration: none;
    color: #3f3a38;
}

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

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

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

div.columnitem_buy {display:none;}

div.columnitem_buy input {
    background: #9A1414;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

div.columnitem_buy input:hover {
    background: #fff;
    color: #9A1414;
    padding: 6px 15px;
    border: 1px solid #9A1414;
}

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


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

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 {
    color: #3f3a38;
}

div.productcode_over {}

div.productcolumns {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

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

div.productcentercolumn {
    padding-left: 15px;
    padding-right: 15px;
	flex-grow:1;
}
div.productrightcolumn {
   box-shadow: 0 1px 1px 0px silver;
   background:white;
    padding: 10px;
    flex-basis: 250px;
	min-width:250px;
}

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

@media all and (max-width: 699px) {
	
	div.productcolumns {
		flex-direction: column;
		justify-content: space-between;
	}
    div.productleftcolumn {
        width: auto;
		flex-basis:unset;
    }
    div.productrightcolumn {
        width: auto;
		flex-basis:unset;
    }

    div.productcentercolumn {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}

div.productname {
    color: #3f3a38;
}

div.productname h1 {
    margin: 0 0 10px 0;
    padding: 0;
}

div.productcode {
    padding: 2px 0 10px 0;
}

div.pricefor {
    padding: 8px 0;
}

div.productstatus {}

div.productrate {
    margin: 8px 0;
}

div.product_voterate {
    display: inline-block;
}

div.inproductactiontimer {
    margin: 10px;
    background: #9A1414;
    padding: 10px;
    color: #fff;
}

div.actiontimertitle {
    display: inline-block;
}

div.actiontimerclock {
    display: inline-block;
}

div.actiontimernumber {
    display: inline-block;
}

div.actiontimerseparator {
    display: inline-block;
}

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

div.productprice span {}

div.productoldprice {
    display: inline-block;
    color: #888;
    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: #3f3a38;
    font-size: 120%;
    font-weight: bolder;
}

div.productactprice span {}

div.productvalutes {
    color: #3f3a38;
}

div.productvalutes span {}

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

div.valuteinprice {
    display: inline-block;
    color: #3f3a38;
}

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

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

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

@media all and (max-width: 700px) {
	
div.productbuy {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	
}
}

div.productbuyamount {
    display:none;
}

div.productbuyamount input {
    width: 60px;
}

div.productbuybutton {
    
   
}

div.productbuybutton input {
    background: #c5a47d;
    color: #fff;
    padding: 10px 20px;
		font-size:18px;
    border: 1px solid #c5a47d;
}

div.productbuybutton input:hover {
    background: #fff;
    color: #c5a47d;
    padding: 10px 20px;
	font-size:18px;
    border: 1px solid #c5a47d;
}

div.productonebuybutton {
  
    position: relative;
   
}

@media all and (max-width: 700px) {
	
div.productbuybutton {
    margin-right:10px;
   
}
	div.productonebuybutton {
	 margin-left:10px;
}
}

div.productonebuybutton input {
    background: #fff;
    color: #c5a47d;
    padding: 10px 20px;
    border: 1px solid #c5a47d;
}

div.productonebuybutton input:hover {
    background: #c5a47d;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #c5a47d;
}

div.productbuttons {
    margin: 10px 0;
}

div.productcompare {
    display: inline-block;
}

div.productfavor {
    display: inline-block;
}

input.productinfavor {}

input.productoutfavor {}

div.favor_delete {}

div.favor_delete_hor {}

div.productbrand {}

div.productbrand a {}

div.productbrand a:hover {}

div.productquest {
    display: inline-block;
}

div.productdescription {
	text-align:left;
	
}

div.actpocket_allblock {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #c7c7c7;
    padding: 10px;
    border-radius: 3px;
    display: table;
}

div.actpocket_inblock {
    text-align: center;
}

div.actpocket_title {
        font-size: 30px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.actpocket_block {}

div.actpocket_left {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

div.actpocket_right {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

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

div.actpocket_plus {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    font-size: 120%;
}

div.actpocket_summ {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    font-size: 120%;
}

div.actpocket_item {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

div.actpocket_img {
    height: 150px;
    display: table-cell;
    vertical-align: middle;
}

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

div.actpocket_name {
    text-align: center;
}

div.actpocket_allprice {
    display: inline-block;
    vertical-align: middle;
    color: #3f3a38;
    font-size: 120%;
    font-weight: bold;
    margin: 5px 0;
}

div.actpocket_oldprice {
    color: #888;
    font-size: 80%;
    text-decoration: line-through;
    margin: 5px 0;
}

div.actpocket_actprice {
    font-size: 120%;
    color: #9A1414;
    margin: 5px 0;
}

div.actpocket_buybutton {}

div.actpocket_buybutton input {
    background: #9A1414;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #9A1414;
}

div.actpocket_buybutton input:hover {
    background: #fff;
    color: #9A1414;
    padding: 10px 20px;
    border: 1px solid #9A1414;
}


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

div.productoptions {
   background:white;
    padding: 10px;
    margin: 10px 0 10px 0;
	box-shadow: 0 1px 1px 0px silver;
}

div.productoptioninfo {
    margin: 6px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.productoptionname {
   flex-grow:1;
}

div.productoptionselect {
    flex-basis:60%;
	position: relative;
    text-align: left;
}

div.productoptionselectin {
    border: 1px solid #3f3a38;
    background: url("/themes/templates/arrowdown.png") no-repeat #ffffff;
    background-position: 98% 50%;
    cursor: pointer;
    cursor: hand;
    padding: 10px;
    text-align: left;
	border-radius:6px 6px 0 0;
}

div.inproductoptiondropdown {
    cursor: pointer;
    cursor: hand;
    border: 1px solid #3f3a38;
    width:100%;
	box-shadow:1px 1px 1px 1px silver;
	z-index:10;
}

div.inproductoptionrow {
    background: #fff;
    cursor: pointer;
    cursor: hand;
    padding: 10px;
}

div.inproductoptionrow:hover {
    background: #efefef;
}

div.attrseparator {
    background: #efefef;
    height: 1px;
}


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

div.producttabs {
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c5a47d;
    position: relative;
    top: 0px;
	display: flex;
    flex-direction: row;
}

@media all and (max-width: 700px) {
	
	div.producttabs { 
		flex-direction: column;
	}
	
}

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

div.producttab {
    padding: 10px 20px;
    border: 1px solid #3f3a38;
    height: 20px;
    -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: transparent;
    color: #888;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	border-bottom:0;
}

div.producttab:hover {
    padding: 10px 20px;
    border: 1px solid #c5a47d;
    height: 30px;
    color: #fff;
    background: #c5a47d;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	border-bottom:0;
}

div.productactivetab {
    padding: 10px 20px;
    border: 1px solid #c5a47d;
    height: 30px;
    color: #fff;
    background: #c5a47d;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
	border-bottom:0;
}

@media all and (max-width: 700px) {
    div.producttabposition {
        display: block;
        top: 0px;
		margin:0;
        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 {}

div.producttabinfo {
    padding: 5px;
}

table.inproductchars {
    border-collapse: collapse;
	width:100%;
}

tr.inproductcharrow0 {
    background: #c7c7c7;
}

tr.inproductcharrow1 {}

td.inproductcharname {
    border-bottom: 1px solid #c7c7c7;
    padding: 5px;
    width: 200px;
    font-size: 100%;
}

td.inproductchartext {
    border-bottom: 1px solid #c7c7c7;
    padding: 5px;
    font-size: 100%;
}


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

div.slidersameitems {
    position: relative;
}

div.slidersameitem_title {
        font-size: 30px;
    color: #3f3a38;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

div.slidersameitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.slidersameitem_center {
    width: 100%;
}

div.slidersameitems_cont {}

div.slidersameitem_contin {
    display: flex;
    flex-direction: row;
}

@media all and (max-width: 500px) {
	div.slidernewitem_contin {
		display: flex;
		flex-direction: column;
	}
	div.slidertopitem_contin {
		display: flex;
		flex-direction: column;
	}
	div.slideractitem_contin {
		display: flex;
		flex-direction: column;
	}
	div.sliderlasitem_contin {
		display: flex;
		flex-direction: column;
	}
	div.slidersameitem_contin {
		display: flex;
		flex-direction: column;
	}
	div.slideritem_left {
		display:none;
	}


	div.slideritem_right {
		display:none;
	}
	
	div.slideritem{
		width:90%;
		margin:0 auto;
		margin-top:5px;
		margin-bottom:5px;
	}
}

div.slidersameitem_main {
    vertical-align: top;
}


/* Аксесуары в слайдере */

div.slideraccessitems {
    position: relative;
}

div.slideraccessitem_title {
    display: none;
}

div.slideraccessitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.slideraccessitem_center {
    width: 100%;
}

div.slideraccessitems_cont {}

div.slideraccessitem_contin {
    display: flex;
    flex-direction: row;
}

div.slideraccessitem_main {
     vertical-align: top;
}


/* Комплектация в слайдере */

div.slidercomplectitems {
    position: relative;
}

div.slidercomplectitem_title {
    display: none;
}

div.slidercomplectitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.slidercomplectitem_center {
    width: 100%;
}

div.slidercomplectitems_cont {}

div.slidercomplectitem_contin {
     display: flex;
    flex-direction: row;
}

div.slidercomplectitem_main {
	vertical-align: top;
}


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

div.productin_topicon {
    position: relative;
	
}

div.productin_topitem {
    position: absolute;
    left: -5px;
    top: -11px;
    background: url('/themes/templates/topitem.png') center no-repeat;
    width: 65px;
    height: 65px;
	z-index:100;
}

div.productin_newitem {
    position: absolute;
    left: -5px;
    top: -11px;
    background: url('/themes/templates/newitem.png') center no-repeat;
    width: 65px;
    height: 65px;
	z-index:100;
}

div.productin_actitem {
    position: absolute;
    left: -5px;
    top: -11px;
    background: url('/themes/templates/actitem.png') center no-repeat;
    width: 65px;
    height: 65px;
	z-index:100;
}

div.productbigimg {}

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

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

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

div.bigproductform {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 0px 20px #3f3a38;
    padding: 20px;
    display: none;
    z-index: 500;
    max-width: 90%;
}

div.bigproductinfo {
    position: relative;
}

div.bigproductleft {}

div.bigovername {}

div.bigovercode {}

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

div.leftbgarrow {    left: -10px;}

div.leftbgarrow  input {
	border-radius: 50px;
    font-size: 12px;
    padding: 4px 8px 4px 6px;
	
}

div.leftbgarrow  input:hover {
	border-radius: 50px;
    font-size: 12px;
    padding: 4px 8px 4px 6px;
	
}

div.rightbgarrow  input {
	border-radius: 50px;
    font-size: 12px;
    padding: 4px 8px 4px 6px;
	
}

div.rightbgarrow  input:hover {
	border-radius: 50px;
    font-size: 12px;
    padding: 4px 8px 4px 6px;
	
}

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

div.rightbgarrow {
       right: -10px;
}


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

div.smallitem_info {
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.smallitem_left {
   padding-right: 15px;
}

div.smallitem_left input{
    border-radius:30px;
	    padding: 12px 14px;
}

div.smallitem_left input:hover{
    border-radius:30px;
	    padding: 12px 14px;
}

div.smallitem_right {
   padding-left: 15px;
}

div.smallitem_right input{
    border-radius:30px;
	    padding: 12px 14px;
}

div.smallitem_right input:hover{
    border-radius:30px;
	    padding: 12px 14px;
}

div.smallitem_center {
     width: 100%;
}

div.smallitems_cont {}

div.smallitem_contin {
    display: flex;
    flex-direction: row;
}

div.smallitem_main {
    vertical-align: top;
}

div.smallitem {
    margin: 5px;
    width: 80px;
}

div.smallitem_img {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 80px;
    height: 80px;
}

div.smallitem_imgin {}

div.smallitem_imgin img {
    max-width: 80px;
    max-height: 80px;
}

@media all and (min-width: 790px) and (max-width: 900px) {
    div.smallitem {
        margin: 5px;
        width: 70px;
    }
    div.smallitem_img {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        width: 70px;
        height: 70px;
    }
    div.smallitem_imgin img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media all and (min-width: 700px) and (max-width: 789px) {
    div.smallitem {
        margin: 5px;
        width: 64px;
    }
    div.smallitem_img {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        width: 64px;
        height: 64px;
    }
    div.smallitem_imgin img {
        max-width: 64px;
        max-height: 64px;
    }
}

@media all and (min-width: 600px) and (max-width: 699px) {
    div.smallitem {
        margin: 5px;
        width: 70px;
    }
    div.smallitem_img {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        width: 70px;
        height: 70px;
    }
    div.smallitem_imgin img {
        max-width: 70px;
        max-height: 70px;
    }
}

@media all and (min-width: 400px) and (max-width: 599px) {
    div.smallitem {
        margin: 5px;
        width: 74px;
    }
    div.smallitem_img {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        width: 74px;
        height: 74px;
    }
    div.smallitem_imgin img {
        max-width: 74px;
        max-height: 74px;
    }
}

@media all and (min-width: 365px) and (max-width: 399px) {
    div.smallitem {
        margin: 5px;
        width: 100px;
    }
    div.smallitem_img {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        width: 100px;
        height: 100px;
    }
    div.smallitem_imgin img {
        max-width: 100px;
        max-height: 100px;
    }
}

@media all and (min-width: 330px) and (max-width: 364px) {
    div.smallitem {
        margin: 5px;
        width: 100px;
    }
    div.smallitem_img {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        width: 100px;
        height: 100px;
    }
    div.smallitem_imgin img {
        max-width: 100px;
        max-height: 100px;
    }
}

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


/* Купить в один клик */

div.oneclickform {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 0px 20px #3f3a38;
    padding: 30px;
    display: none;
    z-index: 500;
    width: 500px;
    max-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;
    color: #3f3a38;
    border-bottom: 2px solid #3f3a38;
}

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 #c7c7c7;
    background: #fff;
    padding: 8px;
}

div.oneclick_itemblockname {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

div.oneclick_itemname {
    font-size: 110%;
    color: #3f3a38;
}

div.oneclick_itemcode {}

div.oneclick_line {
    margin-bottom: 5px;
}

div.oneclick_block {}

div.oneclick_button {
    text-align: center;
}


/* Задать вопрос */

div.questform {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 0px 20px #3f3a38;
    padding: 30px;
    display: none;
    z-index: 500;
    width: 500px;
    max-width: 90%;
}

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;
    color: #3f3a38;
    border-bottom: 2px solid #3f3a38;
}

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 #c7c7c7;
    background: #fff;
    padding: 8px;
}

div.quest_itemblockname {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

div.quest_itemname {
    font-size: 110%;
    color: #3f3a38;
}

div.quest_itemcode {}

div.quest_line {
    margin-bottom: 5px;
}

div.quest_block {}

div.quest_button {
    text-align: center;
}


/* КОРЗИНА */


/* Блок */

div.cart_block {
    background: url('/themes/templates/shopping-bag.png') no-repeat right center;
    padding-right: 45px;
    text-align: right;
    min-height: 51px;
}

@media all and (max-width: 799px) {
    div.cart_block {}
}

div.cart_title {
    display: none;
}

div.cart_modul {
    color: #3f3a38;
    margin: 5px 0;
}

div.cart_modulinfo {
	position:relative;
}

div.cartmodul_amount {
       text-align: center;
    background: #e5e4cd;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    position: absolute;
    top: 14px;
    left: 11px;
	cursor:pointer;
	cursor:hand;
	font-size:14px;
	box-shadow: 1px 1px 1px 1px silver;
}

div.cartmodul_price {
    text-align: right;
}

div.cartmodul_empty {
    text-align: right;
    padding-top: 7px;
}


/* Всплывающее окно */

div.cartform {
    position: fixed;
    background: #fff none repeat scroll 0% 0%;
    box-shadow: 0px 0px 0px 20px #3f3a38;
    padding: 10px;
    display: none;
    z-index: 500;
    width: 800px;
    max-width: 90%;
}

div.cartinfo {}

div.cartinfo_table {}

div.cartinfo_table table {
    width: 100%;
}

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

tr.carttitlerow {
    background: #3f3735;
    color: #fff;
}

tr.cartrow0 {
    background: #fff;
}

tr.cartrow1 {
    background: #f7f7f7;
}

td.carttitlecode {
    font-size: 0;
    width: 1px;
}

td.carttitleimg {}

td.carttitlename {}

td.carttitleamount {}

td.carttitleprice {
    width: 100px;
}

td.carttitlesumm {
    width: 100px;
}

td.carttitledelete {}

td.cartcode {
    width: 1px;
}

td.cartimg {
    width: 50px;
}

td.cartimg img {
    max-height: 50px;
    max-width: 50px;
}

td.cartname {
    text-align: left !important;
}

table.cartparams {
    text-align: left !important;
}

table.cartparams td {
    padding: 2px !important;
}

td.cartparams_name {
    text-align: left !important;
    color: #888;
    width: 1px;
    font-size: 90%;
}

td.cartparams_param {
    text-align: left !important;
    color: #888;
    font-size: 90%;
}

td.cartamount {
    text-align: center;
    width: 50px;
}

td.cartamount input {
    width: 50px;
    text-align: center;
}

td.cartprice {
    color: #ff8888;
    width: 100px;
}

td.cartsumm {
    color: #ff8888;
    width: 100px;
}

td.cartdelete {
    width: 1px;
}

td.cartall {
    text-align: right !important;
    font-size: 110%;
}

td.cartallsumm {
    color: #fff;
    font-size: 110%;
    background: #ff8888;
    font-weight: bold;
    width: 100px;
}

td.cartalldelete {}

table.pockettable {
    width: 101%;
    position: relative;
    border: 1px solid #fff3f3;
    background: #fff3f3;
}

div.cartinfo_buttons {
    margin: 5px 0;
    text-align: center;
    display: table;
    width: 100%;
}

div.cartinfo_button1 {
    display: table-cell;
    text-align: left;
    padding: 3px;
}

div.cartinfo_button2 {
    display: table-cell;
    text-align: right;
    padding: 3px;
}

div.cartinfo_button2 input{
   background:#c5a47d;
   color:#fff;
}

div.cartinfo_button2 input:hover{
   background:#fff;
   color:#c5a47d;
}

@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;
    }
}


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

div.cartpage_table {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

div.cartpage_table table {
    width: 100%;
}

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

div.cartpage_data {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

div.cartpage_title {
    color: #ff8888;
    padding: 10px 0px;
    font-size: 120%;
    text-align: center;
    margin: 0px auto 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ff8888;
}

div.cartpage_blockin1 {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

div.cartpage_blockin1 {
	display: block;
    max-width: 80%;
    margin: 0 auto;
    /* flex-direction: row; */
    justify-content: space-between;
}

div.cartpage_blockin11 {
    flex-basis: 70%;
    padding: 10px;
	flex-grow:0;
margin:0 auto;
width:100%;
}

div.cartpage_blockin12 {
    flex-basis: 50%;
    padding: 10px;
	flex-grow:1;

}

div.delisset {
	display:none;
}

@media all and (max-width: 899px) {
	
	div.cartpage_blockin1 {
		display: flex;
		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: #3f3a38;
    color: #fff;
    padding: 10px 20px;
}

div.cartpage_blockin2 input:hover {
    background: #ff8888;
    color: #fff;
    padding: 10px 20px;
}

div.cartpage_line {
    display: flex;
    flex-direction: row;
margin:5px 0;
align-items:center;
}



div.cartpage_blockname {
      
    flex-basis: 35%;
}

div.cartpage_blockparam {
flex-grow:1;
}

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

div.cartpage_line {
    display: flex;
    flex-direction: column;
margin:5px 0;
align-items:center;
}

div.cartpage_blockname {
      flex-grow:1;
    flex-basis: 100%;
width: 100%;
}

div.cartpage_blockparam {
flex-grow:1;
width: 100%;
}

}

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: #ff8888;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

input.cash {
    width: 72px;
    height: 24px;
    background: url('/themes/templates/cash.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.cash:hover {
    width: 72px;
    height: 24px;
    background: url('/themes/templates/cash.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.privat24 {
    width: 135px;
    height: 24px;
    background: url('/themes/templates/privat24.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.privat24:hover {
    width: 135px;
    height: 24px;
    background: url('/themes/templates/privat24.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.liqpay {
    width: 119px;
    height: 24px;
    background: url('/themes/templates/liqpay.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.liqpay:hover {
    width: 119px;
    height: 24px;
    background: url('/themes/templates/liqpay.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.portmone {
    width: 193px;
    height: 24px;
    background: url('/themes/templates/portmone.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.portmone:hover {
    width: 193px;
    height: 24px;
    background: url('/themes/templates/portmone.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.webmoney {
    width: 92px;
    height: 24px;
    background: url('/themes/templates/webmoney.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}

input.webmoney:hover {
    width: 92px;
    height: 24px;
    background: url('/themes/templates/webmoney.png') no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
}


/*-- МОДУЛЬ ФИЛЬТРЫ --*/

div.allfilterscolumn {color:#3f3a38;}

div.filterscolumn {}

div.filtercolumn {}

div.filterscolumntitle {
    display: none;
}

div.filterscolumntitleicon {
    display: none;
}

div.filtercolumnname {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 5px;
}

div.filterparaminfo{
	display: flex;
    flex-direction: row;
	margin:8px 0;
}

div.filterparaminfo_slide {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.filterparamname {
    color: #3f3a38;
}

div.filterparamcheck {
    color: #3f3a38;
	margin-right:5px;
}

div.filterparamsep {
    color: #3f3a38;
}

div.filtercolumnseparator {
    margin-bottom: 5px;
    margin-top: 5px;
}

div.filtercolumnbutton {
    text-align: center;
    margin: 6px;
}

input.filtercolumnbutton {}

div.filterslider {
    margin: 10px 6px 10px 6px;
    left: -2px;
}

div.filters_adapt {
    display: none;
}

div.filtersblock_adapt {
    display: none;
}

@media all and (max-width: 800px) {
    div.filters_adapt {
        display: block;
    }
    div.filtersbutton_adapt {
        text-align: center;
        margin: 10px 0;
    }
    div.filtercolumn {
        padding: 0 5px;
    }
}


/*-- МЕГАМЕНЮ--*/

div.megacatalog {
    width: 100%;
    background: #3f3a38;
}

div.megacatalogin {
    max-width: 1364px;
    cursor: pointer;
    cursor: hand;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

div.megacatalogseparator {
    background: #888;
    padding: 0px;
    padding: 1px;
}

div.megacategory {
    display: flex;
    flex-direction: column;
    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;
}

div.megacategory:hover {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    background: #888;
    cursor: pointer;
    cursor: hand;
}

a.megacategory {
	padding: 10px 15px;
    min-height: 40px;
	align-items: center;
    display: flex;
    justify-content: center;
	color: #fff;
    font-size: 110%;
}

a.activemegacategory {
	padding: 15px 15px;
    min-height: 30px;
	align-items: center;
    display: flex;
    justify-content: center;
	color: #fff;
    font-size: 110%;
}

div.activemegacategory {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
    background: #888;
}

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: 0px;
    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: #888;
}

div.megasubcategory {
    min-width: 250px;
    text-align: left;
}

div.megasubcategoryblock {
    padding: 5px 20px;
}

div.megacatalogrow {
	display: flex;
    flex-direction: row;
}

div.megacatalogcolumn {
	display: flex;
    flex-direction: column;
}

div.megacatalogcell {
   
}

div.megasubcategory {}

div.megasubcategoryblock {}

div.megasubcategoryinfo {
    margin-bottom: 5px;
}

div.megasubcategorylink {}

div.megasubcategorysublink {
    padding: 3px 3px 3px 10px;
}

a.subcattwo {
    color: #fff;
}

a.subcattwo:hover {
    color: #fff;
    text-decoration: none;
}

a.subcatthree {
    color: #fff;
    font-size: 90%;
}

a.subcatthree:hover {
    color: #fff;
    font-size: 90%;
    text-decoration: none;
}


/* Адаптивное меню каталога */

@media all and (max-width: 700px) {
    div.megacatalogin {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #888;
        display: none;
    }
    div.megacatalog {
        width: 100%;
        background: #fff;
    }
}


/* СРАВНЕНИЕ */

div.compare_block {
    margin: 0px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    color: #888;
    font-size: 90%;
}

div.compare_in1 {
    display: inline-block;
}

div.compare_in2 {
    display: inline-block;
    margin-left: 10px;
}


/* Страница сравнения */

div.comparepage {}

table.comparetable {}

input.compareset1 {}

input.compareset2 {}

td.comp_delete {}

td.comp_name {
    text-align: left;
    padding: 8px 0;
}

td.comp_name a {
    font-size: 110%;
    text-decoration: none;
}

td.comp_name a:hover {
    font-size: 110%;
    text-decoration: none;
    color: #3f3a38;
}

td.comp_code {}

td.comp_img {
    height: 150px;
    vertical-align: middle;
    text-align: center;
}

td.comp_img img {
    max-width: 150px;
    max-height: 150px;
}

td.comp_price {
    text-align: left;
    color: #3f3a38;
    font-size: 120%;
    font-weight: bolder;
    display: inline-block;
    margin: 8px 0;
}

span.comp_oldprice {}

span.comp_actprice {}

tr.comparecharrow0 {}

tr.comparecharrow1 {}

td.comparecharname {}

td.comparechartext {}

div.comp_nodata {}

.topadapt {
    display: none;
    background: #888;
}

div.seotext {
	margin:10px 0 20px 0;
	padding:10px;
	box-sizing:border-box;
}

div.seotext_in {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	font-size:18px;
}

input[type=checkbox] + label:before {
	content: "\2713";
    font-size: 12px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:1px solid #3f3a38;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding-left:4px;
	padding-right:3px;
	 -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;
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
    font-size: 12px;
    color: #3f3a38;
    text-align: center;
	font-weight:bolder;
    border:1px solid #3f3a38;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding-left:4px;
	padding-right:3px;
}
input[type=checkbox]:disabled + label:before {
	content: "\2713";
    font-size: 12px;
    color: #fff;
    text-align: center;
	font-weight:bolder;
    border:1px solid #3f3a38;
	background:white;
	cursor:pointer;
	cursor:hand;
	opacity:0.3;
	padding-left:4px;
	padding-right:3px;
}



input.footertextpole {
	width: 300px;
    background: #f5f5dc;
    font-size: 16px;
    padding: 10px 20px;
}
input.footertextpolefail {
	width: 300px;
    background: #fff3f3;
    font-size: 16px;
    padding: 10px 20px;
}
input.footertextbut{
	width: 200px;
    background: #bba37e;
    padding: 14px 16px;
	font-size:18px;
	color:#3f3a38;
}
input.footertextbut:hover{
	width: 200px;
    background: #bba37e;
    padding: 14px 16px;
	font-size:18px;
	color:#3f3a38;
}

div.prefesblock {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:50px 0 20px 0;
}

div.prefesblock_in {
	position:relative;
	border:2px solid #8c8785;
	flex-basis: 45%;
    max-width: 600px;
}

@media all and (max-width: 1300px) {
	
	div.prefesblock_in {
		flex-basis:45%;
	}

}

@media all and (max-width: 1100px) {
	
	div.prefesblock_in {
		flex-basis: 45%;
	}
	
}

@media all and (max-width: 1000px) {
	
	div.prefesblock {
		margin:50px 0 0px 0;
		
	}
	
	div.prefesblock_in {
		flex-basis: 45%;
		max-width:100%;
		margin-bottom:40px;
	}

}


@media all and (max-width: 700px) {
	
	div.prefesblock {
		margin:50px 0 0px 0;
	}
	
	div.prefesblock_in {
		flex-basis: 45%;
		max-width:100%;
		margin-bottom:40px;
	}

}


@media all and (max-width: 600px) {
	
	div.prefesblock {
		margin:50px 0 0px 0;
		justify-content: center;
	}
	
	div.prefesblock_in {
		flex-basis: 90%;
		max-width:100%;
		margin-bottom:30px;
	}

}

div.prefesblock_ico {
	position:absolute;
	background:#efefef;
	top: -43px;
    padding: 10px;
    left: 44%;
}

div.prefesblock_text {
	color:#3f3a38;
	font-size:18px;
	padding: 50px 15px;
	box-sizing:border-box;
	text-align:center;
}




div.prefslideblock {
	position:relative;
	top:100px;
	left:50px;
}

div.prefslideblock_in {
	position:relative;
	border:2px solid #3f3a38;
	flex-basis:500px;
	max-width:500px;
}

div.prefslideblock_ico {
	position: absolute;
    color: #f1ede1;
    font-size: 88px;
    top: -43px;
    padding: 10px;
    left: 10%;
	font-weight:bolder;
     text-align: center;
    line-height: 82px;
    white-space: nowrap;
}

div.prefslideblock_text {
	color:#040400;
	font-size:20px;
	padding: 50px 15px;
	box-sizing:border-box;
	text-align:left;
}

div .myvid {
  position:relative;
padding-bottom:56.25%;
padding-top:25px;
height:0;
}
div .myvid iframe {
  position: absolute;
 top: 5%;
   left: 2%;
   width: 96%!important;
   height: 94%!important;
}
#you{
width: 30px;
position: absolute;
top: 10px;
right: 400px;
}
@media (max-width: 900px){
#yuo {
   right: 240px;
   
}}



