/*   top line   */

.top-line {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 70px;
 background: #fff;
 padding-left: 55px;
 -webkit-border-radius: 0 0 40px 40px;
 -moz-border-radius: 0 0 40px 40px;
 border-radius: 0 0 40px 40px;
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.top-line .hit {
 width: 425px;
 height: 70px;
 float: left;
 padding: 12px 0 0 170px;
 background: url("logo.png")/*tpa=http://poplavok.findfish.net/img/logo.png*/ 0 50% no-repeat;
 font-size: 14px;
 font-weight: 800;
 text-transform: uppercase;
}

.top-line .hit b {
 display: block;
 color: #1a5dc1;
 font-size: 20px;
}

.top-line ul.stats {
 margin-left: 425px;
}

.top-line ul.stats:after {
 display: block;
 clear: both;
 content: '';
}

.top-line ul.stats li {
 float: left;
 height: 70px;
 font-weight: 800;
 font-size: 14px;
 line-height: 18px;
 text-transform: uppercase;
 padding-top: 17px;
}

.top-line ul.stats span {
 display: block;
}

.top-line ul.stats li:nth-child(1) {
 width: 245px;
 background: url("top-icon1.png")/*tpa=http://poplavok.findfish.net/img/top-icon1.png*/ 0 50% no-repeat;
 padding-left: 50px;
}

.top-line ul.stats li:nth-child(2) {
 background: url("top-icon2.png")/*tpa=http://poplavok.findfish.net/img/top-icon2.png*/ 0 50% no-repeat;
 padding-left: 40px;
}

/*   offer   */

.offer {
 background: url("offer-desktop.jpg")/*tpa=http://poplavok.findfish.net/img/offer-desktop.jpg*/ 50% 0 no-repeat;
 height: 970px;
 padding: 0;
}

.offer .main-title {
 font-size: 42px;
 font-weight: 800;
 line-height: 48px;
 color: #ffc600;
 text-align: center;
 text-transform: uppercase;
    padding: 6px 0 10px;
	    clear: both;
}

.offer .sub-title {
 font-size: 32px;
 color: #fff;
 line-height: 32px;
 text-align: center;
 text-transform: uppercase;
}

.offer .sale {
 position: absolute;
 top: 394px;
 left: 455px;
 width: 186px;
 height: 184px;
 background: url("sale-bg.png")/*tpa=http://poplavok.findfish.net/img/sale-bg.png*/ 0 0 no-repeat;
 font-weight: 800;
 font-size: 16px;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 text-shadow: 0 2px 0 #e37d00;
 padding-top: 50px;
 letter-spacing: 1.2px;
}

.offer .sale b {
 display: block;
 font-size: 35px;
 line-height: 35px;
}

.offer .box {
 width: 300px;
 position: absolute;
 right: 0;
 bottom: 25px;
}

.offer .box img.award {
 display: block;
 margin: 0 auto 30px;
}

.offer .order-box {
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.offer .order-box .button-m {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.offer .stock {
 font-size: 16px;
 font-weight: 800;
 color: #fff;
 text-align: center;
 padding-top: 20px;
}

.offer .stock b {
 display: inline-block;
 width: 30px;
 height: 30px;
 line-height: 30px;
 color: #2e2e2e;
 background: #ffc600;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 margin: 0 5px;
}

.offer .bullet {
 position: absolute;
 top: 577px;
 left: 480px;
 width: 165px;
}

.offer .bullet li {
 color: #fff;
 height: 80px;
 margin-bottom: 20px;
 line-height: 22px;
 padding-top: 7px;
}

.offer.bottom {
 height: 900px;
 background-position: 50% 100%;
}

.offer.bottom .main-title {
 padding-top: 65px;
}

.offer.bottom .sale {
 top: 325px;
 left: 450px;
}

.offer.bottom .bullet {
 top: 507px;
}

/*   s1    */

.s1 {
 background: url("bg1.jpg")/*tpa=http://poplavok.findfish.net/img/bg1.jpg*/ 50% 0 no-repeat;
 padding: 75px 0;
}

.s1 h2.title {
 margin-bottom: 45px;
}

.s1 .photo {
 float: right;
}

.s1 .photo img {
 display: block;
 width: 310px;
 border: 5px solid #ddd;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.s1 .number-list {
 overflow: hidden;
 padding-right: 50px;
}

/*   number list   */

.number-list {
 counter-reset: myCounter;
}

.number-list li {
 position: relative;
 list-style: none;
 padding: 8px 0 8px 90px;
 margin-bottom: 25px;
 font-size: 20px;
 line-height: 28px;
}

.number-list li:last-child {
 margin-bottom: 0;
}

.number-list li:before {
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -35px;
 counter-increment: myCounter;
 content: counter(myCounter);
 display: block;
 text-align: center;
 width: 70px;
 height: 70px;
 line-height: 70px;
 font-size: 50px;
 font-weight: 800;
 font-style: italic;
 color: #fff;
 text-shadow: 0 2px 0 #e37d00;
 background: rgb(255, 198, 0);
 background: -moz-linear-gradient(top, rgba(255, 198, 0, 1) 0%, rgba(249, 150, 0, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(255, 198, 0, 1) 0%, rgba(249, 150, 0, 1) 100%);
 background: linear-gradient(to bottom, rgba(255, 198, 0, 1) 0%, rgba(249, 150, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc600', endColorstr='#f99600', GradientType=0);
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.number-list strong {
 display: block;
 color: #51b53d;
 font-weight: 800;
 text-transform: uppercase;
}

/*   s2   */

.s2 {
 background: url("s2-bg.jpg")/*tpa=http://poplavok.findfish.net/img/s2-bg.jpg*/ 50% 0 no-repeat #00253c;
 height: 800px;
 padding: 70px 0;
}

.s2 h2.title {
 margin-bottom: 50px;
 letter-spacing: 2.5px;
}

.video-box {
 margin: 0 100px 60px;
 background: #fff;
 padding: 25px;
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}

/*   s3   */

.s3 {
 background: url("bg1.jpg")/*tpa=http://poplavok.findfish.net/img/bg1.jpg*/ 50% 0 no-repeat;
 padding: 50px 0;
}

.s3 h2.title {
 margin-bottom: 50px;
}

.s3 h2.title span {
 display: block;
 color: #2e2e2e;
}

.s3 .list-v1 {
 background: url("s3-list-bg.jpg")/*tpa=http://poplavok.findfish.net/img/s3-list-bg.jpg*/ 50% 0 no-repeat;
}

/*   list-v1   */

.list-v1 {
 font-size: 0;
}

.list-v1 li {
 display: inline-block;
 vertical-align: top;
 width: 50%;
 font-size: 20px;
 text-align: center;
}

.list-v1 li:nth-child(1) {
 padding-right: 70px;
}

.list-v1 li:nth-child(2) {
 padding-left: 70px;
}

.list-v1 .photo {
 height: 330px;
}

.list-v1 .photo img {
 position: relative;
 display: block;
 margin: 0 auto;
 -webkit-border-radius: 110px;
 -moz-border-radius: 110px;
 border-radius: 110px;
}

.list-v1 li:nth-child(2) .photo img {
 right: -25px;
}

.list-v1 h4 {
 font-size: 30px;
 color: #1a5dc1;
 text-transform: uppercase;
 line-height: 34px;
 padding: 0 30px 10px;
}

.list-v1 p {
 font-size: 20px;
 line-height: 28px;
}

/*   s4   */

.s4 {
 background: url("s4-bg.jpg")/*tpa=http://poplavok.findfish.net/img/s4-bg.jpg*/ 50% 0 no-repeat;
 height: 780px;
 padding: 70px 0;
}

.s4 h2.title span {
 display: block;
}

/*   list-v2   */

.list-v2 {
 font-size: 0;
 padding: 50px 0;
 text-align: center;
}

.list-v2 li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 padding: 0 12px;
 font-size: 16px;
}

.list-v2 .item {
 display: block;
 background: #fff;
 min-height: 340px;
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.list-v2 .pic {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 margin-top: -50px;
}

.list-v2 .pic img {
 display: block;
 margin: 0 auto 15px;
 border: 5px solid #ddd;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.list-v2 h4 {
 font-size: 24px;
 font-weight: 800;
 text-transform: uppercase;
 line-height: 30px;
 padding: 0 30px 5px;
}

.list-v2 p {
 line-height: 22px;
 padding: 0 20px 20px;
}

/*   s5   */

.s5 {
 background: url("bg1.jpg")/*tpa=http://poplavok.findfish.net/img/bg1.jpg*/ 50% 0 no-repeat;
 padding: 50px 0;
}

.s5 h2.title {
 margin-bottom: 50px;
}

.s5 h2.title span {
 display: block;
 color: #2e2e2e;
}

.s5 .list-v1 {
 background: url("s5-list-bg.jpg")/*tpa=http://poplavok.findfish.net/img/s5-list-bg.jpg*/ 52% 0 no-repeat;
}

.s5 .list-v1 li:nth-child(1) h4 {
 color: #51b53d;
}

.s5 .list-v1 li:nth-child(2) h4 {
 color: #f43f3f;
}

.s5 .list-v1 li:nth-child(2) h4 i {
 display: block;
 font-size: 20px;
 font-weight: 400;
 font-style: normal;
 text-transform: lowercase;
}

/*   s6   */

.s6 {
 background: url("s6-bg.jpg")/*tpa=http://poplavok.findfish.net/img/s6-bg.jpg*/ 50% 0 no-repeat;
 height: 1110px;
 padding: 70px 0;
}

.s6 h2.title {
 margin-bottom: 50px;
}

.s6 h2.title span {
 display: block;
}

.s6 .list-num {
 padding-bottom: 20px;
}

/*   list-num   */

.list-num {
 font-size: 0;
 text-align: center;
}

.list-num li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 padding: 0 10px 30px;
}

.list-num .num {
 float: left;
 font-size: 100px;
 font-weight: 800;
 color: #ffc600;
 line-height: 100px;
}

.list-num p {
 overflow: hidden;
 font-size: 20px;
 font-weight: 800;
 color: #fff;
 padding: 10px 0 0 20px;
 text-align: left;
}

/*   spec   */

.spec {
 position: relative;
 color: #fff;
 padding: 25px 25px 25px 380px;
 background: rgb(26, 93, 193);
 background: -moz-linear-gradient(top, rgba(26, 93, 193, 1) 0%, rgba(5, 53, 123, 1) 100%);
 background: -webkit-linear-gradient(top, rgba(26, 93, 193, 1) 0%, rgba(5, 53, 123, 1) 100%);
 background: linear-gradient(to bottom, rgba(26, 93, 193, 1) 0%, rgba(5, 53, 123, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a5dc1', endColorstr='#05357b', GradientType=0);
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 overflow: hidden;
 margin-bottom: 50px;
}

.spec:before {
 position: absolute;
 left: 0;
 top: 0;
 display: block;
 width: 345px;
 height: 428px;
 background: url("spec-ava-bg.png")/*tpa=http://poplavok.findfish.net/img/spec-ava-bg.png*/ 0 0 no-repeat;
 content: '';
}

.spec h3 {
 line-height: 35px;
 font-size: 35px;
 font-weight: 800;
 text-transform: uppercase;
 padding-bottom: 20px;
}

.spec .info {
 color: #ffc600;
 padding-bottom: 15px;
}

.spec .info h4 {
 font-size: 26px;
 font-weight: 800;
 padding-bottom: 5px;
}

.spec .info p {
 font-size: 14px;
}

.spec .info img {
 display: none;
 margin: 0 auto 20px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.spec .desc {
 position: relative;
}

.spec .desc:before {
 position: absolute;
 top: 5px;
 left: -40px;
 display: block;
 background: url("quote-icon.png")/*tpa=http://poplavok.findfish.net/img/quote-icon.png*/ 0 0 no-repeat;
 width: 30px;
 height: 26px;
 content: '';
}

/*   reviews   */

.reviews {
 background: url("rev-bg.jpg")/*tpa=http://poplavok.findfish.net/img/rev-bg.jpg*/ 50% 100% no-repeat;
}

.reviews h2.title {
 margin-bottom: 15px;
}

.reviews .total {
 font-size: 20px;
 font-weight: 800;
 text-align: center;
 text-transform: uppercase;
 padding-bottom: 40px;
}

.rev-slider .slick-slide {
 padding: 50px 12px 20px;
}

.rev-slider .item {
 background: #fff;
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.rev-slider .ava {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 margin-top: -50px;
 padding-bottom: 15px;
}

.rev-slider .ava img {
 margin: 0 auto;
 border: 5px solid #ddd;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
}

.rev-slider .item strong {
 display: block;
 text-align: center;
 font-size: 20px;
 font-weight: 800;
 padding-bottom: 10px;
}

.rev-slider .desc {
 text-align: center;
 padding: 0 20px 20px;
}

.rev-slider .info {
 color: #acacac;
 text-align: center;
 padding-bottom: 20px;
}

.rev-slider .info h4 {
 font-weight: 800;
}

/*   order info   */

.order-info {
 background: url("order-map-bg.jpg")/*tpa=http://poplavok.findfish.net/img/order-map-bg.jpg*/ 50% 50% no-repeat;
 padding: 70px 0;
}

.order-info ul {
 font-size: 0;
}

.order-info li {
 display: inline-block;
 vertical-align: top;
 width: 33.33%;
 text-align: center;
}

.order-info li img {
 display: block;
 margin: 0 auto 20px;
}

.order-info li h4 {
 font-size: 20px;
 font-weight: 800;
 text-transform: uppercase;
 padding-bottom: 5px;
}

.order-info li p {
 font-size: 16px;
 padding: 0 20px;
}

/*   footer   */

.footer {
 background: #f5f5f5;
 text-align: center;
 padding: 40px 0 30px;
}

.footer img {
 display: block;
 margin: 0 auto 15px;
}

.footer a {
 display: inline-block;
 font-size: 16px;
 color: #333;
 margin: 0 5px;
}

.footer a:hover {
 text-decoration: none;
}

@media screen and (max-width: 989px) {

 .offer {
  background: url("offer-tablet.jpg")/*tpa=http://poplavok.findfish.net/img/offer-tablet.jpg*/ 50% 0 no-repeat #315d81;
  height: 900px;
 }

 .top-line {
  padding-left: 35px;
 }

 .top-line .hit {
  width: 180px;
  background: none;
  padding-left: 0;
  font-size: 0;
  padding-top: 0;
  line-height: 70px;
 }

 .top-line ul.stats {
  margin-left: 180px;
 }

 .top-line ul.stats li:nth-child(1) {
  width: 210px;
 }

 .offer .main-title {
  font-size: 28px;
  line-height: 36px;
  padding: 110px 0 0;
 }

 .offer .sub-title {
  font-size: 23px;
 }

 .offer .bullet {
  display: none;
 }

 .offer .sale,
 .offer.bottom .sale {
  top: 230px;
  left: 120px;
 }

 h2.title {
  font-size: 36px;
  line-height: 44px;
 }

 .s1 {
  padding: 40px 0;
  background: #fff;
 }

 .s1 h2.title {
  margin-bottom: 30px;
 }

 .s1 .photo {
  float: none;
  padding-bottom: 35px;
 }

 .s1 .photo img {
  margin: 0 auto;
 }

 .s1 .number-list {
  padding-right: 0;
 }

 .s2 {
  height: auto;
  padding: 40px 0;
  background: rgb(51, 118, 174);
  background: -moz-linear-gradient(top, rgba(51, 118, 174, 1) 0%, rgba(13, 38, 60, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 118, 174, 1) 0%, rgba(13, 38, 60, 1) 100%);
  background: linear-gradient(to bottom, rgba(51, 118, 174, 1) 0%, rgba(13, 38, 60, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3376ae', endColorstr='#0d263c', GradientType=0);
 }

 .s2 h2.title {
  letter-spacing: 0;
  margin-bottom: 30px;
 }

 .video-box {
  padding: 15px;
  margin: 0 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
 }

 .s3 {
  padding: 40px 0;
  background: #fff;
 }

 .s3 h2.title {
  margin-bottom: 35px;
 }

 .s3 .list-v1 {
  background: none;
 }

 .list-v1 li:nth-child(1) {
  padding-right: 0;
 }

 .list-v1 li:nth-child(2) {
  padding-left: 0;
 }

 .list-v1 .photo {
  height: 200px;
  margin-bottom: 20px;
 }

 .list-v1 .photo img {
  height: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
 }

 .list-v1 h4 {
  font-size: 22px;
  line-height: 28px;
  padding: 0 30px 10px;
 }

 .list-v1 p {
  font-size: 18px;
  line-height: 26px;
  padding: 0 15px;
 }

 .list-v1 li:nth-child(2) .photo img {
  right: -15px;
 }

 .list-v2 {
  margin-bottom: -95px;
  padding-bottom: 35px;
 }

 .list-v2 li {
  width: 50%;
  margin-bottom: 95px;
 }

 .list-v2 .item {
  min-height: 315px;
 }

 .s4 {
  height: auto;
  padding: 40px 0;
  background: rgb(0, 41, 59);
  background: -moz-linear-gradient(top, rgba(0, 41, 59, 1) 0%, rgba(0, 18, 31, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 41, 59, 1) 0%, rgba(0, 18, 31, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 41, 59, 1) 0%, rgba(0, 18, 31, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00293b', endColorstr='#00121f', GradientType=0);
 }

 .s5 {
  background: none;
  padding: 40px 0;
 }

 .s5 h2.title {
  margin-bottom: 35px;
 }

 .s5 .list-v1 {
  background: none;
 }

 .s5 .list-v1 li:nth-child(2) h4 i {
  font-size: 17px;
 }

 .list-num li {
  width: 50%;
  text-align: center;
 }

 .list-num p {
  padding-left: 0;
  text-align: center;
 }

 .list-num .num {
  float: none;
 }

 .s6 {
  padding: 40px 0;
  height: auto;
  background: rgb(27, 70, 100);
  background: -moz-linear-gradient(top, rgba(27, 70, 100, 1) 0%, rgba(19, 53, 82, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(27, 70, 100, 1) 0%, rgba(19, 53, 82, 1) 100%);
  background: linear-gradient(to bottom, rgba(27, 70, 100, 1) 0%, rgba(19, 53, 82, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b4664', endColorstr='#133552', GradientType=0);
 }

 .s6 h2.title {
  margin-bottom: 30px;
 }

 .s6 .list-num {
  padding-bottom: 10px;
 }

 .spec:before {
  display: none;
 }

 .spec {
  padding: 25px;
  text-align: center;
  margin-bottom: 30px;
 }

 .spec .info img {
  display: block;
  width: 150px;
  border: 5px solid #fff;
 }

 .spec h3 {
  padding-bottom: 25px;
 }

 .spec .desc:before {
  display: none;
 }

 .spec .info p {
  font-size: 15px;
 }

 .reviews {
  background-image: url("rev-bg-tablet.jpg")/*tpa=http://poplavok.findfish.net/img/rev-bg-tablet.jpg*/;
 }

 .reviews .total {
  padding-bottom: 30px;
 }

 .order-info {
  padding: 40px 0;
 }

 .order-info li img {
  width: 100px;
  margin-bottom: 15px;
 }

 .order-info li p {
  padding: 0 10px;
 }

 .order-info li h4 {
  font-size: 18px;
 }

 .offer.bottom {
  height: 850px;
  background-position: 50% 100%;
 }

 .offer.bottom .main-title {
  padding-top: 55px;
 }

}

@media screen and (max-width: 659px) {

 .offer,
 .offer.bottom {
  height: auto;
  background: url("offer-mobile.jpg")/*tpa=http://poplavok.findfish.net/img/offer-mobile.jpg*/ 50% 0 no-repeat #00233f;
  padding-bottom: 25px;
 }

 .top-line {
  display: none;
 }

 .offer .box {
  position: relative;
  right: auto;
  bottom: auto;
 }

 .offer .main-title,
 .offer.bottom .main-title {
  font-size: 20px;
  line-height: 28px;
  padding: 20px 0 5px;
 }

 .offer .sub-title {
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 365px;
 }

 .offer .box img.award {
  display: none;
 }

 .offer .sale,
 .offer.bottom .sale {
  top: 190px;
  left: 85px;
 }

 .offer .sale {
  background: url("sale-bg2.png")/*tpa=http://poplavok.findfish.net/img/sale-bg2.png*/ 0 0 no-repeat;
  width: 136px;
  height: 135px;
  font-size: 14px;
  padding-top: 47px;
  line-height: 20px;
  letter-spacing: 1px;
 }

 .offer .sale span {
  display: none;
 }

 .offer .sale b {
  font-size: 26px;
  line-height: 26px;
 }

 h2.title {
  font-size: 26px;
  line-height: 34px;
 }

 section {
  padding: 35px 0;
 }

 .s1 {
  padding: 35px 0;
 }

 .number-list li:before {
  position: static;
  margin: 0 auto 15px;
 }

 .number-list li {
  padding: 0;
  text-align: center;
 }

 .number-list strong {
  text-transform: inherit;
 }

 .s2 {
  padding: 35px 0;
 }

 .video-box {
  padding: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
 }

 .list-v1 li {
  width: 100%;
  padding-bottom: 30px;
 }

 .list-v1 li:last-child {
  padding-bottom: 0;
 }

 .list-v1 .photo {
  height: auto;
 }

 .list-v1 h4 {
  font-size: 20px;
  line-height: 26px;
 }

 .list-v1 p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
 }

 .s3 h2.title {
  margin-bottom: 30px;
 }

 .list-v2 {
  margin-bottom: -85px;
 }

 .list-v2 li {
  width: 100%;
  padding: 0;
  margin-bottom: 80px;
 }

 .list-v2 .item {
  min-height: 1px;
 }

 .s5 {
  padding: 35px 0;
 }

 .s5 h2.title {
  margin-bottom: 30px;
 }

 .s6 {
  padding: 35px 0;
 }

 .list-num li {
  width: 100%;
 }

 .list-num p {
  font-size: 18px;
 }

 .spec {
  padding: 15px;
 }

 .spec h3 {
  line-height: 34px;
  font-size: 28px;
  padding-bottom: 20px;
 }

 .spec .info p {
  line-height: 21px;
 }

 .rev-slider .item strong {
  font-size: 18px;
 }

 .reviews {
  background: url("rev-bg-mobile.jpg")/*tpa=http://poplavok.findfish.net/img/rev-bg-mobile.jpg*/ 50% 100% no-repeat;
 }

 .order-info li {
  width: 100%;
  padding-bottom: 30px;
 }

 .order-info li:last-child {
  padding-bottom: 0;
 }

}







