/* CSS Document */

html, body {
    font-family: 'ProximaNova-Regular', sans-serif;
    color:#153e76;
    height:100%;
}

.wrap {
    width:100%;
    margin:0 auto;
    height:100%;
    position:relative;
    box-sizing: border-box;
}

header {
    height:158px;
    width:100%;
    position:relative;
    border-bottom: 1px dashed #80d4d6;
}

header .logo {
    width: 201px;
    height: 115px;
    display:block;
    position:absolute;
    top:26px;
    left:50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    background:url(../img/logo.svg) 0 0 no-repeat;
    z-index:1;
}

body > .wrap {
    height:auto;
    min-height: 100%;
}

header .title {
    top:30px;
    left:0px;
    position:absolute;
    font-size:17px;
    display:block;
    text-align: left;
    color:#00a9ac;
}

header a.phone {
    color: #00a9ac;
    font-size: 26.61px;
    text-decoration:none;
    display:block;
    font-weight:400;
    position: absolute;
    right:0;
    top:63px;
}

header a.phone span{
    font-size: 38.43px;
    font-weight:700;
    display:inline-block;
    text-align:right;
}

header a.mail{
    width:140px;
    height:16px;
    line-height: 16px;
    background: url(../img/mail.png) 0 center no-repeat;
    display:block;
    color:#004781;
    font-size:15px;
    text-decoration:none;
    text-align:left;
    padding-left:34px;
    box-sizing:border-box;
    position: absolute;
    bottom:17px;
    right:130px;
}

header a.login{
    width:80px;
    height:20px;
    line-height:20px;
    padding-left:38px;
    background: url(../img/login.png) 0 center no-repeat;
    display:block;
    color:#004781;
    font-size:15px;
    text-decoration:none;
    text-align:left;
    box-sizing:border-box;
    position: absolute;
    top:27px;
    right:196px;
}

header a.cart{
    width:95px;
    height:21px;
    line-height:21px;
    padding-left:35px;
    background: url(/images/cart_full.png) 0 center no-repeat;
    display:block;
    color:#004781;
    font-size:15px;
    text-decoration:none;
    text-align:left;
    box-sizing:border-box;
    position: absolute;
    top:26px;
    right: 0px;
}

header a.full{
    background: url(/images/cart_full.png) 0 center no-repeat;
}

.input_w_max td input{
    width: 400px;
}

header .search {
    height:25px;
    width:233px;
    position: absolute;
    top:75px;
    left:0;
}
header .search form input[type=text] {
    border:none;
    box-sizing: border-box;
    height:26px;
    width:201px;
    background:#e6e6e6;
    font-size: 14px;
    color:#999999;
    padding:0 12px;
    vertical-align: top;
}


header .search .loop {
    width:25px;
    height: 26px;
    background: url(../img/loop.png) 0 0 no-repeat;
    cursor:pointer;
    position: absolute;
    border:none;
    font-size:0;
    color:transparent;
    right:0;
}
section.slider {
    background:#f0f4f7;
    /*height: 30vw;*/
    max-height: 491px;
    z-index: 7;
    position: relative;
}
section.slider >.wrap{
    width:100%;
    max-width: 1280px;
}

