@font-face {
    font-family: Akrobat;
    src: url(../fonts/Akrobat-Black.ttf);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Akrobat Bold;
    src: url(../fonts/Akrobat-Bold.ttf);
    font-style: normal;
    font-weight: 700
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: auto;
    max-width: 1920px;
    padding: 0;
    font-family: sans-serif
}

a {
    cursor: pointer;
    font-family: Akrobat Bold, sans-serif
}

html {
    scroll-behavior: smooth
}

.blocked {
    overflow: hidden
}

.active {
    color: #018b5e!important
}

h1 {
    text-align: center;
    font-family: Akrobat Bold, sans-serif;
    background-color: #e0a15e
}

h2 {
    color: #018b5e
}

h2,
h3 {
    font-size: 25px;
    margin: 20px;
    text-transform: inherit;
    text-align: center;
    font-family: Akrobat Bold, sans-serif
}

h3 {
    color: #fff
}

h4 {
    color: #d88a36;
    font-size: 45px;
    margin: 20px;
    text-transform: inherit
}

h4,
p {
    text-align: center;
    font-family: Akrobat Bold, sans-serif
}

p {
    color: #4d4d4d
}



.desctop-navigation {
    text-align: right
}

.navigation-logo {
    position: fixed;
    padding: 10px;
    width: 100vw;
    top: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 4!important;
    box-shadow: 2px 6px 5px -2px #adabad
}

.navigation-logo .instruction {
    position: fixed;
    top: 15%;
    left: 2%;
    width: 55px;
    height: 55px;
    text-decoration: none;
    color: #d9772d;
    background: url(../images/instructions.png) no-repeat 50%/contain
}

.navigation-logo .instruction p {
    margin-top: 100%;
    font-size: 10px;
    text-align: center;
    color: #d9772d
}

.navigation-logo .logo {
    font-size: 22px;
    padding-right: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #018b5e;
    font-weight: 700
}

.navigation-logo .logo a {
    text-transform: capitalize
}

.navigation-logo .logo a:after {
    margin-left: 0;
    content: ""
}

.navigation-logo div a {
    font-size: 22px;
    color: #018b5e;
    padding-right: 20px;
    text-transform: uppercase;
    text-decoration: none
}

map h3 {
    color: #018b5e
}

.block-1-mobile,
.block-2-mobile {
    display: none
}

.block-1 {
    height: 90vh;
    display: flex;
    flex-direction: row;
}

.block-1 h1 {
    display: flex;
    align-self: center;
    padding: 20px;
    color: #fff;
    font-size: 35px
}

.block-1 h2 {
    font-size: 30px;
    
}

.block-1__img {
    width: 60%;
    background: url(../images/bg1.png) no-repeat bottom/cover
}

