@font-face {
    font-family: inter;
    src: url("../vibronetic_fonts/vibronetic-inter.woff2")
}

@font-face {
    font-family: "Advent Pro";
    src: url("../vibronetic_fonts/vibronetic-adventpro-bold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: inter;
    background: #042992;
}

#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.body__container {
    max-width: 1170px;
    margin: 0 auto
}

.vibronetic_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 30px;
    left: 0;
}

.vibronetic_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #06061A;
    padding: 16px 24px;
}

.vibronetic_header__info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.vibronetic_header__links {
    display: flex;
    align-items: center;
    gap: 46px;
    padding-left: 0;
    list-style: none;
}

.header__links {
    gap: 10px;
}

.vibronetic_header__burger {
    display: none
}

.vibronetic_header__link {
    font-family: "Advent Pro";
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}


.vibronetic_header__link:hover {
    color: #FF9434;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.vibronetic_header__block {
    max-width: 628px;
    width: 100%;
}

.vibronetic_header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.active__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 5000px;
    border: 1px solid #FFF;
}

.header__lang_1 {
    background: url("../vibronetic_img/vibronetic-lang-ch.webp") no-repeat center;
}

.header__lang_2 {
    background: url("../vibronetic_img/vibronetic-lang-en.webp") no-repeat center;
}



.vibronetic_header__title {
    color: #FFF;
    font-family: "Advent Pro";
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vibronetic_header__subtitle {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}



.vibronetic_header__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.vibronetic_header__play {
    display: block;
    width: 210px;
    height: 57px;
    background: url("../vibronetic_img/vibronetic-header-icon-play.webp") no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}

.vibronetic_header__store {
    display: block;
    width: 210px;
    height: 57px;
    background: url("../vibronetic_img/vibronetic-header-icon-store.webp") no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}


.vibronetic_header__box {
    padding-top: 20px;
}

.vibronetic_header__wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.vibronetic_header {
    padding-top: 40px;
    margin-top: 80px;
}

.vibronetic_info {
    padding-top: 80px;
}

.info{
    padding-bottom: 80px;
}

.vibronetic_info__wrap {
    border: 1px solid #3C69EB;
    padding: 40px;
    display: flex;
    justify-content: flex-end;
    background: url("../vibronetic_img/vibronetic-information-background-1.webp") no-repeat center left 40px;
    padding-top: 164px;
    padding-bottom: 164px;
}

.info__wrap{
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.vibronetic_info__content {
    max-width: 570px;
    width: 100%;
}
.vibronetic_info__title {
    color: #FFF;
    font-family: "Advent Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vibronetic_info__subtitle {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.vibronetic_function {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #FFF;
}
.vibronetic_function__title {
    color: #2E2E2E;
    font-family: "Advent Pro";
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vibronetic_function__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.vibronetic_function__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 370px;
    width: 100%;
    padding: 20px;
    min-height: 477px;
}

.vibronetic_function__item:nth-child(1):before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    background: url('../vibronetic_img/vibronetic-function-image-1.webp');
}

.vibronetic_function__item:nth-child(2):before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    background: url('../vibronetic_img/vibronetic-function-image-2.webp');
}

.vibronetic_function__item:nth-child(3):before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    background: url('../vibronetic_img/vibronetic-function-image-3.webp');
}

.vibronetic_function__item:nth-child(4):before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    background: url('../vibronetic_img/vibronetic-function-image-4.webp');
}

.vibronetic_function__item:nth-child(5):before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    background: url('../vibronetic_img/vibronetic-function-image-5.webp');
}

.vibronetic_function__item:nth-child(6):before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 330px;
    background: url('../vibronetic_img/vibronetic-function-image-6.webp');
}

.vibronetic_function__head {
    color: #042992;
    text-align: center;
    font-family: "Advent Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.vibronetic_function__text {
    color: #2E2E2E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vibronetic_opinions {
    padding-top: 80px;
    padding-bottom: 80px;
}
.vibronetic_opinions__content {
    margin-bottom: 80px;
}

.opinions__content{
    margin-bottom: 0;
}
.vibronetic_opinions__title {
    color: #FFF;
    font-family: "Advent Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vibronetic_opinions__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.vibronetic_opinions__item {
    max-width: 370px;
    width: 100%;
    border-radius: 20px;
    background: #171717;
    padding: 16px;
}
.vibronetic_opinions__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.vibronetic_opinions__name {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.vibronetic_opinions__name:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 23px;
    background: url("../vibronetic_img/vibronetic-opinions-icon-star.webp") no-repeat center;
}

.vibronetic_opinions__wrap {
    display: flex;
    align-items: flex-end;
    padding: 80px 100px;
    height: 658px;
    width: 100%;
    background: url("../vibronetic_img/vibronetic-opinions-background.webp") no-repeat center;
}
.vibronetic_opinions__wrapper {
    min-height: 300px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(20px);
    width: 100%;
}
.vibronetic_opinions__head {
    color: #FFF;
    font-family: "Advent Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.vibronetic_opinions__info {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.vibronetic_opinions__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vibronetic_opinions__play {
    display: block;
    width: 210px;
    height: 57px;
    background: url(../vibronetic_img/vibronetic-header-icon-play.webp) no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}
