body{font-family: 'roboto', sans-serif;}

img{border: none; outline: none;}
.fs-075{font-size: 0.75rem;}
.fs-0875{font-size: 0.875rem;}
.fs-1125{font-size: 1.125rem;}
.fs-125{font-size: 1.25rem;}
.fs-15{font-size: 1.5rem;}
.fs-1{font-size: 1rem;}
.fs-2{font-size: 2rem;}
.fs-09375{font-size: 0.9375rem;}
.fw-300{font-weight: 300;}
.fw-400{font-weight: 400;}
.fw-700{font-weight: 700;}
.center{text-align: center;}
.right{text-align: right;}


.container-full-header{background: #737b8c;}

.container{max-width: 72.5rem;}

.header{}
.header h1{margin: 0; padding: 0; padding-top: 1rem; font-size: 1rem; font-weight: normal; color: #2c3b56;}
.header h1 a{display: block; text-decoration: none; color: #2c3b56;}
.header h1 a span{display: block; font-size: 1.125rem; margin-top: 0.25rem;}

.header p.title{font-size: 1.5rem; color: #fff; margin: 0; padding: 0; padding-top: 1rem;}

.header .nav ul{list-style: none; padding: 0; margin: 0; margin-top: 2rem;}
.header .nav ul li{display: inline-block; margin: 0;}
.header .nav ul li a{display: block; text-decoration: none; color: #fff; text-transform: uppercase; font-size: 1.25rem; padding: 0 0.5rem; height: 3rem; line-height: 3rem;}
.header .nav ul li a.active, .header .nav ul li a:hover{color: #fff; background: #16439e;}

.container-full-snav{background: #16439e;}
.snav ul{list-style: none; padding: 0; margin: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-justify-content: space-between;  justify-content: space-between;
         -webkit-flex-flow: row wrap;  flex-flow: row wrap; -webkit-align-items: stretch; align-items: stretch;
}
.snav ul li{display: inline-block; max-width: 8.125rem; padding: 1rem 0;}
.snav ul li a{display: block; width: 8.125rem; height: 8.125rem; box-sizing: border-box; border: 1px solid #16439e; text-decoration: none; color: #fff; position: relative; font-weight: 300;}
.snav ul li a .name{display: block; margin: 1.125rem 0 1rem 1rem; line-height: 1.25rem;}
.snav ul li a .name span{font-weight: 700; text-transform: uppercase; display: block; font-size: 1.125rem;}
.snav ul li a .bar{display: block; width: 7rem; height: 0.25rem; background: #fff; position: absolute; bottom: 2rem; left: 1rem;}

.snav ul li:nth-child(1) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa5d9',GradientType=1 );}
.snav ul li:nth-child(2) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#80a73c 66%,#80a73c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#80a73c 66%,#80a73c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80a73c',GradientType=1 );}
.snav ul li:nth-child(3) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#7c34d4 66%,#7c34d4 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#7c34d4 66%,#7c34d4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c34d4',GradientType=1 );}
.snav ul li:nth-child(4) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2b12c',GradientType=1 );}
.snav ul li:nth-child(5) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a888c',GradientType=1 );}
.snav ul li:nth-child(6) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e3458b 66%,#e3458b 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e3458b 66%,#e3458b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3458b',GradientType=1 );}
.snav ul li:nth-child(7) a .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#bae373 66%,#bae373 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#bae373 66%,#bae373 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bae373',GradientType=1 );}
.snav ul li:nth-child(8) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#35a369 66%,#35a369 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#35a369 66%,#35a369 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#35a369',GradientType=1 );}

.snav ul li a.active, .snav ul li a:hover{border-color: #92a7d2;}



.container-full-slider ul{list-style: none; padding: 0; margin: 0;}
.bxslider li{background-size: cover;}

.mboxs{margin-top: 2rem;}
.mboxs ul{list-style: none; padding: 0; margin: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-justify-content: center;  justify-content: center;
         -webkit-flex-flow: row wrap;  flex-flow: row wrap; -webkit-align-items: center; align-items: center;
}
.mboxs ul li{display: inline-block; flex-grow: 1; margin: 0.5rem; max-width: 34.875rem;}
.mboxs ul li a{display: block; background: #16439e; text-decoration: none; color: #fff; font-size: 1.5rem; height: 17.0625rem; overflow: hidden; transition: all ease 0.5s; font-weight: 300;}
.mboxs ul li a strong{text-transform: uppercase;}
.mboxs ul li a .left, .mboxs ul li a .right{display: block; float: left; height: 17.0625rem; box-sizing: border-box; transition: all ease 0.5s;}
.mboxs ul li a .left{width: 16.375rem; border: 1px solid #16439e; border-right: none;}
.mboxs ul li a .name{display: inline-block; margin: 4rem 0.5rem 0.5rem 3rem; line-height: 1;}
.mboxs ul li a .bar{display: block; margin: 0.5rem 0 0 3rem; height: 0.5rem; background: #fff;}
.mboxs ul li a .more{display: inline-block; margin-left: 3rem; font-size: 1rem; color: #16439e;}
.mboxs ul li a .right{width: 18.5rem;}

.mboxs ul li:nth-child(4n+2) a, .mboxs ul li:nth-child(4n+3) a {background: #737b8c; border-color: #737b8c;}
.mboxs ul li:nth-child(4n+2) a .left, .mboxs ul li:nth-child(4n+3) a .left {border-color: #737b8c;}
.mboxs ul li:nth-child(4n+2) a .more, .mboxs ul li:nth-child(4n+3) a .more {color: #737b8c;}


.mboxs ul li:nth-child(1) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa5d9',GradientType=1 );}
.mboxs ul li:nth-child(2) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#80a73c 66%,#80a73c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#80a73c 66%,#80a73c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80a73c',GradientType=1 );}
.mboxs ul li:nth-child(3) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#7c34d4 66%,#7c34d4 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#7c34d4 66%,#7c34d4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c34d4',GradientType=1 );}
.mboxs ul li:nth-child(4) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2b12c',GradientType=1 );}
.mboxs ul li:nth-child(5) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a888c',GradientType=1 );}
.mboxs ul li:nth-child(6) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e3458b 66%,#e3458b 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e3458b 66%,#e3458b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3458b',GradientType=1 );}
.mboxs ul li:nth-child(7) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#bae373 66%,#bae373 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#bae373 66%,#bae373 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bae373',GradientType=1 );}
.mboxs ul li:nth-child(8) a .bar{ background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#35a369 66%,#35a369 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#35a369 66%,#35a369 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#35a369',GradientType=1 );}


.mboxs ul li a:hover{background: #fff; color: #0c0e2b;}
.mboxs ul li a:hover .left{border-color: #e1e2ea;}
.mboxs ul li a:hover .more{color: #55576b;}
.mboxs ul li:nth-child(1) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#1aa5d9 66%,#1aa5d9 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#1aa5d9 66%,#1aa5d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa5d9',GradientType=1 );}
.mboxs ul li:nth-child(2) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#80a73c 66%,#80a73c 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#80a73c 66%,#80a73c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80a73c',GradientType=1 );}
.mboxs ul li:nth-child(3) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#7c34d4 66%,#7c34d4 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#7c34d4 66%,#7c34d4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c34d4',GradientType=1 );}
.mboxs ul li:nth-child(4) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#e2b12c 66%,#e2b12c 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#e2b12c 66%,#e2b12c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2b12c',GradientType=1 );}
.mboxs ul li:nth-child(5) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#1a888c 66%,#1a888c 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#1a888c 66%,#1a888c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a888c',GradientType=1 );}
.mboxs ul li:nth-child(6) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#e3458b 66%,#e3458b 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#e3458b 66%,#e3458b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3458b',GradientType=1 );}
.mboxs ul li:nth-child(7) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#bae373 66%,#bae373 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#bae373 66%,#bae373 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bae373',GradientType=1 );}
.mboxs ul li:nth-child(8) a:hover .bar{ background: -webkit-linear-gradient(left, #16439e 0%,#16439e 66%,#35a369 66%,#35a369 100%); background: linear-gradient(to right, #16439e 0%,#16439e 66%,#35a369 66%,#35a369 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#35a369',GradientType=1 );}



.container-full-footer{background: #505662; margin-top: 2rem;}
.footer{color: #fff; padding: 1rem 0; font-size: 1.125rem; font-weight: 300;}
.footer a{text-decoration: none; color: #fff;}
.footer .cform{text-decoration: none; color: #b1c8f7; font-weight: 700;}
.footer .fcol-last{text-align: right;}
.footer .fcol-last .bar{height: 6px; margin-left: 5rem; background: #fff;
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#16439e 66%,#16439e 100%); 
  background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#16439e 66%,#16439e 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#16439e',GradientType=1 );
}

.article{margin-top: 1.25rem;}

.article ul li, .article ol li{margin-bottom: 0.5rem;}

.article-header{background: #16439e;}
.article-header .left{float: left; width: 16.375rem;}
.article-header .left h1{margin: 4rem 0.5rem 0.5rem 3rem; line-height: 1; font-size: 1.5rem; color: #fff; font-weight: normal; font-weight: 300;}
.article-header .left h1 span{text-transform: uppercase; font-weight: 700;}
.article-header .left .bar{margin: 0.5rem 0 0 3rem; height: 0.5rem; background: #fff;}
.article-header .right{overflow: hidden;}

.article-content{margin: 2rem 0 0 0; font-size: 1.125rem; font-weight: 300;}
.article-o-nas .article-content strong{color: #16439e;}

.article-o-nas .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa5d9',GradientType=1 );}
.article-o-nas .frame{padding: 1rem; border: 1px solid #b4b9c2; color: #16439e; margin: 2rem 0 4rem 0; font-size: 1.25rem;}
.article-o-nas .frame p{margin: 0; padding: 0;}

.article-polityka-prywatnosci .article-content strong{color: #16439e;}
.article-polityka-prywatnosci .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa5d9',GradientType=1 );}

.article-polityka-prywatnosci a{text-decoration: none; color: #d49d09;}
.article-polityka-prywatnosci a:hover{text-decoration: underline;}


.article-siatka-tkana-techniczna .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1aa5d9 66%,#1aa5d9 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1aa5d9',GradientType=1 );}
.article-siatka-tkana-z-zylki-poliamidowej .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#80a73c 66%,#80a73c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#80a73c 66%,#80a73c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80a73c',GradientType=1 );}
.article-siatka-filtracyjna .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#7c34d4 66%,#7c34d4 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#7c34d4 66%,#7c34d4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7c34d4',GradientType=1 );}
.article-siatka-izola .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2b12c',GradientType=1 );}
.article-siatka-hodowlana .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a888c',GradientType=1 );}
.article-siatka-krepowana .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e3458b 66%,#e3458b 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e3458b 66%,#e3458b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3458b',GradientType=1 );}
.article-krazki-z-siatek-technicznych .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#bae373 66%,#bae373 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#bae373 66%,#bae373 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bae373',GradientType=1 );}
.article-druty .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#35a369 66%,#35a369 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#35a369 66%,#35a369 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#35a369',GradientType=1 );}

.article-dostawa .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#1a888c 66%,#1a888c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a888c',GradientType=1 );}

.article-kontakt .article-header .bar{background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); background: linear-gradient(to right, #ffffff 0%,#ffffff 66%,#e2b12c 66%,#e2b12c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2b12c',GradientType=1 );}
.article-kontakt .hr{height: 1px; background: #d1d4d9;}
.article-kontakt a{text-decoration: none; color: #d49d09;}
.article-kontakt a:hover{text-decoration: underline;}


.article .ofblock{background: #737b8c; color: #fff; display: inline-block; padding: 1rem 1.5rem; text-align: center; margin-bottom: 0.25rem;}

.article .agal{margin-top: 2rem;}
.article .agal a{display: inline-block; margin-bottom: 0.25rem;}

.qform input, .qform textarea {border-color: #b4b9c2; font-size: 1rem;}
.qform textarea{min-height: 11rem;}
.qform button{display: block; width: 100%; text-align: center; border-color: #737b8c; background: #737b8c; color: #fff; font-weight: 400; padding: 0.5rem 0;}
.qform button:hover{background: #16439e; border-color: #16439e;}


.gmap{margin-top: 2rem; padding-bottom: 48%;}

.phr{height: 1px; background: #d1d4d9; margin: 2rem 0;}

.alert{background: #737b8c; color: #fff; border-color: #16439e;}


@media screen and (min-width: 72.5rem){
  .bxslider li:nth-child(1){background-image: url('../img/slider/z8.png');}
  .bxslider li:nth-child(2){background-image: url('../img/slider/z1.jpg');}
  .bxslider li:nth-child(3){background-image: url('../img/slider/z2.jpg');}
  .bxslider li:nth-child(4){background-image: url('../img/slider/z3.jpg');}
  .bxslider li:nth-child(5){background-image: url('../img/slider/z5.jpg');}
  .bxslider li:nth-child(6){background-image: url('../img/slider/z4.jpg');}
  .bxslider li:nth-child(7){background-image: url('../img/slider/z7.jpg');}
  .bxslider li:nth-child(8){background-image: url('../img/slider/z6.jpg');}
  .bxslider li:nth-child(9){background-image: url('../img/slider/z8.png');}
  .bxslider li:nth-child(10){background-image: url('../img/slider/z1.jpg');}
}
@media screen and (max-width: 72.5rem){
  .bx-wrapper .bx-viewport{min-height: 28.5rem;}
  .bxslider li{min-height: 28.5rem;}
  .bxslider li:nth-child(1){background-image: url('../img/slider/1160/z8.png');}
  .bxslider li:nth-child(2){background-image: url('../img/slider/1160/z1.jpg');}
  .bxslider li:nth-child(3){background-image: url('../img/slider/1160/z2.jpg');}
  .bxslider li:nth-child(4){background-image: url('../img/slider/1160/z3.jpg');}
  .bxslider li:nth-child(5){background-image: url('../img/slider/1160/z5.jpg');}
  .bxslider li:nth-child(6){background-image: url('../img/slider/1160/z4.jpg');}
  .bxslider li:nth-child(7){background-image: url('../img/slider/1160/z7.jpg');}
  .bxslider li:nth-child(8){background-image: url('../img/slider/1160/z6.jpg');}
  .bxslider li:nth-child(9){background-image: url('../img/slider/1160/z8.png');}
  .bxslider li:nth-child(10){background-image: url('../img/slider/1160/z1.jpg');}
}
@media screen and (max-width: 60rem){
  .bx-wrapper .bx-viewport{min-height: 23.5625rem;}
  .bxslider li{min-height: 23.5625rem;}
}

@media screen and (max-width: 48rem){
  .header h1{text-align: center;}
  .header .right{text-align: center;}
  .snav ul{-webkit-justify-content: center;  justify-content: center;} 
  .bx-wrapper .bx-viewport{min-height: 18.875rem;}
  .bxslider li{min-height: 18.875rem;}
}

@media screen and (max-width: 47.5rem){
  .article-header .left h1{margin-top: 2rem;}
}

@media screen and (max-width: 40rem){
  .article-header .left {float: none; width: 100%; padding-bottom: 2rem;}
  .bx-wrapper .bx-viewport{min-height: 15.75rem;}
  .bxslider li{min-height: 15.75rem;}
}

@media screen and (max-width: 36.875rem){
  .mboxs ul li a{height: auto; overflow: visible;}
  .mboxs ul li a .left, .mboxs ul li a .right{float: none; width: 100%; height: auto;}
  .mboxs ul li a .right{text-align: center; padding-top: 1rem;}
  .mboxs ul li a .name{margin-top: 1rem;}
  .mboxs ul li a .more{display: none;}
}