.block-1__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-1_1_text {
    position: absolute;
    right: 5vw;
    top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.block-1__text .test-btn {
    background-color: #fbae37;
    padding: 2px 10px 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    width: 130px;
    
}

.block-2 {
    height: 90vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.block-2 h1 {
    display: flex;
    align-self: center;
    padding: 20px;
    color: #fff;
    font-size: 40px
}

.block-2 h2 {
    font-size: 30px
}

.block-2__img {
    width: 60%;
    background: url(../images/bg2.png) no-repeat top/cover
}

.block-2__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block-2__text .text_div {
    background: #349977;
    padding: 0px 20px;
    

}

.text_div p {
    color: #fff;
    font-size: 35px

}

.block-2__product {
    height: 250px;
    width: 242px;
    background: url(../images/prod2.png) no-repeat 0/contain;
    background-position: center;
    margin: 10px;
}

.block-2__text .test-btn {
    background-color: #fbae37;
    padding: 2px 10px 10px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    width: 150px;
    margin-bottom: 10px;
}

.show1 {
    animation: c 1.2s forwards
}

.show2 {
    animation: c 6s forwards
}

.show3 {
    animation: d 2s cubic-bezier(0, 0, .66, .64) forwards
}

.show4 {
    animation: d 4s cubic-bezier(0, 0, .66, .64) forwards
}

.show5 {
    animation: d 6s cubic-bezier(0, 0, .66, .64) forwards
}

.show6 {
    animation: d 8s cubic-bezier(0, 0, .66, .64) forwards
}

.slide1 {
    animation: b .6s forwards;
    animation-fill-mode: both
}

.slide2 {
    animation: a .6s forwards;
    animation-fill-mode: both
}

.overrun-container {
    position: relative;
    overflow: hidden;
    background-color: #919798
}

.overrun-container h3 {
    font-size: 45px
}

.overrun-container h2 {
    margin: 50px
}

.overrun-container .overrun-radial {
    position: relative;
    display: flex;
    justify-content: center
}

.overrun-container .overrun-radial .overrun {
    display: flex;
    position: relative;
    margin: 60px auto;
    align-items: center
}

.overrun-container .overrun-radial .overrun p {
    font-size: 20px;
    max-width: 200px
}

.overrun-container .overrun-radial .overrun-img {
    width: 200px;
    height: 200px
}

.overrun-container .overrun-radial .overrun-radial1 {
    position: relative;
    width: 50vw;
    margin: 20px;
    z-index: 3
}

.overrun-container .overrun-radial .overrun-radial1 .overrun:first-child {
    justify-content: flex-end
}

.overrun-container .overrun-radial .overrun-radial1 .overrun:first-child p {
    padding-right: 20px
}

.overrun-container .overrun-radial .overrun-radial1 .overrun:first-child .overrun-img {
    opacity: 0;
    background: url(../images/ico31.png) no-repeat 50%/contain
}

.overrun-container .overrun-radial .overrun-radial1 .overrun:nth-child(2) {
    justify-content: flex-end
}

.overrun-container .overrun-radial .overrun-radial1 .overrun:nth-child(2) p {
    padding-right: 20px
}

.overrun-container .overrun-radial .overrun-radial1 .overrun:nth-child(2) .overrun-img {
    opacity: 0;
    background: url(../images/ico32.png) no-repeat 50%/contain
}

.overrun-container .overrun-radial .overrun-radial2 {
    position: relative;
    width: 50vw;
    margin: 20px;
    z-index: 3
}

.overrun-container .overrun-radial .overrun-radial2 .overrun:first-child p {
    padding-left: 20px
}

.overrun-container .overrun-radial .overrun-radial2 .overrun:first-child .overrun-img {
    opacity: 0;
    background: url(../images/ico33.png) no-repeat 50%/contain
}

.overrun-container .overrun-radial .overrun-radial2 .overrun:nth-child(2) p {
    padding-left: 20px
}

.overrun-container .overrun-radial .overrun-radial2 .overrun:nth-child(2) .overrun-img {
    opacity: 0;
    background: url(../images/ico34.png) no-repeat 50%/contain
}


.lvl-block-container {
  height: 130vh;
  h3 {
    min-height: 40px;
  }
}

.overrun-container .lvl-block-container .final .result-adg:before {
    margin-right: 5px
}

.overrun-container .final .result-adg {
    padding: 5px
}

.overrun-container .final .result-adg p {
    display: contents
}

.overrun-container .lvl-block-container .final .result-adg-container {
    flex-direction: column;
    max-width: 200px;
    margin: auto
}

.overrun-container .product {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto 0;
    background: url(../images/human\ copy.png) no-repeat 50%/contain
}

.overrun-container .product-red-container {
    top: -20px;
    left: 0;
    position: relative;
    z-index: 1;
    width: 250px;
    height: 400px;
    margin: auto 0
}

.overrun-container .product-red-container .product-red {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: red
}

.overrun-container .test-test {
    height: 380px!important;
    transition: height 6s ease
}

.overrun-container .product-media {
    display: none;
    width: 100px;
    height: 200px;
    margin: auto 0;
    background: url(../images/product.png) no-repeat 50%/contain
}

.stress {
    display: flex;
    flex-direction: column;
    align-items: center
}

.stress p {
    padding: 10px;
    font-size: 20px;
    color: #fff
}

.stress .stress-1 {
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 20px;
    background-color: #919798;
    width: 700px;
    margin-bottom: 20px
}

.stress .stress-1 .stress-1-img {
    background: url(../images/ico1.png) no-repeat 50%/contain;
    margin: 0 20px 0 10px;
    height: 80px;
    width: 80px
}

.stress .stress-2 {
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 20px;
    background-color: #919798;
    width: 700px;
    margin-bottom: 20px
}

.stress .stress-2 .stress-2-img {
    background: url(../images/ico2.png) no-repeat 50%/contain;
    margin: 0 20px 0 10px;
    height: 80px;
    width: 80px
}

.stress .stress-3 {
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 20px;
    background-color: #919798;
    width: 700px;
    margin-bottom: 20px
}

.stress .stress-3 .stress-3-img {
    background: url(../images/ico3.png) no-repeat 50%/contain;
    margin: 0 20px 0 10px;
    height: 80px;
    width: 80px
}

.stress .stress-4 {
    display: flex;
    align-items: center;
    height: 100px;
    border-radius: 20px;
    background-color: #919798;
    width: 700px;
    margin-bottom: 20px
}

.stress .stress-4 .stress-4-img {
    background: url(../images/ico4.png) no-repeat 50%/contain;
    margin: 0 20px 0 10px;
    height: 80px;
    width: 80px
}

.vlock-4 .vlock-4__top:after {
    content: "";
    position: relative;
    top: 100px;
    left: calc(50% - 60px);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #018b5e
}

.vlock-4 .bad-design-arrows {
    margin-top: 30px;
    height: 100px;
    background: url(../images/bda.png) no-repeat 50%/contain
}

.vlock-4__top {
    padding: 30px;
    background-color: #01885b
}

.vlock-4__top h3 {
    font-size: 45px
}

.vlock-4__top p {
    color: #fff;
    font-size: 25px
}

.vlock-4__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -70px
}

.vlock-4__bottom .vplate {
    width: 350px
}

.vlock-4__bottom .vplate p {
    font-size: 25px
}

.vlock-4__bottom .right-vplate {
    background: url(../images/rightbad.png) no-repeat 50%/contain
}

.vlock-4__bottom .left-vplate {
    background: url(../images/leftbad.png) no-repeat 50%/contain
}

.vlock-4__img {
    width: 200px;
    height: 200px;
    background: url(../images/re.png) no-repeat 50%/contain
}

.block-3 {
    margin: 50px;
    display: flex;
    justify-content: center
}

.block-3 p {
    text-align: left;
    font-size: 25px;
    max-width: 60%
}

.block-3__img {
    width: 400px;
    height: 250px;
    background: url(../images/product.png) no-repeat 50%/contain
}

.block-plates {
    display: flex;
    justify-content: center
}

.block-plates .plate {
    height: 200px;
    width: 300px
}

.block-plates .plate__img {
    height: 100px;
    background: url(../images/ico21.png) no-repeat 50%/contain
}

.block-plates .plate2 .plate__img {
    background: url(../images/ico22.png) no-repeat 50%/contain
}

.block-plates .plate3 .plate__img {
    background: url(../images/ico24.png) no-repeat 50%/contain
}

.block-plates .plate4 .plate__img {
    background: url(../images/ico23.png) no-repeat 50%/contain
}

.disclamer {
    background-color: #f8f9fa;
    color: #8b8b8b;
    margin-top: 50px;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px
}

.disclamer b {
    text-align: left;
    width: 100%
}

.disclamer b,
.disclamer p {
    font-family: Akrobat Bold, sans-serif
}

.disclamer p {
    margin: 0;
    font-size: 1em;
    color: #8b8b8b
}

.disclamer ul {
    width: 100%;
    padding-inline-start: 20px;
    list-style: none
}

.disclamer ul li {
    font-family: Akrobat Bold, sans-serif
}

.disclamer ul li:first-child::before {
    content: "*"
}

.disclamer ul li:nth-child(2):before {
    content: "**"
}

.disclamer ul li:nth-child(3):before {
    content: "***"
}

.disclamer-warning {
    background-color: #f8f9fa;
    display: flex
}

.disclamer-warning p {
    font-size: 72pt;
    text-align: center;
    color: #8b8b8b;
    margin: 40px 0
}


audio {
    width: 80vw
}

#menuToggle {
    display: block;
    position: relative;
    top: 0;
    left: -25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none
}


