.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
    transition: 1s;
}

.header__wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95)
}

.header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    z-index: 1000;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes header {
    from {
        height: 80px;
    }

    to {
        height: 68px;
    }
}

@keyframes header {
    from {
        height: 80px;
    }

    to {
        height: 68px;
    }
}

@-webkit-keyframes headerBack {
    from {
        height: 68px;
    }

    to {
        height: 80px;
    }
}

@keyframes headerBack {
    from {
        height: 68px;
    }

    to {
        height: 80px;
    }
}

.header__logo {
    width: 146px;
    z-index: 10;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    z-index: 1000;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes headerLogo {
    from {
        transform: scale(1.0);
    }

    to {
        transform: scale(0.4) translateY(-55px);
    }
}

@keyframes headerLogo {
    from {
        transform: scale(1.0);
    }

    to {
        transform: scale(0.4) translateY(-55px);
    }
}

@-webkit-keyframes headerLogoBack {
    from {
        transform: scale(0.4) translateY(-55px);
    }

    to {
        transform: scale(1.0);
    }
}

@keyframes headerLogoBack {
    from {
        transform: scale(0.4) translateY(-55px);
    }

    to {
        transform: scale(1.0);
    }
}

.img__logo {
    z-index: 10;
    padding-top: 25px;

}

.header__nav {
    display: flex;
    align-items: center;
}

.nav__items {
    display: flex;
    margin-left: 65px;
    font-size: 14px;
}

.nav__item {
    transition: 300ms;
    cursor: pointer;
}

a.link__item {
    transition: 300ms;
    cursor: pointer;
    padding-right: 65px;
    box-sizing: border-box;
    cursor: pointer;
}

a.link__item:hover {
    text-decoration: underline;
    color: #f18700;
}

.header__social,
.header__btn {
    display: flex;
    align-items: center;
}

.link__btn {
    transition: 0.5s;
    cursor: pointer;
}

.link__btn:hover {
    background-color: orange;
}

.social__link {
    cursor: pointer;
}

.facebook__icon {
    margin-right: 30px;
    transition: 1s;
}

.instagram__icon {
    transition: 1s;
}

.facebook__icon:hover {
    transform: scale(1.1)
}

.instagram__icon:hover {
    transform: scale(1.1)
}

.header__btn {
    margin-left: 65px;
}

.link__btn {
    background-color: #ffe200;
    font-size: 21px;
    padding: 13px 43px 13px 43px;
    font-family: 'Proxima Nova EX CN bold';
}

.burger-menu-btn {
    display: none;
    justify-content: center;
    align-items: center;
}

.header__nav-mob {
    display: none;
}

.main {
    width: 100%;
    position: relative;
    transition: 400ms;
}

.banner__wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 80px;
    justify-content: center;
    background-color: white;
    position: relative;
    z-index: 200;
}

.banner__img,
.banner__img-mobile {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 300;
    position: relative;
}

.banner__img-mobile {
    display: none;
}

.wrap__mini-lable {
    width: 168px;
    height: 126px;
    background-color: #ebebeb;
    border-radius: 20px 0px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
    opacity: 0.9;
}

.btn__top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 4px 15px -1px rgba(0, 0, 0, 0.75);
    font-weight: bold;
    font-family: "Proxima EX bold";
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 500;
    color: #f18700;
    opacity: 0.8;
}

.title__block {
    font-size: 50px;
    font-weight: 400;
    font-family: "Proxima Nova Ex Cn - Black";
    line-height: 64.98px;
    padding-top: 90px;
    padding-bottom: 44px;
}

.wrap__block-insect,
.wrap__block-ants {
    position: relative;
}

#spray {
    position: absolute;
    top: -20px;
}

.wrap__insect-content,
.tabs__content-ants,
.tabs__content-kuka,
.tabs__content-fly,
.tabs__content-mice {
    display: flex;
    padding-bottom: 65px;
    justify-content: space-between;
    width: 100%;
}