.vibronetic_opinions__store {
    display: block;
    width: 210px;
    height: 57px;
    background: url(../vibronetic_img/vibronetic-header-icon-store.webp) no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}


.vibronetic_contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(255, 255, 255, 0.20);
}
.vibronetic_contact__content {
    max-width: 800px;
    width: 100%;
}
.vibronetic_contact__title {
    color: #FFF;
    font-family: "Advent Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.vibronetic_contact__form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.vibronetic_contact__input {
    color: #9196A5;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #939393;
    background: #FFF;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.vibronetic_contact__message {
    color: #9196A5;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #939393;
    background: #FFF;
    width: 100%;
    padding: 10px;
    height: 70px;
    margin-bottom: 10px;
}
.vibronetic_contact__btn {
    color: #FFF;
    text-align: center;
    font-family: "Advent Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    width: 400px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #042992;
    margin-bottom: 10px;
    transition: 0.4s;
}

.vibronetic_contact__btn:hover {
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.vibronetic_contact__messages {
    display: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.vibronetic_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, #06061A 0%, #06061A 100%), #FFF;
}
.vibronetic_footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.vibronetic_footer__left {
    max-width: 475px;
    width: 100%;
}
.vibronetic_footer__head {
    color: #F1F1F1;
    font-family: "Advent Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}
.vibronetic_footer__text {
    color: #9196A5;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.vibronetic_footer__right {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    max-width: 440px;
    width: 100%;
}
.vibronetic_footer__info {
    color: #9196A5;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}
.vibronetic_footer__info:hover {
    transition: 0.4s;
    opacity: 0.5;
}
.vibronetic_footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 40px;
}
.vibronetic_footer__link {
    color: #9196A5;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}

.vibronetic_footer__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}

.vibronetic_footer__sup {
    text-align: center;
    color: #9196A5;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__title {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.modal__titleadd {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 10px;
    background: #FF9434;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.07);
            box-shadow: 0px 10px 60px 0px rgba(153, 153, 153, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    max-width: 400px
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.cookie-popup.hidden {
    display: none
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%
}

.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.10);
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px
}

.popupcookie__close:focus,
.popupcookie__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1px;
    width: 100%
}

.popupcookie__subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 206px;
    border-radius: 10px;
    background: #FF9434;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 205px;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #FF9434;
    color: #FF9434;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__button:hover {
    border: 2px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
}

.popupcookie__btn:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.content__title,
.info__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 150px;
    padding-bottom: 30px
}


.desc__contact {
    padding-top: 70px;
    padding-bottom: 0px
}


.header__img_mob {
    display: none
}

