@keyframes moveRight {
   0% {
      transform: translate(-200px, 0);
      opacity: 0;
   }
   to {
      transform: translate(0, 0);
      opacity: 1;
   }
}
@keyframes moveLeft {
   0% {
      transform: translate(200px, 0);
      opacity: 0;
   }
   to {
      transform: translate(0, 0);
      opacity: 1;
   }
}
@keyframes fadeIn {
   0% {
      opacity: 0;
   }
   to {
      opacity: 1;
   }
}
@keyframes width-1 {
   0% {
      width: 0;
   }
   to {
      width: 97%;
   }
}
@keyframes width-2 {
   0% {
      width: 0;
   }
   to {
      width: 74%;
   }
}
@keyframes width-3 {
   0% {
      width: 0;
   }
   to {
      width: 82%;
   }
}
@keyframes width-4 {
   0% {
      width: 0;
   }
   to {
      width: 100%;
   }
}
@keyframes bell {
   0%,
   50%,
   to {
      transform: scale(1);
   }
   10% {
      transform: scale(1.1);
   }
   20% {
      transform: rotate(10deg) scale(1.1);
   }
   30% {
      transform: rotate(-10deg) scale(1.1);
   }
   40% {
      transform: rotate(0) scale(1.1);
   }
}
@keyframes pulse {
   0%,
   to {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
   }
   50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
   }
}
.animation-moveRight {
   animation: moveRight 0.5s ease-in-out;
}
.animation-moveLeft {
   animation: moveLeft 0.5s ease-in-out;
}
.animation-fadeIn {
   animation: fadeIn 0.5s ease-in-out;
}
.animation-pulse {
   animation: pulse 3s linear infinite;
}
.animation-width_1 {
   animation: width-1 1s ease-in-out;
}
.animation-width_2 {
   animation: width-2 1s ease-in;
}
.animation-width_3 {
   animation: width-3 1s ease;
}
.animation-width_4 {
   animation: width-4 1s ease-out;
}


* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Roboto";
   line-height: 1;
}
ul {
   list-style: none;
}
button,
div,
footer,
header,
img,
input,
p,
section {
   width: 100%;
}
h2 {
   max-width: 100%;
}
button,
img,
input {
   display: block;
}
.wrap {
   max-width: 1920px;
   margin: 0 auto;
   overflow: hidden;
}
.container {
   max-width: 1300px;
   padding: 0 10px;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
}
.footer,
header {
   background: url(../img/order-bg.png) no-repeat center;
   background-size: cover;
   padding: 70px 0;
   position: relative;
}
.footer .container,
header .container {
   justify-content: space-between;
}
.order:before {
   content: "Detoxil Water";
   display: block;
   font-size: 19px;
   font-weight: 600;
   text-align: center;
   color: #fff;
   max-width: 150px;
   width: 100%;
   padding: 8px 10px;
   background: rgba(255, 255, 255, 0.15);
   border-radius: 5px;
   position: absolute;
   top: 70px;
   left: 0;
   right: 0;
   margin: auto;
   white-space: nowrap;
}
.order-list,
.order-right,
.order-title,
.orderLeft-footer,
.product-img img {
   position: relative;
   z-index: 3;
}
.product-img img {
   max-width: 100%;
   margin: 0 auto;
   z-index: 2;
}
.order-left {
   flex: 1 0 460px;
   max-width: 460px;
}
.order-title {
   color: #fff;
   font-weight: 700;
   font-size: 55px;
   margin-bottom: 45px;
}
.order-list,
.order-lists {
   display: flex;
   flex-wrap: wrap;
}
.order-lists {
   flex: 1 0 195px;
   max-width: 340px;
   align-content: space-around;
}
.order-list {
   flex: 1 0 290px;
   max-width: 290px;
   margin-bottom: 65px;
}
.orderList-item {
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 100%;
   margin-bottom: 35px;
}
.orderList-img {
   max-width: 40px;
   margin-right: 10px;
}
.orderList-text {
   font-weight: 400;
   font-size: 19px;
   color: #fff;
}
.orderList-text_yellow {
   color: #ffc800;
   font-weight: 600;
}
.orderLeft-footer {
   display: flex;
   justify-content: space-between;
}
.orderLeftFooter-text {
   display: block;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   padding: 5px;
}
.orderLeftFooter-text_bcDark {
   background: rgba(0, 0, 0, 0.7);
   border-radius: 10px;
}
.order-form,
.order-right {
   flex: 1 0 300px;
   max-width: 340px;
}
.order-form {
   background: #f9f9f9;
   padding: 30px 25px;
}
.orderForm-title {
   font-size: 26px;
   font-weight: 600;
   text-align: center;
   margin-bottom: 30px;
}
.orderForm-prices {
   display: flex;
   justify-content: center;
   align-items: baseline;
}
.old-price {
   font-size: 22px;
   font-weight: 500;
   text-decoration: line-through;
   margin: 0 7px;
}
.new-price {
   font-size: 29px;
   font-weight: 600;
   color: #ff0036;
   margin: 0 7px;
}
.orderForm-inputs {
   margin: 25px 0 35px;
}
.orderForm-label {
   display: block;
   margin-bottom: 15px;
}
.form-input {
   width: 100%;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   min-height: 60px;
   height: 60px;
   margin-top: 5px;
   padding: 10px;
}
.counter {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   padding-bottom: 30px;
   margin-bottom: 35px;
}
.counter-title {
   font-size: 13px;
   font-weight: 500;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 15px;
   max-width: 100%;
   flex: 1 0 100%;
}
.counter-item,
.orderForm-btn {
   display: block;
   text-align: center;
}
.counter-item {
   padding: 15px 0;
   border: 1px solid #e5e5e5;
   background: #fff;
   flex: 1 0 70px;
   width: 100%;
   max-width: 70px;
   font-weight: 500;
   font-size: 36px;
   position: relative;
}
.counter-item_hours:before,
.counter-item_minutes:before,
.counter-item_seconds:before {
   position: absolute;
   bottom: -25px;
   font-size: 15px;
   text-align: center;
   font-weight: 500;
   width: 100%;
   left: 0;
   right: 0;
   margin: auto;
}
.counter-item_hours:before {
   content: "ore";
}
.counter-item_minutes:before {
   content: "minuti";
}
.counter-item_seconds:before {
   content: "secondi";
}
.counter-item_hours:after,
.counter-item_minutes:after {
   content: ":";
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   max-width: 30px;
   top: 0;
   bottom: 0;
   right: -20px;
   margin: auto;
   font-size: 36px;
   font-weight: 500;
}
.orderForm-btn {
   padding: 25px 0;
   color: #000;
   background: #ffc700;
   font-size: 18px;
   font-weight: 700;
   text-transform: uppercase;
   border: 0;
   border-radius: 35px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
   cursor: pointer;
   text-decoration: none;
}
.notice:before,
.product-img {
   position: absolute;
   margin: auto;
}
.product-img {
   display: flex;
   align-items: flex-end;
   left: 0;
   right: 0;
   bottom: -65px;
   max-width: 390px;
   height: 690px;
}
.pest {
   padding: 150px 0 90px;
   background: #fff;
}
.pest .container {
   max-width: 1340px;
   justify-content: center;
}
.pest-title {
   margin: 0 0 30px;
}
.pest-subTitle,
.pest-title {
   max-width: 800px;
   width: 100%;
   text-align: center;
}
.pest-title {
   font-size: 64px;
   font-weight: 700;
}
.pest-subTitle {
   display: block;
   font-size: 20px;
   font-weight: 500;
   margin: 0 0 45px;
}
.pest-blocks {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.justify {
   justify-content: flex-end;
}
.pest-item {
   height: 389px;
   max-width: 430px;
   flex: 1 0 320px;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   margin-bottom: 30px;
   padding: 0 55px;
   transform: scale(1);
   transition: transform 0.5s ease-in-out;
}
.pest-item:hover {
   transform: scale(1.05);
}
.pest-item_middle {
   margin: 0 -30px 30px;
}
.pest-item-1 {
   background: url(../img/pest-item1.png) no-repeat center;
}
.pest-item-2 {
   background: url(../img/pest-item2.png) no-repeat center;
}
.pest-item-3 {
   background: url(../img/pest-item3.png) no-repeat center;
}
.pest-item-4 {
   background: url(../img/pest-item4.png) no-repeat center;
}
.pest-item-5 {
   background: url(../img/pest-item5.png) no-repeat center;
}
.pest-item-6 {
   background: url(../img/pest-item6.png) no-repeat center;
}
.pest-item-1,
.pest-item-2,
.pest-item-3,
.pest-item-4,
.pest-item-5,
.pest-item-6 {
   background-size: cover;
}
.pest-text {
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   padding-bottom: 30px;
   text-align: center;
   margin-right: 40px;
}
.notice {
   position: relative;
   max-width: 1020px;
   background: linear-gradient(to right, #da0f3a, #000);
   border-radius: 10px;
   padding: 2px;
   margin-left: 25px;
   font-size: 20px;
   font-weight: 500;
}
.notice:before {
   content: "";
   display: block;
   background: url(../img/notice.png) no-repeat center;
   width: 59px;
   height: 64px;
   background-size: 100%;
   top: 0;
   bottom: 0;
   left: -30px;
   animation: bell 2s linear infinite;
}
.notice-text_red {
   font-weight: 700;
   color: #da0f3a;
}
.notice_bg-white {
   background: #fff;
   padding: 30px 50px;
   border-radius: 10px;
}
.everywhere {
   padding: 160px 0;
   background: url(../img/everywhere-bg.png) no-repeat center;
   background-size: cover;
   color: #fff;
}
.every2 .container,
.everywhere .container {
   justify-content: center;
}
.everywhere-title {
   font-size: 68px;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 60px;
}
.everywhere-title_big {
   font-size: 124px;
   font-weight: 900;
   display: block;
   line-height: 0.9;
}
.everywhere-text {
   max-width: 685px;
   width: 100%;
   font-size: 21px;
   text-align: center;
}
.everywhere-text_orange {
   font-weight: 800;
   font-style: italic;
   color: #ffa422;
}
.every2 {
   padding: 90px 0 0;
}
.every2-title {
   font-size: 64px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 60px;
}
.every2-block,
.every2Block-item {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   max-width: 1195px;
}
.every2Block-item {
   position: relative;
   max-width: 410px;
   flex: 1 0 300px;
   padding: 0 40px 30px 35px;
   align-items: flex-end;
   align-content: flex-end;
   min-height: 415px;
   color: #fff;
   background-size: cover;
}
.every2Block-item:before,
.rescue-blockImg:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
}
.every2Block-item:before {
   width: 100%;
   height: 100%;
   bottom: 0;
   background: 0 0;
   transition: background 0.3s ease-in-out;
}
.every2Block-item:hover:before {
   background: rgba(0, 0, 0, 0.6);
}
.every2Item-text,
.every2Item-title {
   width: 100%;
   position: relative;
   z-index: 3;
}
.every2Item-title {
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 20px;
   transform: translate(0, 80px);
   transition: transform 0.7s ease-in-out;
}
.every2Block-item:hover .every2Item-title {
   transform: translate(0, 0);
   transition: transform 0.3s ease-in-out;
}
.every2Item-text {
   font-size: 16px;
   opacity: 0;
   transition: opacity 0.5s ease-in-out;
}
.every2Block-item:hover .every2Item-text {
   opacity: 1;
}
.every2Block-item1 {
   background: url(../img/every1.png) no-repeat center;
}
.every2Block-item2 {
   background: url(../img/every2.png) no-repeat center;
}
.every2Block-item3 {
   background: url(../img/every3.png) no-repeat center;
}
.every2Block-item4 {
   background: url(../img/every4.png) no-repeat center;
}
.every2Block-item5 {
   background: url(../img/every5.png) no-repeat center;
}
.every2Block-item6 {
   background: url(../img/every6.png) no-repeat center;
}
.rescue {
   padding: 135px 0 60px;
   background: url(../img/rescue-bg.png) no-repeat 50% 100%;
   background-size: cover;
   position: relative;
}
.rescue-mobile {
   display: none;
}
.rescue-blockImg {
   max-width: 189px;
   position: absolute;
   left: -180px;
   right: 0;
   bottom: 10px;
   margin: auto;
}
.rescue-blockImg:before {
   bottom: -1px;
   background: linear-gradient(transparent 60%, #fff);
}
.rescue .product-img {
   left: -365px;
   background-size: 70%;
}
.rescue .product-img img {
   max-width: 500px;
}
.rescue .container {
   justify-content: flex-end;
}
.rescue-title {
   width: 100%;
   font-size: 38px;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0 auto 70px;
   text-align: center;
}
.rescue-title_big {
   display: block;
   font-size: 87px;
   font-weight: 900;
   color: #ff9000;
   line-height: 0.9;
}
.rescue-block {
   max-width: 640px;
   flex: 1 0 100%;
   padding-right: 30px;
   position: relative;
   z-index: 3;
}
.rescue-text {
   font-size: 20px;
   margin-bottom: 35px;
   line-height: 1.2;
   border-radius: 10px;
   padding: 10px;
   background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}
.rescue-text_big {
   font-size: 28px;
   margin-bottom: 30px;
}
.rescue .orderForm-btn {
   max-width: 290px;
}
.consist {
   padding: 140px 0 100px;
   background: url(../img/consist-bg.png) no-repeat center;
   background-size: cover;
   position: relative;
}
.consist .product-img {
   bottom: -235px;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
}
.consist-title {
   font-size: 49px;
   font-weight: 700;
   text-align: center;
   margin: 0 auto 20px;
   max-width: 850px;
   width: 100%;
}
.consist-block,
.row {
   display: flex;
   flex-wrap: wrap;
}
.consist-block .row {
   max-width: 100%;
   display: flex;
   justify-content: space-between;
}
.row {
   align-items: center;
   position: relative;
   z-index: 3;
}
.consistBlock-item {
   max-width: 295px;
   flex: 1 0 295px;
   margin-bottom: 30px;
}
.consist-img {
   border-radius: 50%;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   margin: 0 auto 20px;
   max-width: 120px;
   border: 5px solid #fff;
}
.consistItem-title {
   font-size: 21px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 20px;
}
.consistItem-text,
.effect,
footer {
   text-align: center;
}
.effect {
   padding: 95px 0;
   background: url(../img/effect-bg.png) no-repeat center;
   background-size: cover;
   color: #fff;
}
.effect-title {
   font-size: 49px;
   font-weight: 700;
   margin-bottom: 35px;
}
.effect-text {
   font-size: 20px;
   font-weight: 500;
   max-width: 825px;
   width: 100%;
   margin: 0 auto 70px;
}
.effect-text_bold {
   font-weight: 700;
   display: block;
}
.effect-item {
   max-width: 795px;
   margin: 0 auto 40px;
}
.scale {
   position: relative;
   background: #000;
   padding: 10px 26px;
   border-radius: 20px;
   text-align: left;
}
.alarm:before,
.scale-bg {
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
}
.scale-bg {
   height: 100%;
   border-radius: 20px;
   z-index: 2;
   left: 0;
}
.scale_yellow {
   background: #ea5;
   width: 97%;
}
.scale_pink {
   background: #e2859e;
   width: 74%;
}
.scale_red {
   background: #d35d6a;
   width: 82%;
}
.scale_lightPink {
   background: #f5acae;
   width: 100%;
}
.scale-text {
   font-size: 18px;
   font-weight: 700;
   position: relative;
   z-index: 3;
   color: #000;
}
.effectItem-text {
   max-width: 615px;
   width: 100%;
   margin: 20px auto 0;
}
.spec {
   padding: 80px 0;
   background: url(../img/spec-bg.png) no-repeat center;
   background-size: cover;
   position: relative;
}
.doctor-mobile {
   display: none;
}
.spec .container {
   justify-content: flex-end;
}
.spec-block {
   max-width: 640px;
   flex: 1 0 100%;
}
.spec-title {
   font-size: 64px;
   font-weight: 700;
   margin-bottom: 40px;
}
.spec-text {
   font-size: 18px;
   margin-bottom: 30px;
   padding: 10px 30px 10px 10px;
   border-radius: 10px;
   background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
   line-height: 1.3;
}
.spec-text_big {
   font-size: 22px;
}
.spec-footer {
   margin-top: 45px;
   display: flex;
   justify-content: space-between;
}
.spec-name,
.spec-prof {
   display: block;
   font-size: 20px;
   font-weight: 700;
   font-style: italic;
   max-width: 100px;
}
.spec-prof {
   font-size: 15px;
   font-weight: 500;
   max-width: 320px;
   margin: 0 10px;
}
.spec-sign {
   max-width: 130px;
}
.comment {
   padding: 80px 0 70px;
   background: #fff;
}
.comment .container {
   justify-content: center;
}
.comment-title {
   width: 100%;
   font-size: 49px;
   font-weight: 700;
   margin-bottom: 40px;
   text-align: center;
}
.slider-item {
   max-width: 300px;
   position: relative;
   border: 2px solid #000;
   margin: 45px 10px 70px;
   padding: 55px 20px 25px;
   background: #fff;
}
.slider-avatar {
   max-width: 110px;
   position: absolute;
   top: -55px;
   right: 0;
   left: 0;
   margin: auto;
}
.slider-info {
   margin-bottom: 20px;
}
.slider-age,
.slider-name {
   font-size: 17px;
}
.slider-name {
   font-weight: 700;
}
.slider-age {
   font-weight: 600;
   color: #13ae8b;
}
.slider-text {
   font-size: 15px;
   margin-bottom: 15px;
   line-height: 1.3;
}
.alarm {
   max-width: 970px;
   position: relative;
   border: 1px solid #ddd;
   padding: 30px 40px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   background: url(../img/alarm-bg.png) no-repeat center;
   background-size: cover;
   margin-left: 20px;
}
.alarm:before {
   content: "";
   display: block;
   background: url(../img/alarm-before.png) no-repeat center;
   width: 55px;
   height: 49px;
   left: -28px;
   animation: bell 2s linear infinite;
}
.alarm-left {
   margin-right: 15px;
   max-width: 210px;
}
.alarm-title {
   font-size: 16px;
   font-weight: 800;
   color: #000;
   line-height: 1.1;
}
.alarm-right {
   max-width: 610px;
   flex: 1 0 auto;
}
.alarm-bold {
   font-weight: 700;
}
footer {
   margin: 60px 0 20px;
   padding-top: 20px;
}
footer a {
   color: #779c2f;
}
.pulse {
   animation: pulse 2s infinite;
}
.nw {
   display: flex;
   justify-content: center;
   align-items: center;
   column-gap: 10px;
   font-size: 14px;
   text-align: left;
   margin-top: 15px !important;
}
@media screen and (max-width: 1300px) {
   .slider {
      max-width: 950px;
      margin: 0 auto;
   }
   .row {
      max-width: 486px;
   }
   .pest-item_middle {
      margin: 0 0 30px;
   }
}
@media screen and (max-width: 991px) {
   .footer,
   header {
      background-position: 35% 0;
   }
   .footer .container:before,
   header .container:before {
      top: 40px;
   }
   .wrap section {
      padding: 20px 0;
   }
   .wrap .order {
      padding: 60px 0 20px;
   }
   .order:before {
      top: 30px;
   }
   .wrap h2 {
      margin-bottom: 30px;
   }
   .wrap .rescue-title {
      margin-bottom: 185px;
   }
   .order-left,
   .order-right {
      flex: 1 0 100%;
      max-width: 100%;
      margin: 15px 0;
      position: relative;
   }
   .order-title {
      max-width: 420px;
      width: 100%;
      margin: 0 auto 20px;
      text-align: center;
   }
   .order-list {
      max-width: 100%;
      flex: 1 0 100%;
   }
   .orderLeft-footer {
      justify-content: flex-start;
   }
   .orderLeftFooter-text {
      margin-right: 10px;
      max-width: 100%;
      flex: 100%;
   }
   .order-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
   }
   .product-img {
      position: static;
      max-width: 400px;
      flex: 1 0 50px;
      height: initial;
      margin: 0 0 0 10px;
      background: 0 0;
   }
   .order-list {
      margin-bottom: 10px;
   }
   .orderLeftFooter-text_bcDark {
      background: 0 0;
   }
   .order-form {
      margin: 0 auto;
   }
   .justify,
   .row {
      justify-content: center;
   }
   .slider {
      max-width: 635px;
   }
   .rescue {
      background: #fff;
   }
   .rescue-mobile {
      display: flex;
      justify-content: center;
      position: relative;
   }
   .rescue .product-img {
      display: none;
   }
   .rescue-mobile .product-img {
      display: block;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: 100%;
      max-width: 185px;
      margin: 0 0 0 100px;
   }
   .rescue-mobile .product-img img {
      max-width: 100%;
   }
   .rescue .container {
      justify-content: center;
   }
   .rescue-title_big {
      font-size: inherit;
   }
   .rescue-block {
      padding-right: 0;
      background: #fff;
   }
   .rescue-text {
      padding: 10px 0;
      margin-bottom: 20px;
      background: 0 0;
   }
   .rescue-text_big {
      font-size: 20px;
      margin-bottom: 0;
   }
   .rescue .orderForm-btn {
      margin: 0 auto;
   }
   .consist .product-img {
      display: none;
      position: absolute;
      max-width: 150px;
      flex: 1 0 50px;
      height: 68%;
      margin: auto;
      bottom: 0;
   }
   .spec .container {
      justify-content: center;
   }
   .spec {
      background: 0 0;
   }
   .spec-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 55px;
   }
   .doctor-mobile {
      display: block;
      max-width: 96px;
      margin-right: 10px;
   }
   .spec-text {
      padding-top: 0;
      margin-bottom: 5px;
   }
   .spec-footer {
      margin-top: 20px;
      flex-wrap: wrap;
   }
   .spec-name {
      max-width: 35%;
   }
   .spec-prof {
      max-width: 58%;
   }
   .spec-sign,
   footer {
      margin-top: 10px;
   }
}
@media screen and (max-width: 768px) {
   header {
      padding: 70px 0 15px;
   }
   .orderList-item {
      margin-bottom: 15px;
   }
   .everywhere-title_big,
   .rescue-title_big {
      font-size: inherit;
   }
   .consist .product-img {
      position: static;
      max-width: 300px;
      background-size: 100%;
   }
   .consist .product-img img {
      max-width: 100px;
   }
   .consist-block {
      margin-top: 20px;
   }
   .consist-block .row {
      justify-content: center;
   }
   .effect-text {
      text-align: left;
   }
   .spec-text_big {
      font-size: 18px;
   }
}
@media screen and (max-width: 576px) {
   .wrap h2 {
      font-size: 32px;
      margin-bottom: 20px;
   }
   .wrap .spec-title {
      font-size: 24px;
   }
   .order-title {
      font-size: 35px;
   }
   .order-content {
      align-items: flex-start;
   }
   .orderList-text {
      font-size: 14px;
   }
   .orderLeft-footer {
      flex-wrap: wrap;
   }
   .pest-item {
      padding: 0 10px;
      flex: 0 0 260px;
   }
   .pest-text {
      margin-right: 0;
   }
   .notice_bg-white {
      padding: 20px 10px 20px 35px;
   }
   .effect-item,
   .effect-text {
      margin-bottom: 30px;
   }
   .effect-text {
      font-size: 16px;
   }
   .effectItem-text {
      margin-top: 10px;
   }
   .slider {
      max-width: 320px;
   }
}
