.form-group .select2-hidden-accessible {
    overflow: scroll !important;
}

@font-face {
    font-family: 'Bebivita';
    src: url("../fonts/Bebivita_Baerchentyp/Bebivita_Baerchentyp_2016_V2-Medium.ttf");
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url("../fonts/Neo_Sans_Pro/Neo_Sans_Pro.ttf");
}

@font-face {
    font-family: Arial;
    src: url("../fonts/Arial/ArialRegular/ArialRegular.ttf");
}

@font-face {
    font-family: Arial-Italic;
    src: url("../fonts/Arial/ArialItalic/ArialItalic.ttf");
}

label a {
    color: #006bb0;
    text-decoration: underline;
}

label a:hover {
    text-decoration: none;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    font-family: 'Bebivita';
    background-color: #fff;
    width: 100%;
    font-size: 1vw;
    padding: 0 4.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 10px 1px #fff;
    box-shadow: 0 3px 10px 1px #fff;
    z-index: 11;
}

.logo {
    width: 19%;
}

.logo img {
    width: 78%;
    height: auto;
}

nav {
    width: 63%;
}

nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

nav ul li {
    border: 0.3em solid #fff;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 15px 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

nav ul li a {
    font-size: 1.3em;
    text-align: center;
    display: block;
    line-height: 1;
}

nav ul li:hover {
    border: 0.3em solid #ee1b25;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 15px 15px;
}

nav ul li:nth-child(2):hover {
    border: 0.3em solid #3dad48;
}

nav ul li:nth-child(3):hover {
    border: 0.3em solid #0a3f88;
}

nav ul li:nth-child(4):hover {
    border: 0.3em solid #ee1b25;
    padding: 5px 15px;
}

nav ul li .why {
    color: #0a3f88;
}

nav ul li .fruit {
    color: #ee1c25;
}

nav ul li .sales {
    color: #3dad48;
    font-size: 1.4em
}

nav ul .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

nav ul .ico img {
    width: 30%;
    margin-left: 4%;
}

nav ul .ico a {
    width: 70%;
    height: auto;
}

nav ul .active {
    border: 0.3em solid #ee1b25;
}

nav ul .active:nth-child(2) {
    border: 0.3em solid #3dad48;
}

nav ul .active:nth-child(3) {
    border: 0.3em solid #0a3f88;
}

nav ul li:nth-child(2) {
    padding: 5px 15px;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 18%;
}

.header-wrapper .social {
    text-align: center;
    width: 100%;
    font-size: 2em;
    color: #0056a6;
}

.header-wrapper .social .f {
    height: 0.7em;
}

.header-wrapper .social .v {
    width: 1em;
}

.header-wrapper .social img {
    margin-left: 0.3em;
    height: auto;
}

.header-wrapper .nav-mobile {
    display: none;
    width: 4vw;
    height: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    cursor: pointer;
}

.header-wrapper .nav-mobile .line {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    border-bottom: 0.6vw solid #0a3f88;
    -webkit-border-radius: 0.5vw;
    border-radius: 0.5vw;
}

.header-wrapper .nav-mobile-active .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-wrapper .nav-mobile-active .line:nth-child(3) {
    margin-top: -4vw;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-wrapper .nav-mobile-active .line:nth-child(2) {
    display: none;
}

@media screen and (max-width:1024px) {
    .header {
        font-size: 1.1vw;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

    .header .logo {
        width: 27%;
    }

    .header nav {
        position: absolute;
        display: none;
        top: 8vw;
        background-color: #fff;
        width: 100vw;
        left: 0;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }

    .header nav ul {
        display: block;
    }

    .header nav ul .active {
        border: none;
    }

    .header nav ul li {
        border: none;
    }

    .header nav ul li a {
        font-size: 1.8vw;
    }

    .header nav ul li a br {
        display: none;
    }

    .header nav ul li:hover {
        border: none;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }

    .header nav ul .ico {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }

    .header nav ul .ico a {
        width: auto;
    }

    .header nav ul .ico img {
        width: 3vw;
        margin-left: 1vw;
    }

    .header-wrapper {
        width: 23%;
    }

    .header-wrapper .nav-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

}

.mobile-tab.line-tab-btn {
    display: none;
}

@media screen and (max-width:768px) {
    .mobile-tab.line-tab-btn {
        display: inline-block;
    }

    .center-txt {
        margin-bottom: 10em;
    }

    .line-mb {
        text-align: center;
        font-size: 3em;
        margin: 2em 0 0;
    }

    .slider-text {
    }

    .header {
        font-size: 1.7vw;
    }

    .header nav ul li a {
        font-size: 1.7em;
    }

    .header .logo {
        width: 21%;
    }

    .header .header-wrapper {
        width: 75%;
    }

    .header .header-wrapper .nav-mobile {
        width: 6vw;
        height: 6vw;
    }

    .header .header-wrapper .nav-mobile .line {
        border-bottom: 0.9vw solid #0a3f88;
    }

    .header .header-wrapper .ico img {
        width: 5vw;
    }

    .header .nav-mobile-active .line:nth-child(3) {
        margin-top: -5.6vw;
    }

}

@media screen and (max-width:450px) {
    .header {
        padding: 0 3vw;
        font-size: 2.5vw;
    }

    .header nav ul li a {
        font-size: 1.9em;
    }

    .header nav ul .ico img {
        width: 6vw;
    }

    .header .logo {
        width: 33%;
    }

    .header .header-wrapper {
        width: 67%;
    }

    .header .header-wrapper .nav-mobile {
        width: 10vw;
        height: 10vw;
    }

    .header .header-wrapper .nav-mobile-active .line:nth-child(3) {
        margin-top: -10vw;
    }

}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#fullpage {
    opacity: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus, a:hover, a:active {
    outline: none;
    border: none;
}

.clear {
    clear: both;
}

.gifffer-play-button {
    opacity: 0;
}

.loader-wrp {
    position: fixed;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    bottom: 0;
    top: 0;
}

.line-load {
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    background-color: #006cb7;
    -webkit-transition: ease-in-out 2.8s;
    -o-transition: ease-in-out 2.8s;
    transition: ease-in-out 2.8s;
    -webkit-box-shadow: 1px 0 0.5em #999;
    box-shadow: 1px 0 0.5em #999;
}

.logo-load {
    width: 33vw;
    height: auto;
}

h1.anim {
    opacity: 0;
}

h1 {
    font-family: 'Bebivita';
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.block {
    height: 100vh;
    background-color: #ffcb07;
    background-image: url("../images/backgroun1.png");
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button {
    background-color: #ee1c26;
    font-family: 'Bebivita';
    font-size: 1.3em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.75em 1.5em;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.section-vegatables .block, .section-sales .block, .section-meat-vegatables .block, .section-juice .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    padding-top: 6vw;
}

.baby {
    position: absolute;
    bottom: -1vh;
    max-width: 50vw;
}

.baby img {
    width: 100%;
}

.baby-sales {
    width: 75vh;
    right: 0;
}

.baby-vegatables {
    width: 85vh;
    left: 0;
    bottom: -5vh;
}

.baby-meat-vegatables {
    width: 75vh;
    right: 0;
}

.baby-juice {
    width: 70vh;
    left: 0;
}

.baby-video {
    bottom: 2vh;
    width: 85vh;
}

.bear.anim {
    opacity: 0;
}

.bear {
    position: absolute;
    height: auto;
    width: 18vh;
    font-size: 1vh;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}

.bear img {
    width: 100%;
}

.bear-why, .bear-vegatables, .bear-juice {
    bottom: 1em;
}

.bear-sales, .bear-vegatables, .bear-juice, .bear-meat-vegatables {
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.bear-sales, .bear-meat-vegatables {
    left: 7em;
    bottom: 1em;
    width: 14vh;
}

.bear-why {
    -webkit-animation-delay: 5.8s;
    -o-animation-delay: 5.8s;
    animation-delay: 5.8s;
    height: 23vh;
    right: 4em;
}

.bear-why img {
    position: absolute;
    left: 0;
    height: 100%;
    width: auto;
}

.bear-meat-vegatables {
    height: 46vh;
    left: 11em;
}

.bear-meat-vegatables img {
    position: absolute;
    right: 0;
    height: 100%;
    width: auto;
}

.bear-meat-vegatables, .bear-sales {
    left: 6em;
    width: 15em;
    bottom: 3em;
}

.bear-vegatables, .bear-juice, .bear-meat-vegatables {
    width: 26em;
}

.bear-vegatables, .bear-juice {
    right: 0;
}

.text-bear-ico {
    width: 5vh;
    height: 4vh;
    background-color: #ee1c25;
    margin-right: 1vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}

.text-bear-ico:before {
    position: absolute;
    content: "";
    border: 1vh solid transparent;
    border-left: 2.5vh solid #fff;
    margin-left: 1vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-bear.anim {
    opacity: 0;
}

.text-bear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-color: #fff;
    -webkit-border-radius: 2vh;
    border-radius: 2vh;
    padding: 1vh 2vh;
    font-size: 2vh;
    font-family: 'Bebivita';
    color: #0a3f88;
    position: absolute;
    cursor: pointer;
    top: -2.5vh;
}

.text-bear:before {
    content: "";
    border: 1em solid transparent;
    border-bottom: 1em solid #fff;
    position: absolute;
    right: -0.6em;
    bottom: -0.3em;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

.text-bear-why {
    right: 15vh;
    width: 20vh;
    -webkit-animation-delay: 6.5s;
    -o-animation-delay: 6.5s;
    animation-delay: 6.5s;
}

.text-bear-sales {
    left: 6em;
    width: 9em;
}

.text-bear-sales:before {
    right: auto;
    -webkit-transform: rotate(-380deg);
    -ms-transform: rotate(-380deg);
    -o-transform: rotate(-380deg);
    transform: rotate(-380deg);
    left: -0.7em;
}

.text-bear-sales, .text-bear-vegatables, .text-bear-juice, .text-bear-meat-vegatables {
    -webkit-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.text-bear-vegatables {
    right: 18vh;
    width: 22vh;
}

.text-bear-meat-vegatables {
    left: 9vh;
    width: 27vh;
    top: 8vw;
}

.text-bear-meat-vegatables:before {
    right: auto;
    -webkit-transform: rotate(-380deg);
    -ms-transform: rotate(-380deg);
    -o-transform: rotate(-380deg);
    transform: rotate(-380deg);
    left: -0.7em;
}

.text-bear-juice {
    right: 18vh;
    width: 24vh;
}

.text-bear-victoryna {
    top: 4em;
    right: -8em;
    max-width: 11em;
}

.text-bear-victoryna-send:before, .text-bear-victoryna-yes:before, .text-bear-victoryna:before, .text-bear-yes:before, .text-bear-no:before {
    right: auto;
    -webkit-transform: rotate(-380deg);
    -ms-transform: rotate(-380deg);
    -o-transform: rotate(-380deg);
    transform: rotate(-380deg);
    left: -0.7em;
}

.text-bear-no {
    width: 9em;
    top: initial;
    left: 7em;
    max-width: 13vw;
    bottom: 64%;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.text-bear-no:not(.active) {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.text-bear-yes {
    max-width: 13vw;
    top: initial;
    left: 8em;
    bottom: 65%;
    min-width: 8em;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
    transition: opacity 0.3s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.text-bear-yes:not(.active) {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.text-bear-victoryna-yes {
    width: 17vh;
    top: -12.5vh;
    left: 18vh;
}

.text-bear-victoryna-send {
    top: -11vh;
    right: -12vh;
    width: 18vh;
}

.article-wrap-why {
    position: absolute;
    bottom: 28vh;
    right: 3vh;
}

.article-wrap-sales {
    position: absolute;
    bottom: 26vh;
    left: 2vh;
}

.article-wrap-vegatables {
    position: absolute;
    top: 18vh;
    right: 9vh;
}

.article-wrap-prod {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 99;
}

.article-wrap-juice {
    position: absolute;
    top: 18vh;
    right: 9vh;
}

.img-sales {
    width: 13em;
    margin-bottom: 2em;
}

.img-vegatables {
    width: 14em;
    margin-left: 1em;
    margin-bottom: 2em;
}

.img-meat-vegatables {
    width: 14em;
    margin-bottom: 2em;
    margin-left: 1em;
}

.img-juice {
    width: 14em;
    margin-bottom: 2em;
}

.text-bear-sales, .text-bear-juice, .text-bear-vegatables {
    top: -1em;
}

.text-bear-meat-vegatables {
    top: 9em;
    left: 9em;
}

.article-wrap-sales .article .text-wrap .title {
    width: 72%;
    margin: 1em auto 3em;
}

.article-wrap-sales .article .text-wrap .title img {
    height: 5em
}

.article-wrap-prod .article .text-wrap .text {
    margin: 0;
}

.article-wrap-prod .article .text-wrap .title {
    width: 75%;
}

.article-wrap-prod .article .text-wrap .t-2 {
    width: 49%;
}

.section-title.anim {
    opacity: 0;
}

.section-title {
    font-family: "Bebivita";
    font-size: 3.5vw;
    font-size: -webkit-calc((100vw + 100vh)/100*1.8);
    font-size: calc((100vw + 100vh)/100*1.8);
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.section-sales-title {
    color: #ee1c25;
    width: 100%;
    text-align: center;
}

.section-juice-title {
    top: 20vh;
    color: #f58221;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    position: absolute;
    width: 100%;
    text-align: center;
    margin-left: -6vw;
}

.section-juice-title .text1 {
    margin-left: -5em;
}

.section-vegatables-title {
    top: 15vh;
    color: #3dad48;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    position: absolute;
    width: 100%;
    text-align: center;
}

.section-vegatables-title .text1 {
    margin-left: -5em;
}

.section-vegatables-title .text2 {
    margin-left: 10em;
}

.section-meat-vegatables-title {
    top: 15vh;
    color: #006cb7;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    position: absolute;
    width: 100%;
    text-align: center;
    margin-left: -10vw;
}

.section-meat-vegatables-title .text1 {
    margin-left: -5em;
}

.section-meat-vegatables-title .text2 {
    margin-left: 5em;
}

.hidden-block-1 {
    position: absolute;
    display: none;
}

.h-title {
    font-family: 'Bebivita';
    font-size: 3.5vw;
    text-align: center;
    display: none;
    margin-bottom: 4vw;
    opacity: 1;
}

.t-f {
    color: #ee1c25;
}

.t-j {
    color: #f58221;
}

.t-v {
    color: #3dad48;
}

.t-m-v {
    color: #006cb7;
}

.h-title.anim {
    opacity: 0;
}

.section-main.section-video {
    position: relative;
}

.section-main.section-video .block {
    position: relative;
    height: 100vh;
    padding: 0;
}

.section-main.section-video .block h1 {
    padding-top: 30vh;
    margin: 0;
}

.section-main video {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.video {
    display: block;
    position: absolute;
    width: 45vw;
    height: auto;
    right: 5vw;
    top: 50vh;
    margin-top: -10em;
}

.section-main .block .bear-main .text .present a {
    color: #0a3f88;
}

.row-it-s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75em 0;
}

.sut-title-sales {
    font-family: "Bebivita";
    color: rgb(10, 63, 136);
    line-height: 1.2;
    font-size: -webkit-calc((100vw/100 + 100vh/100)/1.4);
    font-size: calc((100vw/100 + 100vh/100)/1.4);
    margin: 1em 0 2em;
    text-align: center;
    padding: 0 1em;
}

.name-it-s {
    font-weight: bold;
    font-family: "Arial", sans-serif;
    color: #0a3f88;
    font-size: 1.55em;
}

.img-it-s img {
    max-width: 100%;
    width: 11em;
}

.row-it-s >* {
    width: 33%;
}

.date-it-s {
    font-family: "Arial", sans-serif;
    color: #ee1b25;
    font-size: 1.55em;
}

.img-it-s {
    width: 25%;
    margin-right: 8%;
}

.age-title {
    font-family: "Bebivita";
    color: #083f88;
    text-align: center;
    font-size: 2.2em;
    padding: 0.5em 0;
}

.composition {
    color: #ee1f29;
    font-size: 1.45em;
    margin: 0 0 1em;
    font-family: "Bebivita";
}

.df_touchevents .article .text-wrap .composition {
    font-size: 1.9em;
}

.weight {
    font-family: "Bebivita";
    color: #0a4087;
    text-align: center;
    font-size: 2.2em;
    padding: 0.5em 0 0;
}

.country {
    font-family: "Bebivita";
    color: #ee1e28;
    text-align: center;
    font-size: 2.2em;
    padding: 0.5em 0 0;
}

.article .text-wrap  .text.scroll-text-article {
}

.prod-wrp-f {
    position: relative;
    width: 100%;
    padding: 0 1em 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    .baby {
        display: none;
    }

    video {
        width: auto;
        height: 100%;
        max-width: 100%;
    }

    .section-video {
        height: 100vh;
    }

    .h-title {
        display: block;
        margin-bottom: 2vh;
        font-size: 4.5vw;
        margin-top: 0.5em;
    }

    .t-j {
    }

    .section-title {

        /* display:none; */
        font-size: 1.6em;
    }

}

@media screen and (max-width:768px) {
    .bear {
        width: 11em;
        height: auto;
        left: 3em;
        bottom: 0;
    }

    .article-wrap-why, .article-wrap-juice, .article-wrap-vegatables, .article-wrap-sales {
        width: 100vw;
        right: 0;
        left: 0;
        top: initial;
        bottom: 10em;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .bear-why img {
        height: initial;
        width: 100%;
        position: relative;
    }

    .h-title {
        font-size: 3vw;
    }

    .t-j {
    }

    .play {
        display: none;
    }

    .hidden-info-block {
        display: none;
    }

}

@media screen and (max-width:400px) {
    .h-title {
        font-size: 4vw;
    }

    .h-title br {
        display: none
    }

}

.article {
    display: none;
    position: relative;
    font-size: 1vh;
    z-index: 777;
    width: 45vh;
    background-image: url(../i/bg-m.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.article .article-bg {
    display: block;
    width: 100%;
    height: auto;
}

.article .text-wrap {
    padding-top: 4%;
    padding-left: 14%;
    padding-right: 9%;
    padding-bottom: 6%;
}

.article .text-wrap .title {
    width: 55%;
    position: relative;
    margin: 0 auto;
}

.article .text-wrap .title .title-bg {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
}

.article .text-wrap .title .title-text {

    /* position:absolute; */

    /* top:15%; */
    color: #fff;
    font-family: 'Bebivita';
    text-align: center;
    width: 100%;
    font-size: 2.7em;
    z-index: 1;
    position: relative;
    padding: 0.3em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article .text-wrap .t-2 {
    width: 85%;
    margin-top: -1.6em;
}

.article .text-wrap .text {
    color: #0a3f88;
    font-family: Arial;
    font-size: 1.5em;
    line-height: 1.3;
    margin-top: 0.8em;
}

.article .text-wrap .text p {
    margin: 0;
    text-align: justify;
}

.article .text-wrap .text li {
    list-style: disc;
    margin-left: 1em;
    line-height: 1.3;
}

.article .text-wrap .close {
    cursor: pointer;
    width: 8%;
    position: absolute;
    top: 4%;
    right: 4%;
}

.article .text-wrap .close img {
    width: 100%;
}

.slick-list {
    outline: none !important;
}

.slick-slide:focus {
    outline: none;
}

.slider {
    font-size: 1vw;    /* width:45vw; */

    /* margin:auto auto; */

    /* width: -webkit-calc(100% - 32em); */

    /* width: calc(100% - 32em); */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider .title-wrap {
    width: 100%;
}

.slider .slider-item {
    min-height: 45vh;
}

.slider .slider-item {
    opacity: 1;
    padding: 2em 0 2em;
    margin-bottom: -2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
}

.slick-list {
    overflow: initial;
}

.slider-text {
    min-width: 33em;
    position: relative;
    margin-bottom: 1em;
    width: 36em;
}

.slider-text img {
    width: 100%;
    display: block;
    height: auto;
}

.tab-row-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-text .text-wrapper {
    margin-left: 2em;
    right: 0;
    top: 0;
    bottom: 5em;
    padding: 1.6em 1.6em 0.6em 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    background-image: url(../i/bg-7.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 1.1em;
}

.slider-text .text-wrapper .m {
    margin: 0 0 1em;
}

.slider-text .text-wrapper .h {
    width: 59%;
    margin: 0 auto 1em;
    position: relative;
    z-index: 1;
}

.slider-text .text-wrapper .h img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider-text .text-wrapper .h .text {
    text-align: center;
    width: 100%;
    position: relative;
    top: 0.1em;
    font-size: 1.3em;
    font-family: "Bebivita";
    color: #fff;
    padding: 0.2em 0.3em 0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-text .text-wrapper img {
    display: block;
}

.slider-text .text-wrapper .m li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 0.3em;
    color: #0a3f88;
    font-family: Arial-Italic;
    line-height: 1.4;
}

.slider-text .text-wrapper .m li img {
    width: 1.3em;
    height: 1.3em;
    margin-right: 0.5em;
    min-width: 1.3em;
}

.slider-text .text-wrapper .f a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #91afcb;
    font-family: Arial;
    font-size: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.slider-text .text-wrapper .f img {
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.5em;
    cursor: pointer;
}

.button.btn-animation {
    -webkit-animation-name: btn-animation;
    -o-animation-name: btn-animation;
    animation-name: btn-animation;
    -webkit-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
    -webkit-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.button:hover {
    -webkit-animation-name: btn-animation;
    -o-animation-name: btn-animation;
    animation-name: btn-animation;
    -webkit-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.4s;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.slider-text .slider-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 5em;
    margin-left: 3.3em;
}

.slider-text .slider-btn img {
    width: 2em;
    height: 2em;
    margin-left: 1em;
    cursor: pointer;
}

.slider .slider-item .slider-img.img-animation > img {
    -webkit-animation-name: img-animation;
    -o-animation-name: img-animation;
    animation-name: img-animation;
    -webkit-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.slider .slider-item .slider-img img {

    /* width:100%; */
}

.slider-text .text-wrapper .h .text.text-b {
    top: .1em;
}

.slider .slider-item .slider-img .controls {
    height: 5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.slider .slider-item .slider-img .controls .arrow.arrow-right-anim {
    -webkit-animation-name: arrow-animation;
    -o-animation-name: arrow-animation;
    animation-name: arrow-animation;
    -webkit-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.slider .slider-item .slider-img .controls .arrow {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0.5em;
    width: 2.3em;
    height: 2.3em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0.2em solid #fff;
    cursor: pointer;
    margin: 0 0.25em;
}

.slider .slider-item .slider-img .controls .arrow:hover {
    background-color: #093f88;
    border-color: #093f88;
}

.slider .slider-item .slider-img .controls .arrow img {
    display: block;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .slider {
        font-size: 1.5vw;        /* width:100%; */

        /* max-width: 100%; */
    }

    .slider .slider-item {
        min-height: auto;
        padding: 1em 0 2em;
    }

    .section-sales .slider, .section-meat-vegatables .slider {
        margin: 0 0 auto auto;
    }

    .section-juice .slider, .section-vegatables .slider {
        margin: 0 auto auto 0;
    }

    .section-promo .block .arrow {
    }

}

@media screen and (max-width:768px) {
    .slider {
        font-size: 1.5vw;
        width: 100%;
        display: block;
    }

    .section-sales .slider, .section-meat-vegatables .slider {
        margin: 0 auto auto;
    }

    .section-juice .slider, .section-vegatables .slider {
        margin: 0 auto auto;
    }

    .button {
        font-size: 4.5em;
    }

    .tab-it-f {
        display: block;
    }

}

@media screen and (max-width:400px) {
    .slider {
        font-size: 2.1vw;
    }

    .slider-text {
        width: 45em;
    }

    .slider .slider-item {
        min-height: auto;
        padding: 0 0 2em;
    }

}

@-webkit-keyframes arrow-animation {
    from {
        border-color: #fff;
        background-color: transparent;
    }

    to {
        border-color: #0a3f88;
        background-color: #0a3f88;
    }

}

@-o-keyframes arrow-animation {
    from {
        border-color: #fff;
        background-color: transparent;
    }

    to {
        border-color: #0a3f88;
        background-color: #0a3f88;
    }

}

@keyframes arrow-animation {
    from {
        border-color: #fff;
        background-color: transparent;
    }

    to {
        border-color: #0a3f88;
        background-color: #0a3f88;
    }

}

@-webkit-keyframes img-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: drop-shadow(0 0 1vw rgba(255, 255, 255, 0.9));
    }

}

@-o-keyframes img-animation {
    from {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: drop-shadow(0 0 1vw rgba(255, 255, 255, 0.9));
    }

}

@keyframes img-animation {
    from {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: drop-shadow(0 0 1vw rgba(255, 255, 255, 0.9));
    }

}

.video.video-main video.style-2 {
    border: 3px solid #ffef74;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.video.video-main {
    display: block;
    position: absolute;
    width: 45vw;
    height: auto;
    right: 5vw;
    top: 50vh;
    margin-top: -12vw;
}

.video.video-main:hover .play-video {
    opacity: 1;
}

.video:hover .play-video {
    opacity: 1;
}

.play-video.pause:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-left: 0.5vw solid #fff;
    border-right: 0.5vw solid #fff;
    width: 0.9vw;
    height: 3vw;
    border-bottom: none;
    border-top: none;
}

.play-video.pause:hover:before {
    border-right-color: #0a3f88;
}

.play-video {
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 6vw;
    height: 6vw;
    border: 0.3vw solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3vw;
    margin-left: -3vw;
}

.play-video:hover {
    border-color: #0a3f88;
}

.play-video:hover:before {
    border-left-color: #0a3f88;
}

.play-video:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    border: 1.5vw solid transparent;
    border-left: 2.5vw solid #fff;
    left: 50%;
    top: 50%;
    margin-left: -0.9vw;
    margin-top: -1.5vw;
}

.hidden-info-block.active {
    display: block;
}

.hidden-info-block.hidden-info-block-left {
    right: 27vw;
}

.hidden-info-block {
    background-color: #fff;
    position: absolute;
    bottom: 10vh;
    right: 15vw;
    font-size: 1vw;
    text-align: center;
    padding: 0.5em 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    z-index: 1000;
    display: none;
    color: #0a3f88;
    width: 15em;
}

.hidden-info-block .price {
    font-size: 1.2em;
    color: #ee1c25;
    font-weight: bold;
}

.hidden-info-block p {
    margin: 0;
    line-height: 1.4;
}

.section-fruit .block {
    height: 100vh;
    font-size: 1vw;
    padding: 17vh 5vh 0 5vh;
}

.section-main .block h1 {
    text-align: right;
    width: 41%;
    color: #0a3f88;
    font-size: 8vh;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    margin-top: 11vh;
    letter-spacing: 3px;
}

.section-fruit .block h2 {
    font-family: 'Neo Sans Pro';
    color: #0056a6;
    width: 45vh;
    font-size: 2.5vh;
    text-transform: uppercase;
    margin: 0 auto;
}

.section-main .block .baby {
    position: absolute;
    bottom: 7vh;
    right: 12em;
}

.section-main .block .baby img {
    width: 74vh;
    height: auto;
}

.section-main .block .bear-main {
    position: absolute;
    left: 1.1em;
    bottom: 1vh;
}

.section-main .block .bear-main .bear-img {
    float: left;
    width: 20vh;
    -webkit-transition: 1.4s;
    -o-transition: 1.4s;
    transition: 1.4s;
    opacity: 1;
    -webkit-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.section-main .block .bear-main .bear-img.bear-anim {
    opacity: 0;
}

.section-main .block .bear-main .text {
    float: left;
    font-family: 'Bebivita';
    color: #0a3f88;
    font-size: 1.4em;
}

.section-main .block .bear-main .text li {
    margin-left: 0;
    opacity: 1;
    margin-bottom: 1em;
    margin-left: 0vw;
    opacity: 1;
    -webkit-transition: 1.4s;
    -o-transition: 1.4s;
    transition: 1.4s;
}

.section-main .block .bear-main .text li:nth-child(1) {
    -webkit-animation-delay: 2.2s;
    -o-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.section-main .block .bear-main .text li:nth-child(2) {
    margin-left: 1em;
    -webkit-animation-delay: 2.9s;
    -o-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.section-main .block .bear-main .text li:nth-child(3) {
    -webkit-animation-delay: 3.6s;
    -o-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.section-main .block .bear-main .text li:nth-child(4) {
    -webkit-animation-delay: 4.3s;
    -o-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

.section-main .block .bear-main .text li img {
    margin-left: -2vh;
    margin-right: 0.5em;
    width: 4vh;
}

.section-main .block .bear-main .text .li-anim {
    opacity: 0;
}

.section-main .block .bear-main .text .present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: 0.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #ed1b24;
}

.section-main .block .bear-main .text .present span {
    color: #0a3f88;
}

.section-main .block .bear-main .text span {
    border: 0.2vw solid #d29630;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
    padding: 0.3vw 0.7vw;
    margin-right: 2.8vh;
}

.section-main .block .bear-main .text span.span-hover {
    -webkit-animation-name: animate-list;
    -o-animation-name: animate-list;
    animation-name: animate-list;
    -webkit-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.section-main .block .bear-main .text .present.present-sale span, .section-main .block .bear-main .text .present.present-sale a {
    color: #ed1b24
}

.line-tab {
    text-align: center;
}

.line-tab-btn {
    display: inline-block;
    padding: 0.25em 2em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    color: #fff;
    font-family: "Bebivita";
    font-size: 1.45em;
    cursor: pointer;
}

.line-tab-btn {
    background-image: url(../i/bg-11.png);
}

.line-tab-btn.active, .line-tab-btn:hover {
    background-image: url(../i/bg-title.png);
}

.content-block-fruit {
    margin-top: 1em;
}

.prod-wrp-img-f {
    z-index: 0;
    position: relative;
    cursor: pointer;
    display: inline-block;
    max-width: 13em;
}

.bg-img-prod-f {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140%;
    z-index: -2;
}

img.shadow-img-prod-f {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

img.hover-img-prod-f {
    display: block;
    margin: 0 auto;
    opacity: 0;
    z-index: 11;
    position: relative;
    max-width: 100%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 23vh;
}

img.static-img-prod-f {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    height: 93%;
    width: auto;
}

.prod-wrp-f .article {
    width: 60vh;
}

.prod-wrp-img-f:hover .hover-img-prod-f {
    opacity: 1;
}

.center-txt {
    text-align: center;
}

.tab-it-f {
    display: none;
    max-width: 88vw;
    margin: auto;
}

.tab-it-f.active {
    display: block
}

@media screen and (max-width:1024px) {
    .section-fruit .block {
        font-size: 1vw;
    }

    .section-main .block h1 {
        font-size: 5em;
        width: 50%;
        margin-left: -5%;
    }

    .section-main .block .bear-main .bear-img {
        width: 11vw;
    }

    .section-main .block .baby {
        right: 3vw;
    }

    .section-main .block .baby img {
        width: 50vw;
    }

    .section-fruit .block .arrow, .section-promo .block .arrow {
        width: 50px;
        height: 50px;
    }

    .hidden-info-block {
        display: none;
    }

}

@media screen and (max-width:768px) {
    .video.video-main {
        display: none;
    }

    .tab-row-f {
        display: block;
    }

    .slick-list {
        overflow: hidden;
    }

    .video.video-2 {
        display: none;
    }

    .section-fruit .block {
        font-size: 1vw;
        padding: 10vw 3vw;
    }

    .section-main .block h1 {
        font-size: 6.5em;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .section-main .block .bear-main {
        bottom: 43px;
    }

    .section-main .block .bear-main .bear-img {
        width: 15vw;
    }

    .section-main .block .bear-main .text {
        font-size: 3em;
    }

    .section-main .block .baby {
        display: none;
    }

}

@media screen and (max-width:450px) {
    .section-fruit .block {
        padding: 19vw 1vw;
    }

    .section-main .block h1 {
        font-size: 8.5em;
    }

    .section-main .block .bear-main {
        bottom: 12vh;
        height: 31vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .section-main .block .bear-main .bear-img {
        width: 25vw;
    }

    .section-main .block .bear-main .text {
        font-size: 4em;
    }

}

@-webkit-keyframes animate-list {
    from {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    to {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1em #f9ec9a;
        box-shadow: 0 0 1em #f9ec9a;
    }

}

@-o-keyframes animate-list {
    from {
        background-color: transparent;
        box-shadow: 0 0 0 0;
    }

    to {
        background-color: #fff;
        box-shadow: 0 0 1em #f9ec9a;
    }

}

@keyframes animate-list {
    from {
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    to {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1em #f9ec9a;
        box-shadow: 0 0 1em #f9ec9a;
    }

}

.section-why .block {
    height: 100%;
    position: relative;
    padding-top: 20vh;
}

.section-why .block h1 {
    text-align: center;
    font-size: 6vh;
    color: #0a3f88;
    margin: 1vh 0 3vh 0;
    font-weight: normal;
    opacity: 1;
}

.section-why .block h1.anim {
    opacity: 0;
}

.section-why .block ul {
    margin: 0 auto;
    width: 73vh;
}

.section-why .block li.anim {
    opacity: 0;
}

.section-why .block li {
    margin-bottom: 3vh;
    color: #0a3f88;
    font-family: 'Bebivita';
    font-size: 3vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    opacity: 1;
    margin-left: 0;
}

.section-why .block li:nth-child(even) {
    margin-left: 4vw;
}

.section-why .block li:nth-child(1) {
    margin-bottom: 0;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.section-why .block li:nth-child(2) {
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.section-why .block li:nth-child(2) img {
    width: 8vh;
}

.section-why .block li:nth-child(3) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.section-why .block li:nth-child(4) {
    -webkit-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.section-why .block li img {
    margin-right: 3vh;
    height: auto;
    width: 11vh;
    max-width: 12vw;
}

.article-wrap {
    position: absolute;
    top: 19vh;
    right: 11vh;
    width: 46vh;
}

.promo-li {
    background: #ed1b24;
}

.promo-li img {
    -webkit-filter: grayscale(1) brightness(10);
    filter: grayscale(1) brightness(10);
}

nav ul li a.promo {
    color: #fff;
    white-space: nowrap;
    text-align: left;
}

li.ico.promo-li {
    padding: 5px 15px;
}

.content-sales {
    font-size: -webkit-calc((100vw/100 + 100vh/100)/2);
    font-size: calc((100vw/100 + 100vh/100)/2);
    min-height: 50vh;
}

@media screen and (max-width:1024px) {
    .section-why .block {
        padding-top: 15vw;
    }

    .section-why .block .bear {
    }

    .section-winner .block {
        padding-top: 6em
    }

    .section-why .block .article {
    }

}

@media screen and (max-width:768px) {
    .section-why .block h1 {
        font-size: 7vw;
    }

    .section-why .block ul {
        padding-right: 0;
        width: 75%;
    }

    .section-why .block ul li {
        font-size: 3vw;
    }

}

@media screen and (max-width:450px) {
    .section-why .block {
    }

    .section-why .block h1 {
        font-size: 8vw;
    }

    .section-why .block ul {
        width: 95%;
    }

    .section-why .block ul li {
        font-size: 5.5vw;
    }

    .section-winner .block {
        padding-top: 13vw
    }

}

@media screen and (max-width:768px) {
    .row-it-s {
        display: inline-block;
        margin: 2em;
    }

    .row-it-s>* {
        width: 100%;
        text-align: center;
    }

    .content-sales {
        padding-bottom: 4em;
        font-size: 0.9em !important;
    }

    img.hover-img-prod-f {
        width: 16em
    }

    .prod-wrp-img-f {
        max-width: 100%
    }

}

@media screen and (max-width:450px) {
}

@media screen and (min-width:1024px) and (max-height:995px) {
    .section.section-victoryna .block .viktoryna {
        width: 41vw;
        font-size: 0.8vw;
    }

}

select.err {
    border: 1px solid #f00;
}

select {
    width: 100%;
    position: relative;
    background: #fff;
    border: 0;
}

.select2-selection:focus {
    outline: none;
}

.selection {
    cursor: pointer;
}

.select2-container {
    position: relative;
    font-size: 1.2em;
    width: 100% !important;
}

.select2-results li {
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    color: #006cb7;
    background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #006cb7 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 1em;
    height: 1.5em;
    right: 0.4em;
}

.select2-container--default .select2-selection--single {
    height: auto;
    border: 1px solid rgba(0, 110, 181, 0);
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.7em;
    color: #006cb7;
}

.select2-dropdown {
    border: none;
    font-size: 0.8em;
    border: 1px solid rgba(0, 110, 181, 0.41);
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #006cb7;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e2e2e2;
    color: #006bb0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #006cb7;
}

.select2-container--open .select2-selection.select2-selection--single {
    border: 1px solid rgba(0, 110, 181, 0.41);
}

@-webkit-keyframes btn-animation {
    from {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    to {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
        -webkit-box-shadow: 0 0 10px #ee1e26;
        box-shadow: 0 0 10px #ee1e26;
        background-color: #ff101a;
    }

}

@-o-keyframes btn-animation {
    from {
        box-shadow: 0 0 0;
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    to {
        -webkit-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
        box-shadow: 0 0 10px #ee1e26;
        background-color: #ee1e26;
    }

}

@keyframes btn-animation {
    from {
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    to {
        -webkit-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
        -webkit-box-shadow: 0 0 10px #ee1e26;
        box-shadow: 0 0 10px #ee1e26;
        background-color: #ee1e26;
    }

}

@-webkit-keyframes btn-animation1 {
    from {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    to {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

}

@-o-keyframes btn-animation1 {
    from {
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    to {
        -webkit-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }

}

@keyframes btn-animation1 {
    from {
        -webkit-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    to {
        -webkit-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }

}

@-webkit-keyframes h1animation {
    to {
        text-shadow: 0 0 5px rgba(237, 27, 36, 0.65);
        color: #f00;
    }

}

@-o-keyframes h1animation {
    to {
        text-shadow: 0 0 5px rgba(237, 27, 36, 0.65);
        color: #f00;
    }

}

@keyframes h1animation {
    to {
        text-shadow: 0 0 5px rgba(237, 27, 36, 0.65);
        color: #f00;
    }

}

.section.section-promo .block {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-size: 1vh;
    position: relative;
}

.section.section-promo .block img {
    display: block;
}

.section.section-promo .block .text-wrap {
    top: 0;
}

.section.section-promo .block h1 {
    color: #ed1b24;
    text-align: center;
    font-size: 6.5em;
    font-weight: normal;
    opacity: 1;
}

.section.section-promo .block .wr.h1animation {
    -webkit-animation-name: h1animation;
    -o-animation-name: h1animation;
    animation-name: h1animation;
    -webkit-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
    -webkit-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.section.section-promo .block .promo-block.anim {
    opacity: 0;
}

.section.section-promo .block .promo-block {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
    margin: 0 auto;
    color: #0a3f88;
    font-size: 3em;
    position: relative;
    width: 78vh;
    background-image: url(../images/3-layers.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.section.section-promo .block .promo-block img {
    width: 100%;
}

.section.section-promo .block .promo-block .title {
    font-family: 'Bebivita';
    font-size: 1em;
}

.section.section-promo .block .promo-block .header-title {
    text-align: center;
}

.section.section-promo .block .promo-block p {
    font-family: Arial;
    font-size: 0.7em;
}

.section.section-promo .block .promo-block p a {
    font-weight: bold;
    text-decoration: underline;
    color: #0a3f88;
}

.section.section-promo .block .promo-block p .sale {
    color: #ed1b24;
    font-family: 'Bebivita';
    font-size: 1.3em;
    margin-left: 1%;
}

.section.section-promo .block .promo-block .sm {
}

.section.section-promo .block .promo-block .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    margin-bottom: -2vh;
}

.section.section-promo .block .promo-block .img img {
    width: 10vh;
}

.section.section-promo .block .promo-block .img p {
    float: left;
    margin: 0 0 20px 0;
}

.section.section-promo .block .promo-block .img img {
    float: left;
    margin: 0 2%;
}

.section.section-promo .block .promo-block .promo-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-size: 2vh;
    margin-left: -1em;
}

.section.section-promo .block .promo-block .block-img-1 {
    position: relative;
}

.section.section-promo .block .promo-block .block-img-1 img {
    width: 40vh;
    margin: 0 auto;
}

.section.section-promo .block .promo-block .block-img-1 .label {
    left: 0;
    width: 100%;
}

.section.section-promo .block .promo-block .block-img-2 {
    position: absolute;
    bottom: -13vh;
    right: -16vh;
}

.section.section-promo .block .promo-block .block-img-2 img {
    width: 25vh;
}

.section.section-promo .block .promo-block .block-img-2 .label {
    width: 40vh;
    bottom: -6vh;
    left: -10vh;
}

.section.section-promo .block .promo-block .block-img-2 .label img {
    width: 100%;
}

.section.section-promo .block .promo-block .label {
    position: absolute;
    bottom: 3vh;
}

.section.section-promo .block .promo-block .label img {
    display: block;
}

.section.section-promo .block .promo-block .label span {
    position: absolute;
    font-family: 'Bebivita';
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 5vh;
    height: 100%;
}

.section.section-promo .block .promo-block .label.btn-animation1 {
    -webkit-animation-name: btn-animation1;
    -o-animation-name: btn-animation1;
    animation-name: btn-animation1;
    -webkit-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
    -webkit-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.section.section-promo .block .text-wrap {
    padding-top: 3vh;
    padding-left: 5vh;
    padding-right: 3vh;
    padding-bottom: 3vh;
}

.section-video {
    position: relative;
}

.section-video .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.section-video .block video {
    margin-top: 5em;
    max-height: 100vh;
}

.logo-stamp{
    position: absolute;
    top: 7em;
    left: 4vw;
    width: 12.5em;
    font-size: 1vw;
}
.logo-stiker_sun{
    position: absolute;
    top: 7em;
    right: 2vw;
    width: 14em;
    font-size: 1vw;
}
.section-fruit,
.section-why {
    position: relative;
}
.note-first-r{
    margin-top: 2em;
    color: #083f88;
    font-size: 1.2em;
}
.banner-iframe {
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
.portr-bn{
    
}
@media screen and (max-width:1024px) {
    .section.section-promo .block {
        padding-top: 7vw;
        font-size: 0.9vw;
    }

    .section.section-promo .block .promo-block .block-img-1 {
    }

    .section.section-promo .block .promo-block .block-img-1 img {
        width: 32vw;
    }

    .section.section-promo .block .promo-block .block-img-1 .label {
    }

    .section.section-promo .block .promo-block .block-img-1 .label span {
        line-height: 4vw;
    }

    .section.section-promo .block .block-img-2 {
        display: none;
    }

    .section.section-promo .block .promo-block {
        width: 61vw;
    }

    .section.section-promo .block .promo-block img {
        margin-left: -5vw;
    }

    .section.section-promo .block .promo-block .img p {
        margin: 0 0 2vw 0;
    }

    .section.section-promo .block .promo-block .img p .sale {
        font-size: 3em;
    }

    .section.section-promo .block .promo-block .img img {
        width: 7vw;
    }

    .section.section-promo .block .text-wrap {
        top: 3vw;
        left: 5vw;
        right: 9vw;
    }

    .section.section-promo .block .text-wrap .promo-btn-wrapper {
        font-size: 1.5vw;
    }

}

@media screen and (max-width:768px) {
    #fruit-12-mobile .logo-stamp {
    display: none;
}

#fruit-12-mobile .logo-stiker_sun {
    display: none;
}

#fruit-12-mobile h2 {
    display: none;
}
#fruit-12-mobile .note-first-r{
    display: none;
}
.section-fruit, .section-why {
    position: static;
}
.note-first-r {
    font-size: 4em;
    margin-left: 1em;
}
.note-first-r {
    font-size: 4em;
    margin-left: 1em;
}

.section-why .logo-stamp {
    display: none;
}

.section-why .logo-stiker_sun {
    display: none;
}
    .section.section-promo .block {
        padding-top: 9vw;
        font-size: 1.3vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        display: block;
        height: 100%;
    }

    .viktoryna-block .wrap {
        position: relative;
        left: initial !important;
        right: initial !important;
        width: 100%;
        top: initial !important;
        background: #fff;
        padding: 1em !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section.section-promo .block .promo-block .block-img-1 {
    }

    .section.section-promo .block .promo-block .block-img-1 img {
        width: 32vw;
    }

    .section.section-promo .block .promo-block .block-img-1 .label {
        font-size: 0.7em;
    }

    .section.section-promo .block h1 {
        font-size: 5vw;
        margin: 0.5em 0 1em;
    }

    .section.section-promo .block .promo-block {
        width: 79vw;
        background: #fff;
    }

    .section.section-promo .block .text-wrap {
        padding: 1rem;
    }

    .section.section-promo .block .text-wrap .promo-btn-wrapper {
        font-size: 1.7vw;
    }

    .text-bear-juice, .text-bear-vegatables {
        top: 50%;
    }

    .section.section-victoryna .bear {
        display: none;
    }

    .viktoryna-block .wrap .main {
        margin: 0;
    }

    .logo img {
        width: 100%;
    }

    .section-fruit .block h2 {
        width: 100%;
        text-align: center;
    }

    .article {
        width: 100%;
        font-size: 2vw;
        background: #fff;
    }

    .prod-wrp-f .article {
        display: block !important;
        font-size: 1em;
        width: 100%;
    }

    .article .text-wrap {
        padding: 2% 5% 5% 5%;
    }

    .article .text-wrap .title .title-text {
        padding: 0.3em 1em;
    }

    .slider-text .text-wrapper .h .text {
        color: #0b4087;
        position: relative;
        padding: 0 0 0.5em;
        line-height: 1;
        font-size: 1.6em;
    }

    .slider-text .text-wrapper .h img {
        display: none;
    }

    .slider-text .text-wrapper .m {
        margin: 0.5em 0;
    }
.logo-stamp {
    position: relative;
    top: 0;
    font-size: 1rem;
    margin-bottom: 0.5em;
    width: 5em;
}

.logo-stiker_sun {
    font-size: 1rem;
    margin-top: 0;
    width: 7em;
    top: 10vw;
    right: 2em;
}

.section-why .logo-stamp {
    top: 10vw;
}
}

footer {
    font-size: 0.9vw;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    bottom: 2vw;
    width: 100%;
}

footer .sec {
    font-family: Arial;
    font-size: 0.9em;
    color: #0a3f88;
    float: left;
    width: 33.3%;
    text-align: center;
}

footer .art {
    width: 33.3%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 100%;
    padding-left: 3vw;
}

footer .art .text {
    float: left;
    text-align: right;
    margin-right: 1.2em;
}

footer .art a {
    color: #0a3f88;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

footer .social {
    width: 33.3%;
    text-align: right;
    padding-right: 3vw;
}

footer .social img {
    margin-left: 1.2em;
    height: 24px;
}

#start-bear:hover {
    cursor: pointer
}

.block-lapsha .h.text-11 {
    width: 85% !important;
}

.block-lapsha .h.text-11 img {
    height: 4.4em;
}

.bear-rez-no:not(.active), .bear-rez-yes:not(.active) {
    display: none;
}

@media screen and (max-width:1024px) {
    footer {
        font-size: 1.5vw;
    }

    .content-sales {
        font-size: 0.9vw;
    }

    .row-it-s {
        padding: 0.25em 0;
    }

}

@media screen and (min-width:1025px) and (max-height:700px) {
    .slick-slide {
        height: auto
    }

    .section-title {
        font-size: 5vh;
        top: 3.2em;
    }

    /*     .slider .slider-item{
    padding-top: 17vh;
        }*/
    .section.section-victoryna .block h1 {
        font-size: 5vh;
    }

    .section.section-victoryna .block .viktoryna .image {
        width: 25%;
    }

    .section.section-victoryna .block .viktoryna .wrap-text {
        width: 75%;
        margin-right: 0;
    }

}
@media screen and (min-width:769px){
        .portr-bn{
        display: none !important;
    }
}
@media screen and (max-width:768px) and (orientation:portrait) {
    .portr-bn{
        display: flex;
    }
    .landsc-bn{
        display: none !important;
    }
    .bear-why {
        left: inherit;
        right: 2em;
    }

    .text-bear {
        font-size: 2vw;
        min-width: 30vw;
        top: initial;
        left: 7em;
        width: 10em;
    }

    .viktoryna-block .wrap {
        font-size: 1.9vh;
        display: block;
    }

    .v5 .viktoryna-block .wrap {
        font-size: 1.4em;
    }

    .text-bear-juice, .text-bear-vegatables, .text-bear-why {
        left: initial;
        right: 7em
    }

    .v4 .viktoryna-block .wrap .controls ul li {
        margin: 0 0.5em 1em;
        font-size: 1.2em;
    }

    .v4 .viktoryna-block .wrap .ask ul li .text {
        width: 90%;
        min-height: 0;
    }

    .v4 .viktoryna-block .wrap .ask ul li .ico-wrap {
        margin-right: 0.5em;
        margin-top: 0.2em;
    }

    .v4 .viktoryna-block .wrap .ask ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        margin: 0 0 0.5em;
    }

    .v4 .viktoryna-block .wrap .ask .title {
        margin-bottom: 0.5em;
    }

    .v5 .viktoryna-block .wrap .viktoryna-form {
        border: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }

    .viktoryna-block .wrap .button {
        width: 50%;
        text-align: center;
        margin: 0.5em auto;
    }

    .viktoryna-block .wrap .ft .bl {
        color: #0a3f88;
    }

    .viktoryna-block .wrap .ft .bl .text {
        position: relative;
        left: 0;
        top: 0;
        padding: 0.5em 0;
    }

    .viktoryna-block .wrap .ft .bl img {
        display: none;
    }

    .img-sales {
        width: 12em;
    }

    .slider .slider-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        background: #fff;
        min-height: 0;
        display: block;
        margin: 2em 0;
    }

    .slick-slide {
        padding-bottom: 0em;
        position: relative;
        margin-bottom: 13em;
    }

    .slider-text .slider-btn {
        margin-left: 0;
        font-size: 0.8em;
    }

    .slider .slider-item .slider-img .controls .arrow {
        border-color: #0b4087;
        width: 2em;
        height: 2em;
        margin: 0 2.5em;
        background: #0b4087;
        position: absolute;
        top: 0;
    }

    .slider .slider-item .slider-img .controls .arrow.arrow-right {
        right: 0
    }

    .slider .slider-item .slider-img .controls .arrow.arrow-left {
        left: 0
    }

    .slider .slider-item .slider-img .controls {
        position: absolute;
        top: 13em;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .slider-text {
        width: 100%;
        margin-left: 0;
    }

    .slider-text .text-wrapper {
        font-size: 1.8em;        /* background:transparent; */

        /* padding:0 0.5em 0.5em; */

        /* margin-left:0; */
        display: block;
        margin: 2em 0 0;
    }

    .slider-text .text-wrapper .h {
        width: 100%;
        margin: 0 auto;
        font-size: 1em;
        display: block;
    }

    .slider-text .slider-btn img.info-hover {
        display: none;
    }

    .hidden-info-block {
        display: none !important;
    }

    .bear-meat-vegatables img {
        height: auto;
        width: 100%;
        position: relative;
    }

    .bear-meat-vegatables {
        height: auto;
        bottom: 0;
        width: 15em;
    }

    .section-meat-vegatables .slider .slider-item .slider-text .text-wrapper .h {
        width: 100%;
    }

    .section-vegatables .block, .section-sales .block, .section-meat-vegatables .block, .section-juice .block, .section.section-victoryna .block {

        /* padding-top:16vw; */
        height: 100%;
        display: block;
    }

    .section.section-victoryna .block .viktoryna>.wrap {
        font-size: 1.9vh;
    }

}

@media screen and (max-width:768px) and (orientation:landscape) {
            .portr-bn{
        display: none !important;
    }
    .section-vegatables .block, .section-sales .block, .section-meat-vegatables .block, .section-juice .block {
        padding-top: 9vw;
    }

    .bear-why {
        bottom: 80em;
        left: initial;
    }

    .section-main .block h1 {
        font-size: 4em;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 5vh;
    }

    .section-main .block .bear-main {
        bottom: 14vh;
    }

    .section-why .block {
        padding-top: 8vw;
    }

    .section-why .block h1 {
        font-size: 5vw;
    }

    .h-title {
        font-size: 5vh;
    }

    .h-title br {
        display: none
    }

    .text-bear {
        font-size: 3.2vh;        /* min-width:50vh; */

        /* top:initial; */

        /* bottom:0em; */

        /* margin-left:1em; */
        margin-right: 1em;
    }

    .section-fruit .block h2 {
        font-size: 2em;
    }

    .slider .slider-item {
        font-size: 1vw;
        display: block;
    }

    .slider .slider-item .slider-img .controls .arrow {
        border-color: #0b4087;
        width: 2em;
        height: 2em;
        margin: 0 2.5em;
        background: #0b4087;
        position: absolute;
        top: 0;
    }

    .slider .slider-item .slider-img .controls .arrow.arrow-right {
        right: 0
    }

    .slider .slider-item .slider-img .controls .arrow.arrow-left {
        left: 0
    }

    .slider .slider-item .slider-img .controls {
        position: absolute;
        top: 13em;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .slider-text {
        width: 100%;
    }

    .slider-text .text-wrapper {
        background: #fff;
        padding: 0.5em 1em 1em;
        margin: 1em 0;
    }

    .df_touchevents .slider-text .text-wrapper {
        font-size: 1.6em !important;
    }

    .section-meat-vegatables .slider .slider-item .slider-text .text-wrapper .h .text {
        top: initial;
    }

    .section-meat-vegatables .slider .slider-item .slider-text .text-wrapper .h {
        width: 55%;
        margin: 0 auto;
    }

    .bear-meat-vegatables img {
        height: auto;
        width: 100%;
    }

    .bear {
        width: 23em;
        bottom: 3em;
        height: 27em;
    }

    .article {
        width: 100%;
        font-size: 1.5vh;
    }

    .article-wrap-prod {
        bottom: initial;
        top: 10vw;
        width: 100%;
    }

    .article .text-wrap .text {
        font-size: 2.5em;
    }

    .article-wrap-prod .article .text-wrap .title {
        width: 100%;
    }

    .article .text-wrap .close {
        width: 5%;
        right: 2%;
    }

    .article .text-wrap .title {
        width: 41%;
    }

    .article .text-wrap {
        padding-top: 2%;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 3%;
    }

    .section.section-promo .block .promo-block {
        font-size: 2em;
    }

    .section.section-promo .block .promo-block .block-img-1 img {
        width: auto;
        max-height: 20vh;
        max-width: 33vw;
    }

    .section.section-promo .block h1 {
        font-size: 7vh;
        margin: 0em 0 0.5em;
    }

    .section.section-victoryna .block .viktoryna .image {
        display: none;
    }

    .section.section-victoryna .block .viktoryna .wrap-text {
        width: 100%;
    }

    .section.section-victoryna .block .viktoryna>.wrap {
        display: none;
    }

    .v4 .viktoryna-block .wrap .images img {
        display: none;
    }

    .viktoryna-block .wrap {
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 50% 50%;
        background-image: url(../images/bg-19.png);
        top: 0;
        left: 0 !important;
        right: 0 !important;
        padding: 1em 2em 1em 15%;
        position: relative;
        margin-left: -11%;
    }

    .section.section-victoryna .block .bg {
        display: none;
    }

    .section.section-victoryna .block {
        padding-top: 9vw;
    }

    .v4 .viktoryna-block .wrap .ask ul li .text {
        min-height: 0;
        padding: 0.5em 0;
    }

    .v4 .viktoryna-block .wrap .ask ul li {
        margin-bottom: 0;
    }

    .viktoryna-block .wrap {
        margin-left: 0;
        padding: 0 !important;
    }

    .v5 .viktoryna-block .wrap .viktoryna-form {
        font-size: 2vh;
        border: 0;
    }

    .v5 .viktoryna-block .wrap .check-wrap {
        font-size: 2vh;
    }

}

@media screen and (max-width:768px) {
    footer {
        font-size: 2vw;
    }

    .section-fruit .block .arrow, .section-promo .block .arrow {
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }

    .logo-load {
        width: 55vw;
    }

}

@media screen and (max-width:400px) {
    footer {
        font-size: 3vw;
    }

}

.pluso-more {
    display: none !important;
}

@media screen and (max-width:450px) {
    .logo-stiker_sun {

    top: 19vw;
}
    .section.section-promo .block {
        padding-top: 17vw;
        font-size: 1.6vw;
    }

    .slider-text .slider-btn {
        margin-left: 0;
        font-size: 1.3em;
        height: auto;
    }

    .section.section-promo .block .promo-block .block-img-1 img {
        width: 35vw;
    }

    .section.section-promo .block .promo-block .block-img-1 .label img {
        width: 50vw;
    }

    .section.section-promo .block .promo-block .block-img-1 .label span {
        line-height: 6vw;
    }

    .section.section-promo .block h1 {
    }

    .section.section-promo .block .promo-block {
        width: 99vw;
        font-size: 2.7em;
    }

    .section.section-promo .block .text-wrap {
        font-size: 1.4em;
    }

    .section.section-promo .block .text-wrap .promo-btn-wrapper {
        font-size: 2.5vw;
    }

    .slider-text .text-wrapper {
        font-size: 2.45em;
    }

    .slick-slide {
    }

    .slider .slider-item .slider-img .controls .arrow {
        border-color: #0b4087;
        width: 4em;
        height: 4em;
        margin: 0 2.5em;
        background: #0b4087;
        position: absolute;
        top: 0;
    }

    .slider .slider-item .slider-img .controls .arrow.arrow-right {
        right: 0
    }

    .slider .slider-item .slider-img .controls .arrow.arrow-left {
        left: 0
    }

    .text-bear {
        font-size: 3.5vw;        /* min-width:50vw; */
    }

}

.df_touchevents .button {
    opacity: 1 !important;
}

.df_touchevents .header {
    z-index: 1111;
}

.df_touchevents body {
    overflow: initial !important;
    background-color: #ffcb07;
    background-image: url(../images/backgroun1.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.df_touchevents .block {
    min-height: 100vh;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: auto !important;
    padding-bottom: 10vh;
}

.section-main.section-video .block {
    min-height: 100vh;
}

.df_touchevents .section-video .block video {
    margin-top: 0
}

.df_touchevents .anim {
    opacity: 1 !important;
}

.df_touchevents .li-anim {
    opacity: 1 !important;
}

.df_touchevents .bear-anim {
    opacity: 1 !important;
}

.df_touchevents .article .text-wrap .text {
    font-size: 2.1em;
}

@media screen and (max-width:768px) and (orientation:landscape) {
    .df_touchevents .slider-text {
        width: 100%;
        font-size: 1.4em;
    }

    .df_touchevents .img-sales {
        width: 20em
    }

    .df_touchevents .slider .slider-item .slider-img .controls {
        font-size: 1.7em;        /* display: none; */
        top: 6em;
    }

    .df_touchevents .block {
        padding-bottom: 9em;
    }

    .df_touchevents .section.section-victoryna .block .viktoryna>.wrap {
        display: block;
    }

    .df_touchevents .section.section-promo .block .promo-block {
        font-size: 3em;
    }

    .df_touchevents .v4 .viktoryna-block .wrap .images img {
        display: block;
        width: 100%;
    }

    .df_touchevents .viktoryna-block .wrap {
        font-size: 1.2em;
        padding: 1em !important;
    }

    .df_touchevents .v5 .viktoryna-block .wrap .viktoryna-form, .df_touchevents .v5 .viktoryna-block .wrap .check-wrap {
        font-size: 1em;
        padding: 0;
    }

}

@media screen and (max-width:768px) and (orientation:portrait) {
    .df_touchevents .viktoryna-block .wrap {
        font-size: 1.7em;
    }

}

@media screen and (max-width:768px) {
    .df_touchevents .block {
        min-height: 0;
    }

    .df_touchevents .section-fruit .block {

        /* height:100vh !important; */
    }

    .df_touchevents .h-title {
        font-size: 3.5vw;
    }

    .df_touchevents .viktoryna-block .wrap .button {
        margin: 1em auto;
    }

    .df_touchevents .slider-text .text-wrapper {
        font-size: 2.45em;
    }

    .df_touchevents .slider-text .text-wrapper .m li img {
        width: 1em;
        height: 1em;
        margin-right: 0.5em;
        min-width: 1em;
    }

    .df_touchevents .slider-text .text-wrapper .h .text {
        padding-bottom: 1em
    }

    .df_touchevents .section.section-victoryna .block {
        font-size: 1.5vw;
    }

    .df_touchevents .section.section-victoryna .block .viktoryna>.wrap {
        font-size: 1.4em;
    }

    .df_touchevents .section.section-victoryna .block .viktoryna-btn-wrap {
        font-size: 1.6em;
        margin-top: 1em;
    }

    .df_touchevents .section.section-promo .block h1 {
        font-size: 5em;
        margin: 0.5em 0;
    }

    .df_touchevents .section.section-promo .block .promo-block .block-img-1 img {
        width: 50vw;
        max-height: none;
        max-width: none;
    }

    .df_touchevents .section.section-promo .block .promo-block .block-img-1 .label img {
        width: 70vw;
    }

    .df_touchevents .section.section-promo .block .promo-block .block-img-1 .label span {
        line-height: 9vw;
    }

    .df_touchevents .v5 .viktoryna-block .wrap .text p {
        font-size: 1.3em;
    }

    .df_touchevents .v5 .viktoryna-block .wrap .check-wrap {
        width: 100%;
    }

    .df_touchevents .section-main.section-video .block h1 {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .df_touchevents .header nav ul li a {
        font-size: 1.9em;
    }

    .tab-it-f {
        display: block;
        max-width: 100vw;
    }

    .article-wrap-prod {
        position: relative;
        top: initial;
        left: initial;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .prod-wrp-f {
        padding: 0;
    }

    .article-wrap-prod .article .text-wrap .close {
        display: none;
    }

    .scroll-text-article {
        font-size: 0.8em;
    }

    .line-tab {
        display: none;
    }

    .sut-title-sales {
        font-size: 1em
    }

    .table-sales {
        text-align: center;
    }

}

@media screen and (max-width:450px) {
    .df_touchevents .h-title {
        font-size: 6vw;
    }

    .df_touchevents .slider-text .text-wrapper {
        font-size: 3em;
    }

    .df_touchevents  .slider-text .slider-btn {
        margin: 0.5em 0 0;
        font-size: 1.8em;
    }

    .df_touchevents .text-bear {
        font-size: 4.5vw;        /* min-width: 36vw; */
        left: 5em;
    }

    .df_touchevents .text-bear-juice, .df_touchevents .text-bear-vegatables, .df_touchevents .text-bear-why {
        left: initial;
        right: 5em;
    }

    .df_touchevents .section.section-victoryna .block {
        font-size: 2vw;
    }

    .df_touchevents .section.section-victoryna .block .viktoryna-btn-wrap {
        font-size: 2em;
        margin-top: 1em;
    }

    .df_touchevents .section.section-promo .block .text-wrap {
        font-size: 1.8em;
    }

    .df_touchevents .section.section-promo .block .promo-block .block-img-1 img {
        min-width: 50vw;
    }

    .df_touchevents .slider .slider-item {
        padding-top: 1em;
    }

    .df_touchevents .header nav ul li a {
        font-size: 2.2em;
    }

    .df_touchevents .block {
        padding-bottom: 7em;
    }

}
