@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
@font-face {
    font-family: "Verveine";
    src: url("https://use.typekit.net/af/e0b8b4/000000000000000000017690/27/l?primer=3a6076633bc77831ac9fb811601de898b4ca8cd1e0aff02d16b23a013090f4db&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/e0b8b4/000000000000000000017690/27/d?primer=3a6076633bc77831ac9fb811601de898b4ca8cd1e0aff02d16b23a013090f4db&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e0b8b4/000000000000000000017690/27/a?primer=3a6076633bc77831ac9fb811601de898b4ca8cd1e0aff02d16b23a013090f4db&fvd=n4&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400
}

*,
*::before,
*::after {
    box-sizing: border-box
}

ul[class],
ol[class] {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    overflow: hidden;
    overflow-x: hidden
}

html,
body {
    scroll-behavior: smooth;
    min-width: 320px;
    min-height: 480px;
    font-size: 30px;
    overflow-x: hidden
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    min-width: 320px
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer
}

button {
    border: none;
    outline: none
}

ul[class],
ol[class] {
    list-style: none
}

article>*+* {
    margin-top: 1em
}

input,
button,
textarea,
select {
    font: inherit
}

h2 {
    font-family: "Open Sans";
    font-size: 1.9rem;
    font-weight: 700
}

h3 {
    font-family: Verveine;
    font-size: 2rem;
    font-weight: 400;
    line-height: 48px
}

main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.block-gradient {
    background: #2d553e;
    background: linear-gradient(351deg, #2d553e 0%, #3e7956 57%, #44c17e 100%);
    width: 100%;
    height: 100vh
}

.container {
    width: 1140px
}

.title {
    color: #ffe699
}

.subtitle {
    color: #ffe699;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 700;
    line-height: 33px
}

.plus {
    position: absolute;
    width: 74px;
    height: 74px;
    background-color: #fff;
    border: 4px solid #009d43;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #fff;
    z-index: 10;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    cursor: pointer
}

.plus svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
    width: 100%;
    height: 100%
}

.plus__disabled {
    border: 4px solid #fcefa6
}

.plus__disabled path {
    fill: #fcefa6
}

.plus:hover {
    background-color: #fcefa6;
    box-shadow: 0px 0px 0px 3px #fcefa6
}

.plus-close-pos {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
    right: 15%;
    -webkit-transition: .1s;
    transition: .1s
}

.plus-close-pos:active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.plus-close-pos-spec {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -40%;
    right: 40%;
    -webkit-transition: .1s;
    transition: .1s
}

.plus-animation {
    animation: shake-hard 60s infinite linear;
    -webkit-animation: shake-hard 60s infinite linear
}

.plus-warning {
    -webkit-animation: plusWarning 5s linear;
    animation: plusWarning 5s linear
}

@-webkit-keyframes plusWarning {
    0% {
        border: 4px solid #009d43
    }
    50% {
        border: 4px solid #ad1d00
    }
    100% {
        border: 4px solid #009d43
    }
}

@keyframes plusWarning {
    0% {
        border: 4px solid #009d43
    }
    50% {
        border: 4px solid #ad1d00
    }
    100% {
        border: 4px solid #009d43
    }
}

.plus__disabled:hover {
    background-color: #fff;
    border: 4px solid #fcefa6
}

.align-center {
    -webkit-align-self: center;
    align-self: center
}

.header {
    background: url(./img/header_bg-min.png) no-repeat;
    height: 100vh
}

.header__nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex
}

.header__nav-item {
    padding-left: 30px;
    font-family: Roboto;
    font-size: .6rem;
    padding-top: 10px
}

.header__nav-link {
    display: inline-block;
    text-decoration: none;
    color: #066821;
    position: relative
}

.header__nav-link:hover:after {
    width: 100%
}

.header__nav-link:active:after,
.header__nav-link:focus:after {
    width: 0%
}

.header__logo-img {
    display: inline-block;
    margin-top: 0%;
    margin-left: 30px
}

.header__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#menu__toggle {
    opacity: 0
}

#menu__toggle:checked~.menu__btn>span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0
}

.menu__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 3%;
    left: 60%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 6
}

.menu__btn>span i {
    color: #336447;
    font-family: "Arial MT";
    font-size: .7rem;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 33px;
    top: -14px
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #336447;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.menu__btn>span::before {
    content: "";
    top: -8px
}