.animation__block {
    flex: 0 1 48%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.text__content-block {
    flex: 0 1 48%;
}

.dashed__circle {
    width: 362px;
    height: 362px;
    border: 3px dotted #ffe200;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

/* animals */

.kuka__wrap {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: orbit;
    animation-name: orbit;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    z-index: 10;
}

.kuka__wrap-img {
    width: 95px;
}
.img__kuka-legs,
.img__kuka-body {
    width: 100%;
}

.kuka__wrap2 {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.515, 0.610, 0.555, 0.755);
    animation-timing-function: cubic-bezier(0.515, 0.610, 0.555, 0.755);
    -webkit-animation-name: orbit2;
    animation-name: orbit2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    z-index: 10;
}

.kuka__wrap3 {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: orbit3;
    animation-name: orbit3;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
    z-index: 10;
}

.kuka__wrap4 {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.515, 0.610, 0.555, 0.755);
    animation-timing-function: cubic-bezier(0.515, 0.610, 0.555, 0.755);
    -webkit-animation-name: orbit4;
    animation-name: orbit4;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    z-index: 10;
}

.mole__wrap {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mole;
    animation-name: mole;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    z-index: 900;
}

.mosquito__wrap {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mosquito;
    animation-name: mosquito;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    z-index: 800;
}

.mice__wrap {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mouse;
    animation-name: mouse;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    z-index: 1;
}

.mice__wrap2 {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mouse2;
    animation-name: mouse2;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    z-index: 1;
}

.fly__wrap {
    position: absolute;
    top: 100px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: fly;
    animation-name: fly;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    z-index: 900;
}

.fly__wrap2 {
    position: absolute;
    top: 200px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: fly;
    animation-name: fly;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    z-index: 900;
}

.fly__wrap3 {
    position: absolute;
    top: 300px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mole;
    animation-name: mole;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: 900;
}

.fly__wrap4 {
    position: absolute;
    top: 400px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mosquito;
    animation-name: mosquito;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    z-index: 900;
}

.ant__wrap {
    position: absolute;
    top: 30%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ant;
    animation-name: ant;
    transition-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
    /* z-index: 1000; */
    z-index: 1;
}

.ant__wrap2 {
    position: absolute;
    top: 30%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ant;
    animation-name: ant;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    z-index: 1;
}

.ant__wrap3 {
    position: absolute;
    top: 30%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ant;
    animation-name: ant;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    z-index: 1;
}

.ant__wrap4 {
    position: absolute;
    top: 30%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ant;
    animation-name: ant;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    z-index: 1;
}

.ant__wrap-img {
    width: 45px;
}
.img__ant-legs,
.img__ant-body {
    width: 100%;
}


.img__kuka-legs,
.img__kuka-body,
.img__fly-legs,
.img__fly-body,
.img__mosquito-body,
.img__mosquito-legs,
.img__mole-body,
.img__mole-wings,
.img__ant-legs,
.img__ant-body,
.img__mouse-body,
.img__mouse-leg1,
.img__mouse-leg2,
.img__mouse-leg3,
.img__mouse-tail {
    position: absolute;
}

.img__fly-legs,
.img__fly-body {
    width: 50px;
}

.img__mole-wings,
.img__mole-body {
    width: 25px;
}

.img__kuka-body,
.img__mosquito-body,
.img__fly-body,
.img__mole-body,
.img__ant-body,
.img__mouse-body {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: kuka-body;
    animation-name: kuka-body;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    z-index: 10;
}

.img__kuka-legs {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-name: kuka-lengs;
    animation-name: kuka-lengs;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
}

.img__fly-legs,
.img__mosquito-legs,
.img__mole-wings {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-name: fly-lengs;
    animation-name: fly-lengs;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
}

.img__ant-legs {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-name: fly-lengs;
    animation-name: fly-lengs;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
}

.img__mouse-leg1 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-name: mouse-leng1;
    animation-name: mouse-leng1;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    z-index: 3;
}

.img__mouse-leg2 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mouse-leng2;
    animation-name: mouse-leng2;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
}

.img__mouse-leg3 {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: mouse-leng3;
    animation-name: mouse-leng3;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    z-index: 1;
}

.img__mouse-tail {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-name: mouse-tail;
    animation-name: mouse-tail;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    z-index: 2;
}

@-webkit-keyframes orbit {
    0% {
        top: 0;
        left: 10%;
        transform: rotate(-10deg)
    }

    25% {
        top: 30%;
        left: 15%;
        transform: rotate(-10deg)
    }

    50% {
        top: 60%;
        left: 20%;
        transform: rotate(-20deg)
    }

    75% {
        top: 80%;
        left: 25%;
        transform: rotate(-30deg)
    }

    100% {
        top: 100%;
        left: 30%;
        transform: rotate(-40deg)
    }

}