.mob {
    display: none;
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.popup__box {
    border-radius: 20px;
    background: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup__game {
    width: 100%;
    height: 400px
}

.popup__iframe {
    width: 100%;
    height: 100%
}

.popup__title {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px
}

.popup__name {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.popup__close:focus,
.popup__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_list {
    display: none;
}

.slick-prev,
.slick-next {
    display: none !important;
}

@media (max-width:1200px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .vibronetic_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .vibronetic_header__wrap {
        gap: 20px
    }

    .vibronetic_header__links {
        display: none
    }

    .vibronetic_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px
    }

    .vibronetic_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .vibronetic_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .vibronetic_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .vibronetic_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        background: #06061A;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .mob {
        display: block;
    }

    .vibronetic_header__block{
        max-width: 56vw;
    }


    .vibronetic_header__subtitle{
        font-size: 16px;
    }

    .vibronetic_header__title{
        font-size: 40px;
    }

    .vibronetic_header__play {
        display: block;
        width: 160px;
        height: 47px;
        background: url(../vibronetic_img/vibronetic-header-icon-play.webp) no-repeat center;
        border: 1px solid #FFF;
        background-size: 160px;
    }

    .vibronetic_header__store {
        display: block;
        width: 160px;
        height: 47px;
        background: url(../vibronetic_img/vibronetic-header-icon-store.webp) no-repeat center;
        border: 1px solid #FFF;
        background-size: 160px;
    }

    .vibronetic_info__wrap{
        padding: 20px;
        background: url(../vibronetic_img/vibronetic-information-background-1.webp) no-repeat center left 20px;
        background-size: 300px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .vibronetic_info__content{
        max-width: 46vw;
    }

    .info__wrap {
        padding-top: 40px;
        padding-bottom: 40px;
        background: none;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .vibronetic_info__subtitle{
        font-size: 14px;
    }

    .vibronetic_function__item{
        max-width: 328px;
        padding: 0;
    }

    .vibronetic_opinions__item{
        max-width: 328px;
    }

    .vibronetic_opinions__wrap{
        padding: 40px 16px;
        height: 640px;
    }

    .vibronetic_footer__top{
        flex-direction: column;
        gap: 20px;
    }

    .vibronetic_footer__left{
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .vibronetic_header__block{
        max-width: 100%;
    }

    .vibronetic_header__wrap{
        flex-direction: column;
    }

    .vibronetic_info__wrap {
        padding: 20px;
        background: url(../vibronetic_img/vibronetic-information-background-1.webp) no-repeat center top 20px;
        background-size: 300px;
        padding-top: 310px;
        padding-bottom: 0px;
    }

    .info__wrap {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        background: none;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .vibronetic_info__content{
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .vibronetic_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .vibronetic_contact__btn{
        width: 100%;
    }

    .vibronetic_header__logo{
        max-width: 154px;
    }

    .menu{
        top: 65px;
    }

    .vibronetic_header__box {
        padding-top: 0px;
    }

    .vibronetic_header__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .vibronetic_header__subtitle{
        font-size: 14px;
    }

    .vibronetic_header__button{
        gap: 10px;
        justify-content: center;
    }

    .vibronetic_header__wrap{
        padding-bottom: 0;
    }

    .vibronetic_info{
        padding-top: 40px;
    }

    .vibronetic_info__title{
        font-size: 22px;
    }

    .info{
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .vibronetic_function__title{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .vibronetic_function__item{
        gap: 10px;
        min-height: 360px;
        max-width: 280px;
        width: 100%;
    }

    .vibronetic_function__head{
        font-size: 16px;
    }

    .vibronetic_function__text{
        font-size: 16px;
    }

    .vibronetic_opinions {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .vibronetic_opinions__title{
        font-size: 22px;
    }

    .vibronetic_opinions__text{
        font-size: 14px;
    }

    .vibronetic_opinions__name{
        font-size: 14px;
    }

    .vibronetic_opinions__items{
        gap: 15px;
    }

    .vibronetic_opinions__content{
        margin-bottom: 40px;
    }

    .vibronetic_opinions__head{
        font-size: 22px;
    }

    .vibronetic_opinions__info{
        font-size: 14px;
    }

    .vibronetic_opinions__play {
        display: block;
        width: 130px;
        height: 38px;
        background: url(../vibronetic_img/vibronetic-header-icon-play.webp) no-repeat center;
        border: 1px solid #FFF;
        background-size: 130px;
    }

    .vibronetic_opinions__store {
        display: block;
        width: 130px;
        height: 38px;
        background: url(../vibronetic_img/vibronetic-header-icon-store.webp) no-repeat center;
        border: 1px solid #FFF;
        background-size: 130px;
    }

    .vibronetic_opinions__button{
        gap: 5px;
        justify-content: center;
    }

    .vibronetic_opinions__wrapper{
        padding: 16px;
        min-height: auto;
    }

    .vibronetic_contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .vibronetic_contact__title{
        font-size: 22px;
    }

    .vibronetic_footer__head{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .vibronetic_footer__text{
        font-size: 12px;
    }

    .vibronetic_footer__top{
        gap: 40px;
    }

    .vibronetic_footer__info{
        font-size: 16px;
    }

    .vibronetic_footer__top{
        margin-bottom: 17px;
    }

    .vibronetic_footer__links{
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }

    .vibronetic_footer__link{
        font-size: 16px;
    }

    .vibronetic_footer__sup{
        font-size: 12px;
    }

    .vibronetic_function__item:nth-child(1):before {
        width: 280px;
        height: 280px;
        background: url(../vibronetic_img/vibronetic-function-image-1.webp);
        background-size: 280px;
    }

    .vibronetic_function__item:nth-child(2):before {
        width: 280px;
        height: 280px;
        background: url(../vibronetic_img/vibronetic-function-image-2.webp);
        background-size: 280px;
    }

    .vibronetic_function__item:nth-child(3):before {
        width: 280px;
        height: 280px;
        background: url(../vibronetic_img/vibronetic-function-image-3.webp);
        background-size: 280px;
    }

    .vibronetic_function__item:nth-child(4):before {
        width: 280px;
        height: 280px;
        background: url(../vibronetic_img/vibronetic-function-image-4.webp);
        background-size: 280px;
    }

    .vibronetic_function__item:nth-child(5):before {
        width: 280px;
        height: 280px;
        background: url(../vibronetic_img/vibronetic-function-image-5.webp);
        background-size: 280px;
    }

    .vibronetic_function__item:nth-child(6):before {
        width: 280px;
        height: 280px;
        background: url(../vibronetic_img/vibronetic-function-image-6.webp);
        background-size: 280px;
    }

    .desc__top {
        padding-top: 130px;
        padding-bottom: 30px
    }

    .opinions__content{
        margin-bottom: 0;
    }
}