/*burger menu*/

#menuToggle {
    display: block;
    position: relative;
    top: 0;
    left: -25px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #919798;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.7s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
    position: absolute;
    right: -40px;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    border-radius: 10px;

    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

/*end burger menu*/

/*animate*/

.show {
    opacity: 1 !important;
    transition: opacity 1000ms;
}

.hide {
    opacity: 0 !important;
    transition: opacity 1000ms;
}

.deep-hide {
    display: none !important;
}







#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #919798;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .7s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

#menuToggle span:first-child {
    transform-origin: 0 0
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(.2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translateY(-1px)
}

#menu {
    position: absolute;
    right: -40px;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    border-radius: 10px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(100%);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1)
}

#menu li {
    padding: 10px 0;
    font-size: 22px
}

#menuToggle input:checked~ul {
    transform: none
}

.show {
    opacity: 1!important
}

.hide,
.show {
    transition: opacity 1s
}

.hide {
    opacity: 0!important
}

.deep-hide {
    display: none!important
}

#radioButton {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    vertical-align: sub;
    margin-top: 10px
}

/*.lvl-block-container {*/
/*    height: 100vh*/
/*}*/

.lvl-block-container .lvl-block {
    position: absolute;
    top: 5vh;
    left: calc(50% - 45vw);
    width: 90vw;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px
}