@keyframes orbit {
    0% {
        top: 0;
        left: 10%;
        transform: rotate(-10deg)
    }

    25% {
        top: 30%;
        left: 15%;
        transform: rotate(-10deg)
    }

    50% {
        top: 60%;
        left: 20%;
        transform: rotate(-20deg)
    }

    75% {
        top: 80%;
        left: 25%;
        transform: rotate(-30deg)
    }

    100% {
        top: 100%;
        left: 30%;
        transform: rotate(-40deg)
    }

}

@-webkit-keyframes orbit2 {
    0% {
        top: 0;
        right: 10%;
        transform: rotate(10deg)
    }

    25% {
        top: 30%;
        right: 15%;
        transform: rotate(20deg)
    }

    50% {
        top: 60%;
        right: 20%;
        transform: rotate(30deg)
    }

    75% {
        top: 80%;
        right: 25%;
        transform: rotate(40deg)
    }

    100% {
        top: 100%;
        right: 30%;
        transform: rotate(50deg)
    }

}

@keyframes orbit2 {
    0% {
        top: 0;
        right: 10%;
        transform: rotate(10deg)
    }

    25% {
        top: 30%;
        right: 15%;
        transform: rotate(20deg)
    }

    50% {
        top: 60%;
        right: 20%;
        transform: rotate(30deg)
    }

    75% {
        top: 80%;
        right: 25%;
        transform: rotate(40deg)
    }

    100% {
        top: 100%;
        right: 30%;
        transform: rotate(50deg)
    }

}

@-webkit-keyframes orbit3 {
    0% {
        top: 0;
        right: 25%;
        transform: rotate(10deg)
    }

    25% {
        top: 30%;
        right: 30%;
        transform: rotate(20deg)
    }

    50% {
        top: 60%;
        right: 45%;
        transform: rotate(30deg)
    }

    75% {
        top: 80%;
        right: 50%;
        transform: rotate(40deg)
    }

    100% {
        top: 100%;
        right: 65%;
        transform: rotate(50deg)
    }
}

@keyframes orbit3 {
    0% {
        top: 0;
        right: 25%;
        transform: rotate(10deg)
    }

    25% {
        top: 30%;
        right: 30%;
        transform: rotate(20deg)
    }

    50% {
        top: 60%;
        right: 45%;
        transform: rotate(30deg)
    }

    75% {
        top: 80%;
        right: 50%;
        transform: rotate(40deg)
    }

    100% {
        top: 100%;
        right: 65%;
        transform: rotate(50deg)
    }
}

@-webkit-keyframes orbit4 {
    0% {
        top: 0;
        left: 25%;
        transform: rotate(-10deg)
    }

    25% {
        top: 30%;
        left: 30%;
        transform: rotate(-20deg)
    }

    50% {
        top: 60%;
        left: 45%;
        transform: rotate(-30deg)
    }

    75% {
        top: 80%;
        left: 50%;
        transform: rotate(-40deg)
    }

    100% {
        top: 100%;
        left: 65%;
        transform: rotate(-50deg)
    }
}

@keyframes orbit4 {
    0% {
        top: 0;
        left: 25%;
        transform: rotate(-10deg)
    }

    25% {
        top: 30%;
        left: 30%;
        transform: rotate(-20deg)
    }

    50% {
        top: 60%;
        left: 45%;
        transform: rotate(-30deg)
    }

    75% {
        top: 80%;
        left: 50%;
        transform: rotate(-40deg)
    }

    100% {
        top: 100%;
        left: 65%;
        transform: rotate(-50deg)
    }
}

@-webkit-keyframes fly {
    0% {
        top: 0;
        right: 30%;
        transform: rotate(-50deg)
    }

    25% {
        top: 40%;
        right: -4%;
        transform: rotate(-5deg)
    }

    50% {
        top: 40%;
        right: 30%;
        transform: rotate(80deg)
    }

    75% {
        top: 50%;
        right: 50%;
        transform: rotate(80deg)
    }

    100% {
        top: 90%;
        right: 100%;
        transform: rotate(50deg)
    }
}

