/*   offer   */

.top_line {
 background: url("https://portable-wash-gun2.azprotechno.online/img/logo.png") 20px 50% no-repeat;
 height: 90px;
 padding-left: 130px;
}

.top_line li {
 float: left;
 height: 90px;
 padding-left: 65px;
 padding-top: 25px;
 font-size: 16px;
 line-height: 20px;
}

.top_line li:nth-child(1) {
 width: 165px;
 background: url("https://portable-wash-gun2.azprotechno.online/img/top-icon1.png") 0 50% no-repeat;
}

.top_line li:nth-child(2) {
 width: 180px;
 background: url("https://portable-wash-gun2.azprotechno.online/img/top-icon2.png") 0 50% no-repeat;
}

.offer {
 padding: 0;
}

.offer .main-title {
 background: #0077c0;
 color: #fff;
 font-weight: 900;
 font-size: 26px;
 line-height: 1em;
 padding: 15px 0;
 letter-spacing: 1px;
 text-align: center;
 text-transform: uppercase;
}

.offer .sub-title {
 background: #85c00c;
 color: #fff;
 font-size: 19px;
 line-height: 1em;
 padding: 15px 0;
 letter-spacing: 0.8px;
 text-align: center;
}

.offer .offer-img {
 display: block;
}

.offer .inner {
 padding: 40px 35px;
}

.bullet {
 margin-bottom: 30px;
}

.bullet li {
 position: relative;
 color: #fff;
 font-size: 17px;
 padding: 6px 0 6px 50px;
 margin-bottom: 15px;
}

.bullet li:before {
 display: block;
 position: absolute;
 left: 0;
 top: 1px;
 background: url("https://portable-wash-gun2.azprotechno.online/img/bullet-icon.png") 0 0 no-repeat;
 width: 35px;
 height: 35px;
 content: '';
}

.offer .order-box {
 padding-bottom: 20px;
 background: #fff;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.offer .stock {
 font-size: 20px;
 text-align: center;
 padding-top: 15px;
}

.offer .stock b {
 display: inline-block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 vertical-align: middle;
 background: #cb2b31;
 color: #fff;
 text-align: center;
 border-radius: 50%;
 margin: 0 3px;
}

.offer .order-txt {
 text-align: center;
 padding: 0 40px;
 margin-bottom: 20px;
}

.offer .order-txt h4 {
 text-transform: uppercase;
 margin-bottom: 5px;
}

