/* Основные аттрибуты*/
* {
  box-sizing: border-box;
}
.content, .header, .slider, footer {
	width: 100%;
	margin-right: auto;
    margin-left: auto;
}
.col4.tovar.left a {
    width: 100%;
}
#tovarfilter {
    flex-wrap: wrap;
    width: 100%;
}
.stolbfiltermob {
    display: grid;
    display: contents;
}
.searchcontent {
	margin-top: 112px;
}
.orderone {
 	order: -1;
 }
body {
    margin: 0px;
}
div#articles {
    display: flex;
    flex-wrap: wrap;
}
a, button, input[type="submit"], .galleryimg {
	-webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
	text-decoration: none;
	font-family: 'Inter', Helvetica, Arial !important;
}
.col3.price input:disabled {
    opacity: 1 !important;
    background-color: transparent;
}
a {
    color: initial;
}
p, ul {
	margin: 0px;
	padding: 0px;
}
.menu {
	display: none;
	position: absolute;
    width: 80%;
    height: 80%;
    background-color: #fff;
    left: 10%;
    top: 10%;
    z-index: 999;
    text-align: center;
}
/* Конец основных аттрибутов*/

/* Помощники */
.middle {
    align-content: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.top {
    align-content: flex-start;
    align-items: flex-start;
    vertical-align: top;
}
.bottom {
    align-content: flex-end;
    align-items: flex-end;
    vertical-align: bottom;
}
.right {
	align-items: flex-end;
}
.left {
	align-items: flex-start;
}
.center {
    align-items: center;
}
.row {
	display: flex;
}
.col1 {
	width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col2 {
	width: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col3 {
	width: 33.333%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col4 {
	width: 25%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col5 {
	width: 20%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col6 {
	width: 16.666%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col7 {
	width: 14.285%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col8 {
	width: 12.5%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col9 {
	width: 10%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col33 {
	width: 66.666%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col44 {
	width: 70%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col55 {
	width: 80%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col66 {
	width: 83.334%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col77 {
	width: 85.715%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
.col88 {
	width: 87.5%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}

.p5 {
	padding: 5px;
	overflow: hidden;
}
.p10 {
	padding: 10px;
	overflow: hidden;
}
.p20 {
	padding: 20px;
	overflow: hidden;
}
.p30 {
	padding: 30px;
	overflow: hidden;
}
.m5{
	padding: 5px;
	overflow: hidden;
}
.m10 {
	padding: 10px;
	overflow: hidden;
}
.pb5 {
	padding-bottom: 5px;
	overflow: hidden;
}
.pb10 {
	padding-bottom: 10px;
	overflow: hidden;
}
.pb20 {
	padding-bottom: 20px;
	overflow: hidden;
}
.pb30 {
	padding-bottom: 30px;
	overflow: hidden;
}
.pt5 {
	padding-top: 5px;
	overflow: hidden;
}
.pt10 {
	padding-top: 10px;
	overflow: hidden;
}
.pt20 {
	padding-top: 20px;
	overflow: hidden;
}
.pt30 {
	padding-top: 30px;
	overflow: hidden;
}
.pr5 {
	padding-right: 5px;
	overflow: hidden;
}
.pr10 {
	padding-right: 10px;
	overflow: hidden;
}
.pr20 {
	padding-right: 20px;
	overflow: hidden;
}
.pr30 {
	padding-right: 30px;
	overflow: hidden;
}
.mt5 {
	margin-top: 5px;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
	overflow: hidden;
}
.mt20 {
	margin-top: 20px;
	overflow: hidden;
}
.mt30 {
	margin-top: 30px;
	overflow: hidden;
}
.mb5 {
	margin-bottom: 5px;
	overflow: hidden;
}
.mb10 {
	margin-bottom: 10px;
	overflow: hidden;
}
.mb20 {
	margin-bottom: 20px;
	overflow: hidden;
}
.mb30 {
	margin-bottom: 30px;
	overflow: hidden;
}
.ml5 {
	margin-left: 5px;
	overflow: hidden;
}
.ml10 {
	margin-left: 10px;
	overflow: hidden;
}
.ml20 {
	margin-left: 20px;
	overflow: hidden;
}
.ml30 {
	margin-left: 30px;
	overflow: hidden;
}
.mr5 {
	margin-right: 5px;
	overflow: hidden;
}
.mr10 {
	margin-right: 10px;
	overflow: hidden;
}
.mr20 {
	margin-right: 20px;
	overflow: hidden;
}
.mr30 {
	margin-right: 30px;
	overflow: hidden;
}
.textbig {
	font-size: 18px;
    line-height: 18px !IMPORTANT;
}
.textnormal {
	font-weight: 500;
}
.textmini {
	font-size: 10px;
    line-height: 10px !IMPORTANT;
}
.uppercase {
	text-transform: uppercase;
}
/* Конец помощников*/

/* Шапка */
nav li {
    display: inline;
    margin-right: 16px;
    line-height: 10px !important;
    vertical-align: bottom;
}
.headerlogo {
    overflow: hidden;
}
.headermobilemenu {
    display: none;
}
li {   
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
} 

/*
li:hover,
li:focus-within { 
    cursor: pointer;
}*/

li:focus-within a {
  outline: none;
}

ul li ul { 
    visibility: hidden;
  opacity: 0; 
    position: absolute;
  transition: all 0.5s ease; 
    left: 0;
  display: none;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
    width: 200px;
   visibility: visible;
   opacity: 1;
   display: block;
}

ul li ul li {
    clear: both;
  width: 100%;
}
.iconheader {
	width: 18px;
}
.cartcifra {
    position: absolute;
    margin-left: -18px;
    font-size: 10px;
    line-height: 10px !IMPORTANT;
    width: 18px;
    text-align: center;
    margin-top: 9px;
    color: #ffffff;
    border-radius: 30px;
}
.podpunkt1 {
    display: none;
    position: absolute;
}
.punkt1:hover .podpunkt {
    display: block;
}
.logo {
	overflow: hidden;
	margin-right: 18px;  
	line-height: 10px !IMPORTANT;
}
.close {
	display: none;
}
/* Конец шапки */

/* Галлерея */
img.galleryimg {
    width: 100%;
}
.galleryimg:hover {
    opacity: .5;
    cursor: pointer;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.gallery .col6 {
    overflow: hidden;
}
.closeimg {
    position: absolute;
    transform: scaleX(1.2);
    z-index: 999;
    font-size: 20px;
    line-height: 20px !IMPORTANT;
    padding: 0px 3px;
} 
/* Конец галлереи */

/* Отзывы */
img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.textotzyv {
    padding: 17px;
    background-color: #d7d9d7;
}
.otzyvblock {
    padding: 10px;
}
/* Конец отзывов */

/* Преимущества */
.svg {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
/* Конец преимуществв *.

/* Корзина */
.cartleft td {
	text-align: center;
}
.imgcart {
	width: 100%;
}
.kolvo input[type="submit"] {
    margin: 0 auto;
}
.tablecart {
	width: 100%;
}
.paymethod {
    text-align: center;
    margin-right: 10px;
}
/* Конец корзины */

/* Контакты */
.mail, .phone {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
/* Конец контактов */

/* Каталог */
.filters label {
    display: block;
}
/* Каталог */

@media screen and (min-width: 767px) {
.nonpc {
	display: none !important;
}
#itogmob {
	display: none;
}
#itogpc {
	display: block;
}
.blockserchbutton {
	float: right;
	margin-top: -39px;
	z-index: 9999;
	position: absolute;
	right: 0;
}
.footerlogo {
    padding: 0px 10px 6px 10px;    
    padding-top: 105px !important;
}
div#search_box-kolect {
    height: calc(100% - 112px);
}
div#search_box-result {
    height: calc(100% - 112px);
}
}
/* Ширина 1082 */
@media screen and (max-width: 1082px) {
	.logo img {
    width: 100px !important;
	}
	div#mobilemenu {
    width: 100% !important;
}
}
/* Конец ширины 1082 */

#sliderrow {
	padding: 6px 10px 80px 10px;
}
.showtable {
	display: table-cell;
}
.titlecollectionslider {
	font-size: 25px;
    line-height: 30px !IMPORTANT;
	text-transform: uppercase;
}

/* Пк для маленьких мониторов */


/* Конец пк для маленьких мониторов */
@media screen and (min-width: 600px) and (max-width: 1000px) { 
.cartright {
    width: 355px;
    margin-top: 74px !important;
    margin: 0 auto;
    padding: 0px !Important;
}
.cartleft {
    padding-top: 74px !important;
}
.col2.middle.right.headercontact.nonmobile {
    width: 15%;
}
.cartleft {
    width: 375px;
    padding-right: 20px;
}
}
/* Мобильная версия для маленьких телефонов*/
@media screen and (max-width: 355px) { 
.cartcart {
	width: 100% !important; 
}
.descartochka {
    width: initial !IMPORTANT;
}
.leftcart {
    width: 100%;
}
.cardtovardesc {
	width: 100% !important; 
}
.cartright {
	width: 100% !important; 
} 
.tablecontent {
	width: 100% !important; 
}
}

@media screen and (max-width: 520px) { 
.slider .col2 {
    width: 100%;
}
.descartochka {
    width: 100%;
}
#sliderrow {
    padding: 0px 10px 20px 10px !important;
}
}  

@media screen and (min-width: 520px) and (max-width: 766px) {
div#sliderrow {
    display: flex;
}
#sliderrow {
    padding: 0px 10px 20px 10px !important;
}
.cartleft, .cartright {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}



/* Мобильная версия */
@media screen and (max-width: 766px) { 
.pagecontent {
    margin-bottom: 40px !important;
}
.dolyameclick .row {
    width: 100%;
    display: flex;
}

.dolyameclick .col4 {
    width: 25% !important;
}
.rassrochkaclick .col6 {
    width: 16.666% !important;
}
.tabname {
    margin-left: 0px !important;
    margin-right: 20px;
}
.searchcontent {
	margin-top: 132px !important;
}
div#filterblock .row {
    border-bottom: 1px black solid;
    margin-bottom: 15px;
}
.row.middle.center.noresult {
    padding: 0px 10px;
}
.stolbfiltermob {
    width: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    float: left;
}
#filterblock .col4 {
    width: 100% !IMPORTANT;
}
#itogpc {
	display: none;
}
.cartright {
    padding-top: 0px !important;
}
#itogmob {
    display: block;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.row.tablecart {
    margin-bottom: 30px;
}
.col4.tovar.left {
    display: flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}
div#mobnonefilteritog {
    display: none;
}
div#mobfilteritog {
    padding-left: 10px;
    padding-bottom: 25px;
}
div#search_box-kolect {
    height: calc(100% - 130px);
}
div#search_box-result {
    height: calc(100% - 130px);
}
span#articlesnew .col4.tovar.left {
    display: inline-flex;
}
footer .col4 {
    margin-left: 0px;
}
footer {
    padding: 10px;
}
body.catalogtovar p.titlepage {
    margin-top: 65px !important;
    margin-bottom: 20px !important;
}
.header {
    padding: 0px;
    border-bottom: 1px black solid;
} 
.tovarcatalog {
    display: flex !important;
    flex-wrap: wrap;
}
.row.tablecart {
    display: flex;
}
.mobiletovargallery {
	position: relative;
}
.col2.page {
    width: 100%;
}
.descoverflow {
    padding-top: 5px;
}
.cartleft, .cartright {
    padding-top: 64px; 
}
.cartcart {
	width: 355px !important;
    margin: 0 auto;
}
.leftcart {
    width: 355px;
}
.leftcart {
    padding: 0px;
    border-left: none;
}
.cartleft {
	border: none;
}
.col4.leftcart {
    width: 100%;
    margin-top: 64px;
    padding: 0px 10px;
}
.itogblock {
    border-bottom: 1px black solid;
    padding-bottom: 29px;
    margin-bottom: 39px;
}
.offer {
    padding-bottom: 60px;
}
.col44.rightcart {
    width: 100%; 
}
.leftcart {
	order: -1;
}
.rightcart {
    order: 0;
}
.pricetovar {
    width: 49%;
    display: inline-block;
    text-align: right;
}
button.cartbutton {
    margin-top: 23px;
}
.recomend {
    margin-top: 37px;
}
.right.pricetovar span {
    float: inherit;
}
#tovar li.firstfooter {
    margin-top: 100px;
}
#collect .atribute.col2 {
    width: 49% !important;
}
#collect .item_box .row br {
    display: none;
}
.footerlogo {
    height: initial !important;
}
.cartleft {
    padding-top: 65px !important;
}
.imgcartblock {
    width: 300px !important;
}
.cartleft {
    width: initial;
}
.brandpagecontent {
    padding-top: 10px;
}
.page.brandcontent {
    padding-left: 10px;
    padding-right: 10px;
}
.brandpagecontent .bigtitle {
    padding-left: 10px;
    padding-right: 10px;
}
.obrandimg .col2 {
    width: 100%;
}
.brandbigcontent {
    margin-top: 62px !important;
}
.obrandimg .col2 {
    display: block !important;
    margin-bottom: -5px !important;
}
.brandpagecontent .bigtitle {
    margin-top: 55px !important;
    margin-bottom: 12px !important;
}
.page .bigtitle {
    margin-top: 62px;
    margin-bottom: 20px;
}
.page {
    width: 100%;
}
form.formcheckout label { 
    line-height: 14px !important; 
}
form.formcheckout label {
    margin-bottom: 3px !important; 
}
.imgcart {
    height: 100%;
}
.cartright {
    margin-top: 0px !important;
}
.recomend .col4.tovar.left {
    float: initial;
    display: inline-flex;
    flex-grow: 0;
}
.atribute {
    margin-bottom: 0px;
}
#collect .tovarmob {
	margin-top: 35px !important;
}
#tovar .tovarmob {
	margin-top: 50px !important;
}
#width100 {
	width: 100%;
}
.cardtovardesc {
	padding: 10px;
}
ul.dropdown.mobmenu li {
    opacity: 1;
}
#tr-popup[data-hidden="true"] {
    display: none;
}
footer .col4 {
    align-items: flex-start !important;
    width: 100%;
    margin-bottom: 14px;
}
footer {
    margin-top: 60px;
    padding-top: 10px;
}
img.footerlogo {
    padding-top: 20px;
}
div#mobilemenu .logo {
    display: none;
}
div#categoryindex {
    margin-bottom: -4px;
}
.cataloginfo {
    padding: 10px 10px 33px 10px !important;
}
.title {
    padding-top: 52px;
}
.titlecollectionslider {
	font-size: 25px;
    line-height: 30px !IMPORTANT;
	text-transform: uppercase;
}
#sliderrow {
	padding: 0px 10px 20px 10px !important;
}
p.categorytitle {
    font-size: 12px;
    line-height: 18px !IMPORTANT;
}
.tab {
    padding-left: 10px;
}
.tab button {
    padding: 9px 0px 7px 0px;
    margin-right: 20px;
    margin-left: 0px;
}
.tab button {
    padding: 9px 0px 7px 0px;
    margin-right: 20px;
    margin-left: 0px;
}
.nonmobile {
	display: none;
}
.blockserchbutton {
	float: right;
	margin-top: -50px;
}
#mobblockserchbutt {
    margin-top: -45px !Important;
    margin-right: 4px !Important;
}
.search_box {
    top: 50px;
}
.closebutton {
    padding: 14.5px !important;
}
.search_box input[type="text"] {
    height: 50px;
}
.col2.mobileiconmenu.nonpc {
    width: 100%;
    display: inline-block;
    text-align: center;
    height: 50px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px;
}
#searchbuttonmob {
    width: 50px !important;
    display: inline-block;
    text-align: center;
    height: 50px;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    border-right: 1px black solid;
    padding: 15px 13px 11px 13px;
}
.closeiconmenu {
	    width: 100%;
    display: inline-block;
    text-align: center;
    height: 50px;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px;
}
#closeiconmenu { 
    display: inline-block;
    text-align: center;
    height: 50px;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 14px; 
}
.mobilecartmenu {
    width: 50px !important;
    display: inline-block;
    text-align: center;
    height: 50px;
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 0;
    border-left: 1px black solid;
    padding: 13px;
}
.header .row {
    height: 50px;
}
.content {
    margin-top: 50px;
}
	table tr td.td2:last-child {
        word-break: break-word;
    }
    .formcheckout input[type="text"], .formcheckout input[type="submit"] {
	margin-bottom: 17px;
	}
	input[type="text"], input[type="submit"] {
    width: 100% !important;
    margin-bottom: 11px;
	}
	
