@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat%20Black.woff") format('woff'),
    url("../fonts/Montserrat%20Black.woff2") format('woff2');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat%20Bold.woff") format('woff'),
    url("../fonts/Montserrat%20Bold.woff2") format('woff2');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat%20Medium.woff") format('woff'),
    url("../fonts/Montserrat%20Medium.woff2") format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat%20Regular.woff") format('woff'),
    url("../fonts/Montserrat%20Regular.woff2") format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-SemiBold.woff") format('woff'),
    url("../fonts/Montserrat-SemiBold.woff2") format('woff2');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-ExtraBold.woff") format('woff'),
    url("../fonts/Montserrat-ExtraBold.woff2") format('woff2');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-SemiBoldItalic.woff") format('woff'),
    url("../fonts/Montserrat-SemiBoldItalic.woff2") format('woff2');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-MediumItalic.woff") format('woff'),
    url("../fonts/Montserrat-MediumItalic.woff2") format('woff2');
    font-style: italic;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
    line-height: 1;
}

ul {
    list-style: none;
}

div, section, header, footer, img, select, input, button, p {
    width: 100%;
}

h2 {
    max-width: 100%;
}

img, select, input, button {
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    select::-ms-expand {
        display: none;
    }
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select {
    position: relative;
}

.select:before {
    content: "";
    display: block;
    background: url('../images/sort-down-solid.svg') no-repeat center;
    position: absolute;
    right: 15px;
    bottom: 5px;
    top: 0;
    margin: auto;
    z-index: 2;
    width: 30px;
    height: 26px;
    text-align: center;
    cursor: pointer;
}

.wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

header, .footer {
    background: url("../images/order-bg.png") no-repeat center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

header .container,
.footer .container {
    justify-content: space-between;
}

.order:before {
    content: 'Toxofil';
    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, .15);
    border-radius: 5px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
}

.order-title,
.order-list,
.orderLeft-footer,
.order-right {
    position: relative;
    z-index: 3;
}

.order-left {
    flex: 1 0 460px;
    max-width: 460px;
}

.order-title {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 45px;
}

.order-lists {
    flex: 1 0 195px;
    max-width: 340px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.order-list {
    display: flex;
    flex: 1 0 290px;
    max-width: 290px;
    flex-wrap: wrap;
    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, .7);
    border-radius: 10px;
}

.order-right, .order-form {
    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 {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    min-height: 60px;
    height: 60px;
    margin-top: 5px;
    padding: 10px;
}

.form-input_gray {
    background: #e5e5e5;
}

.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 {
    display: block;
    text-align: center;
    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: none;
    border-radius: 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    display: block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.product-img {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    margin: auto;
    max-width: 390px;
    height: 690px;
}

.product-img img {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.pest {
    padding: 150px 0 90px;
    background: #fff;
}

.pest .container {
    max-width: 1340px;
    justify-content: center;
}

.pest-title,
.pest-subTitle {
    max-width: 800px;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}

.pest-title {
    font-size: 64px;
    font-weight: 700;
}

.pest-subTitle {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 45px;
}

.pest-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.row {
    display: flex;
}

.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.00);
    transition: transform 0.5s ease-in-out;
}

.pest-item:hover {
    transform: scale(1.05);
}

.pest-item_middle {
    margin: 0 -30px 30px;
}

.pest-item_first {
    /*margin-left: 80px;*/
}

.pest-item_last {
    /*margin-right: 80px;*/
}

.pest-item-1 {
    background: url("../images/pest-item1.png") no-repeat center;
}

.pest-item-2 {
    background: url("../images/pest-item2.png") no-repeat center;
}

.pest-item-3 {
    background: url("../images/pest-item3.png") no-repeat center;
}

.pest-item-4 {
    background: url("../images/pest-item4.png") no-repeat center;
}

.pest-item-5 {
    background: url("../images/pest-item5.png") no-repeat center;
}

.pest-item-6 {
    background: url("../images/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("../images/notice.png") no-repeat center;
    width: 59px;
    height: 64px;
    background-size: 100%;
    position: absolute;
    margin: auto;
    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("../images/everywhere-bg.png") no-repeat center;
    background-size: cover;
    color: #fff;
}

.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: .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 .container {
    justify-content: center;
}

.every2-title {
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.every2-block {
    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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    min-height: 415px;
    color: #fff;
    background-size: cover;
}

.every2Block-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease-in-out;
}

.every2Block-item:hover:before {
    background: rgba(0, 0, 0, .6);
}

.every2Item-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    transform: translate(0, 80px);
    transition: transform .7s ease-in-out;
}

.every2Block-item:hover .every2Item-title {
    transform: translate(0, 0);
    transition: transform .3s ease-in-out;
}

.every2Item-text {
    font-size: 16px;
    width: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.every2Block-item:hover .every2Item-text {
    opacity: 1;
}

.every2Block-item1 {
    background: url("../images/every1.png") no-repeat center;
}

.every2Block-item2 {
    background: url("../images/every2.png") no-repeat center;
}

.every2Block-item3 {
    background: url("../images/every3.png") no-repeat center;
}

.every2Block-item4 {
    background: url("../images/every4.png") no-repeat center;
}

.every2Block-item5 {
    background: url("../images/every5.png") no-repeat center;
}

.every2Block-item6 {
    background: url("../images/every6.png") no-repeat center;
}

.rescue {
    padding: 135px 0 60px;
    background: url("../images/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 {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(transparent 60%, #fff);
}

.rescue .product-img {
    left: -365px;
    background-size: 70%;
}

{
    height: 380px
;
    bottom: 20px
;
}

.rescue .product-img img {
    max-width: 350px;
}

.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: .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, .8), transparent)
}

.rescue-text_big {
    font-size: 28px;
    margin-bottom: 30px;
}

.rescue .orderForm-btn {
    max-width: 290px;
}

.consist {
    padding: 140px 0 100px;
    background: url("../images/consist-bg.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.consist .product-img {
    bottom: -235px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

{
    bottom: 0
;
}

.consist-title {
    font-size: 49px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 850px;
    width: 100%;
}

.consist-block {
    display: flex;
    flex-wrap: wrap;
}

.consist-block .row {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.row {
    display: flex;
    flex-wrap: wrap;
    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, .2);
    margin: 0 auto 20px;
    max-width: 120px; border: 5px solid white;
}

.consistItem-title {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.consistItem-text {
    text-align: center;
}

.effect {
    padding: 95px 0;
    background: url("../images/effect-bg.png") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.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;
}

.scale-bg {
    position: absolute;
    height: 100%;
    border-radius: 20px;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.scale_yellow {
    background: #eeaa55;
    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("../images/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, .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 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    max-width: 100px;
}

.spec-prof {
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    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-name {
    font-size: 17px;
    font-weight: 700;
}

.slider-age {
    font-size: 17px;
    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 #dddddd;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: url("../images/alarm-bg.png") no-repeat center;
    background-size: cover;
    margin-left: 20px;
}

.alarm:before {
    content: '';
    display: block;
    background: url("../images/alarm-before.png") no-repeat center;
    width: 55px;
    height: 49px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    margin: auto;
    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-text {
    line-height: 1.1;
}

.alarm-bold {
    font-weight: 700;
}

footer {
    margin: 60px 0 20px;
    padding-top: 20px;
    text-align: center;
}

footer a {
    color: #779c2f;
}

.slick-dots {
    bottom: 25px;
}

.slick-dots li {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff;
}

.slick-dots li.slick-active {
    background: #000;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li button:before {
    content: '';
}


/*--------------------------------------------------------*/


@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) {

    header, .footer {
        background-position: 35% 0;
    }

    header .container:before, .footer .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: none;
    }

    .order-list {
        margin-bottom: 10px;
    }

    .orderLeftFooter-text_bcDark {
        background: none;
    }

    .order-form {
        margin: 0 auto;
    }

    .row,
    .justify {
        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: none;
    }

    .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: none;
    }

    .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 {
        margin-top: 10px;
    }

    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 {
        margin-bottom: 30px;
    }

    .effect-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .effectItem-text {
        margin-top: 10px;
    }


    .slider {
        max-width: 320px;
    }
}

/*for mobile-safari*/
@media not all and (min-resolution: .001dpcm) {
    @media {
        .every2Item-title {
            transform: none;
        }

        .every2Item-text {
            opacity: 1;
        }

        .rescue-blockImg:before {
            background: linear-gradient(rgba(255,255,255,.001) 60%, #fff);
        }
    }
}



.pulse {
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      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);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }

  .nw {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    text-align: left;
    margin-top: 15px !important;
  }
  