@keyframes fly {
    0% {
        top: 0;
        right: 30%;
        transform: rotate(-50deg)
    }

    25% {
        top: 40%;
        right: -4%;
        transform: rotate(-5deg)
    }

    50% {
        top: 40%;
        right: 30%;
        transform: rotate(80deg)
    }

    75% {
        top: 50%;
        right: 50%;
        transform: rotate(80deg)
    }

    100% {
        top: 90%;
        right: 100%;
        transform: rotate(50deg)
    }
}

@-webkit-keyframes mole {
    0% {
        top: 90%;
        left: -10%;
        transform: rotate(-50deg)
    }

    25% {
        top: 70%;
        left: -4%;
        transform: rotate(5deg)
    }

    50% {
        top: 50%;
        left: 30%;
        transform: rotate(-80deg)
    }

    75% {
        top: 40%;
        left: 50%;
        transform: rotate(-80deg)
    }

    100% {
        top: 10%;
        left: 100%;
        transform: rotate(-50deg);
        /* opacity: 0; */

    }
}

@keyframes mole {
    0% {
        top: 90%;
        left: -10%;
        transform: rotate(-50deg)
    }

    25% {
        top: 70%;
        left: -4%;
        transform: rotate(5deg)
    }

    50% {
        top: 50%;
        left: 30%;
        transform: rotate(-80deg)
    }

    75% {
        top: 40%;
        left: 50%;
        transform: rotate(-80deg)
    }

    100% {
        top: 10%;
        left: 100%;
        transform: rotate(-50deg);
        /* opacity: 0; */

    }
}

@-webkit-keyframes mosquito {
    0% {
        top: 0;
        left: 30%;
        transform: rotate(50deg)
    }

    25% {
        top: 40%;
        left: -4%;
        transform: rotate(5deg)
    }

    50% {
        top: 40%;
        left: 30%;
        transform: rotate(-80deg)
    }

    75% {
        top: 50%;
        left: 50%;
        transform: rotate(-80deg)
    }

    100% {
        top: 70%;
        left: 100%;
        transform: rotate(-50deg)
    }
}

@keyframes mosquito {
    0% {
        top: 0;
        left: 30%;
        transform: rotate(50deg)
    }

    25% {
        top: 40%;
        left: -4%;
        transform: rotate(5deg)
    }

    50% {
        top: 40%;
        left: 30%;
        transform: rotate(-80deg)
    }

    75% {
        top: 50%;
        left: 50%;
        transform: rotate(-80deg)
    }

    100% {
        top: 70%;
        left: 100%;
        transform: rotate(-50deg)
    }
}

@-webkit-keyframes ant {
    from {
        transform: translateX(0px) rotate(0deg);
    }

    to {
        transform: translateX(600px) rotate(-50deg);
    }
}

@keyframes ant {
    from {
        transform: translateX(0px) rotate(0deg);
    }

    to {
        transform: translateX(600px) rotate(-50deg);
    }
}

@-webkit-keyframes mouse {
    from {
        top: 30%;
        transform: translateX(0px);
    }

    to {
        top: 40%;
        transform: translateX(400px);
    }
}

@keyframes mouse {
    from {
        top: 30%;
        transform: translateX(0px);
    }

    to {
        top: 40%;
        transform: translateX(400px);
    }
}

@-webkit-keyframes mouse2 {
    from {
        top: 50%;
        transform: translateX(0px) rotate(-30deg);
    }

    to {
        top: 20%;
        transform: translateX(400px) rotate(-20deg);
    }
}

@keyframes mouse2 {
    from {
        top: 50%;
        transform: translateX(0px) rotate(-30deg);
    }

    to {
        top: 20%;
        transform: translateX(400px) rotate(-20deg);
    }
}