.menu__btn>span::after {
    content: "";
    top: 8px
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-image: linear-gradient(-22deg, #8e7346 0%, #8e7346 1%, #f6e090 50%, #fcec9d 65%, #faf5be 100%);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.menu__item {
    display: block;
    padding: 12px 0 12px 60px;
    color: #336447;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.menu__item:hover {
    color: #faf5be;
    background-color: #336447;
    opacity: .3
}

.menu__item:active {
    opacity: 1
}

.menu__line {
    width: 100%;
    height: 2px;
    background-color: #336447
}

.menu__line::after {
    content: url(./img/header__new-min.png);
    position: absolute;
    margin-top: 2px;
    right: 0
}

.pet-selection__title {
    width: 195px;
    color: #336447;
    margin-top: 10%;
    margin-left: 60px
}

.pet-selection__bg {
    -webkit-transform: scale(2);
    transform: scale(2);
    margin-top: 11%;
    margin-left: -49%
}

.pet-selection__link {
    position: absolute;
    display: block;
    width: 175px;
    height: 175px;
    border: 7px solid #fff;
    border-radius: 50%;
    background-color: rgba(52, 103, 73, .6);
    color: #fff;
    font-family: Verveine;
    font-size: 2rem;
    line-height: 48px;
    text-decoration: none;
    padding-top: 17px;
    padding-left: 30px;
    -webkit-transition: .2s;
    transition: .2s
}

.pet-selection__link:hover {
    border: 7px solid #009d43;
    background-color: #fcefa6;
    color: #009d43
}

.pet-selection__link-one {
    top: 30%;
    left: 20%
}

.pet-selection__link-two {
    top: 55%;
    left: 40%
}

.pet-selection__link::after {
    content: url(./img/pet-selection__link-arrow-min.png);
    display: block;
    position: absolute;
    bottom: 8px
}

.pet-selection__link:hover::after,
.pet-selection__link:active::after,
.pet-selection__link:focus::after {
    content: url(./img/pet-selection__link-arrow-hover-min.png);
    display: block;
    position: absolute;
    bottom: 8px
}

.pill-selection__title {
    text-shadow: #fcf0aa 2px 2px 5px, #fcf0aa -2px -2px 5px, #fcf0aa -2px 2px 5px, #fcf0aa 2px -2px 5px;
    line-height: 56.87px;
    max-width: 560px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 40px
}

.select-weight {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

[dir="ltr"] .select-weight .title {
    text-align: right
}

[dir="rtl"] .select-weight .title {
    text-align: left
}

.select-weight .title {
    margin-bottom: 40px
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.card__item {
    display: block;
    padding: 10px;
    text-decoration: none
}

.card__item-img {
    -webkit-transition: all .7s;
    transition: all .7s
}

.card__item:hover .card__item-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card__item-title {
    max-width: 290px;
    margin-top: 30px
}

.select-tablet {
    display: none;
    width: 100%;
    overflow: hidden
}

.shield {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background: url(./img/shield-min.png) no-repeat 30% -400px;
    height: 100vh;
    width: 100%
}

.arsenal {
    position: relative
}

.img {
    position: relative;
    margin-bottom: 100px;
    z-index: 1
}

.arsenal__img-1 {
    position: relative;
    right: 25px;
    z-index: 1
}

.arsenal__img-2 {
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 0
}

.arsenal__img-3 {
    position: absolute;
    bottom: 445px;
    left: 40%
}

.arsenal__plus-one {
    top: -250px;
    left: 100px
}

.arsenal__plus-two {
    top: -195px;
    right: 100px
}

.arsenal__plus-text {
    z-index: 20;
    position: absolute;
    cursor: pointer;
    width: 370px;
    color: #000;
    font-family: Verveine;
    font-size: 2rem;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    left: -12.1rem;
    text-shadow: 0 -2px 0 #b29c62, 0 -2px 0 #b29c62, 0 2px 0 #b29c62, 0 2px 0 #b29c62, -2px 0 0 #b29c62, 2px 0 0 #b29c62, -2px 0 0 #b29c62, 2px 0 0 #b29c62, -1px -2px 0 #b29c62, 1px -2px 0 #b29c62, -1px 2px 0 #b29c62, 1px 2px 0 #b29c62, -2px -1px 0 #b29c62, 2px -1px 0 #b29c62, -2px 1px 0 #b29c62, 2px 1px 0 #b29c62, -2px -2px 0 #b29c62, 2px -2px 0 #b29c62, -2px 2px 0 #b29c62, 2px 2px 0 #b29c62, -2px -2px 0 #b29c62, 2px -2px 0 #b29c62, -2px 2px 0 #b29c62, 2px 2px 0 #b29c62
}

.arsenal__plus-text-one {
    top: -250px;
    left: -258px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.arsenal__plus-text-two {
    top: -195px;
    left: 455px;
    -webkit-transform-origin: -20px 50%;
    transform-origin: -20px 50%
}

.arsenal__plus-link:hover .plus {
    background-color: #fcefa6;
    box-shadow: 0px 0px 0px 3px #fcefa6
}

.arsenal__plus-link:hover .plus__disabled {
    background-color: #fff;
    border: 4px solid #fcefa6
}

.tablet-drop {
    display: none;
    width: 100%
}

.tablet-drop__bg {
    position: absolute;
    top: 27%;
    right: 43%
}

.tablet-drop__tablet {
    position: absolute;
    top: 5%;
    right: 43%;
    width: 97px;
    height: 95px
}

.cestod,
.cestod2,
.cestod3,
.cestod4,
.cestod5,
.cestod6,
.cestod7,
.cestod8,
.cestod9,
.cestod10 {
    width: 100%;
    height: 100%;
    display: none;
    background: url(./img/cestodbg-min.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.cestod::after,
.cestod2::after,
.cestod3::after,
.cestod4::after,
.cestod5::after,
.cestod6::after,
.cestod7::after,
.cestod8::after,
.cestod9::after,
.cestod10::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .1;
    background: url(./img/cestodbg-min_worm.png) no-repeat center center;
    background-size: cover;
    z-index: 1
}

.cestod2::after {
    opacity: .2
}

.cestod3::after {
    opacity: .3
}

.cestod4::after {
    opacity: .4
}

.cestod5::after {
    opacity: .5
}

.cestod6::after {
    opacity: .6
}

.cestod7::after {
    opacity: .7
}

.cestod8::after {
    opacity: .8
}

.cestod9::after {
    opacity: .9
}

.cestod10::after {
    opacity: 1
}

.cestod__text {
    position: absolute;
    bottom: 30%;
    right: 20%;
    z-index: 10
}

.cestod__title {
    font-family: Verveine;
    font-size: 2rem;
    color: #000;
    text-shadow: 0 -2px 0 #ffc968, 0 -2px 0 #ffc968, 0 2px 0 #ffc968, 0 2px 0 #ffc968, -2px 0 0 #ffc968, 2px 0 0 #ffc968, -2px 0 0 #ffc968, 2px 0 0 #ffc968, -1px -2px 0 #ffc968, 1px -2px 0 #ffc968, -1px 2px 0 #ffc968, 1px 2px 0 #ffc968, -2px -1px 0 #ffc968, 2px -1px 0 #ffc968, -2px 1px 0 #ffc968, 2px 1px 0 #ffc968, -2px -2px 0 #ffc968, 2px -2px 0 #ffc968, -2px 2px 0 #ffc968, 2px 2px 0 #ffc968, -2px -2px 0 #ffc968, 2px -2px 0 #ffc968, -2px 2px 0 #ffc968, 2px 2px 0 #ffc968
}

.cestod__subtitle {
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 -2px 0 #ffc968, 0 -2px 0 #ffc968, 0 2px 0 #ffc968, 0 2px 0 #ffc968, -2px 0 0 #ffc968, 2px 0 0 #ffc968, -2px 0 0 #ffc968, 2px 0 0 #ffc968, -1px -2px 0 #ffc968, 1px -2px 0 #ffc968, -1px 2px 0 #ffc968, 1px 2px 0 #ffc968, -2px -1px 0 #ffc968, 2px -1px 0 #ffc968, -2px 1px 0 #ffc968, 2px 1px 0 #ffc968, -2px -2px 0 #ffc968, 2px -2px 0 #ffc968, -2px 2px 0 #ffc968, 2px 2px 0 #ffc968, -2px -2px 0 #ffc968, 2px -2px 0 #ffc968, -2px 2px 0 #ffc968, 2px 2px 0 #ffc968
}

.cestod__atack {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: 100
}

.cestod__atack-pos {
    width: 100%;
    height: 100%;
    position: relative
}

.cestod__item {
    background: url(./img/star-min.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute
}

.cestod__item-1 {
    top: 44%;
    left: 8%
}

.cestod__item-2 {
    bottom: 0;
    left: 15%
}

.cestod__item-3 {
    bottom: 35%;
    left: 40%
}

.cestod__item-4 {
    bottom: 0;
    right: 35%
}

.cestod__item-5 {
    top: 35%;
    right: 45%
}

.cestod__item-6 {
    top: 45%;
    right: 22%
}

.cestod__item-7 {
    top: 25%;
    right: 15%
}

.nematod,
.nematod2,
.nematod3,
.nematod4,
.nematod5,
.nematod6,
.nematod7,
.nematod8,
.nematod9,
.nematod10 {
    width: 100%;
    height: 100%;
    display: none;
    background: url(./img/nematodbg-min.png) no-repeat center center;
    background-size: cover;
    position: relative
}

.nematod::after,
.nematod2::after,
.nematod3::after,
.nematod4::after,
.nematod5::after,
.nematod6::after,
.nematod7::after,
.nematod8::after,
.nematod9::after,
.nematod10::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .1;
    background: url(./img/nematodbg-min_worm.png) no-repeat center center;
    background-size: cover;
    z-index: 1
}

.nematod2::after {
    opacity: .2
}

.nematod3::after {
    opacity: .3
}

.nematod4::after {
    opacity: .4
}

.nematod5::after {
    opacity: .5
}

.nematod6::after {
    opacity: .6
}

.nematod7::after {
    opacity: .7
}

.nematod8::after {
    opacity: .8
}

.nematod9::after {
    opacity: .9
}

.nematod10::after {
    opacity: 1
}

.nematod__text {
    position: absolute;
    bottom: 30%;
    right: 20%;
    z-index: 10
}

.nematod__text {
    position: absolute;
    bottom: 50%;
    right: 30%
}

.nematod__atack {
    width: 60%;
    height: 60%;
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 100
}

.nematod__atack-pos {
    width: 100%;
    height: 100%;
    position: relative
}

.nematod__item {
    background: url(./img/hexagon-min.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute
}

.nematod__item-1 {
    top: 22%;
    left: 8%
}

.nematod__item-2 {
    top: 5%;
    left: 55%
}

.nematod__item-3 {
    bottom: 35%;
    left: 40%
}

.nematod__item-4 {
    bottom: 23%;
    right: 35%
}

.nematod__item-5 {
    top: 0;
    right: 55%
}

.nematod__item-6 {
    top: 27%;
    right: 22%
}

.nematod__item-7 {
    top: 0;
    right: 0
}

.property-pos {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
    right: 15%;
    -webkit-transition: .1s;
    transition: .1s
}

.property-pos:active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.special {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.special__pack {
    width: 100%;
    height: 350px;
    background: url(./img/specialpack-min.png) no-repeat center center;
    background-size: contain;
    padding-left: 225px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.special__result {
    position: relative;
    margin-top: -50px;
    margin-left: 125px;
    margin-bottom: 150px
}

.special__plus-1 {
    position: absolute;
    bottom: -13px;
    left: 50px
}

.special__study {
    position: relative;
    margin-top: 100px;
    margin-left: 90px
}

.special__availability {
    position: relative;
    margin-left: 232px;
    margin-top: 386px
}

.special__security {
    position: relative;
    margin-left: 150px
}

.special__taste {
    position: relative;
    margin-top: 280px;
    margin-left: 125px
}

.special__taste__title {
    margin-left: 100px
}

.special__plus-text {
    color: #ffe699;
    font-family: Verveine;
    font-size: 2rem;
    font-weight: 400;
    line-height: 48px;
    position: absolute
}

.special__plus-text-one {
    left: -7rem;
    top: -50px;
    -webkit-transform-origin: 105% 50%;
    transform-origin: 105% 50%
}

.special__plus-text-two {
    -webkit-transform-origin: 105% 50%;
    transform-origin: 105% 50%;
    left: -10rem
}

.special__plus-text-three {
    -webkit-transform-origin: 105% 50%;
    transform-origin: 105% 50%;
    left: -10.1rem
}

.special__plus-text-four {
    -webkit-transform-origin: -5% 50%;
    transform-origin: -5% 50%;
    left: 85px
}

.special__plus-text-five {
    -webkit-transform-origin: -5% 50%;
    transform-origin: -5% 50%;
    left: 85px
}

.result {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100vw
}

.result__subtitle {
    margin-top: 21px
}

.result__img {
    position: absolute;
    right: -150px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.result__img-img-cat {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -100px
}

.study {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100vw
}

.study__title {
    margin-bottom: 32px
}

.study__btn {
    margin-top: 42px;
    text-decoration: none;
    border-radius: 22px;
    font-size: .66rem;
    border: 1px solid #ffe699;
    padding: 12px 27px;
    -webkit-transition: .3s;
    transition: .3s
}

.study__btn:hover {
    color: #009d43;
    background-color: #fcefa6
}

.study__bg {
    position: relative;
    background-image: url(./img/study__bg-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 550px;
    height: 534px
}

.study__tablet {
    position: absolute;
    top: 44%;
    left: 41%
}

.security {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100vw
}

.taste {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100vw
}

.taste__title {
    max-width: 320px
}

.taste__bg {
    position: relative;
    background-image: url(./img/taste_bg-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 580px;
    height: 590px
}

.taste__bg-cat {
    position: relative;
    background-image: url(./img/taste_bg-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 655px;
    height: 517px;
    margin-left: -90px
}

.taste__tablet {
    position: absolute;
    top: -1%;
    left: -4%
}

.taste__tablet-cat {
    position: absolute;
    top: -8px;
    left: 40%
}

.availability {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100vw
}

.buy {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #2d553e;
    background: linear-gradient(351deg, #2d553e 0%, #3e7956 57%, #44c17e 100%);
    padding: 0 0 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.buy__title {
    margin: 75px 0 30px
}

.buy__subtitle {
    max-width: 290px;
    margin-left: 20%;
    margin-top: 30px;
    margin-bottom: 30px
}

.buy__item {
    display: block;
    padding: 10px;
    text-decoration: none
}

.buy__item-img {
    -webkit-transition: all .7s;
    transition: all .7s
}

.buy__item:hover .buy__item-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.buy__link {
    color: #e01853;
    font-family: Roboto;
    font-size: .66rem;
    font-weight: 700;
    border-radius: 18px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 12px 55px;
    text-decoration: none;
    margin-left: 20%;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.buy__link:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #e01853
}

.ozon__bg {
    background-image: url(./img/ozon__bg.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 160px 0;
    background-position: center;
    contain: unset;
    width: 100%;
    height: auto;
    height: 791px;
    background-repeat: no-repeat
}

.video {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #2d553e;
    background: linear-gradient(351deg, #2d553e 0%, #3e7956 57%, #44c17e 100%)
}

.video-parallax {
    background-image: url(./img/videobg-parallax-min.png);
    background-attachment: scroll;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: repeat-y;
    background-size: contain
}

.video__subtitle {
    padding-top: 45px
}

.video__video {
    width: 100%;
    height: 315px;
    border: none
}

#paralax {
    background-image: url(./img/parallax-l-min.png), url(./img/parallax-r-min.png);
    width: 100%;
    background-repeat: repeat-y, repeat-y;
    background-position: top left, top right;
    background-size: contain
}

.footer {
    background-color: #8f794a;
    padding: 35px 0 0;
}

.footer .container {
    padding: 35px 16px;
}

.footer__text {
    color: #fff;
    font-family: Corbel;
    font-size: 18px;
    font-weight: 400
}

.text__politics {
    display: block;
    text-decoration: underline
}

.politics {
    background-color: #8f794a;
    padding: 80px 0
}

.politics__plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -21%;
    right: 15%;
    -webkit-transition: .1s;
    transition: .1s
}

.politics__plus:active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.politics__title {
    color: #ffe699;
    font-family: Verveine;
    font-size: 48px;
    font-weight: 400;
    margin-top: 30px
}

.politics__text {
    color: #ffe699;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px
}

.politics__list {
    color: #ffe699;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    list-style: disc
}

.politics__item {
    list-style: disc;
    margin-left: 20px
}

#block-two {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.push-up {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 74px;
    height: 74px;
    padding: 7px 11px 2px;
    background-color: #fff;
    border: 4px solid #009d43;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #fff;
    z-index: 10;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    opacity: .4
}

.push-up:hover {
    opacity: 1;
    background-color: #fcefa6;
    box-shadow: 0px 0px 0px 3px #fcefa6
}

.select-weight__arrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.arrow {
    -webkit-animation: stretchOut 3s infinite linear;
    animation: stretchOut 3s infinite linear
}

@-webkit-keyframes stretchOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes stretchOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    25% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.header-top-row {
    display: flex;
    flex-direction: column-reverse;
}

.header__menu-btn {
    display: none;
}

.header__menu-item {
    margin-right: 30px;
    cursor: pointer;
}

.header__menu-item-list {
    display: flex;
    flex-direction: row;
    color: #066821;
    font-size: 24px;
    padding-top: 12px;
    margin-bottom: 60px;
    margin-left: 40px;
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.modal-window {
    position: absolute;
    top: 0;
    left: 0;
    height: 0vh;
    width: 100vw;
    overflow: hidden;
    transition: 0.5s height;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 351deg, #2d553e 0%, #3e7956 57%, #44c17e 100%);
    font-family: Roboto;
}

.modal-window.active {
    height: 100vh;
}

.modal-window__close-btn {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 43px;
    transform: rotate( 45deg);
    background-color: #fff;
    border: 4px solid #009d43;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #fff;
    z-index: 10;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 4%;
}

.modal-window__close-btn svg {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 60%;
    width: 100%;
    height: 100%
}

.where-buy-modal {
    background: linear-gradient( 351deg, #2d553e 0%, #3e7956 57%, #44c17e 100%);
    min-height: 0vh;
    height: 0vh;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0px;
    z-index: 9999;
    transition: 0.5s height, 0.5s padding, 0.5s min-height;
}

.where-buy-modal.active {
    min-height: 100vh;
    height: 900px;
    padding-top: 75px;
}

.where-buy-modal__title {
    color: #ffe699;
    font-size: 32px;
    text-align: center;
    font-style: Verveine;
    margin-top: 10%;
}

.where-buy-modal__item-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 20px;
    max-width: 750px;
    margin: 35px auto 0 auto;
}

.where-buy-modal__item {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.where-buy-mobile__item a {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .modal-window__close-btn {
    border: 4px solid #fcefa6
} */


/* 
.modal-window__close-btn path {
    fill: #fcefa6
} */

.modal-window__close-btn:hover {
    background-color: #fcefa6;
    box-shadow: 0px 0px 0px 3px #fcefa6
}


/* .modal-window__close-btn {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10%;
    right: 15%;
    -webkit-transition: .1s;
    transition: .1s
} */

.modal-window__close-btn:active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.modal-window__close-btn {}

.modal-window__title {
    margin-bottom: 20px;
    font-size: 32px;
    font-family: Verveine;
    color: #ffe699;
}

.modal-window__center-block {
    width: 270px;
    text-align: center;
}

.modal-window__btn {
    width: 180px;
    background-color: white;
    height: 45px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    color: #009d43;
    font-weight: 600;
}

.modal-window__dog-btn {
    margin-top: 20px;
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

.transition {
    -webkit-transition: all .8s;
    transition: all .8s
}

.item__right-out {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
}

.item__left-out {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0
}

.item__top-out {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
}

.item__bottom-out {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.plus-animation-shake-warning {
    -webkit-animation-name: shake-hard;
    animation-name: shake-hard;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.plus-animation-shake-warning2 {
    -webkit-animation-name: shake-hard-3;
    animation-name: shake-hard-3;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.plus-animation-shake-warning3 {
    -webkit-animation-name: shake-hard-2;
    animation-name: shake-hard-2;
    -webkit-animation-duration: 75s;
    animation-duration: 75s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.plus-animation-shake-warning4 {
    -webkit-animation-name: shake-hard-3;
    animation-name: shake-hard-3;
    -webkit-animation-duration: 65s;
    animation-duration: 65s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.plus-animation-shake-warning5 {
    -webkit-animation-name: shake-hard-1;
    animation-name: shake-hard-1;
    -webkit-animation-duration: 70s;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.plus-animation-shake {
    animation: shake-hard 60s infinite ease-out;
    -webkit-animation: shake-hard 60s infinite ease-out
}

.plus-animation-warning {
    -webkit-animation: plusWarning 1s infinite linear;
    animation: plusWarning 1s infinite linear
}

.item__bottom-in {
    animation: top-in .6s linear;
    -webkit-animation: top-in .6s linear
}

.item__fade-in {
    animation: fade-in .6s linear;
    -webkit-animation: fade-in .6s linear
}

.item__fade-out {
    animation: fade-out .6s linear;
    -webkit-animation: fade-out .6s linear
}

.item__shake-hard-1 {
    animation: shake-hard 3s infinite ease;
    -webkit-animation: shake-hard 3s infinite ease
}

.item__shake-hard-2 {
    animation: shake-hard-1 3s infinite ease;
    -webkit-animation: shake-hard-1 3s infinite ease
}

.item__shake-hard-3 {
    animation: shake-hard-2 2s infinite ease;
    -webkit-animation: shake-hard-2 2s infinite ease
}

.item__shake-hard-4 {
    animation: shake-hard-3 3s infinite ease;
    -webkit-animation: shake-hard-3 3s infinite ease
}

.item__shake-hard-5 {
    animation: shake-hard-1 2s infinite ease;
    -webkit-animation: shake-hard-1 2s infinite ease
}

.item__shake-hard-6 {
    animation: shake-hard-2 1.5s infinite ease;
    -webkit-animation: shake-hard-2 1.5s infinite ease
}

.item__shake-hard-7 {
    animation: shake-hard-3 2s infinite ease;
    -webkit-animation: shake-hard-3 2s infinite ease
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes bottom-in {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 1
    }
}

@keyframes bottom-in {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 1
    }
}

@-webkit-keyframes shake-hard-1 {
    98% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    6% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    4% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    10% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    8% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(-3px, -4px) rotate(0.5deg);
        transform: translate(-3px, -4px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    22% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    20% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    18% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    16% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    26% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    24% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    28% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    30% {
        -webkit-transform: translate(-8px, -2px) rotate(2.5deg);
        transform: translate(-8px, -2px) rotate(2.5deg)
    }
    32% {
        -webkit-transform: translate(3px, 0px) rotate(3.5deg);
        transform: translate(3px, 0px) rotate(3.5deg)
    }
    34% {
        -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
        transform: translate(-1px, -3px) rotate(-1.5deg)
    }
    36% {
        -webkit-transform: translate(-3px, 8px) rotate(1.5deg);
        transform: translate(-3px, 8px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    40% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    44% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    42% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    50% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    48% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    46% {
        -webkit-transform: translate(-3px, 9px) rotate(-0.5deg);
        transform: translate(-3px, 9px) rotate(-0.5deg)
    }
    52% {
        -webkit-transform: translate(7px, -3px) rotate(1.5deg);
        transform: translate(7px, -3px) rotate(1.5deg)
    }
    54% {
        -webkit-transform: translate(7px, 0px) rotate(1.5deg);
        transform: translate(7px, 0px) rotate(1.5deg)
    }
    56% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    70% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    68% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    66% {
        -webkit-transform: translate(8px, -2px) rotate(3.5deg);
        transform: translate(8px, -2px) rotate(3.5deg)
    }
    64% {
        -webkit-transform: translate(8px, -3px) rotate(1.5deg);
        transform: translate(8px, -3px) rotate(1.5deg)
    }
    62% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    60% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    74% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    72% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    76% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    78% {
        -webkit-transform: translate(2px, -3px) rotate(0.5deg);
        transform: translate(2px, -3px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
        transform: translate(-2px, -3px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(-4px, -1px) rotate(-0.5deg);
        transform: translate(-4px, -1px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-4px, 8px) rotate(0.5deg);
        transform: translate(-4px, 8px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    88% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    90% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    92% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    94% {
        -webkit-transform: translate(3px, 2px) rotate(1.5deg);
        transform: translate(3px, 2px) rotate(1.5deg)
    }
    96% {
        -webkit-transform: translate(-8px, 3px) rotate(-2.5deg);
        transform: translate(-8px, 3px) rotate(-2.5deg)
    }
    2% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake-hard-1 {
    98% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    6% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    4% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    10% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    8% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(-3px, -4px) rotate(0.5deg);
        transform: translate(-3px, -4px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    22% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    20% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    18% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    16% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    26% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    24% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    28% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    30% {
        -webkit-transform: translate(-8px, -2px) rotate(2.5deg);
        transform: translate(-8px, -2px) rotate(2.5deg)
    }
    32% {
        -webkit-transform: translate(3px, 0px) rotate(3.5deg);
        transform: translate(3px, 0px) rotate(3.5deg)
    }
    34% {
        -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
        transform: translate(-1px, -3px) rotate(-1.5deg)
    }
    36% {
        -webkit-transform: translate(-3px, 8px) rotate(1.5deg);
        transform: translate(-3px, 8px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    40% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    44% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    42% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    50% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    48% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    46% {
        -webkit-transform: translate(-3px, 9px) rotate(-0.5deg);
        transform: translate(-3px, 9px) rotate(-0.5deg)
    }
    52% {
        -webkit-transform: translate(7px, -3px) rotate(1.5deg);
        transform: translate(7px, -3px) rotate(1.5deg)
    }
    54% {
        -webkit-transform: translate(7px, 0px) rotate(1.5deg);
        transform: translate(7px, 0px) rotate(1.5deg)
    }
    56% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    70% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    68% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    66% {
        -webkit-transform: translate(8px, -2px) rotate(3.5deg);
        transform: translate(8px, -2px) rotate(3.5deg)
    }
    64% {
        -webkit-transform: translate(8px, -3px) rotate(1.5deg);
        transform: translate(8px, -3px) rotate(1.5deg)
    }
    62% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    60% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    74% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    72% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    76% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    78% {
        -webkit-transform: translate(2px, -3px) rotate(0.5deg);
        transform: translate(2px, -3px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
        transform: translate(-2px, -3px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(-4px, -1px) rotate(-0.5deg);
        transform: translate(-4px, -1px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-4px, 8px) rotate(0.5deg);
        transform: translate(-4px, 8px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    88% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    90% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    92% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    94% {
        -webkit-transform: translate(3px, 2px) rotate(1.5deg);
        transform: translate(3px, 2px) rotate(1.5deg)
    }
    96% {
        -webkit-transform: translate(-8px, 3px) rotate(-2.5deg);
        transform: translate(-8px, 3px) rotate(-2.5deg)
    }
    2% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes shake-hard-2 {
    2% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    4% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    8% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    10% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(-3px, -4px) rotate(0.5deg);
        transform: translate(-3px, -4px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    16% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    18% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    20% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    22% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    24% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    26% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    28% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    30% {
        -webkit-transform: translate(-8px, -2px) rotate(2.5deg);
        transform: translate(-8px, -2px) rotate(2.5deg)
    }
    32% {
        -webkit-transform: translate(3px, 0px) rotate(3.5deg);
        transform: translate(3px, 0px) rotate(3.5deg)
    }
    34% {
        -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
        transform: translate(-1px, -3px) rotate(-1.5deg)
    }
    36% {
        -webkit-transform: translate(-3px, 8px) rotate(1.5deg);
        transform: translate(-3px, 8px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    40% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    42% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    44% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    48% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    50% {
        -webkit-transform: translate(-3px, 9px) rotate(-0.5deg);
        transform: translate(-3px, 9px) rotate(-0.5deg)
    }
    52% {
        -webkit-transform: translate(7px, -3px) rotate(1.5deg);
        transform: translate(7px, -3px) rotate(1.5deg)
    }
    54% {
        -webkit-transform: translate(7px, 0px) rotate(1.5deg);
        transform: translate(7px, 0px) rotate(1.5deg)
    }
    56% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    60% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    62% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    64% {
        -webkit-transform: translate(8px, -2px) rotate(3.5deg);
        transform: translate(8px, -2px) rotate(3.5deg)
    }
    66% {
        -webkit-transform: translate(8px, -3px) rotate(1.5deg);
        transform: translate(8px, -3px) rotate(1.5deg)
    }
    68% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    70% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    72% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    74% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    76% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    78% {
        -webkit-transform: translate(2px, -3px) rotate(0.5deg);
        transform: translate(2px, -3px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
        transform: translate(-2px, -3px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(-4px, -1px) rotate(-0.5deg);
        transform: translate(-4px, -1px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-4px, 8px) rotate(0.5deg);
        transform: translate(-4px, 8px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    88% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    90% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    92% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    94% {
        -webkit-transform: translate(3px, 2px) rotate(1.5deg);
        transform: translate(3px, 2px) rotate(1.5deg)
    }
    96% {
        -webkit-transform: translate(-8px, 3px) rotate(-2.5deg);
        transform: translate(-8px, 3px) rotate(-2.5deg)
    }
    98% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake-hard-2 {
    2% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    4% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    8% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    10% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(-3px, -4px) rotate(0.5deg);
        transform: translate(-3px, -4px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    16% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    18% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    20% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    22% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    24% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    26% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    28% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    30% {
        -webkit-transform: translate(-8px, -2px) rotate(2.5deg);
        transform: translate(-8px, -2px) rotate(2.5deg)
    }
    32% {
        -webkit-transform: translate(3px, 0px) rotate(3.5deg);
        transform: translate(3px, 0px) rotate(3.5deg)
    }
    34% {
        -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
        transform: translate(-1px, -3px) rotate(-1.5deg)
    }
    36% {
        -webkit-transform: translate(-3px, 8px) rotate(1.5deg);
        transform: translate(-3px, 8px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    40% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    42% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    44% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    48% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    50% {
        -webkit-transform: translate(-3px, 9px) rotate(-0.5deg);
        transform: translate(-3px, 9px) rotate(-0.5deg)
    }
    52% {
        -webkit-transform: translate(7px, -3px) rotate(1.5deg);
        transform: translate(7px, -3px) rotate(1.5deg)
    }
    54% {
        -webkit-transform: translate(7px, 0px) rotate(1.5deg);
        transform: translate(7px, 0px) rotate(1.5deg)
    }
    56% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    60% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    62% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    64% {
        -webkit-transform: translate(8px, -2px) rotate(3.5deg);
        transform: translate(8px, -2px) rotate(3.5deg)
    }
    66% {
        -webkit-transform: translate(8px, -3px) rotate(1.5deg);
        transform: translate(8px, -3px) rotate(1.5deg)
    }
    68% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    70% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    72% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    74% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    76% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    78% {
        -webkit-transform: translate(2px, -3px) rotate(0.5deg);
        transform: translate(2px, -3px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
        transform: translate(-2px, -3px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(-4px, -1px) rotate(-0.5deg);
        transform: translate(-4px, -1px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-4px, 8px) rotate(0.5deg);
        transform: translate(-4px, 8px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    88% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    90% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    92% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    94% {
        -webkit-transform: translate(3px, 2px) rotate(1.5deg);
        transform: translate(3px, 2px) rotate(1.5deg)
    }
    96% {
        -webkit-transform: translate(-8px, 3px) rotate(-2.5deg);
        transform: translate(-8px, 3px) rotate(-2.5deg)
    }
    98% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes shake-hard-3 {
    10% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    8% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    4% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    2% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    28% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    26% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    24% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    22% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    20% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    18% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    16% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    14% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    48% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    46% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    44% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    42% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    40% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    38% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    62% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    60% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    58% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    56% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    76% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    74% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    72% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    70% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    68% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    92% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    90% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    88% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    86% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    98% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake-hard-3 {
    10% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    8% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    4% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    2% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    28% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    26% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    24% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    22% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    20% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    18% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    16% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    14% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    48% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    46% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    44% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    42% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    40% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    38% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    62% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    60% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    58% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    56% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    76% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    74% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    72% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    70% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    68% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    92% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    90% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    88% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    86% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    98% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes shake-hard {
    2% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    4% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    8% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    10% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(-3px, -4px) rotate(0.5deg);
        transform: translate(-3px, -4px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    16% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    18% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    20% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    22% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    24% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    26% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    28% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    30% {
        -webkit-transform: translate(-8px, -2px) rotate(2.5deg);
        transform: translate(-8px, -2px) rotate(2.5deg)
    }
    32% {
        -webkit-transform: translate(3px, 0px) rotate(3.5deg);
        transform: translate(3px, 0px) rotate(3.5deg)
    }
    34% {
        -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
        transform: translate(-1px, -3px) rotate(-1.5deg)
    }
    36% {
        -webkit-transform: translate(-3px, 8px) rotate(1.5deg);
        transform: translate(-3px, 8px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    40% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    42% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    44% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    48% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    50% {
        -webkit-transform: translate(-3px, 9px) rotate(-0.5deg);
        transform: translate(-3px, 9px) rotate(-0.5deg)
    }
    52% {
        -webkit-transform: translate(7px, -3px) rotate(1.5deg);
        transform: translate(7px, -3px) rotate(1.5deg)
    }
    54% {
        -webkit-transform: translate(7px, 0px) rotate(1.5deg);
        transform: translate(7px, 0px) rotate(1.5deg)
    }
    56% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    60% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    62% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    64% {
        -webkit-transform: translate(8px, -2px) rotate(3.5deg);
        transform: translate(8px, -2px) rotate(3.5deg)
    }
    66% {
        -webkit-transform: translate(8px, -3px) rotate(1.5deg);
        transform: translate(8px, -3px) rotate(1.5deg)
    }
    68% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    70% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    72% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    74% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    76% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    78% {
        -webkit-transform: translate(2px, -3px) rotate(0.5deg);
        transform: translate(2px, -3px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
        transform: translate(-2px, -3px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(-4px, -1px) rotate(-0.5deg);
        transform: translate(-4px, -1px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-4px, 8px) rotate(0.5deg);
        transform: translate(-4px, 8px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    88% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    90% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    92% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    94% {
        -webkit-transform: translate(3px, 2px) rotate(1.5deg);
        transform: translate(3px, 2px) rotate(1.5deg)
    }
    96% {
        -webkit-transform: translate(-8px, 3px) rotate(-2.5deg);
        transform: translate(-8px, 3px) rotate(-2.5deg)
    }
    98% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake-hard {
    2% {
        -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
        transform: translate(5px, -3px) rotate(-0.5deg)
    }
    4% {
        -webkit-transform: translate(4px, 1px) rotate(0.5deg);
        transform: translate(4px, 1px) rotate(0.5deg)
    }
    6% {
        -webkit-transform: translate(3px, 9px) rotate(2.5deg);
        transform: translate(3px, 9px) rotate(2.5deg)
    }
    8% {
        -webkit-transform: translate(3px, 3px) rotate(3.5deg);
        transform: translate(3px, 3px) rotate(3.5deg)
    }
    10% {
        -webkit-transform: translate(3px, 0px) rotate(0.5deg);
        transform: translate(3px, 0px) rotate(0.5deg)
    }
    12% {
        -webkit-transform: translate(-3px, -4px) rotate(0.5deg);
        transform: translate(-3px, -4px) rotate(0.5deg)
    }
    14% {
        -webkit-transform: translate(-4px, -2px) rotate(-0.5deg);
        transform: translate(-4px, -2px) rotate(-0.5deg)
    }
    16% {
        -webkit-transform: translate(8px, 7px) rotate(3.5deg);
        transform: translate(8px, 7px) rotate(3.5deg)
    }
    18% {
        -webkit-transform: translate(-8px, -3px) rotate(0.5deg);
        transform: translate(-8px, -3px) rotate(0.5deg)
    }
    20% {
        -webkit-transform: translate(2px, -7px) rotate(-2.5deg);
        transform: translate(2px, -7px) rotate(-2.5deg)
    }
    22% {
        -webkit-transform: translate(6px, 1px) rotate(-1.5deg);
        transform: translate(6px, 1px) rotate(-1.5deg)
    }
    24% {
        -webkit-transform: translate(1px, 1px) rotate(-2.5deg);
        transform: translate(1px, 1px) rotate(-2.5deg)
    }
    26% {
        -webkit-transform: translate(-1px, 5px) rotate(2.5deg);
        transform: translate(-1px, 5px) rotate(2.5deg)
    }
    28% {
        -webkit-transform: translate(3px, -1px) rotate(3.5deg);
        transform: translate(3px, -1px) rotate(3.5deg)
    }
    30% {
        -webkit-transform: translate(-8px, -2px) rotate(2.5deg);
        transform: translate(-8px, -2px) rotate(2.5deg)
    }
    32% {
        -webkit-transform: translate(3px, 0px) rotate(3.5deg);
        transform: translate(3px, 0px) rotate(3.5deg)
    }
    34% {
        -webkit-transform: translate(-1px, -3px) rotate(-1.5deg);
        transform: translate(-1px, -3px) rotate(-1.5deg)
    }
    36% {
        -webkit-transform: translate(-3px, 8px) rotate(1.5deg);
        transform: translate(-3px, 8px) rotate(1.5deg)
    }
    38% {
        -webkit-transform: translate(8px, 3px) rotate(3.5deg);
        transform: translate(8px, 3px) rotate(3.5deg)
    }
    40% {
        -webkit-transform: translate(3px, 2px) rotate(-1.5deg);
        transform: translate(3px, 2px) rotate(-1.5deg)
    }
    42% {
        -webkit-transform: translate(0px, -1px) rotate(-2.5deg);
        transform: translate(0px, -1px) rotate(-2.5deg)
    }
    44% {
        -webkit-transform: translate(-3px, -3px) rotate(0.5deg);
        transform: translate(-3px, -3px) rotate(0.5deg)
    }
    46% {
        -webkit-transform: translate(0px, -3px) rotate(-2.5deg);
        transform: translate(0px, -3px) rotate(-2.5deg)
    }
    48% {
        -webkit-transform: translate(3px, 3px) rotate(-2.5deg);
        transform: translate(3px, 3px) rotate(-2.5deg)
    }
    50% {
        -webkit-transform: translate(-3px, 9px) rotate(-0.5deg);
        transform: translate(-3px, 9px) rotate(-0.5deg)
    }
    52% {
        -webkit-transform: translate(7px, -3px) rotate(1.5deg);
        transform: translate(7px, -3px) rotate(1.5deg)
    }
    54% {
        -webkit-transform: translate(7px, 0px) rotate(1.5deg);
        transform: translate(7px, 0px) rotate(1.5deg)
    }
    56% {
        -webkit-transform: translate(3px, -7px) rotate(0.5deg);
        transform: translate(3px, -7px) rotate(0.5deg)
    }
    58% {
        -webkit-transform: translate(2px, -3px) rotate(-2.5deg);
        transform: translate(2px, -3px) rotate(-2.5deg)
    }
    60% {
        -webkit-transform: translate(3px, 2px) rotate(-2.5deg);
        transform: translate(3px, 2px) rotate(-2.5deg)
    }
    62% {
        -webkit-transform: translate(-2px, 10px) rotate(-0.5deg);
        transform: translate(-2px, 10px) rotate(-0.5deg)
    }
    64% {
        -webkit-transform: translate(8px, -2px) rotate(3.5deg);
        transform: translate(8px, -2px) rotate(3.5deg)
    }
    66% {
        -webkit-transform: translate(8px, -3px) rotate(1.5deg);
        transform: translate(8px, -3px) rotate(1.5deg)
    }
    68% {
        -webkit-transform: translate(4px, 3px) rotate(2.5deg);
        transform: translate(4px, 3px) rotate(2.5deg)
    }
    70% {
        -webkit-transform: translate(0px, -7px) rotate(2.5deg);
        transform: translate(0px, -7px) rotate(2.5deg)
    }
    72% {
        -webkit-transform: translate(3px, -7px) rotate(1.5deg);
        transform: translate(3px, -7px) rotate(1.5deg)
    }
    74% {
        -webkit-transform: translate(-4px, -2px) rotate(-2.5deg);
        transform: translate(-4px, -2px) rotate(-2.5deg)
    }
    76% {
        -webkit-transform: translate(-8px, -2px) rotate(1.5deg);
        transform: translate(-8px, -2px) rotate(1.5deg)
    }
    78% {
        -webkit-transform: translate(2px, -3px) rotate(0.5deg);
        transform: translate(2px, -3px) rotate(0.5deg)
    }
    80% {
        -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
        transform: translate(-2px, -3px) rotate(0.5deg)
    }
    82% {
        -webkit-transform: translate(-4px, -1px) rotate(-0.5deg);
        transform: translate(-4px, -1px) rotate(-0.5deg)
    }
    84% {
        -webkit-transform: translate(-4px, 8px) rotate(0.5deg);
        transform: translate(-4px, 8px) rotate(0.5deg)
    }
    86% {
        -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
        transform: translate(3px, 5px) rotate(-0.5deg)
    }
    88% {
        -webkit-transform: translate(3px, -4px) rotate(3.5deg);
        transform: translate(3px, -4px) rotate(3.5deg)
    }
    90% {
        -webkit-transform: translate(-8px, 3px) rotate(-0.5deg);
        transform: translate(-8px, 3px) rotate(-0.5deg)
    }
    92% {
        -webkit-transform: translate(-3px, 3px) rotate(-2.5deg);
        transform: translate(-3px, 3px) rotate(-2.5deg)
    }
    94% {
        -webkit-transform: translate(3px, 2px) rotate(1.5deg);
        transform: translate(3px, 2px) rotate(1.5deg)
    }
    96% {
        -webkit-transform: translate(-8px, 3px) rotate(-2.5deg);
        transform: translate(-8px, 3px) rotate(-2.5deg)
    }
    98% {
        -webkit-transform: translate(3px, 9px) rotate(1.5deg);
        transform: translate(3px, 9px) rotate(1.5deg)
    }
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@media(max-width: 1440px) {
    .special__pack {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@media(max-height: 780px),
(max-width: 1200px) {
    .col-xl,
    .col-xl-auto,
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1,
    .col-lg,
    .col-lg-auto,
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1,
    .col-md,
    .col-md-auto,
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1,
    .col-sm,
    .col-sm-auto,
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1,
    .col,
    .col-auto,
    .col-12,
    .col-11,
    .col-10,
    .col-9,
    .col-8,
    .col-7,
    .col-6,
    .col-5,
    .col-4,
    .col-3,
    .col-2,
    .col-1 {
        padding: 15px 15px 15px 30px
    }
    .study__bg {
        width: 450px;
        height: 434px
    }
    .taste__tablet-cat {
        top: -19px;
        left: 36%
    }
    .taste__tablet {
        top: -2%;
        left: -6%
    }
    .study__tablet {
        top: 42%;
        left: 38%
    }
    .header__logo-img {
        margin-top: 0%
    }
    html,
    body {
        font-size: 25px
    }
    .pill-selection__item {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    .pill-selection__item {
        margin-top: -45px;
        margin-bottom: 0
    }
    .special__pack {
        padding-left: 110px
    }
    .arsenal__plus-text-one {
        left: -200px
    }
    .special__pack {
        -ms-background-position-x: 50%;
        background-position-x: 50%
    }
    .taste__bg {
        width: 480px;
        height: 490px
    }
    .taste__bg-cat {
        width: 555px;
        height: 417px
    }
}

@media(max-height: 720px),
(max-width: 991px) {
    html,
    body {
        font-size: 18px
    }
    .plus {
        width: 65px;
        height: 65px;
        line-height: 58px
    }
    .push-up {
        width: 65px;
        height: 65px;
        padding-top: 1px
    }
    .arsenal__plus-text-two {
        max-width: 200px;
        line-height: 34px
    }
    .buy__link {
        font-size: 1.16rem
    }
    .arsenal__plus-text-one {
        left: -118px
    }
    .header {
        background-size: contain
    }
    .header__nav-item {
        padding-left: 20px;
        font-family: Roboto;
        padding-top: 10px
    }
    .pet-selection__title {
        margin-top: 0
    }
    .pill-selection__title {
        margin-top: -30px;
        margin-bottom: 15px;
        line-height: 40px
    }
    .pet-selection__link {
        width: 120px;
        height: 120px;
        border: 6px solid #fff;
        line-height: 33px;
        padding-top: 10px;
        padding-left: 25px;
        margin-left: 20%;
        margin-top: -30px
    }
    .pet-selection__link::after {
        content: url(./img/pet-selection__link-arrow-media-min.png)
    }
    .pet-selection__link:hover::after,
    .pet-selection__link:focus::after,
    .pet-selection__link:active::after {
        content: url(./img/pet-selection__link-arrow-media-hover-min.png)
    }
    .pet-selection__bg {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        margin-top: 11%;
        margin-left: -25%
    }
    .pill-selection__item {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    .special__pack {
        padding-left: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        background-position-x: 19%
    }
    .taste__bg {
        width: 350px;
        height: 360px
    }
    .taste__bg-cat {
        margin-left: -170px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    .taste__tablet {
        top: -6%;
        left: -6%
    }
    .study__bg {
        width: 376px;
        height: 366px
    }
    .study__tablet {
        top: 40%;
        left: 38%
    }
}

@media(max-height: 540px),
(max-width: 960px) {
    html,
    body {
        font-size: 16px
    }
    .header__logo-img {
        width: 50%
    }
    .pill-selection__item {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -60px
    }
    .pill-selection__title {
        margin-bottom: 0
    }
    .study__bg {
        width: 350px;
        height: 334px
    }
    .pet-selection__bg {
        margin-top: 0
    }
    .pet-selection__title {
        margin-top: -20px
    }
}

@media(max-height: 480px),
(max-width: 767px) {
    html,
    body {
        font-size: 14px
    }
    .buy {
        height: 100vh
    }
    .ozon__bg {
        background-position: center;
        contain: unset;
        background-size: cover;
        padding: 0;
        height: auto;
        background-repeat: no-repeat
    }
    .buy__subtitle {
        margin-top: 5px
    }
    .plus {
        width: 48px;
        height: 48px;
        line-height: 43px
    }
    .push-up {
        width: 48px;
        height: 48px;
        padding: 0 8px
    }
    .push-up svg {
        margin-top: -5px
    }
    .buy__link {
        font-size: 1.46rem
    }
    .arsenal__plus-text-one {
        left: 0
    }
    .special__plus-text-one {
        left: -5rem;
        top: -36px
    }
    .special__plus-text-four {
        left: 53px
    }
    .arsenal__plus-text-two {
        left: 395px
    }
    .special__plus-text-five {
        left: 53px
    }
    .header__nav {
        margin-left: 10px
    }
    .arsenal__plus-one {
        left: 170px
    }
    .arsenal__plus-two {
        right: 150px
    }
    .arsenal__plus-two:after {
        left: 59px;
        top: -25px
    }
    .header__nav-item {
        padding-left: 8px
    }
    .pill-selection__title {
        line-height: 30px
    }
    .pet-selection__link {
        width: 85px;
        height: 85px;
        line-height: 21px;
        padding-top: 5px;
        padding-left: 13px;
        margin-top: 20px
    }
    .pet-selection__link::after {
        bottom: 3px
    }
    .pet-selection__title {
        margin-top: -20px;
        margin-bottom: 65px
    }
    .special__pack {
        margin-left: -45px
    }
}

@media(max-height: 600px) {
    .header {
        background-size: cover
    }
}

@media(max-width: 575px) {
    .where-buy-modal__title {
        color: #ffe699;
        font-size: 32px;
        text-align: center;
        font-style: Verveine;
    }
    .where-buy-modal__item-list {
        margin-top: 40px;
        display: block;
        /*flex-direction: column;
        align-items: center;*/
    }
    .where-buy-modal__item {
        background-color: white;
        display: block;
        /*align-items: center;
        justify-content: center;*/
        padding: 0 23px;
        border-radius: 20px;
        margin: 15px;
        width: 40%;
        float: left;
    }
    .header-top-row {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .header__logo-img {
        margin-top: 0%;
        margin-left: 20px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    .header__menu-icon {
        margin-right: 10px;
    }
    .header__menu-icon img {
        margin-top: 5px;
    }
    .header__menu-text {
        font-size: 22px;
        color: #336447;
        font-style: inherit;
    }
    .header__menu-btn {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .header__menu-item-list {
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        z-index: 999;
        height: 0px;
        overflow: hidden;
        transition: 0.5s height;
        font-family: Roboto;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .header__menu-item-list.active {
        height: 150px;
    }
    .header__menu-item {
        background-color: #3e7e58;
        width: 100vw;
        height: 50px;
        color: #ffe699;
        font-size: 18px;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }
    .header__menu-item a {
        color: inherit;
        text-decoration: none;
        display: block;
        width: 100vw;
        height: 50px;
        display: flex;
        align-items: center;
        font-style: inherit;
    }
    .header__menu-item:hover {
        background-color: #326346;
    }
    .header__menu {
        display: none;
    }
    .header__menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-left: 2px solid black;
        padding-left: 17px;
        height: 30px;
        font-family: Roboto;
    }
    .pet-selection__link {
        animation: animate-mobile-btn 2s linear infinite
    }
    @keyframes animate-mobile-btn {
        0% {
            transform: scale(1);
        }
        49% {
            transform: scale(0.8);
        }
        50% {
            transform: scale(0.8);
        }
        100% {
            transform: scale(1);
        }
    }
    .pet-selection__link-two {
        /* animation-delay: 1s; */
        animation: animate-mobile-btn-two 2s linear infinite;
        transform: scale(0.8);
    }
    @keyframes animate-mobile-btn-two {
        0% {
            transform: scale(0.8);
        }
        49% {
            transform: scale(1);
        }
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(0.8);
        }
    }
    .card__item-img {
        margin: 0 auto
    }
    .tablet-drop__bg {
        height: 90vh;
        max-width: none;
        width: auto;
        display: block;
        right: 40%;
        top: 20%
    }
    .tablet-drop__tablet {
        right: 30%
    }
    .nematod__text {
        right: 0;
        left: 5%
    }
    .cestod__title {
        font-size: 2.9rem;
        line-height: 40px
    }
    .cestod__subtitle {
        font-size: 1.4rem
    }
    .politics {
        padding: 50px 0
    }
    .title {
        font-size: 2.4rem
    }
    .subtitle {
        font-size: 1.05rem
    }
    h3 {
        line-height: 25px
    }
    .footer__text {
        font-size: 14px
    }
    .politics__title {
        font-size: 30px;
        line-height: 36px
    }
    .politics__list,
    .politics__text {
        font-size: 14px
    }
    [dir="ltr"] .select-weight .title {
        text-align: left
    }
    [dir="rtl"] .select-weight .title {
        text-align: right
    }
    .select-weight .title {
        padding-left: 16px
    }
    .select-weight {
        padding-bottom: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .pet-selection__title {
        margin-left: 0;
        width: 88px
    }
    .pet-selection__bg {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        margin-top: 11%;
        margin-left: -48%
    }
    .pet-selection__link:hover {
        border: 5px solid #009d43
    }
    .pet-selection__link:hover::after {
        bottom: 3px !important
    }
    .arsenal {
        position: static !important
    }
    .img {
        bottom: 40px
    }
    .shield {
        position: relative
    }
    .arsenal__plus-text-one {
        top: 80px;
        left: 160px
    }
    .arsenal__plus-text-two {
        top: 160px;
        left: 125px
    }
    .arsenal__plus-one {
        top: 80px;
        left: 72%
    }
    .arsenal__plus-two {
        top: 160px;
        left: 60px
    }
    .buy__link {
        font-size: 1rem
    }
    .subtitle {
        line-height: 17px
    }
    .row {
        margin-right: 0
    }
    .header {
        background: url(./img/header_bg-media-min.png) no-repeat;
        background-size: 100% 95vh;
        background-position-x: center;
        width: 100%;
        height: 100vh;
        overflow: hidden
    }
    .pet-selection__link-two {
        top: 61%
    }
    .header__logo-img {
        margin-top: 15px;
        width: 176.3px;
        height: 46px;
        margin-bottom: 10px;
        margin-left: 50px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    .card__item-title {
        max-width: 80vw;
        margin-top: 30px;
        padding: 0 20px 0 0;
        white-space: normal;
        box-sizing: border-box
    }
    .pill-selection__title {
        margin-top: 80px
    }
    .header__nav-item {
        padding-left: 6px
    }
    .pet-selection__link {
        margin-top: 20px;
        margin-left: 0%
    }
    .header__content {
        margin-top: 15px
    }
    .pill-selection {
        position: absolute;
        height: 320px;
        width: 200px;
        right: 0
    }
    .pill-selection__item {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 120px;
        min-width: 130px;
        position: absolute;
        bottom: 10px;
        right: 35px
    }
    .card {
        width: 400px;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap
    }
    .parent {
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        padding-left: 30px;
        padding-right: 30px;
        width: 100vw
    }
    .child {
        display: inline-block;
        vertical-align: top;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        max-width: 100%
    }
    .special__pack {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    img {
        width: 90%
    }
    .security__img {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .security__img-img {
        width: auto;
        height: 259px
    }
    .study__bg {
        position: center;
        width: 227px;
        height: 234px;
        left: 23%
    }
    .study__tablet {
        width: 50px;
        background-size: contain
    }
    .result__img {
        line-height: 24;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding-top: 40px
    }
    .result__img-img {
        width: 200px;
        height: 110px
    }
    .result__img-img-cat {
        width: 153px;
        height: 200px;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-left: 0
    }
    .special__plus {
        width: 74px;
        height: 74px;
        font-size: 5.3rem;
        line-height: 65px;
        padding: 16px
    }
    .special__plus-text {
        font-size: 4rem
    }
    .plus-close-pos {
        top: 50px;
        right: 4%
    }
    .taste__bg {
        width: 250px;
        height: 260px;
        left: 23%
    }
    .taste__bg-cat {
        margin-left: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 250px;
        height: 260px;
        left: 22%
    }
    .taste__tablet,
    .taste__tablet-cat {
        width: 60px
    }
    .availability__img {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .arsenal__img-3 {
        width: 80px
    }
    .arsenal__plus-one::before {
        left: -180px
    }
    .availability__img-img {
        width: 200px;
        height: 252px
    }
    .special {
        position: relative;
        overflow: hidden
    }
    .special .row>* {
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }
    .special .row {
        max-width: none;
        width: 100vw
    }
    .special__pack {
        width: 100%;
        height: 100vh;
        padding: 40px 0 0 0;
        margin: 0;
        background-position: left -25px bottom 35px;
        background-size: contain;
        position: static;
        top: 350px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .special__pack .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        height: 50vh;
        width: 100%;
        padding: 10px 80px 0 80px;
        margin: 0
    }
    .special__pack .row .col-6 {
        position: static;
        max-height: 40%;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        width: 100%;
        max-width: none;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-shrink: 2;
        flex-shrink: 2;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        flex-grow: 2
    }
    .special__pack .row .col-6:first-child {
        margin-top: 0px;
        max-height: 60%;
        -webkit-flex-shrink: 3;
        flex-shrink: 3;
        -webkit-box-flex: 3;
        -webkit-flex-grow: 3;
        flex-grow: 3
    }
    .special__pack .row .special__plus-link .special__plus-text {
        font-size: 2.4rem
    }
    .special__pack .row .special__plus-link .special__plus {
        width: 44px;
        height: 44px;
        padding: 7.6px
    }
    .special__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-transform: scale(1);
        transform: scale(1);
        position: static;
        margin: 0;
        padding: 0
    }
    .special__item * {
        position: static
    }
    .special__item .special__plus-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .special__result {
        width: 185px;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
    .special__study {
        width: 210px;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
    .special__study .special__plus-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .special__availability {
        width: 215px;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
    .special__security {
        width: 215px;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
    .special__security .special__plus-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .special__taste {
        width: 110px;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    .shield {
        background-size: 150vw 100vh;
        background-position: right -10vw bottom 20vh
    }
    .row {
        position: static
    }
    .col-6 {
        position: static
    }
    .special__plus-1:before,
    .special__plus-2:before,
    .special__plus-4:before,
    .special__plus-5:before,
    .special__plus-3:before {
        font-size: 3rem
    }
    .special__plus-1 {
        bottom: 80px;
        top: -165px
    }
    .special__plus-text-one {
        top: -160px;
        left: -13rem
    }
    .special__plus-2 {
        bottom: 90px;
        left: 114px
    }
    .special__plus-text-two {
        left: -11rem;
        top: -150px
    }
    .special__plus-3 {
        top: 35px
    }
    .special__plus-text-three {
        left: -21rem;
        top: 42px
    }
    .special__plus-4 {
        bottom: 65px;
        left: -20%
    }
    .special__plus-text-four {
        left: 38px;
        top: -126px
    }
    .special__plus-5 {
        left: -260px
    }
    .special__plus-text-five {
        left: -12rem;
        top: 10px
    }
}

@media(max-width: 510px) {
    .video__video {
        height: 270px
    }
}

@media(max-height: 480px) {
    body {
        overflow-y: scroll
    }
    .block-gradient {
        height: 480px
    }
}

@media(max-width: 475px) {
    .pet-selection__bg {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
    .card__item-img {
        width: 320px
    }
    .arsenal__plus-text-one {
        left: 30%
    }
    .pill-selection__item {
        right: 10px
    }
}

@media(max-width: 425px) {
    .video__video {
        height: 234px
    }
    .card__item-img {
        width: 280px
    }
    .pet-selection__title {
        margin-left: 0
    }
    .pet-selection__link {
        border: 5px solid #fff;
        line-height: 24px
    }
    .pill-selection {
        padding-right: 20px
    }
}

@media(max-width: 400px) {
    .video__video {
        height: 209px
    }
    .card__item-img {
        width: 260px
    }
    .arsenal__plus-text-one {
        left: 20%
    }
}

@media(max-width: 360px) {
    .video__video {
        height: 184px
    }
    .card__item-img {
        width: 230px
    }
    .pet-selection__bg {
        -webkit-transform: scale(2.9);
        transform: scale(2.9)
    }
    .pill-selection__item {
        max-width: 140px;
        right: 10px;
        bottom: 25px
    }
}

@media(max-width: 320px) {
    body {
        overflow-x: scroll
    }
    .block-gradient {
        width: 320px
    }
}

@media(min-width: 576px)and (max-width: 1199px) {
    .card__item-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media(max-height: 760px) {
    .img {
        margin-bottom: 0
    }
    .arsenal__img-3 {
        width: 100px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    .arsenal__img-2 {
        width: 120%;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
    .arsenal__img-1 {
        width: 120%;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media(max-height: 560px) {
    .img {
        margin-bottom: -20px
    }
}


}

}