.popupinfo {
    margin-top: 24px;
}
	ul.dropdown {
		position: initial;
		margin-top: 10px;
	}
	ul.dropdown li {
		opacity: .5;
	}
	.col7.middle.headermobilemenu {
		width: 10% !IMPORTANT;
	}
	.col5.middle.headerlogo {
		width: 25% !IMPORTANT;
	}
	.header .col5 {
		width: 20% !IMPORTANT;
		overflow: hidden;
		align-items: flex-start;
	}
	.header .col5 {
		width: 8% !IMPORTANT;
		overflow: hidden;
		align-items: flex-start;
	}
	.header .col8 {
		width: 42% !IMPORTANT;
		overflow: hidden;
		align-items: flex-start;
	}
	.header .col8 .row {
		width: 100% !Important;
	}
	.header .col8 .row .col2 {
		width: 22% !Important;
		align-items: flex-end;
		float: right;
	}
	.cartcifra {
		margin-left: 8px !Important;
	}
	.row {
		display: block;
	}
	.watched .row {
	display: flex;
    flex-wrap: wrap;
	}
	div#search_box-result .row {
    display: flex;
    flex-wrap: wrap;
}
div#search_box-kolect .row {
    display: flex;
    flex-wrap: wrap;
}
	.header .col5, .col4, .col2, .col3 {
    	width: 50%;
	}
	div#articlesnew {
    display: flex;
    flex-wrap: wrap;
}

	.otzyvblock .col6.top {
		width: 20% !important;
	}
	.iconmenu {
		width: 25px;
	}
	.col4.p10.tovar {
		padding: 0px;
		padding-bottom: 10px;
	}
	.logo {
    	width: 100px;
    	height: 40px;
	}
	.headercontact .textmini, .headercontact .textbig {
		display: none;
	}  
	.cartright {
		padding-left: 0px !IMPORTANT;
		padding-right: 0px !IMPORTANT;
	}
	.nomobile {
		display: none !IMPORTANT;
    }
    .headermobilemenu {
    	display: -webkit-inline-box !IMPORTANT;
    	display: -webkit-inline-flex !IMPORTANT;
    	display: -ms-inline-flexbox !IMPORTANT;
    	display: inline-flex !IMPORTANT;
    } 
    footer div {
    	    align-items: center;
    }
    footer .logo {
    	margin-bottom: 20px;
    }
    .contact .phone, .contact .mail {
    	float: left;
    }
    .tovarblockprice {
    	align-items: flex-start !important;
    }
    .tovarincart .right {
    	align-items: flex-start;
    }
    /* Мобильное всплывающее меню */
	.iconmenu:hover {
    	opacity: .5;
    	cursor: pointer;
    	-webkit-transition: opacity .4s;
    	-o-transition: opacity .4s;
    	transition: opacity .4s;
	}
	.gallery .col6 {
    	overflow: hidden;
	}
	#mobilemenu {
    	display: none;
 	} 
 	div#mobilemenu {
    	position: fixed;
    	width: 100%;
    	height: 100%;
    	background-color: #ffffff;
    	left: 0;
    	top: 0;
    	z-index: 999;
 	}
	.zatemnenie {
    	background: rgba(102, 102, 102, 0.5);
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	top: 0;
    	left: 0; 
    	z-index: 999; 
    	position: fixed;
 	}
	#mobmenu {
    	display: table-cell;
    	vertical-align: middle;
    	text-align: center;
	}
 	#mobilemenu:target {
    	display: table;
 	} 
 	ul.mobmenu {
    margin-top: 132px;
}
#mobilemenu nav li {
    display: table !IMPORTANT;
    text-align: center !IMPORTANT;
    width: 100%;
    text-align: left !important;
    padding: 5px;
    padding-left: 20px;
}
div#mobilemenu .row {
    border-bottom: 1px black solid;
}
#mobilemenu nav li{
    font-size: 25px;
    line-height: 16px !IMPORTANT;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
 	#mobilemenu .navigation {
    	display: table-cell;
    	vertical-align: middle;
 	}
 	.close {
    	display: block !IMPORTANT;
 	}
    /* Конец мобильного всплывающего меню */
}
/* Конец мобильной версия */