@-webkit-keyframes kuka-lengs {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(1.2);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes kuka-lengs {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(1.2);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes kuka-body {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes kuka-body {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes fly-lengs {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(35deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes fly-lengs {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(35deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mouse-leng1 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(35deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes mouse-leng1 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(35deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mouse-leng2 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(5deg) scale(0.9);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes mouse-leng2 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(5deg) scale(0.9);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mouse-leng3 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(-40deg) scale(0.9);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes mouse-leng3 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(1deg) scale(0.6);
    }

    50% {
        transform: rotate(-40deg) scale(0.9);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mouse-tail {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

@keyframes mouse-tail {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

@-webkit-keyframes first__circle {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 221, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 221, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 221, 0, 0);
    }
}

@keyframes first__circle {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 221, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 221, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 221, 0, 0);
    }
}

.first__circle {
    width: 335px;
    height: 335px;
    background-color: #ffe200;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: first__circle;
    animation-name: first__circle;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.second__circle {
    width: 284px;
    height: 284px;
    background-color: #f18700;
    border-radius: 50%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: second__circle;
    animation-name: second__circle;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes second__circle {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 111, 0, 0.0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
    }
}

@keyframes second__circle {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 111, 0, 0.0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
    }
}

.img__anim {
    position: absolute;
    z-index: 100;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    z-index: 20;
}

.img__anim:hover {
    -webkit-animation-name: anim-spray;
    animation-name: anim-spray;
    cursor: pointer;
}

@-webkit-keyframes anim-spray {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

@keyframes anim-spray {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.text__content-block {
    display: flex;
    flex-direction: column;
}

.subtitle__text-content {
    font-size: 40px;
    color: #ffe200;
    text-shadow: 2px 2px 2px #000000, 2px -2px 2px #000000, -2px 2px 2px #000000, -2px -2px 2px #000000;
    font-family: "Proxima Nova Ex Cn - Black";
    width: 100%;
    text-align: end;
    padding-bottom: 35px;
}

.left {
    text-align: start;
}

.decor__line {
    border-bottom: 3px solid #f18700;
}

.decor__line-yellow {
    border-bottom: 3px solid #ffe200;
}

.text__wrap {
    display: flex;
    flex-direction: column;
    padding: 36px 0px 5px 0px;
    align-items: flex-start;
    position: relative;
}

.title__paragraph {
    font-family: "Proxima Nova EX bold";
    font-size: 16px;
    text-transform: uppercase;
    line-height: 29.92px;
}

.text__content-text {
    line-height: 22.92px;
    letter-spacing: -0.64px;
}

.text__content-text b {
    font-family: "Proxima Nova EX bold";
}

.sticker {
    position: absolute;
    right: 0;
    top: 90px;
}

.img__content-block {
    flex: 0 1 48%;
    display: flex;
    padding-top: 80px;
    justify-content: flex-start;
}

.img__content {
    width: 100%;
    padding: 0px 20px 20px 20px;
}

.description__img-text {
    font-size: 14px;
    text-align: center;
}

/* block three */

.wrap__block-ants {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffe200;
}

.ant-anchor {
    position: absolute;
    top: -70px
}

.tabs__wrap {
    background: white;
}

.tabs__content-ants {
    padding-top: 40px;
}

.animation__block2 {
    flex: 0 1 48%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    display: block;
}

.title__block2 {
    padding-top: 0px;
    text-align: end;
    padding-bottom: 30px;
}

.subtitle__text-content2 {
    text-align: start;
    color: white;
    padding-top: 10px;
}

.subtitle__text-content3 {
    color: white;
}

.dashed__circle2 {
    border: 3px dotted white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}

.first__circle2 {
    background-color: white;
    justify-content: center;
}

.anim__trap1-img {
    position: absolute;
    bottom: 12px;
    left: -15px;
    z-index: 30;
}

.anim__trap2-img {
    position: absolute;
    top: 0;
    left: 170px;
    z-index: 20;
}

.tabs__content-kuka .anim__trap2-img {
    left: 100px;
}

.trap3__anim-img {
    padding-left: 20px;
}

.texts__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.title__paragraph2 {
    font-size: 16px;
    text-transform: none;
}

.granul__bait-ant {
    display: none;
    width: 100%;
}

.second__circle3 {
    background-color: #ffe200;
}

/* block four */

.wrap__block-kuka,
.wrap__block-fly {
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#kuka,
#fly {
    position: absolute;
    top: -40px;
}

.tabs__content-kuka {
    padding-top: 80px;
}

.dashed__circle-kuka {
    margin-bottom: 40px;
}

/* block__five */

.wrap__block-fly {
    background-color: #eaeaea;
}

.tabs__content-fly {
    padding-top: 80px;
}

.title__block3 {
    text-align: start;
}

.wrap__block-fly .title__block {
    padding-top: 0px;
}

/* block__six */

.wrap__block-mice {
    background-color: #f18700;
    z-index: 300;
    position: relative;
}

#mice {
    position: absolute;
    top: -80px;
}

.tabs__wrap2 {
    width: 100%;
    margin: 0 auto;
    background-color: #eaeaea;
}

.tabs__mice,
.tabs__ants {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: transparent;
}

.tab__mice-first,
.tab__mice-second,
.tab__ants-first,
.tab__ants-second {
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f18700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    /* border-radius: 10px 10px 0px 0px; */
}

.tab__mice-first,
.tab__ants-first {
    flex: 0 1 70%;
    /* font-family: "Proxima Nova Semibold"; */
    /* text-align: end; */
    background-color: #f18700;
    padding: 0px;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
}

.tab__mice-second,
.tab__ants-second {
    flex: 0 1 30%;
    text-align: end;
    background-color: #ffe200;
    padding: 0px;
    height: 50px;
    transition: 500ms;
    border-radius: 10px 10px 0px 0px;
}

.tab__ants-first {
    background-color: #ffe200;
}

.tab__ants-second {
    background-color: #f18700;
}

.tab__mice-second:hover,
.tab__ants-second:hover {
    height: 70px;
}

.tab__active {
    flex: 0 1 70%;
    height: 70px;
    font-weight: bold;
    font-family: "Proxima Nova Semibold";
    margin-bottom: -1px;
    /* color: red; */
}

.tab__active-no {
    flex: 0 1 30%;
    height: 50px;
    transition: 300ms;
    font-weight: none;
}

.tab__active-no:hover {
    height: 70px;
    /* font-weight: bold; */
}

.tabs__content-mice {
    padding-top: 40px;
}

.img__anim-mice {
    bottom: 20px;
}

.wrap__block-mice .text__content-text {
    letter-spacing: normal;
    line-height: 25px;
}

.wax__briq-mice {
    display: none;
}

.footer__wrap {
    width: 100%;
    background-color: #585858;
    position: relative;
    z-index: 300;
}

.footer {
    width: 100%;
    height: 140px;
    background-color: #585858;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    z-index: 10;
}

.footer__logo .img__logo {
    z-index: 10;
    padding-top: 5px;
}

.footer__nav {
    display: flex;
    align-items: center;
}

.footer__nav a {
    color: white;
}

.footer__social,
.footer__btn {
    display: flex;
    align-items: center;
}

.footer__btn {
    margin-left: 65px;
    flex-direction: column;
    color: white;
    font-size: 12px;
    line-height: 20px;
}

.small__text {
    font-size: 8px;
}

.logo__syngenta {
    transition: 500ms;
}

.logo__syngenta:hover {
    opacity: 0.6;
}

a[href^="tel:"] {
	color: white;
}

.visible__for-mobile {
    display: none;
}

.mobile {
    display: none;
}

.gr {
    display: flex;
    /* flex-direction: column; */
}

/* Popup table */

.wrap__popup {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.popup {
    position: fixed;
    z-index: 1000;    
    display: flex;
    top: 100px;
    flex-direction: column;
    /* align-items: flex-end;   */
    padding-right: 20px;
    padding-left: 20px;  
    transition: 600ms;
    margin-left: 9999px;
    width: 1000px;
    align-items: center;
}


.btn__close-popup {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.icon__btn-close {
    width: 50px;
    transition: 1000ms;
    cursor: pointer;
}

.icon__btn-close:hover {
    transform: rotate(360deg);
}

.heading__popup {
    background-color: #e7e7e7;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.heading__text {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Proxima Nova EX CN bold';
}

.link__epic img,
.link__nova img,
.link__sadova img,
.link__kolorad img,
.link__vse-roste img,
.link__spectrsad img,
.link__semena img,
.link__mirsemyan img{
    max-width: 200px;
    padding: 10px;
    transition: 600ms;
}

.link__epic img:hover,
.link__nova img:hover,
.link__sadova img:hover,
.link__kolorad img:hover,
.link__vse-roste img:hover,
.link__spectrsad img:hover,
.link__semena img:hover,
.link__mirsemyan img:hover {
    transform: scale(1.1);
}

.table__wrap {
    display: flex;
    overflow: scroll;
    max-height: 300px;
    border-radius: 0px 0px 10px 10px;
    /* width: 100%; */
    /* width: 1030px; */
}

table {
    font-family: "Proxima Nova Regular";
    font-size: 16px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    }
th {
    background: #f18700 ;
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding: 10px 20px;
    }
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
    border-right: none;
    }
th:first-child, td:first-child {
    text-align: left;
    }
td {
    padding: 10px 20px;
    /* background: #ffe200; */
    transition: 600ms;
    }  
tr td:last-child {
    border-right: none;
    }
tr {
    background: #ffe200;
    transition: 400ms;
}
tr:nth-child(even) {
    background: #f3e57d;
    }
tr:hover {
    background-color: #f18700;
}      
/* adaptive */

@media (max-width: 1440px) {
    .container {
        max-width: 1300px;
    }

    .link__item {
        font-size: 12px;
    }

    a.link__item {
        padding-right: 55px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 970px;
    }

    a.link__item {
        padding-right: 25px;
    }

    .nav__items {
        margin-left: 0px;
    }

    .header__btn,
    .footer__btn {
        margin-left: 0px;
    }

    .img__logo,
    .footer__logo {
        padding-top: 29px;
    }

    .footer__logo {
        padding-top: 10px;
        padding-left: 45px;
    }

}

@media (max-width: 991px) {
    .popup {
        width: 90%;
    }
    .link__epic img, .link__nova img, .link__sadova img, .link__kolorad img {
        max-width: 150px;
    }
    .no__mobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mobile__first-order {
        order: 1;
    }

    .mobile__second-order {
        order: 2;
    }

    .container {
        max-width: 850px;
    }

    .header {
        align-items: center;
        height: 66px;
    }

    .banner__wrap {
        padding-top: 66px;
    }

    .header__nav,
    .footer__nav {
        display: none;
    }

    .header__logo,
    .footer__logo {
        width: 64px;
        order: 1;
    }

    .header__btn,
    .footer__btn {
        order: 2;
    }

    .header__social,
    .footer__social {
        order: 3;
    }

    .burger-menu-btn {
        order: 4;
    }

    .img__logo {
        padding-top: 5px;
        width: 100%;
    }

    .footer__logo .img__logo {
        padding: 5px 0px 0px;
        width: 100%;
    }

    .footer__logo {
        padding: 5px 0px 0px;
    }

    .title__block {
        line-height: 50px;
        padding-top: 0px;
        font-size: 40px;
    }

    .wrap__block-insect .animation__block {
        padding-bottom: 40px;
    }

    .wrap__block-insect .title__block {
        padding-top: 40px;
    }

    .wrap__block-insect .first__animation-block {
        padding-bottom: 0px;
    }

    .img__content-block {
        justify-content: center;
        padding-top: 36px;
    }

    .tabs__content-ants,
    .bait__trap-ant {
        flex: 0 1 45%;
    }

    .header__nav-mob {
        display: block;
        position: absolute;
        width: 100%;
        margin: 0 auto;
        background-color: #ffe200;
        font-size: 24px;
        z-index: 9999;
        transition: 500ms;
        top: -999px;
    }

    .burger-menu-btn {
        display: flex;
    }

    .btn__close {
        text-align: end;
        padding-top: 10px;
        padding-right: 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .nav__items-mob {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .nav__item-mob {
        padding-bottom: 60px;
    }

    .social__mob {
        justify-content: center;
        padding-bottom: 60px;
    }

    .wrap__insect-content,
    .tabs__content-ants,
    .tabs__content-kuka,
    .tabs__content-fly,
    .tabs__content-mice {
        padding-bottom: 30px;
    }

    .subtitle__text-content {
        font-size: 35px;
    }

    .tab__title {
        font-size: 20px;
    }

    .sticker {
        width: 12%;
    }

    .mobile__second-order {
        margin-top: 40px;
    }

    .mobile .first__wrap-insect {
        padding-bottom: 0px;
    }

}

@media (max-width: 768px) {
    .container {
        max-width: none;
        padding: 0px 15px;
    }

    .img__logo {
        padding-top: 5px;
        width: 80%;
    }

    .footer__logo .img__logo {
        width: 80%;
        padding-top: 0px;
    }

    .wrap__insect-content,
    .tabs__content-ants,
    .tabs__content-kuka,
    .tabs__content-fly,
    .tabs__content-mice {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .tabs__ants,
    .tabs__mice {
        display: flex;
        font-size: 18px;
    }

    .tab__mice-second,
    .tab__mice-first,
    .tab__ants-first,
    .tab__ants-second {
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dashed__circle {
        width: 286px;
        height: 286px;
        margin-bottom: 0px;
    }

    .first__circle {
        width: 265px;
        height: 265px;
    }

    .second__circle {
        width: 224px;
        height: 224px;
    }

    .wrap__insect-content .img__anim {
        width: 60%;
    }

    .tabs__content-ants .anim__trap1-img {
        width: 70%;
    }

    .tabs__content-ants .anim__trap2-img {
        left: 140px;
        width: 35%;
    }

    .tabs__content-ants .trap3__anim-img {
        width: 75%;
    }

    .tabs__content-kuka .anim__trap1-img {
        bottom: 5px;
        width: 76%;
    }

    .tabs__content-kuka .anim__trap2-img {
        left: 80px;
        width: 80%;
    }

    .tabs__content-fly .img__anim {
        width: 76%;
    }

    .img__anim-mice {
        width: 70%;
        bottom: 10px;
    }

    .wax__briq-mice .img__anim-mice {
        width: 85%;
        bottom: -10px;
    }

    .facebook__icon {
        margin-right: 20px;
    }

    .subtitle__text-content {
        font-size: 30px;
        text-align: start;
        padding-bottom: 30px;
        padding-top: 40px;
    }

    .text__wrap {
        padding-top: 25px;
    }

    .animation__block {
        order: 1;
    }

    .text__content-block {
        order: 2;
    }

    .title__block {
        padding-top: 40px;
        text-align: start;
    }

    .wrap__block-fly .title__block {
        padding-top: 40px;
    }

    .wrap__mini-lable {
        width: 86px;
        height: 75px;
    }

    .wrap__mini-lable img {
        width: 70%;
    }

    .wrap__insect-content .img__content-block {
        padding-top: 0px;
    }

    .tabs__wrap p,
    .tabs__wrap2 p {
        font-size: 16px;
        text-align: center;
    }

    .tab__mice-first,
    .tab__ants-first {
        height: 50px;
        flex: 0 1 55%;
        margin-left: 5px;
        margin-right: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab__mice-second,
    .tab__ants-second {
        height: 30px;
        flex: 0 1 45%;
        margin-left: 5px;
        margin-right: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .tab__active {
        flex: 0 1 60%;
        height: 50px;
        font-weight: bold;
        /* font-size: 18px; */
    }

    .tab__active-no {
        flex: 0 1 40%;
        height: 30px;
        font-weight: none;
        /* font-size: 16px; */
    }

    .tab__active:hover,
    .tab__active-no:hover {
        height: 50px;
        font-weight: bold;
    }

    .text__wrap {
        padding-top: 20px;
    }

    .text__content-text {
        line-height: 20px;
    }

    .texts__wrap {
        flex-direction: column;
    }

    .sticker {
        top: 60px;
        width: 10%;
    }

    .logo__syngenta {
        margin: 0 auto;
        display: flex;
        width: 70%;
        padding-bottom: 10px;
    }
    .popup {
        width: 100%;
    }
    .link__epic img,
    .link__nova img,
    .link__sadova img,
    .link__kolorad img,
    .link__vse-roste img,
    .link__spectrsad img,
    .link__semena img,
    .link__mirsemyan img {
        max-width: 150px;
        padding-left: 20px;
    }
    td, th {
        padding: 10px 10px;
        font-size: 12px;
    }
    .heading__popup {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: scroll;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        max-width: none;
    }

    td, th {
        padding: 5px 5px;
        font-size: 8px;
        /* font-size: 12px; */
        /* word-break: break-all; */
    }

    .table__wrap {
        max-height: 250px;
    }

    .link__btn {
        font-size: 18px;
        padding: 10px 23px 10px 23px;
    }

    .title__block {
        font-size: 30px;
    }

    .tabs__wrap p,
    .tabs__wrap2 p {
        font-size: 14px;
    }

    .img__content {
        padding: 0px 10px 20px 10px;
    }

    .banner__img {
        display: none;
    }

    .banner__img-mobile {
        display: block;
    }

    .sticker {
        top: 75px;
        width: 10%;
    }
}

/* loader */

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9001;
  }
  
  .preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  .preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #f18700;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    animation: preloader-bounce 2s infinite ease-in-out;
  }
  
  .preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
  }
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes preloader-bounce {
  
    0%,
    100% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  }
  
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  
  .loaded .preloader {
    display: none;
  }