.lvl-block-container .lvl-block .btn-container {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.lvl-block-container .lvl-block ul {
    list-style-type: none;
    padding-bottom: 40px
}

.lvl-block-container .lvl-block ul li {
    font-size: 25px
}

.lvl-block-container .lvl-block h3 {
    color: #349977;
    font-size: 40px;
    min-height: 100px
}

.lvl-block-container .lvl-block button {
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #349977;
    color: #fff
}

.lvl-block-container .final .result-adg {
    padding: 5px
}

.lvl-block-container .final .result-adg p {
    display: contents
}

.lvl-block-container .final a {
    font-size: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #349977;
    color: #fff
}

.lvl-block-container .final h3 {
    margin: 0;
    min-height: auto
}

.lvl-block-container .final h4 {
    font-size: 30px;
    color: #349977;
    background-color: #fff;
    border-radius: 5px
}

.lvl-block-container .final .product-result {
    margin: 40px 0;
    height: 200px;
    background: url(../images/product.png)no-repeat 50%/contain
}

.lvl-block-container .final .result-adg-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between
}

.lvl-block-container .final .result-adg {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, .75)
}

.lvl-block-container .final .result-adg p {
    font-size: 8px;
    padding-right: 10px
}

.lvl-block-container .final .result-adg:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.lvl-block-container .final .result-adg__1:before {
    background: url(../images/lider.png)no-repeat 50%/contain
}

.lvl-block-container .final .result-adg__2:before {
    background: url(../images/tehnology.png)no-repeat 50%/contain
}

.lvl-block-container .final .result-adg__3:before {
    background: url(../images/flower.png)no-repeat 50%/contain
}

.final-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