.blue-gradient {
 background: rgb(0, 119, 192);
 background: -moz-linear-gradient(0deg, rgba(0, 119, 192, 1) 0%, rgba(0, 136, 219, 1) 100%);
 background: -webkit-linear-gradient(0deg, rgba(0, 119, 192, 1) 0%, rgba(0, 136, 219, 1) 100%);
 background: linear-gradient(0deg, rgba(0, 119, 192, 1) 0%, rgba(0, 136, 219, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0077c0", endColorstr="#0088db", GradientType=1);
}

/*   s1   */

.s1 {
 padding-bottom: 0;
}

.s1 h2.title {
 position: relative;
 z-index: 5;
}

.s1 .text {
 margin-top: -50px;
 padding-bottom: 25px;
 text-align: center;
}

.s1 .text img {
 display: block;
}

.s1 .text p {
 padding: 0 25px;
}

.s1 .text p b {
 color: #0077c0;
}

.s1 h3 {
 font-weight: 900;
 font-size: 18px;
 line-height: 26px;
 padding: 0 45px;
 margin-bottom: 30px;
 text-align: center;
 text-transform: uppercase;
}

.s1 .button-m {
 margin-bottom: 50px;
}

/*   alert-v1   */

.alert-v1 {
 height: 300px;
 background: url("https://portable-wash-gun2.azprotechno.online/img/alert-bg1.jpg") 50% 0 no-repeat;
}

.alert-v1 p {
 padding: 63px 240px 0 15px;
 font-size: 27px;
 font-weight: 900;
 line-height: 37px;
 letter-spacing: 0.8px;
 color: #fff;
}

.alert-v1 p span {
 color: #fffc00;
}

/*   list-v1   */

.list-v1 {
 padding: 0 20px;
 margin-bottom: 25px;
}

.list-v1 li:first-child {
 border-top: 2px dashed #cb2b31;
}

.list-v1 li {
 border-bottom: 2px dashed #cb2b31;
 padding: 20px 20px 20px 60px;
 background: url("https://portable-wash-gun2.azprotechno.online/img/icon1.png") 0 50% no-repeat;
}

/*   arrow-down   */

.arrow-down {
 position: relative;
 height: 56px;
 margin-bottom: 30px;
}

.arrow-down:before {
 position: absolute;
 display: block;
 left: calc(50% - 90px);
 top: 0;
 width: 179px;
 height: 56px;
 background: url("https://portable-wash-gun2.azprotechno.online/img/arrow-down.png") 0 0 no-repeat;
 animation: arrow-down 0.9s ease-in-out alternate-reverse infinite;
 content: '';
}

@keyframes arrow-down {
 0% {
  transform: translateY(7px);
 }
 100% {
  transform: translateY(-7px);
 }
}

/*   s2   */

.s2 {
 background: url("https://portable-wash-gun2.azprotechno.online/img/s2-bg.jpg") 50% 100% no-repeat #0077c0;
 padding-bottom: 260px;
}

.s2 h2.title.white {
 margin-bottom: 15px;
}

.s2 .sub-title {
 color: #fff;
 text-align: center;
 padding: 0 30px;
 margin-bottom: 25px;
}

/*   list-v2   */

.list-v2 {
 padding: 0 25px;
}

.list-v2 li {
 display: table;
 width: 100%;
 height: 120px;
 background: #fff;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 margin-bottom: 20px;
}

.list-v2 li:last-child {
 margin-bottom: 0;
}

.list-v2 .pic {
 position: relative;
 display: table-cell;
 vertical-align: top;
 width: 150px;
 overflow: hidden;
}

.list-v2 .pic:after {
 position: absolute;
 right: 0;
 top: 0;
 display: inline-block;
 border: 120px solid transparent;
 border-right: 10px solid white;
 content: '';
}

.list-v2 .pic img {
 display: block;
}

.list-v2 .txt {
 position: relative;
 display: table-cell;
 vertical-align: middle;
 padding-left: 15px;
}

.list-v2 .num {
 float: left;
 display: block;
 font-size: 30px;
 font-weight: 900;
 line-height: 1em;
 color: #85c00c;
}

.list-v2 .txt p {
 padding-left: 10px;
 overflow: hidden;
}

/*   s3   */

.s3 h2.title {
 font-size: 27px;
 margin-bottom: 15px;
}

.s3 .txt {
 margin-bottom: 30px;
}

.s3 .txt p {
 text-align: center;
 padding: 0 15px;
 margin-bottom: 25px;
}

.s3 .txt p b {
 color: #0077c0;
}

.s3 .txt p:last-child {
 margin-bottom: 0;
}

.s3 .image {
 display: block;
 margin: 0 auto 15px;
}

/*   list-v3   */

.list-v3 {
 padding: 0 15px;
 margin-bottom: 20px;
}

.list-v3 li {
 padding: 15px 20px;
 border-radius: 5px;
}

.list-v3 li:nth-child(odd) {
 background: #f5f6f7;
}

.list-v3 .num {
 float: left;
 font-size: 30px;
 line-height: 1em;
 font-weight: 900;
 color: #85c00c;
}

.list-v3 p {
 overflow: hidden;
 padding-left: 15px;
}

/*   list-v4   */

.list-v4 {
 font-size: 0;
 text-align: center;
 margin-bottom: -10px;
}

.list-v4 li {
 display: inline-block;
 vertical-align: top;
 width: 215px;
 background: #fff;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 margin: 0 10px 20px;
}

.list-v4 li:nth-child(2) {
 min-height: 310px;
}

.list-v4 img {
 display: block;
}

.list-v4 p {
 font-size: 18px;
 padding: 10px;
}

/*   spec   */

.spec {
 background: #85c00c;
}

.spec h2.title {
 font-size: 32px;
}

.video-spec {
 margin: 0 35px 25px;
}

.spec-name {
 font-size: 25px;
 font-weight: 900;
 line-height: 1em;
 color: #fff;
 text-align: center;
 margin-bottom: 15px;
}

.spec .desc {
 color: #fff;
 text-align: center;
 padding: 0 25px;
 margin-bottom: 35px;
}

/*   alert-v2   */

.alert-v2 {
 background: url("https://portable-wash-gun2.azprotechno.online/img/alert-bg2.jpg") 50% 0 no-repeat;
 height: 300px;
 padding-top: 30px;
}

.alert-v2 p span {
 display: inline-block;
 vertical-align: top;
 background: #0088db;
 font-weight: 900;
 font-size: 30px;
 line-height: 1em;
 color: #fff;
 padding: 0 15px 5px;
}

.alert-v2 p:nth-child(2) span {
 color: #fffc00;
}

/*   faq   */

.faq h2.title {
 font-size: 32px;
 line-height: 1.2em;
}

/*   accordion   */

.accordion .accordion_item {
 padding: 15px;
 border-top: 2px solid #dadbdc;
}

.accordion .accordion_item:last-child {
 margin-bottom: 0;
}

.accordion .title-accordion {
 position: relative;
 font-weight: 400;
 font-size: 22px;
 line-height: 26px;
 padding-right: 80px;
 cursor: pointer;
}

.accordion .title-accordion:after {
 position: absolute;
 right: 20px;
 top: calc(50% - 17px);
 display: block;
 width: 22px;
 height: 22px;
 border-top: 2px solid #0077c0;
 border-left: 2px solid #0077c0;
 transform: rotate(-135deg);
 transition: all 0.3s;
 content: '';
}

.accordion .active_block .title-accordion:after {
 transform: rotate(45deg);
}

.accordion .active_block .title-accordion {
 color: #0077c0;
}

.accordion .accordion_item .info {
 display: none;
 overflow: hidden;
 margin-top: 15px;
 padding-left: 15px;
 border-left: 2px solid #85c00c;
}

/*   reviews   */

.reviews h2.title {
 font-size: 32px;
 margin-bottom: 25px;
}

.reviews .sub-title {
 color: #fff;
 text-align: center;
 padding: 0 30px;
 margin-bottom: 25px;
}

.rev-slider {
 margin-bottom: 25px;
}

.rev-slider .slick-slide {
 padding: 10px 25px 35px;
}

.rev-slider .item {
 background: #fff;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
 padding-bottom: 25px;
}

.rev-slider .item > img {
 display: block;
 margin-bottom: 25px;
}

.rev-slider .desc {
 text-align: center;
 padding: 0 25px 25px;
}

.rev-slider .desc strong {
 display: block;
 text-transform: uppercase;
 padding: 0 20px;
 margin-bottom: 10px;
}

.rev-slider .author {
 background: url("https://portable-wash-gun2.azprotechno.online/img/qoute-icon.png") 50% 0 no-repeat;
 padding-top: 50px;
 text-align: center;
}

.rev-slider .author span {
 display: block;
 font-weight: 400;
}

/*   size   */

.size h2.title {
 line-height: 1.3em;
 margin-bottom: 20px;
}

.size .txt {
 padding: 0 40px;
 text-align: center;
}

.size .txt p {
 margin-bottom: 20px;
}

.size .txt b {
 color: #0077c0;
}

.size h3 {
 color: #0077c0;
 text-align: center;
 text-transform: uppercase;
 margin-bottom: 5px;
}

.size table {
 background: #85c00c;
 color: #fff;
 font-size: 14px;
 line-height: 18px;
 text-align: center;
 margin-bottom: 20px;
}

.size tr:nth-child(odd) td:nth-child(1) {
 background: #0088db;
}

.size tr:nth-child(even) td:nth-child(1) {
 background: #0077c0;
}

.size tr:nth-child(even) td {
 background: #79b00a;
}

.size tr td {
 padding: 10px 5px;
 border-right: 1px solid #fff;
}

.size tr td:last-child {
 border-right: 0;
}

/*   certificate   */

.certificate {
 background: url("https://portable-wash-gun2.azprotechno.online/img/certificate-bg.jpg") 50% 100% no-repeat #f4f5f5;
}

.certificate h2.title {
 margin-bottom: 15px;
}

.certificate h2.title span {
 position: relative;
}

.certificate h2.title span:after {
 position: absolute;
 right: -60px;
 top: 13px;
 display: block;
 background: url("https://portable-wash-gun2.azprotechno.online/img/germany-icon.png") 0 0 no-repeat;
 width: 45px;
 height: 30px;
 content: '';
}

.certificate .sub-title {
 padding: 0 15px;
 text-align: center;
 margin-bottom: 25px;
}

.certificate .image {
 display: block;
 margin: 0 auto 30px;
}

/*   order-step   */

.order-step {
 background: #f5f6f7;
 padding-bottom: 20px;
}

.order-list {
 font-size: 0;
 text-align: center;
 margin-bottom: -10px;
}

.order-list li {
 display: inline-block;
 vertical-align: top;
 width: 220px;
 min-height: 230px;
 font-size: 18px;
 padding: 20px;
 margin: 0 5px 10px;
 text-align: left;
 border-radius: 5px;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.order-list li:last-child {
 background: none;
 box-shadow: none;
}

.order-list li img {
 display: block;
 margin: 0 auto;
}

.order-list h4 {
 height: 40px;
 line-height: 40px;
 color: #85c00c;
 font-size: 20px;
 font-weight: 900;
 text-transform: uppercase;
 padding-left: 55px;
 margin-bottom: 10px;
}

.order-list li:nth-child(1) h4 {
 background: url("../img/order-icon1.png") 0 50% no-repeat;
}

.order-list li:nth-child(2) h4 {
 background: url("../img/order-icon2.png") 0 50% no-repeat;
}

.order-list li:nth-child(3) h4 {
 background: url("../img/order-icon3.png") 0 50% no-repeat;
}

/*   footer   */

.footer {
 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 10px;
}

.footer a:hover {
 text-decoration: none;
}




/*   insta-post   */

.insta-post {
  background: #f5f6f7;
  padding: 40px 25px;
}

.insta-post .item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.insta-post .login {
  position: relative;
  margin: 0 20px;
  height: 80px;
  line-height: 80px;
  padding-left: 55px;
  background: url("https://portable-wash-gun2.azprotechno.online/img/inst-dots.png") 100% 50% no-repeat;
}

.insta-post .login img {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  display: block;
  border-radius: 50%;
}

.insta-post .item > img {
  display: block;
}

.insta-post .desc {
  background: url("https://portable-wash-gun2.azprotechno.online/img/inst-icons.png") 50% 20px no-repeat;
  padding: 60px 20px 20px;
}

.insta-post .desc .like {
  font-weight: 700;
  padding-bottom: 15px;
}

.insta-post .desc p {
  padding-bottom: 15px;
}

.insta-post .desc p:last-child {
  padding-bottom: 0;
}

.insta-post .date {
  font-size: 0.8em;
  color: #999;
}