section.slider .bx-controls{
    position: absolute;
    width: 100%;
    display: block;
    box-sizing: border-box;
    top: 50%;
    height: 68px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

section.slider li{
    position:relative;
}

section.slider li .info{
    width:356px;
    height:345px;
    background:url(../img/slide_element.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    top:70px;
    right:200px;
    z-index: 9999;
    text-align: center;
    font-size: 45.25px;
    line-height: 56.95px;
    box-sizing: border-box;
    padding-top:35px;
}

section.slider li .info span{
    font-size: 56.11px;		
    line-height: 80px;	
}

section.slider li .info a {
    position: absolute;
    width:100%;
    color:#ffffff;
    font-size: 23.83px;
    text-align: center;
    display: block;
    left:0;
    text-decoration: none;
    bottom:58px;
}


section.slider .bx-controls a{
    width:22px;
    height:68px;
    display: block;
    position: absolute;
    font-size:0;
    color:transparent;
}
section.slider .bx-controls a.bx-prev{
    background: url(../img/p.png) 0 0 no-repeat;
    left:90px;
}
section.slider .bx-controls a.bx-next{
    background: url(../img/n.png) 0 0 no-repeat;
    right:90px;
}

nav.top {
    width: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
}
nav.top > ul > li{
    display:inline-block;
    position: relative;
    height:53px;
    border-left:1px dashed transparent;
    border-right:1px dashed transparent;
}

nav.top > ul > li > a, nav.top > ul > li > span {
    text-transform:uppercase;
    font-size: 18px;
    color:#004781;
    line-height: 53px;
}
nav.top > ul > li > a {
    text-decoration: none;
    display: block;
    padding:0 28px;
}
nav.top > ul > li:hover > a, nav.top > ul > li.active > a { 
    color:#e51a6b;
}
nav.top > ul > li.parent:hover {
    border-left:1px dashed #80d4d6;
    border-right:1px dashed #80d4d6;
}

nav.top > ul > li.parent:hover:after {
    content:'';
    width:135px;
    height:1px;
    background:#fff;
    top:53px;
    position: absolute;
    display: block;
    z-index: 99999999;
}
nav.top > ul > li.parent {
    position:inherit;
}

nav.top > ul > li.parent .inner {
    width:100%;
    position: absolute;
    top:53px;
    z-index: 999999;
    max-width:1220px;
    left:50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    border:1px dashed #80d4d6;
    background: #fff;
    display: none;
    padding: 25px 28px 0;
    box-sizing: border-box;
}

nav.top > ul > li.parent:hover .inner {
    display:block;
    text-align: left;
}
/*nav.top > ul > li.parent .inner > div {
    float:left;
    width:200px;
    margin-right:40px;
}*/
nav.top > ul > li.parent .inner > div:last-child {
    margin-right:0px;	
}

nav.top > ul > li.parent .inner ul {
    display:block;
    text-align: left;
    width:100%;
    margin-bottom:30px;
}
nav.top > ul > li.parent .inner ul li a {
    text-decoration:none;
    color:#153e76;
    font-size:13px;
    line-height: 23.6px;
    padding-left: 12px;
    position: relative;
    display: block;
    width:100%;
    height:100%;
}
nav.top > ul > li.parent .inner ul li:before {
    content:'•';
    color:#00afad;
    float:left;
}
nav.top > ul > li.parent .inner ul li:first-child {
    padding-bottom: 5px;
}

nav.top > ul > li.parent .inner ul li:first-child:before {
    display:none;
}
nav.top > ul > li.parent .inner ul li:first-child a {
    font-size:18px;
    padding-left:0;
}

nav.top > ul > li.parent .inner ul li:hover a, 
nav.top > ul > li.parent .inner ul li.active a, 
nav.top > ul > li.parent .inner ul li:hover:before,
nav.top > ul > li.parent .inner ul li.active:before {
    color:#e51a6b;
}


section.main_news {
    padding:102px 0 64px;
}

section.main_news > .wrap {
    width:1220px;
}

section.main_news .item {
    display:inline-block;
    float:left;
    width:22.950819672131146%;
    margin-right: 2.459016393442623%;
    vertical-align: top;
}
section.main_news .item:last-child {
    margin-right:0;	
}

section.main_news .item img{
    width:100%;
    height:auto;
    margin-bottom:24px;
}

section.main_news .item a {
    color:#004781;
    font-size:23px;
    text-decoration: none;
}
section.main_news .item:hover a {
    color:#e51a6b;	
}


section a.all {
    font-size:19px;
    color:#00afad;
    text-decoration:none;
    text-align:center;
    width:277px;
    height:34px;
    display:block;
    line-height: 34px;
    font-weight:400;
    margin-top:35px;
    position: relative;
    border-right:0;
    background: url(../img/lblue.svg) 0 0 no-repeat;
}

section a.all .left,
section a.all .right {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    height:50%;
    border-right: 2px solid rgba(2, 128, 127, 0.58);
}
section a.all .left {
    top: 0;
    right: -7px;
}
section a.all .right {
    bottom: 0;
    right: -7px;
}
section a.all .left,
section a.all .left:before {
    transform-origin: 0;
}
section a.all .right,
section a.all .right:before {
    transform-origin: 0;
}
section a.all .right,
section a.all .left:before {
    transform: skewX(-35deg);
}
section a.all .left,
section a.all .right:before {
    transform: skewX(35deg);
}
section a.all .left:before,
section a.all .right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
section a.all .left:before {
    right: -100%;
}
section a.all .right:before {
    left: -100%;
}

section.main_news {
    border-bottom:1px dashed #80d4d6;
}

section.seo_text {
    padding:32px 0 47px;
    background:#f0f4f7;
    font-size: 15px;
    line-height: 22px;
}

section.seo_text > .wrap, section.content > .wrap {
    width:1220px;
}

section.seo_text a.all {
    color: #004781;
    border: none;
    width: 156px;
    background: url(../img/blue.svg) 0 0 no-repeat;
}


section.seo_text a.all .left,
section.seo_text a.all .right {
    border-right: 2px solid rgba(4, 60, 106, 0.74);
}

section.content {
    border-top:1px dashed #80d4d6;
    padding-bottom:50px;
    min-height: calc(100% - 449px);
}

section.content .breadcrumbs {
    width:100%;
    margin:20px 0;
}
section.content .breadcrumbs ul {
    margin-left:0;
}

section.content .breadcrumbs ul li {
    display:inline-block;
    float:left;
    position: relative;
    font-size:12px;
    line-height: normal;
}

section.content .breadcrumbs ul li::before {
    display:none;
}

section.content .breadcrumbs ul li:after {
    content:'/';
    padding:12.5px;
}

section.content .breadcrumbs ul li:last-child:after {
    display:none;
}
section.content .breadcrumbs a {
    color:#818181;
}
section.content .breadcrumbs span {
    color:#e41a6b;
}

section.content h1 {
    width:100%;
    display: block;
    font-size:23px;
    text-transform: uppercase;
    text-align: center;
    font-weight:400;
    margin-bottom:20px;
}

section.content p {
    line-height:22px;
    font-size: 15px;
}

section.content ul li {
    line-height:22px;
    font-size: 15px;	
}

section.content ul {
    margin-left:30px;
}

section.content ul li::before {
    content: "•";
    color: rgb(0, 175, 173);
    float: left;
    padding-right:10px;
    font-size: 15px;	
}


section.content .text {
    height:100%;
    background:#f0f4f7;
    width:1054px;
    margin:24px auto 0;
}
section.content .text img {
    height: auto;
    min-height:100%;
    width:243px;
    float:left;
}
section.content .text .inf{
    float:left;
    width:811px;
    padding:14px 0 14px 35px;
    box-sizing: border-box;
    font-size:15px;
    line-height: 22px;
}

section.content .text .inf ul {
    float:left;
    padding-top: 18px;
    padding-right: 50px;
}

section.content .text .inf ul li a {
    font-size:15px;
    color:#153e76;
}

section.content .text .inf ul li a:hover {
    color:#e41a6b;
}
section.content img.magnolia {
    margin: 27px auto 20px;
    display: block;
}


section.content .advantages .items .item {
    width:12.540983606557377%;
    height:153px;
    display:inline-table;
    box-sizing: border-box;
    border-radius:100%;
    border:1px dashed #60c9cb;
    text-align:center;
    vertical-align: bottom;
    margin-right:1.9672131147540983%;
    float: left;
    position: relative;
}
section.content .advantages .items {
    position: absolute;
    bottom:0;
    left:0;
}

section.content .advantages .items:before {
    border-top:1px dashed #60c9cb;
    content:'';
    height:0;
    width:86.8%;
    left:6.2%;
    position: absolute;
    top:-26px;
}

section.content .advantages .items .item:before {
    height:25px;
    width:0;
    border-left:1px dashed #60c9cb;
    content:'';
    display:block;
    left:50%;
    top:-26px;
    position: absolute;
}

section.content .advantages .items .item:last-child {
    margin-right:0;
}

section.content .advantages {
    height:180px;
}

section.content .advantages .items .item > div{
    display:table-cell;
    vertical-align: middle;
    font-size:15px;
}
section.content .advantages .items .item span{
    display:block;
    font-size:60px;
    font-weight:700;
}
section.content .advantages .items .item:nth-child(4) span{
    font-size:44px;	
}
section.content .advantages .items .item:nth-child(5) span{
    font-size:56px;	
}




section.content .text .article {
    height: 100%;
}
section.content .text .article, section.content .products .product .desc {
    float:left;
    padding:50px 45px;
    width:63.74913852515507%;
    box-sizing:border-box;
    color:#212226;
    font-size:18px;
}	

section.content .text .article p{
    padding:15px 0;
    line-height: 1.2;
}

section.content .text .article .docs {
    margin-top:90px;
}

section.content .text .article .docs > div {
    width:25%;
    display:inline-block;
    float:left;
    height:160px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

section.content .text .article .docs > div a {
    font-size:18px;
    color:#212226;
    text-decoration:none;
    display: block;
    width:100%;
    height:100%;
    padding-top:100px;
    box-sizing: border-box;
    line-height: 1.2;
}

section.content .text .article .docs > div.doc {
    background:url(../img/doc.png) 0 0 no-repeat;
}

section.content .text .article .docs > div.xls {
    background:url(../img/xls.png) 0 0 no-repeat;
}

section.content .text h1{
    font-family: 'oswald', sans-serif;
    font-weight:800;
    color:#212226;
    text-transform: uppercase;
    font-size:32px;
    float:left;
    width:100%;
    padding-bottom: 30px;
    padding-top: 2px;
}

section.content .products .title{
    position:absolute;
    right:45px;
    top:50px;
    color:#212226;
    font-size:18px;
    font-weight:700;
}
section.content .products .product {
    margin-bottom:42px;
    position: relative;
    height:283px;
}


section.content .products .product .logo {
    margin-bottom:75px;
}
section.content .products .product .params, section.content .products .product .status {
    color:#212226;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 18px;
}

section.content .products .product .params {
    margin-bottom:30px;
}
section.content .products .product .params .param{
    display:inline-block;
    float:left;
}
section.content .products .product .params .param:after{
    content:'|';
    width:30px;
    display: inline-block;
    text-align: center;
}
section.content .products .product .params .param:last-child:after{
    display:none;
}

section.content .products .product .img {
    height:100%;
    background-size: cover!important;
}
section.content .products .product .desc {
    position:relative;
    height:100%;
    box-sizing: border-box;
}

section.content .products .product .price {
    font-size: 32px;
    font-family: 'oswald', sans-serif;
    font-weight:500;
    color:#212226;
    position:absolute;
    bottom:0;
    left:45px;
}

section.content .products .product .rating {
    right:45px;
    bottom:0;
    position:absolute;
}

section.content .products .product .rating span{
    display:inline-block;
    float:right;
    background: url(../img/star.png) 0 0 no-repeat;
    width:16px;
    height:15px;
}
.obrat {
    position:absolute;
    width:45%;
    right:0;
    top:0;
    height:100%;
    display: table;
}

.obrat .row{
    display:table-cell;
    vertical-align: middle;
}

.obrat address {
    color:#fff;
    font-weight:500;
    text-transform:uppercase;
    font-family: 'oswald', sans-serif;
    font-style: normal;
    font-size:32px;
    line-height:1.2;
    margin-bottom:20px;
}

.obrat form {
    width:100%;
}
.obrat form input {
    width:100%;
    box-sizing: border-box;
    border:none;
    height:59px;
    margin-bottom: 5px;
    padding: 0 30px;
    text-transform:uppercase;
}

.obrat form input[type=submit] {
    width:50%;
    border:2px solid #fff;
    background:none;
    color:#fff;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
}

.obrat form input[type=submit]:hover {
    color:#212226;
    background:#fff;
}




.contacts .map{
    height:340px;
    margin-top:30px;
    width:100%;
    margin-bottom: 20px;
}


.contacts .items {
    width:100%;
    box-sizing: border-box;
    position: relative;
}

.contacts .items .item {
    display: inline-block;
    float:left;
    width:50%;
    box-sizing: border-box;
    text-align: center;
}

.contacts .items .item:last-child {
    text-align:left;
}
.contacts .items .item:last-child address{
    font-style: normal;
    height:25px;
    background: url(../img/caddress.png) 2px 0 no-repeat;
    line-height:25px;
    padding-left: 33px;
    font-size: 16px;
}

.contacts .items .item:last-child .phone{
    font-size: 16px;
    height:23px;
    line-height: 23px;
    background: url(../img/cphone.png) 3px 0 no-repeat;
    padding-left: 33px;
    font-size: 16px;
    margin: 18px 0;
}

.contacts .items .item:last-child .email{
    font-size: 16px;
    height:23px;
    line-height: 23px;
    background: url(../img/cmail.png) 0 center no-repeat;
    padding-left: 33px;
    font-size: 16px;
}

.contacts .items .item:last-child a {
    color:#004781;
    text-decoration:none;
}

.contacts .items .item span {
    display:block;
    font-size:21px;
    color:#004781;
    font-weight:700;
}
.contacts .items .item span:last-child {
    font-weight:400;
    color:#00afad;
    font-size:18px;
    line-height: 1.5;
}
.contacts h3 {
    margin-bottom:20px;
}
.contacts h3, section.content.contacts p {
    font-size:14px;
}

aside {
    width:221px;
    float:left;
    display:inline-block;
}
aside nav {
    width:100%;
    box-sizing:border-box;
    border:1px dashed #80d4d6;
    padding: 0 0 15px 13px;
}

article {
    width:950px;
    float:right;
    display:inline-block;
}

article .filter {
    background:#f0f4f7;
    padding:13px 34px;
    box-sizing: border-box;
    width:100%;
    margin-bottom:25px;
    /*display: none;*/
}


article .filter .noclient{
    width:100%;
    text-align: center;
    font-size:16px;
    margin-bottom:20px;
}

article.tovar .filter .noclient.cat{
    margin-bottom:20px;
}

article .filter .noclient a.reg{
    color:#00afad;
    text-decoration: underline;
}

article .filter .items, article .filter .sort {
    display:inline-block;
    margin:0;
}

article .filter .items select, article .filter .sort select {
    margin:0 6px;
}

article .filter .sort select {
    margin-right:0;
}

article .filter .items span, article .filter .sort span{
    font-weight:700;
}

article .filter .items {
    /*float:left;*/
}

article .filter .sort {
    float:right;
}

article .filter .noclient a.login{
    color:#e51a6b;
    text-decoration: underline;
}

article .items {
    margin-top:20px;
}

article .items .item {
    position: relative;
    /*float:left;*/float: none;vertical-align: top;
    display: inline-block;
    /*width:22.47422680412371%;*/
    width: 218px;
   /* margin-right:3.2989690721649483%;*/ margin-right:1.5%;   
    margin-top:26px;
    margin-bottom:26px; 
}

article.tovar .item {
    margin-top: 25px;
}
article .items .item:nth-child(4n) {
    /*margin-right:0;*/
}
article .items .item:nth-child(4n):after {
    position: absolute;
    bottom:-26px;
    left:-752px;
    width:970px;
    border-bottom:1px dashed #80d4d6;
    content:'';
    height:0;
    display:block;
}
article .items .item:last-child:after{
    display:none;
}

article .items .item .img{
    width:100%;
    border:1px solid #c0ced6;
    text-align: center;
    box-sizing: border-box;
    width:100%;
    margin-bottom:18px;
}

article .items .item .img .stick{
    position:absolute;
    width:40px;
    height:40px;
    top:8px;
    left:8px;
}
article .items .item .img .stick.new{
    background:url(../img/s1.png) 0 0 no-repeat;
}

article .items .item .img .stick.sale{
    background:url(../img/s2.png) 0 0 no-repeat;
}
article .items .item .img .stick.hit{
    background:url(../img/s3.png) 0 0 no-repeat;
}
article .items .item .img .stick.winter{
    background:url(../img/s4.png) 0 0 no-repeat;
}

article .items .item .img img{
    vertical-align: top;
}
article .items .item a {
    text-decoration: none;
    font-size:15px;
}

article .items .item .name {
    color:#004781;
}
article .items .item .art {
    color:#999999;
}

article .items .item .price {
    color:#004781;
    font-size:24px;
    font-weight:700;
    margin-top:15px;
	height:24px;
}
article .items .item a.more {
    display: block;
    margin-top:15px;
    background: url(../img/lblue2.svg) 0 0 no-repeat;
    width:100%;
    height: 35px;
    background-size: 100% 100% !important;
    text-align: center;
    line-height:35px;
    font-size:19px;
    color:#00afad;
}

article .items .item a.more:hover {
    background: url(../img/lpink2.svg) 0 0 no-repeat;
    color:#fff;
}


article.tovar .item .img{
    /*border:1px solid #dee6ea;*/
    width:100%;
    box-sizing: border-box;
}

article.tovar .item .left {
    width:40.20618556701031%;
    float:left;
}

article.tovar .item .right {
    width:48.45360824742268%;
    float:right;
}

article.tovar .item .brand {
    margin-bottom:25px;
}

article.tovar .item .title {
    color:#004781;
    font-size:18px;
    font-weight:700;
}
article.tovar .item .art {
    color:#00afad;
    margin-top:18px;
	height: 30px;
}
article.tovar .item .right .price {
    color:#004781;
    font-size:24px;
    font-weight:700;
    margin:35px 0 0;
}
article.tovar .item .chars {
    margin-top:35px;
}
article.tovar .item .chars .char {
    margin-bottom: 18px;
}
article.tovar .item .chars .char, article.tovar .item .chars .char a {
    font-size:14px;
    color:#004781;
    text-decoration: none;
}
article.tovar .item .chars .char span {
    color:#999;
}
article.tovar .item .radio, .radio {
    position: relative;
    display:block;
    margin:8px 0;
}
article.tovar .item input[type=radio], .radio input[type=radio] {
    display: none;
}

article.tovar .item label, .radio label {
    padding-left: 35px;
    height:25px;
    font-size:14px;
    line-height:25px;
}


article.tovar .item label:before, .radio label:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 16px;
    position: absolute;
    left: 6px;
    background-color: #fff;
    border-radius:25px;
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px #c5d2d9;
    top:6px;
}

article.tovar .item input[type=radio]:checked + label:before, input[type=radio]:checked + label:before  {
    text-align: center;
    line-height: 25px;
    background-color: #004781;
}

article.tovar .item .size, article.tovar .item .linia {
    width:200px;
    border:1px solid #c1cfd7;
    margin-top:20px;
}

article.tovar .item .linia {
    width:300px;
}

article.tovar .item .size .title, article.tovar .item .linia .title {
    color:#999999;
    font-size:14px;
    font-weight:400;
    height:35px;
    line-height: 35px;
    padding-left: 26px;
    background:url(../img/down.png) 90% center no-repeat;
    cursor:pointer;
}

article.tovar .item .size .items, article.tovar .item .linia .items {
    margin:0;
    padding-left: 26px;
    padding-bottom:20px;
    display: none;
}

article.tovar .item .linia {
    display:none;
}
article.tovar .item .size.active .items, article.tovar .item .linia.active  .items{
    display:block;
}

article.tovar .item .size .items .item, article.tovar .item .linia .items .item{
    margin:7px 0;
    width:116px;
    height:25px;
}

article.tovar .item .linia .items .item{
    width:200px;
}

article.tovar .item .size .items .item span, article.tovar .item .linia .items .item span {
    width:35px;
    display: inline-block;
}

article.tovar .item .linia .items .item span {
    width:70px;
}

article.tovar .item .size .items .item input, article.tovar .item .linia .items .item input{
    width:80px;
    height:25px;
    color:#004781;
    font-size:14px;
    text-align: center;
    background: #e6e6e6;
    border:none;
}

article.tovar .item .buy {
    width:254px;
    height:35px;
    color:#fff;
    background: url(../img/lpink.svg) 0 0 no-repeat;
    display:block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size:19px;
    margin-top:40px;
}



article.tovar .items .item:nth-child(4n):after {
    display:none;
}

article.tovar .imgs {
    margin-bottom:35px;
}


article.tovar .imgs .item, article.tovar .colors .items .color {
    width:120px;
    height: 147px;
    display:inline-block;
    float:left;
    margin-right:15px;
    border:1px solid #dee6ea;
    text-align:center;
}
article.tovar .imgs .item {
    margin-right: 10px;
}

article.tovar .imgs .item img, article.tovar .colors .items .color img{
    vertical-align: top;
    max-width:100%;
    height:100%;
}
/* mine
article.tovar .imgs .item:nth-child(3n), article.tovar .colors .items .color:nth-child(3n) {
    margin-right:0px;
}
*/
article.tovar .imgs .item:nth-child(3n), article.tovar .colors .items .color{
	margin-top:7px;
	margin-bottom:8px;
}
article.tovar .item .colors .title {
    font-weight:400;
    font-size:14px;
}

.recommend {
    margin-top:80px;
}

.recommend .title {
    font-size:18px;
}


.recommend .items .item {
    position: relative;
    float: left;
    display: inline-block;
    width: 17.868852459016395%;
    margin-right: 2.66%;
    margin-top: 26px;
    margin-bottom: 26px;
}
.recommend .items .item a {
    text-decoration: none;
    font-size:15px;
}
.recommend .items .item .name {
    color:#004781;
    line-height: 1.5;
}
.recommend .items .item .art {
    color:#999999;
    line-height: 1.5;
}
.recommend .items .item img {
    border:1px solid #c1cfd6;
}

.recommend .items .item:nth-child(5n) {
    margin-right:0;
}

.news .item {
    width:47.540983606557376%;
    display:inline-block;
    float:left;
    margin-right:4.918032786885246%;
    height:281px;
    margin-top:30px;
    margin-bottom:30px;
    position: relative;
}

.news .item:nth-child(2n) {
    margin-right:0;
}

.news .item:nth-child(2n):after {
    position: absolute;
    bottom: -30px;
    left: -640px;
    width: 1220px;
    border-bottom: 1px dashed #80d4d6;
    content: '';
    height: 0;
    display: block;
}

.news .item:nth-child(2n):last-child:after {
    display:none;
}


.news .item .img, .news .item .info{
    display:inline-block;
    float:left;
    height:281px;
}
.news .item .img {
    width:48.44827586206897%;
    height:281px;
}

.news .item .img img {
    vertical-align: top;
}
.news .item .info{
    width:51.55172413793103%;
    padding-left:29px;
    box-sizing: border-box;
}
.news .item .info {
    position: relative;
}
.news .item .info .title{
    font-size:23px;
    margin-bottom:25px;
}

.news .item .info .desc {
    font-size:13px;
    line-height:17.6px;
}

.news .item .info .more {
    width:166px;
    height:35px;
    color:#004781;
    background: url(../img/blue.svg) 0 0 no-repeat;
    display:block;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size:19px;
    position: absolute;
    bottom:0;
    left:29px;
}

.news .item .info .more:hover {
    background: url(../img/blue2.svg) 0 0 no-repeat;
    color:#fff;
}

.pagination {
    width:100%;
    text-align: center;
    margin-top: 10px;
}

section.content .pagination ul {
    height:23px;
    margin-left: 0px;
}

.pagination .page {
    margin-top:18px;
    color:#004781;
    font-size:13px;
}

.pagination ul li {
    display:inline-block;
    width:23px;
    height:23px;
    border:1px solid #d2dce1;
    box-sizing: border-box;
    margin:0 1.5px;
}

.pagination ul li:before {
    display:none;
}

.pagination ul li a{
    display:block;
    color:#004781;
    text-decoration: none;
    font-size:13px;
    line-height: 23px;
    width:100%;
    height:100%;
    text-align: center;
}
.pagination ul li:hover, .pagination ul li.active {
    background:#004781;
    color:#fff;
    text-align: center;
}
.pagination ul li:hover a, .pagination ul li.active a {
    color:#fff;
}

.one_news .img {
    width:35.81967213114754%;
    float:left;
    display:inline-block;
}
.one_news .info {
    width:64.18032786885246%;
    float:left;
    display:inline-block;
    box-sizing:border-box;
    padding-left:37px;
}

.one_news .info h2 {
    font-size:23px;
    font-weight: 400;
    margin-bottom: 15px;
}

.one_news .info h3 {
    font-size:18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.one_news .info p {
    padding:10px 0;
    font-size:14px;
    line-height: 17.6px;
}
.one_news .info ul li{
    font-size:14px;
}
.one_news .info a {
    color:#e51a6b;
    text-decoration:none;
}

.one_news .info a:hover {
    text-decoration:underline;
}
.one_news .info a.back {
    color:#004781;
    text-decoration:none;
    font-size:19px;
    height:35px;
    width:244px;
    line-height: 35px;
    background: url(../img/back.svg) 0 0 no-repeat;
    display: block;
    text-align: center;
    float:right;
    margin-top:70px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH"; 
}

.one_news .info a.back span {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH"; 
    display:block;
}

.one_news .info a.back:hover {
    background: url(../img/back2.svg) 0 0 no-repeat;
    color:#fff;
}

.cart table {
    width:100%;
}
.cart table td {
    vertical-align: top;
}


.cart table th {
    font-size:15px;
    font-weight:400;
    height:40px;
    line-height:40px;
    text-align: left;
    padding-left: 15px;
}

.cart table thead tr {
    border-top:none;
}

.cart table tr {
    border-top:1px dashed #80d4d6;
}
.cart table tr td{
    padding: 23px 0;
}
.cart table td.name {
    width: 45%;
}
.cart table td.name a > div{
    float:left;
    display: inline-block;
}

.cart table td.name .img {
  
    margin-right:33px;
}
.cart table td.name .name {
    color:#004781;
    font-size:18px;
    font-weight: 700;
}
.cart table td.name .art {
    color:#00afad;
    font-size:18px;
}

.cart table tr td.name .size {
    margin-top:20px;
}

.cart table tr td.name .size, .cart table tr td.name .color {
    font-size:14px;
    line-height: 1.2;
    color:#004781;
}

.cart table tr td.name .size span, .cart table tr td.name .color span{
    color:#999999;
}

.cart table tr td.price, .cart table tr.total td:last-child {
    font-size:24px;
    font-weight:700;
}
.cart table tr.total td select {
    color:#004781;
    font-size:18px;
    margin-left:10px;
    padding-left: 2%;
    box-sizing: border-box;
    background:#e6e6e6;
    border:none;
    height:30px;
}

.cart table tr td:last-child {
    text-align: right;
}

.cart table tr td.del a {
    color:#00afad;
    font-size:18px;
}

.cart table tr td.qty {
    font-size:14px;
    width: 30%;
}

.cart table tr td.qty input, .cart table tr td.qty > div {
    font-size:21px;
}

.cart table tr td.qty > div {
    height:100%;
    width:12px;
}

.cart table tr td.qty > div.minus {
    margin-left:15px
}

.cart table tr td.qty input {
    width:55px;
    border:none;
    text-align:center;
}

.cart table tr td.qty > div {
    color:#e51a6b;
    display:inline-block;
    height:100%;
    cursor:pointer;
}






section.content aside nav ul {
    margin-left:0;
}

section.content aside nav > ul > li {
    margin:15px 0;
}

section.content aside nav > ul > li:before {
    display:none;
}
section.content aside nav > ul > li > ul {
    display:none;
    padding-top:5px;
}

section.content aside nav > ul > li.active > ul {
    display:block;
}
section.content aside nav > ul > li.active > a {
    font-weight:bold;
}



section.content aside nav ul li a {
    color:#153e76;
    text-decoration: none;
    font-size:15px;
}

section.content aside nav ul li ul li {
    padding:5px 0;
}

section.content aside nav ul li ul li a {
    font-size:13px;	
}

section.content aside nav ul li ul li ul {
    margin-left:20px;
    display:none;
}
section.content aside nav ul li ul li.active ul {
    display:block;
}

section.content aside nav > ul > li > a:hover {
    color:#e51a6b;
}

section.content aside nav ul li ul li:hover > a, 
section.content aside nav ul li ul li.active > a {
    color:#e51a6b;
}

section.content aside nav ul  li:hover:before {
    color:#e51a6b;
}

aside nav.special {
    padding-right:13px;
    padding-bottom: 0;
}

section.content aside nav.special > ul > li {
    height:65px;
    line-height: 65px;
    padding: 0;
    margin:0;
    border-bottom:1px dashed #80d4d6;
}

section.content aside nav.special > ul > li:last-child {
    border-bottom:0;
}

section.content aside nav.special > ul > li a{
    display:block;
    height:100%;
    padding: 0 0 0 69px;
    box-sizing: border-box;
}

section.content aside nav.special > ul > li a:hover{
    color:#153e76;
    font-weight: 700;
}

section.content aside nav.special > ul > li:nth-child(1) a {
    background:url(../img/a1.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(1) a:hover, 
section.content aside nav.special > ul > li.active:nth-child(1) a {
    background:url(../img/a1h.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(2) a {
    background:url(../img/a2.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(2) a:hover,
section.content aside nav.special > ul > li.active:nth-child(2) a {
    background:url(../img/a2h.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(3) a {
    background:url(../img/a3.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(3) a:hover,
section.content aside nav.special > ul > li.active:nth-child(3) a {
    background:url(../img/a3h.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(4) a {
    background:url(../img/a4.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(4) a:hover,
section.content aside nav.special > ul > li.active:nth-child(4) a {
    background:url(../img/a4h.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(5) a {
    background:url(../img/a5.png) 16px center no-repeat;
}
section.content aside nav.special > ul > li:nth-child(5) a:hover,
section.content aside nav.special > ul > li.active:nth-child(5) a {
    background:url(../img/a5h.png) 16px center no-repeat;
}

.contacts a.docs {
    background: url(../img/c5.png) 14px 6px no-repeat;
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    color:#cd181e;
    font-size:17px;
    width:225px;
    height:33px;
    border:1px solid #cd181e;
    line-height: 33px;
    box-sizing: border-box;
    text-decoration: none;
    padding-left: 50px;
    bottom:27px;
}

.clients {
    height:433px;
    position: relative;
}

.clients .items{
    width:1218px;
    margin: 65px auto;
}

.clients .items .item{
    margin: 0 19px;
    display: inline-table;
    height:135px;
    float:left;
}

.clients .items .item > div{
    display: table-cell;
    vertical-align: middle;
}
.clients .bottom{
    position: absolute;
    text-align:center;
    width:100%;
    bottom:18px;
    font-size: 16px;
    line-height: 24.4px;
}

.about {
    background: url(../img/about.jpg) center center no-repeat;		
    height:530px;
    padding-top:35px;
    box-sizing: border-box;
}
.about .wrap {
    height:495px;
    width:1218px;
    background:rgba(255, 255, 255, 0.63);
    padding:0 50px;
    box-sizing: border-box;
}
.about h1{
    color:#cd181e;
    font-size:24px;
    font-weight: 400;
    text-align:center;
    text-transform: uppercase;
    padding-top:25px;
}

.about .title {
    text-align:center;
    font-size:16px;
    line-height:24.4px;
    padding:12px 0;
}
.about .desc{
    color:#cd181e;
    font-weight:700;
    font-size:24px;
    text-align:center;
}

.about ul li {
    display: inline-block;
    float:left;
    width:20%;
    height:285px;
    text-align:center;
    margin-top: 40px;
    font-size: 20px;
    line-height: 24.4px;
}
.about ul li .round {
    width:147px;
    height:147px;
    margin:0 auto 20px;
    border-radius: 147px;
}
.about ul li:nth-child(1) .round {
    background: rgba(255, 255, 255, 0.39) url(../img/a1.png) center center no-repeat;
}	
.about ul li:nth-child(2) .round {
    background: rgba(255, 255, 255, 0.39) url(../img/a2.png) center center no-repeat;
}	
.about ul li:nth-child(3) .round {
    background: rgba(255, 255, 255, 0.39) url(../img/a3.png) center center no-repeat;
}		
.about ul li:nth-child(4) .round {
    background: rgba(255, 255, 255, 0.39) url(../img/a4.png) center center no-repeat;
}	
.about ul li:nth-child(5) .round {
    background: rgba(255, 255, 255, 0.39) url(../img/a5.png) center center no-repeat;
}


div.tabs {
    box-sizing:border-box;

}
.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin:0;
    border-bottom:1px dashed #80d4d6;
    float: left;

}
section.tabs:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top:120px;
    height:1px;
    background: #d94e53;
    width:100%;
    left:0;
}
section.content ul.tabs__caption {
    margin-left: 0px;
}
section.content ul.tabs__caption li {
    width:auto;
    height:51px;
    line-height:51px;
    float:left;
    color: #00afad;
    position: relative;
    text-align: center;
    box-sizing:border-box;
    font-size: 18px;
    display:inline-block;
    padding:0 24px;
}

section.content ul.tabs__caption li:before {
    display:none;
}

.tabs__caption li:not(.active) {
    cursor: pointer;
    border:1px solid transparent;
}
section.content ul.tabs__caption li.active {
    border:1px dashed #80d4d6;
    border-bottom:none;
    color:#004781;
}

.tabs__caption li.active:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    bottom:-1px;
    height:1px;
    background: #fff;
    width:100%;
    left:0;
    z-index: 1;
}

.tabs__caption li:not(.active):hover {
}
.tabs__caption .active {
}

.tabs__content {
    position: relative;
    display: none;
    border: 1px solid #fff;
    border-top:none;
    min-height:400px;
    padding: 30px 0;
    box-sizing:border-box;
}
.tabs__content.active {
    display: block;
}



div.tabs  > .title {
    font-weight:700;
    position: absolute;
    top: 85px;
    font-size: 21px;
}
div.tabs > .title:after {
    content:'';
    background: url(../img/n.png) 0 center no-repeat;
    position: absolute;
    right:-35px;
    width:12px;
    height:100%;
}
div.tabs .tabs__content h2 {
    color:#cd181e;
    font-size: 23px;
    line-height: 35.2px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 35px;
}
div.tabs .tabs__content.text ul li {
    width:48%;
    display: inline-block;
    float:left;
    min-height: 67px;
    font-size: 18.41px;
    margin-right:4%;
    background:#f0f4f7;
    padding:15px 30px;
    box-sizing: border-box;
    line-height: 1.2;
    position: relative;
}

div.tabs .tabs__content ul.docs {
    width:45%;
}


div.tabs .tabs__content ul.docs li {
    font-size:16px; 
    position: relative;
    line-height: 32.09px;
    padding-left: 20px;
}

div.tabs .tabs__content ul.docs li a {
    float:right;
    color:#cd181e;
    font-size:16px;
}

div.tabs .tabs__content.sert {
    text-align: center;
}

div.tabs .tabs__content.sert img {
    width:440px;
}

div.tabs .tabs__content.sert a {
    color:#cd181e;
    font-size:14px;
}

div.tabs .tabs__content ul.docs li:before {
    background: url(../img/ar.png) 0 center no-repeat;
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    top:auto;
    left: 0;
}

div.tabs .tabs__content.text ul.mini li, 	
div.tabs .tabs__content.text ul.mini li:nth-child(4n-2), 
div.tabs .tabs__content.text ul.mini li:nth-child(4n-3) {
    font-size:16px;
    background: none;
    height:auto;
    min-height: auto;
    line-height:1;
    padding: 7px 30px;
}

div.tabs .tabs__content.text ul.mini li:before {
    top:auto;
}

div.tabs .tabs__content.text ul li:before {
    background: url(../img/ar.png) 0 0 no-repeat;
    content:'';
    position: absolute;
    width:10px;
    height:16px;
    top:18px;
    left:8px;
}

div.tabs .tabs__content.text ul li:nth-child(4n), div.tabs .tabs__content.text ul li:nth-child(4n-1) {
    background: #fff;
}
div.tabs .tabs__content.text ul li:nth-child(4n-2), div.tabs .tabs__content.text ul li:nth-child(4n-3) {
    background: #f0f4f7;
}

div.tabs .tabs__content.text ul li:nth-child(even) {
    margin-right:0;
}

div.tabs .tabs__content.text .regim {
    height:380px;
    margin: 40px 0 20px;
    box-sizing: border-box;
}

div.tabs .tabs__content.text .regim ul li, 
div.tabs .tabs__content.text .regim ul li:nth-child(4n-2), 
div.tabs .tabs__content.text .regim ul li:nth-child(4n-3) {
    width:100%;
    display:block;
    background: none;
    font-size: 16px;
    height:auto;
    min-height: auto;
    line-height:23.2px;
    padding: 0 0 0 12px;
}


div.tabs .tabs__content.text .regim ul li:before {
    width:6px;
    height:6px;
    border-radius:6px;
    background:#cd181e;
    top:9px;
    left:0;
}

div.tabs .tabs__content.text .regim .item {
    width:33.3%;
    display: inline-block;
    float:left;
    padding: 10px 20px 0;
    box-sizing: border-box;
    height:100%;
}
div.tabs .tabs__content.text .regim .item:first-child {
    padding: 10px 40px 0 0;
}

div.tabs .tabs__content.text .regim .item:nth-child(odd) {
    background: #f0f4f7;
    position: relative;
}
div.tabs .tabs__content.text .regim .item:first-child:before {
    background: #f0f4f7;
    position: absolute;
    content:'';
    height:100%;
    width:1000%;
    left:-1000%;
    top:0;
}

div.tabs .tabs__content.text .regim .item:nth-child(3):before {
    background: #f0f4f7;
    position: absolute;
    content:'';
    height:100%;
    width:1000%;
    right:-1000%;
    top:0;
}

div.tabs .tabs__content.text .regim p, div.tabs .tabs__content.text .regim b {
    line-height:23.2px;
    padding-bottom: 30px;
}

div.tabs .tabs__content.text p, div.tabs .tabs__content.text b {
    line-height:23.2px;
}
div.tabs .tabs__content.text  h3 {
    color:#cd181e;
    font-size: 23px;
    font-weight: 400;
    line-height: 35.2px;
    text-align: center;
}
div.tabs .tabs__content.text table {
    width:980px;
    margin: 0 auto;
}

div.tabs .tabs__content.text table tr td {
    height:37px;
    line-height: 37px;
    padding:0 27px;
    font-size: 16px;
    border-left:1px solid #a6a6a6;
    border-top:1px solid #a6a6a6;
}

div.tabs .tabs__content.foto {
    padding-top: 35px;
}

div.tabs .tabs__content.text table tr td:last-child {
    border-right:1px solid #a6a6a6;
}

div.tabs .tabs__content.text table tr:last-child td {
    border-bottom:1px solid #a6a6a6;
}

div.tabs .tabs__content.foto .img{
    width:675px;
    display: inline-block;
    float:left;
    position: relative;
    text-align: center;
}
div.tabs .tabs__content.foto .img .bx-controls{
    width:100%;
    position: absolute;
    top:50%;
}

div.tabs .tabs__content.foto .img .bx-controls .bx-prev{
    width:27px;
    height:76px;
    background: url(../img/prev.png) 0 0 no-repeat;
    position: absolute;
    left:0;
    font-size: 0;
    color:transparent;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.tabs .tabs__content.foto .img .bx-controls .bx-next{
    width:27px;
    height:76px;
    background: url(../img/next.png) 0 0 no-repeat;
    position: absolute;
    right:0;
    font-size: 0;
    color:transparent;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.tabs .tabs__content.foto .info {
    width:540px;
    display: inline-block;
    float:left;	
    padding:0 51px;
    box-sizing: border-box;
    position: relative;
}

div.tabs .tabs__content.foto .info .swControls, .swControls2 {
    width:100%;
    position: absolute;
    bottom:-40px;
    text-align: center;
}
.swControls2 {
    bottom:25px;
}

div.tabs .tabs__content.foto .info .swControls a, .swControls2 a{
    width:21px;
    height:21px;
    text-align:center;
    display: inline-block;
    line-height: 21px;
    color:#000;
    text-decoration: none;
    font-size:14px;
    margin:0 2.5px;
}
div.tabs .tabs__content.foto .info .swControls a.active, .swControls2 a.active{
    color:#fff;
    background:#999999;
}

div.tabs .tabs__content.foto .info .pager{
    max-height:438px;
    overflow: hidden;
}
div.tabs .tabs__content.foto .info ul li {
    width:130px;
    height:130px;
    display: inline-block;
    float:left;	
    border:1px solid #c6c6c6;
    margin-right:21px;
    margin-bottom:21px;
}
div.tabs .tabs__content.foto .info ul li:nth-child(3n) {
    margin-right:0px;
}
div.tabs .tabs__content.foto .info ul li.active {
    border:1px solid #dd6065;
}

div.tabs .tabs__content .price {
    position:absolute;
    top:18px;
    left:0;
    color:#cd181e;
    font-weight: 700;
    z-index:2;
}

div.tabs .tabs__content .price > div{
    display:inline-block;
    float:left;
}

div.tabs .tabs__content .price .old {
    font-size:21px;
    position: relative;
    padding:0 10px;
    margin-right: 10px;
}

div.tabs .tabs__content .price .cur {
    font-size:32.59px;
}

div.tabs .tabs__content .price .old:before {
    background:#000;
    content:'';
    width:100%;
    height:1px;
    left:0;
    top:50%;
    display: block;
    position: absolute;
}
div.tabs .tabs__content.portfolio {
    width:1218px;
}

div.tabs .tabs__content.portfolio ul.items {
    max-height:540px;
    overflow: hidden;
}

div.tabs .tabs__content.portfolio ul.items li.item{
    display:inline-block;
    float:left;
    width:283px;
    margin-right: 28px;
    height:270px;
    /*box-sizing: border-box;*/
    padding-bottom: 10px;
    font-size: 12px;
}

div.tabs .tabs__content.portfolio .items .item .title{
    font-weight: 700;
    line-height: 1.2;
}



div.tabs .tabs__content.portfolio .items .item img{
    width:100%;
}

div.tabs .tabs__content.portfolio .items .item:nth-child(4n){
    margin-right:0;
}

footer {
    height:185px;
    background:#153e76;
    clear:both;
    z-index:3;
    position:relative;
    border-top:1px solid #ebd5d8;
}
footer a.logo {
    width:132px;
    height:76px;
    position: absolute;
    left:0;
    bottom:35px;
    background:url(../img/logo_mini.png) 0 0 no-repeat;
}
footer .wrap {
    width:1220px;
}
footer .wrap:after {
    background:url(../img/fusor.png) 0 0 no-repeat;
    content:'';
    height:100%;
    width:693px;
    position: absolute;
    display: block;
    z-index:1;
    top:0;
    right:-50px;
}
footer .copy {
    color: #bdccd4;
    font-size: 12px;
    position: absolute;
    display: block;
    bottom:40px;
    right:0;
    z-index: 9;
}






footer nav {
    width: 100%;
    padding-top:23px;
    text-align: center;
    z-index: 2;
    position: relative;
}
footer nav ul li{
    display:inline-block;
    position: relative;
}

footer nav ul li:after{
    height:100%;
    width:1px;
    background:#bdccd4;
    border-left: 1px solid #6c82a0;
    content:'';
    position: absolute;
    display:block;
    top:0;
    right:-6px;
}
footer nav ul li:last-child:after{
    display:none;
}

footer nav ul li a, footer nav ul li span {
    text-transform:uppercase;
    font-size: 16.64px;
    color:#bdccd4;
}
footer nav ul li a {
    text-decoration: none;
    display: block;
    padding:0 24px;
}
footer nav ul li:hover a, footer nav ul li.active a { 
    color:#00afad;
    text-decoration:none;
}

footer .info {
    font-size:14px;
    color:#bdccd4;
    position: absolute;
    left:194px;
    top:97px;
    line-height: 17.6px;
}

footer .info address{
    font-style: normal;
}
footer .info .phone, footer .info .email {
    display: inline-block;
}
footer .info .phone a, footer .info .email a{
    color:#bdccd4;
    text-decoration: none;
}
footer .info a.map {
    color:#00afad;
}
.popup {
    width:500px;
    height:400px;
    background: #fff; 
    padding:40px;
    box-sizing: border-box;
    display: none;
}

.popup .title {
    font-size: 24px;
    color: #cd181e;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 40px;
}
.popup .title  span {
    font-weight: 800;
    display: block;
}
.popup form .row{
    display:block;
    margin:0 0 15px;
}
.popup form {
    padding: 0 20px;
}
.popup form label {
    width:40%;
    display: inline-block;
    float: left;
    height:30px;
    line-height: 30px;
}
.popup form input {
    width:60%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    height:30px;
    padding: 0 10px;
}

.popup form textarea {
    height:80px;
    width:60%;
    resize:none;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}
.popup form input[type=submit] {
    background: #cd181e url(../img/mail.png) 19px center no-repeat;
    display: block;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    float: right;
    text-align: center;
    padding-left: 20px;
    border: 1px solid #e28c8d;
    border-left: 0;
    position: relative;
    z-index: 5;
}


input[type='text']::-webkit-input-placeholder {	font-family: 'ProximaNova-Regular', sans-serif;color:#999999; opacity: 1; transition: opacity 0.5s ease;}
input[type='text']::-moz-placeholder {	font-family: 'ProximaNova-Regular', sans-serif;color:#999999; opacity: 1; transition: opacity 0.5s ease;} 
input[type='text']:-moz-placeholder {	font-family: 'ProximaNova-Regular', sans-serif;color:#999999; opacity: 1; transition: opacity 0.5s ease;}
input[type='text']:-ms-input-placeholder {	font-family: 'ProximaNova-Regular', sans-serif;color:#999999; opacity: 1; transition: opacity 0.5s ease;}

input[type='text']:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.5s ease;}
input[type='text']:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.5s ease;}
input[type='text']:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.5s ease;}
input[type='text']:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.5s ease;}

/*@media screen and (max-width: 1279px) {
    header {height:190px;position: relative;}
    header .wrap, section.tabs .wrap, div.tabs .tabs__content.portfolio, .about .wrap, .clients .items {width: 1024px;}
    .contacts .wrap {width:100%;}
    .clients .items, .contacts .items {width:70%;}
    .contacts .items {height:270px;}
    .clients .items .item {width:33.3%;margin:0;text-align: center;}
    header .logo {left:25px;}
    header .title {left:0;bottom:35px;top:auto;}
    header .phone {left:35%; top:45%;}
    header a.email{top:auto;bottom:60px;}
    header a.mail {margin-top:60px;}
    section.slider {height: 535px;background: url(../img/header.jpg) center -100px no-repeat;}
    section.slider h1{padding-top:467px;}
    section.tabs .wrap{padding-top:169px;}
    div.tabs  > .title{top:55px;left:50%;	-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    div.tabs .tabs__content .price {top:-118px;left:50%;	-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    section.tabs:after {top:220px;}
    section.tabs {text-align:center;}
    .tabs__content {padding:55px 80px;min-height:740px;}
    .tabs__caption {float:none;display: inline-block;}
    div.tabs .tabs__content.foto .img, div.tabs .tabs__content.foto .info {float:none;}
    div.tabs .tabs__content.foto .info {margin: 40px; 0}
    div.tabs .tabs__content.text {text-align:left;}
    div.tabs .tabs__content.text ul li {width:100%;min-height:37px;}
    div.tabs .tabs__content.text ul li:nth-child(4n-2), div.tabs .tabs__content.text ul li:nth-child(4n-3) {background:none;}
    div.tabs .tabs__content.text ul li:nth-child(odd), div.tabs .tabs__content.text ul.mini li:nth-child(odd), div.tabs .tabs__content.text .regim ul li:nth-child(odd) {background:#f0f4f7;}
    div.tabs .tabs__content.text .regim .item {width:100%;margin:0;height:auto;padding:25px 0;}
    div.tabs .tabs__content.text .regim .item:first-child:after {background: #f0f4f7;position: absolute;content: '';height: 100%;width: 1000%;right: -1000%;top: 0;}
    div.tabs .tabs__content.text .regim .item:nth-child(3):after {background: #f0f4f7;position: absolute;content: '';height: 100%;width: 1000%;left: -1000%;top: 0;}
    div.tabs .tabs__content.text .regim .item:first-child {padding: 10px 40px 25px 0;}
    .tabs__content.text .regim ul li br {display:none;}
    div.tabs .tabs__content.text .regim ul li:nth-child(odd) {z-index:1;position: relative;}
    div.tabs .tabs__content.text .regim ul li:nth-child(odd):after, .tabs__content.text ul.mini li:nth-child(odd):after {background: #f0f4f7;position: absolute;content: '';height: 100%;width: 1000%;left: -500%;top: 0;z-index:-1;}
    div.tabs .tabs__content.text table {width:100%;}
    div.tabs .tabs__content ul.docs {width: 100%;text-align: left;}
    div.tabs .tabs__content.portfolio ul.items li.item {width:22.3%;}
    .swControls2 {position: relative;}
    div.tabs .tabs__content.portfolio ul.items {max-height:470px;}
    div.tabs .tabs__content.portfolio ul.items li.item {height:220px;}
    .tabs__content.portfolio {min-height:640px;}
    .about ul li {font-size: 16px;line-height: 18.4px;}
    .clients {height:auto;}
    .contacts .items .item:nth-child(1), .contacts .items .item:nth-child(2), .contacts .items .item:nth-child(3), .contacts .items .item:nth-child(4) {width:100%;}
    .contacts a.docs {left:50%;-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    .question{position: relative;height:auto;}
    .question form {width:580px;text-align: right;margin-top:35px;}
    .contacts {height:auto;}
    .question form input {width: 154px;}
    .question form input[type=submit] {display: block;margin: 35px auto 20px;}
    .question form input.mess {margin-right:0;margin-top: 20px;}
    .question form label{display: inline-block;}
    .question form input[name=email] {margin-right:0;}
    .contacts .items .item:nth-child(2){ margin-top: 45px;}
    .contacts .items .item:nth-child(3){ margin-top: -85px;}
}


@media screen and (max-width: 1080px) {
    header {height:225px;}
    header .logo {left:0px;}
    header .wrap {width: 768px;}
    header .title {right:0;left:auto;bottom:auto;top:36px;}
    header .phone {left:0; bottom:50px;top:auto;}
    header a.email{top:auto;bottom:20px;}
    header a.mail {margin-top:140px;}
}



@media screen and (max-width: 980px) {
    section.tabs .wrap .about .wrap {width: 768px;}
    header .wrap {width: 680px;}
    section.tabs .wrap, div.tabs .tabs__content.portfolio, .about .wrap {width: 768px;}
    .tabs__caption li {font-size:13px;}
    div.tabs .tabs__content.text ul li{font-size:16px;}
    div.tabs .tabs__content.portfolio {padding:55px 0;}
    div.tabs .tabs__content.portfolio ul.items li.item {width:22%;}
    .about ul li {height:auto;}
    .about ul li .round {width:107px;height:107px;}
    .about ul li:nth-child(1) .round, .about ul li:nth-child(2) .round, .about ul li:nth-child(3) .round, .about ul li:nth-child(4) .round, .about ul li:nth-child(5) .round {background-size:80%;}
    .about ul li:nth-child(4) .round {background-size:auto 80%;}
    .clients .items .item img{max-width:100%;}
    div.tabs .tabs__content.foto{padding:35px 0 55px;}
    div.tabs .tabs__content.text table tr td{font-size:15px;}
}

@media screen and (max-width: 768px) {
    header .wrap {width: 580px;}
    div.tabs .tabs__content.portfolio {padding:55px 15px;}
    div.tabs .tabs__content.text table tr td, div.tabs .tabs__content ul.docs li, div.tabs .tabs__content ul.docs li a{font-size:14px;}
    .about {background: url(../img/about2.jpg) center center no-repeat; height: 817px;padding-top:0;}
    .about .wrap {height:100%;}
    .about ul li .round {width:147px;height:147px;margin: 0 20px;}
    .about ul li:nth-child(1) .round, .about ul li:nth-child(2) .round, .about ul li:nth-child(3) .round, .about ul li:nth-child(4) .round, .about ul li:nth-child(5) .round {background-size:auto;}
    .about ul {text-align: center;}
    .about ul li {float:none;    vertical-align: top;width:auto;}
}

@media screen and (max-width: 764px) {
    section.tabs .wrap, div.tabs .tabs__content.portfolio, .about .wrap {width: 100%;}
    .tabs__caption li.active, .tabs__caption li {border:none;font-size: 16px;float:none;}
    .tabs__caption {max-width: 70%;text-align: center;border:none;}
    .tabs__caption li.active:after, section.tabs:after{display:none;}
    div.tabs .tabs__content .price{top:-158px;}
    div.tabs .tabs__content.portfolio {width:100%;    box-sizing: border-box;padding:55px 35px;}
    div.tabs .tabs__content.portfolio ul.items li.item {width:48%;margin-right:2%;height:auto;}
    div.tabs .tabs__content.portfolio ul.items { max-height: 1200px;}
    div.tabs .tabs__content.foto {padding: 0 20px 55px;box-sizing: border-box;}
    div.tabs .tabs__content.foto .img {width:100%;display: block;}
    .clients .items, .contacts .items{width:81%;}
}
@media screen and (max-width: 700px) {
    div.tabs .tabs__content .price {top: -200px;}
    div.tabs .tabs__content.portfolio ul.items {max-height: 1050px;}
    .about {background: url(../img/about2.jpg) center 0 no-repeat;height: auto;background-size:cover;}
    .about .desc {font-size:20px;}
    .clients .bottom {padding:0 30px;box-sizing: border-box;}
    .about ul li:last-child {margin-bottom:35px;}
    .tabs__content {padding: 55px 40px;}
}
@media screen and (max-width: 645px) {
    div.tabs .tabs__content.portfolio ul.items {max-height: 980px;}
}

@media screen and (max-width: 640px) {
    .question form {width:80%;}
    .question form label {width:50%;text-align: left;float:left;margin-right:0;margin-top: 20px;}
    .question form input, .question form input.mess {width:50%;margin-right:0;margin-top: 20px;}
    .clients .items .item {width:50%;}
    .clients .items {margin-bottom:85px;}
}

@media screen and (max-width: 639px) {
    header .wrap {width:100%;}
    header {height:391px;}
    header .logo {left:50%;-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    header .title {top:120px;left:50%;-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    header .phone {top:auto;bottom:140px;left:50%;-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    header a.mail {bottom:30px;margin: 0;float:none; position:absolute;left:50%;-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%);}
    header a.email {bottom: 80px;float:none;left:50%;-ms-transform: translate(-50%);-webkit-transform: translate(-50%);-o-transform: translate(-50%);-moz-transform: translate(-50%);transform: translate(-50%); }
    div.tabs .tabs__content.portfolio ul.items {max-height: 1000px;}
    .fotoslider li img {max-width:100%;}
    div.tabs  > .title {width:70%;}
    div.tabs .tabs__content .price {width:70%;text-align:center;}
    div.tabs .tabs__content .price > div {float:none;}
    div.tabs .tabs__content.foto .info {margin:40px 0;padding:0;width:100%;text-align:center;}
    div.tabs .tabs__content.foto .info ul li {float:none;}
    .contacts .items .item {height:auto;}
    .contacts .items .item:nth-child(2){ margin-top: 60px;}
    .contacts .items .item:nth-child(3){ margin-top: -105px;}
    .contacts .items {height: 360px;}
    div.tabs .tabs__content.portfolio ul.items {max-height: 940px;}
}

@media screen and (max-width: 600px) {
    div.tabs .tabs__content.portfolio ul.items {max-height: 950px;}
    .clients .bottom {font-size: 16px;line-height: 20px;padding: 0 40px;box-sizing: border-box;}
    div.tabs .tabs__content.portfolio ul.items {max-height: 920px;}
    section.slider h1 {font-size:25px;}
    div.tabs  > .title {font-size: 19px;}
}

@media screen and (max-width: 497px) {
    div.tabs .tabs__content.foto .info ul li {width:48%;margin-right:2%;}
    div.tabs .tabs__content.foto .info ul li:nth-child(3n){margin-right:2%;}
    div.tabs .tabs__content.foto .info ul li:nth-child(even){margin-right:0;}
    div.tabs .tabs__content.foto .info .pager {max-height: 610px;}
    .clients .items .item {width:100%;}
    .question h1 span {display:block;margin-top:10px;}
    .tabs__content {padding: 55px 40px;}
    div.tabs .tabs__content.text table tr td {font-size:13px;line-height:20px;padding:0 10px;}
    div.tabs .tabs__content.sert img {max-width:100%;}
    div.tabs .tabs__content.portfolio ul.items li.item {width:100%;}
    div.tabs .tabs__content.portfolio ul.items {max-height: 2350px;}
    .popup {width:100%;}
    .popup form {padding:0;}
    .popup form .row{margin:0;}
    .popup .popup form label, .popup form input, .popup form textarea {width:100%;display: block;}
    .popup .title {font-size:19px;padding: 0 0 20px;}
    .popup form input[type=submit] {margin-top:10px;}
}
@media screen and (max-width: 471px) {
    div.tabs .tabs__content .price {top: -255px;}
    .clients .bottom {font-size:14px;}
}

@media screen and (max-width: 380px) {
    section.slider h1 {font-size:18px;}
    div.tabs  > .title {font-size:16px;}
    .clients .bottom {font-size:13px;}
    .about .title {font-size:13px;}
    .about .desc {font-size:16px;}
    .about ul li{font-size:14px;}
    header .phone {width:305px;}
    header .phone a span {font-size:32px;}
    header .phone a {font-size:24px;}
    header .title {width:100%;}
    .tabs__caption li.active, .tabs__caption li {font-size:14px;}
    div.tabs .tabs__content .price {top: -265px;}
    div.tabs .tabs__content ul.docs li, div.tabs .tabs__content ul.docs li a {font-size:10px;}
    .contacts .items .item {font-size:14px;}
}

@media screen and (max-width: 320px) {
    .clients .bottom {font-size:11px;}
    div.tabs .tabs__content.text ul li {
        font-size:12px;
    }
    div.tabs .tabs__content h2 {font-size:16px;}
}*/

.personal_logount_container{
    top: 34px; position: absolute; right: 10px;
}

/*new-style*/
.tovar-index {
    float: none;
    width: 1220px;
    display: block !important;
    position: relative;
    margin: 0 auto;
    padding-bottom: 12px;
}
.tovar-index .items::before {
    content: '';
    display: table;
}
.tovar-index .items::after {
    content: '';
    display: table;
    clear: both;
}
.tovar-index .items .item {
    margin-right: 32.5px !important;
}
.tovar-index .items .item:last-child {
    margin-right: 0 !important;
}
.tovar-index .all {
    font-size: 19px;
    color: #00afad;
    text-decoration: none;
    text-align: center;
    width: 277px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-weight: 400;
    margin-top: 35px;
    position: relative;
    border-right: 0;
    background: url(/bitrix/templates/mgngrpoup/css/../img/lblue.svg) 0 0 no-repeat;
}
.mg_ui_text-index {
    padding-left: 0;
    padding-right: 0;
}
.items .item .img {
    height: 290px;
    overflow: hidden;
}
.item .img img {
    display: block;
    min-height: 100%;
    min-width: 100%;
}
.item .left .img {
    overflow: hidden;
    height: 482px;
    position: relative;
}
.item .left .img .big-slider-img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
article .items .item .name {
    height: 30px;
    overflow: hidden;
}

@media (min-width: 450px) and (max-width: 1100px){
	article .items .item {
margin: 0 5px 15px 5px !important;
    width: 22% !important;
	}
		article.tovar .item .art {
    height: 12px !important;
    overflow: hidden;
	    margin-bottom: 5px !important;
}
	
article .items .item .img img {
    max-width: 100%;
}

article .items .item .img {
    height: 220px;
}
.items .item a.more {
	    height: 25px !important;
    line-height: 25px !important;
    font-size: 12px !important;
    font-weight: normal !important;
}
	#prevspop .img {
    width: 300px;
    height: 350px;
    margin: 0 auto;
}
}
@media screen and (max-width: 879px){
section.main_news .item {
    width: 45% !important;
    height: auto !important;
}
section.main_news h2 {
    margin-bottom: 10px;
    font-size: 24px;
    padding-left: 70px;
}
}
@media screen and (max-width: 449px) {
	tr.total {
    display: grid;
}
	#prevspop .img {
    width: 200px;
      height: 250px;
    margin: 0 auto;
}
    .tovar-index .items {
 
    margin-top: 20px !important;
 
    }
    .tovar-index .items .item {
        margin: 0 !important;
        margin-bottom: 30px !important;
        width: 100%;
    }
    article .items .item {
  width: 46% !important;
      margin-bottom: 0px !important;
    }
	article.tovar .item .art {
    height: 12px !important;
    overflow: hidden;
	    margin-bottom: 5px !important;
}
.items .item .img {
    width: 100% !IMPORTANT;
    height: 220px !important;
}

.items .item .img img {
    width: 100% !IMPORTANT;
}

article .items {
    margin-top: 0px;
}
.items .item a.more {
	    height: 25px !important;
    line-height: 25px !important;
    font-size: 12px !important;
    font-weight: normal !important;
}


}

.personal_page_title>div {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	border:1px solid #2d2d2d;
}

    section.main_news .item .date{
        height: 25px;
        overflow: hidden; 
		font-size:16px;
		text-align:left;
    }


#newbee h2 {
    font-size: 24px;
}

#newbee  {
    background-color: #f0f4f7;
	padding-top: 30px;
}

#newbee .mg_ui_text {
	padding-top:0px;
}

#newbee .items .item {
    width: 22.950819672131146%;
    margin-right: 1% !important;
    margin-top: 0px;
}



	section.main_news .item img {
		margin-bottom:0px;
	}

	section.main_news h2 {
		margin-bottom:10px;
		font-size:24px;
	}




section.main_news {
    padding: 40px 0 64px;
}

#feedback_form {
    width: 400px;
    background: #fff;
    display: none;
    padding: 10px;
}

#feedback_form input[type=submit] {
    display: block;
    margin-top: 15px;
    background: url(/bitrix/templates/mgngrpoup/css/../img/lblue2.svg) 0 0 no-repeat;
    width: 100%;
    height: 35px;
    background-size: 100% 100% !important;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    color: #00afad;
    border: none;
    cursor: pointer;
}

#feedback_form .contacts_form-title {
    font-size: 18px;
    font-weight: bold;
}

#feedback_form input[type=text] {
    width: 100%; 
}

#feedback_form textarea {
    width: 100%; 
}

#feedback_form .c_ff_block-title {
    padding-top: 5px;
}

.mobmenu {
    height: 55px;
	background: #f0f4f7;
}
.moblog a {
    position: initial !important;
    display: block;
    float: left;
    width: 40px !important;
    height: 55px !important;
}
.moblog a.cart {
    padding-left: 20px;
    font-size: 12px;
    line-height: 35px;
}
#newbee > .wrap {

    padding-left: 70px;
}
.auth_login_panel.moblog {
    position: absolute !important;
    right: 0 !important;
    top: 0px !IMPORTANT;
    width: auto !important;
}

.mobtop {
    float: left;
    height: 55px;
}
.mobsearch #search {
    top: 16px !IMPORTANT;
    width: 160px;
 
}
li.mobs {
    padding-top: 0px !important;
}

li .mobsearch {
    height: auto;
    margin-bottom: 20px;
}
.mobsearch {
    float: left;
	height: 55px;
}

.mobsearch form input[type=text] {
    width: 160px !important;
	    padding-right: 0px !important;
	
}
ul.topmenu li {
    max-width: 60%;
}
.loop {}

.mobsearch input.loop {
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 5px;
    top: 2px;
}
.moblog a.login.logout {
    margin-left: -5px;
}
.mobsearch a.logo {
    top: 5px !important;
    width: 80px !IMPORTANT;
    height: 55px !important;
    position: relative;
    margin-left: 20px;
}
@media screen and (max-width: 370px)
{
	input.loop {
    display: none !important;
}
}
@media screen and (max-width: 760px){
	header .wrap {
    display: none;
}

header {
   height: 55px !important
}

.mobmenu {
    display: block !important;
}
nav#cont_catalog_menu_XEVOpk {
    display: none;
}
}
td .name a {
    color: #004781;
}
td span#riad {
    line-height: 22px;
}
	.cart table td.name .art {
    font-size: 14px;
}
span#riad {
    color: #153e76;
}
#allSum_FORMATED {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: normal;
}
article.tovar .item .size .items, article.tovar .item .linia .items {
    display: block !important;
}
article.tovar .item .size .title, article.tovar .item .linia .title {
    background: none !IMPORTANT;
}
.slick-slide img {
    display: inline-block !important;
}
a.filtres {
    text-align: center;
    display: none;
    padding: 10px;
    margin-top: 20px;
    border: 1px dashed #80d4d6;
}
.bx-filter.bx-blue {
    margin-top: 20px;
}
article .filter .sort {
    margin-top: -3px;
}
.bx-filter-popup-result {
    display: none !important;
}
@media screen and (max-width: 879px){
	.bx-filter.bx-blue {
    margin-top: 0px !important;
}
	section.content aside nav > ul > li {
    margin: 5px 0 !important;
}
	a.filtres {
  
    display: block !important;}
	#block_id {
    display: none;
}
	header a.phone span {
    font-size: 30px !important;
}
footer .copy {
    left: 10px !important;
}
	.cart table td.name .art {
    font-size: 12px;
}
	.cart table td.name .img {

    width: 100% !important;

}
.cart table tr {
    border-top: 2px solid #80d4d6 !important;
    display: block;
    margin-top: 20px;
}
tr.total {
    display: grid !important;
}

#basket_items td {
    display: block;
    text-align: right !important;
    font-size: 13px;
    border: 0;
    border-bottom: 1px dotted #80d4d6;
    padding-left: 0px !important;
    width: 100%;
	padding: 10px 0px !important;
}

td .info {
    text-align: left;
    margin-top: 5px;
}
}