@keyframes a {
    0% {
        transform: translate(-50vw);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes b {
    0% {
        transform: translate(50vw);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes d {
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.lvl-block__img {
  height: 40vh;
  background: url("../images/city.jpg")no-repeat center / contain;
}

audio {
  width: 80vw;
}

/*@media*/


@media screen and (min-width: 1025px) {
    .navigation-top {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .block-2 {
        height: 65vh
    }
    .block-2__text {
        top: auto
    }
    .navigation-logo div {
        margin: 0
    }
    .navigation-logo .instruction {
        width: 45px;
        height: 45px
    }
    .desctop-navigation {
        display: none
    }
    .navigation-logo div a:after {
        content: ""
    }
    .disclamer-warning p {
        font-size: 52pt
    }
    .block-1 {
        height: 70vh
    }
    .overrun-container .product-red-container {
        top: -10px;
        left: 0;
        width: 250px;
        height: 400px
    }
    .test-test {
        height: 380px!important
    }
}

@media screen and (max-width:768px) {
    .block-2__text sup {
        font-size: 15px;
        top: 3.5em
    }
    .block-1 {
        height: 43vh
    }
    .block-1__text {
        top: 7vh
    }
    .block-1__text h1 {
        font-size: 35px
    }
    .block-2 {
        height: 40vh
    }
    .block-2__text h1 {
        font-size: 35px
    }
    .block-2__product {
        height: 180px
    }
    .overrun-container .product-red-container {
        top: 30px;
        left: 0;
        width: 290px;
        height: 400px
    }
    .test-test {
        height: 380px!important
    }
    .disclamer p {
        font-size: 1em;
        margin: auto 10px
    }
}

@media screen and (max-width: 680px) {
  .lvl-block-container .lvl-block {
    padding: 5px;
  }

@media screen and (max-width:900px) {
    .lvl-block-container .final h4 {
        font-size: 20px;
        margin-top: 0
    }
    .lvl-block-container {
        height: 110vh
    }
    .lvl-block-container .final a,
    .lvl-block-container .lvl-block button {
        font-size: 8px
    }
    .lvl-block-container .final .product-result {
        margin: 15px 0;
        height: 100px
    }
    .lvl-block-container .lvl-block ul {
        padding-bottom: 20px;
        padding-left: 0
    }
    .lvl-block-container .lvl-block ul li {
        font-size: 15px
    }
    .lvl-block-container .lvl-block h3 {
        font-size: 20px;
        min-height: 100px;
        min-height: 30px
    }
    .lvl-block-container .lvl-block h2 {
        font-size: 40px
    }
    .lvl-block-container .lvl-block button {
        font-size: 15px;
        padding: 10px;
        border-radius: 5px
    }
    #radioButton {
        width: 20px;
        height: 20px;
        margin-right: 20px;
        vertical-align: sub;
        margin-top: 10px
    }
    .final a {
        font-size: 15px;
        padding: 10px;
        border-radius: 5px;
        display: block
    }
    .block-1-mobile {
        display: block;
        margin-top: 7vh;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .block-1-mobile h1 {
        color: #fff;
        font-size: 25px;
        padding: 20px;
        margin: 0;
        width: 100%
    }
    .block-1-mobile .test-btn {
        background-color: #fbae37;
        padding: 2px 10px 10px;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        width: 130px
    }
    .block-2-mobile .test-btn {
        background-color: #fbae37;
        padding: 2px 10px 10px;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        width: 130px;
        margin: auto;
        margin-bottom: 10px;
    }
    .block-1-mobile__img {
        height: 400px;
        width: 100%;
        background: url(../images/bg1.png) no-repeat bottom/cover
    }
    .block-2-mobile {
        display: flex;
        flex-direction: column
    }
    .block-2-mobile h1 {
        color: #fff;
        font-size: 25px;
        padding: 20px;
        margin: 0;
        width: 100%;
        background-color: #349977
    }
    .block-2-mobile__product {
        height: 150px;
        margin: 30px;
        background: url(../images/prod2.png) no-repeat 50%/contain
    }
    .block-2-mobile__img {
        height: 400px;
        background: url(../images/bg2.png) no-repeat top/cover
    }
    .block-1 {
        display: none
    }
    .block-1 h1 {
        font-size: 20px;
        margin: auto;
        margin-top: 35vh
    }
    .block-1__img {
        width: 100%;
        background-size: cover
    }
    .block-2 {
        display: none
    }
    .block-2__img {
        width: 100%;
        background-size: cover
    }
    .block-2__text h1 {
        font-size: 20px
    }
    .vlock-4__bottom {
        margin-top: -55px
    }
    .vlock-4 .bad-design-arrows {
        height: 60px
    }
    .vplate p {
        font-size: 10px!important
    }
    .block-plates {
        flex-wrap: wrap
    }
    .block-plates .plate {
        width: 135px
    }
    .block-plates .plate__img {
        height: 50px
    }
    .stress .stress-1 {
        width: 90vw
    }
    .stress .stress-1 .stress-1-img {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px
    }
    .stress .stress-2 {
        width: 90vw
    }
    .stress .stress-2 .stress-2-img {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px
    }
    .stress .stress-3 {
        width: 90vw
    }
    .stress .stress-3 .stress-3-img {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px
    }
    .stress .stress-4 {
        width: 90vw
    }
    .stress .stress-4 .stress-4-img {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px
    }
    .vlock-4__img {
        height: 130px
    }
    .vlock-4__top h3 {
        font-size: 25px
    }
    .vlock-4__top {
        padding: 10px
    }
    .vlock-4__top p {
        font-size: 15px
    }
    .vlock-4__top:after {
        top: 85px!important
    }
    .block-3 {
        flex-direction: column;
        margin: 0 50px
    }
    .block-3 p {
        font-size: 15px;
        max-width: 100%
    }
    .block-3__how {
        width: auto;
        flex-direction: column;
        align-items: center
    }
    .block-3__img {
        width: 100%
    }
    .advantages p {
        font-size: 10px
    }
    .navigation-logo .logo {
        width: 150px
    }
    .navigation-logo .instruction {
        top: 80vh;
        left: 85vw
    }
    .overrun-container {
        position: relative;
        width: 100vw;
        overflow: hidden;
        background-color: #919798
    }
    .overrun-container h2 {
        margin: 50px
    }
    .overrun-container h3 {
        font-size: 25px
    }
    .overrun-container .overrun-radial {
        position: relative;
        display: flex;
        justify-content: center
    }
    .overrun-container .overrun-radial .overrun {
        display: flex;
        position: relative;
        margin: 60px auto;
        align-items: center
    }
    .overrun-container .overrun-radial .overrun p {
        font-size: 20px;
        max-width: 200px
    }
    .overrun-container .overrun-radial .overrun-img {
        width: 100px;
        height: 100px
    }
    .overrun-container .overrun-radial .overrun-radial1 {
        position: relative;
        width: 50vw;
        margin: 20px;
        z-index: 3
    }
    .overrun-container .overrun-radial .overrun-radial1 .overrun:first-child {
        justify-content: flex-end
    }
    .overrun-container .overrun-radial .overrun-radial1 .overrun:first-child p {
        padding-right: 20px
    }
    .overrun-container .overrun-radial .overrun-radial1 .overrun:first-child .overrun-img {
        background: url(../images/ico31.png) no-repeat 50%/contain
    }
    .overrun-container .overrun-radial .overrun-radial1 .overrun:nth-child(2) {
        justify-content: flex-end
    }
    .overrun-container .overrun-radial .overrun-radial1 .overrun:nth-child(2) p {
        padding-right: 20px
    }
    .overrun-container .overrun-radial .overrun-radial1 .overrun:nth-child(2) .overrun-img {
        background: url(../images/ico32.png) no-repeat 50%/contain
    }
    .overrun-container .overrun-radial .overrun-radial2 {
        position: relative;
        width: 50vw;
        margin: 20px;
        z-index: 3
    }
    .overrun-container .overrun-radial .overrun-radial2 .overrun:first-child p {
        padding-left: 20px
    }
    .overrun-container .overrun-radial .overrun-radial2 .overrun:first-child .overrun-img {
        background: url(../images/ico33.png) no-repeat 50%/contain
    }
    .overrun-container .overrun-radial .overrun-radial2 .overrun:nth-child(2) p {
        padding-left: 20px
    }
    .overrun-container .overrun-radial .overrun-radial2 .overrun:nth-child(2) .overrun-img {
        background: url(../images/ico34.png) no-repeat 50%/contain
    }
    .overrun-container .product {
        z-index: 2;
        position: absolute;
        width: 95%;
        height: 95%;
        margin: auto 0;
        background: url(../images/human\ copy.png) no-repeat 48%/contain
    }
    .overrun-container .product-red-container {
        top: -18px;
        left: -4px;
        position: relative;
        z-index: 1;
        width: 150px;
        height: 200px;
        margin: auto 0
    }
    .overrun-container .product-red-container .product-red {
        position: absolute;
        bottom: 0;
        height: 0;
        width: 91px;
        overflow: hidden;
        background: red
    }
    .overrun-container .test-test {
        height: 195px!important;
        transition: height 3s ease
    }
    .overrun-container .product-media {
        display: none;
        width: 100px;
        height: 200px;
        margin: auto 0;
        background: url(../images/product.png) no-repeat 50%/contain
    }
}

@media screen and (max-width:411px) and (max-height:731px) {
    .overrun-container .product {
        background-position: 48%
    }
}

@media screen and (max-width:320px) and (max-height:568px) {
    .overrun-container .product-red-container {
        left: -28px
    }
}

@media screen and (max-width:360px) and (min-height:640px) {
    .overrun-container .product {
        background-position: 50%
    }
}

@media screen and (min-width:1025px) {
    .navigation-top {
        display: none
    }
}

@media screen and (max-width:415px) {
    .disclamer-warning p {
        font-size: 28pt
    }
}