@font-face {
    font-family: afacad;
    src: url("../ntivox_fonts/ntivox_afacad-regular.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: afacad;
    background: linear-gradient(0deg, #109204 0%, #012C10 100%);
}

#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
}

.ntivox_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0px;
    left: 0;
    backdrop-filter: blur(10px);
}

.ntivox_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;
}

.ntivox_header__info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.ntivox_header__links {
    display: flex;
    align-items: center;
    gap: 46px;
    padding-left: 0;
    list-style: none;
}

.header__links {
    gap: 10px;
}

.ntivox_header__burger {
    display: none
}

.ntivox_header__link {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}


.ntivox_header__link:hover {
    color: #37B8FF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.ntivox_header__block {
    max-width: 628px;
    width: 100%;
}

.ntivox_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: 900px;
    border: 1px solid #FFF;
}

.header__lang_1 {
    background: url("../ntivox_img/ntivox-lang-es.webp") no-repeat center;
}

.header__lang_2 {
    background: url("../ntivox_img/ntivox-lang-en.webp") no-repeat center;
}



.ntivox_header__title {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ntivox_header__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.ntivox_header__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ntivox_header__play {
    display: block;
    width: 210px;
    height: 57px;
    background: url("../ntivox_img/ntivox-header-icon-play.webp") no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}

.ntivox_header__store {
    display: block;
    width: 210px;
    height: 57px;
    background: url("../ntivox_img/ntivox-header-icon-store.webp") no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}


.ntivox_header__box {
    padding-top: 20px;
}

.ntivox_header__wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ntivox_header {
    padding-top: 140px;
    background: url("../ntivox_img/magyarkasinok-header-backround.webp") no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
}

.ntivox_info {
    padding-bottom: 80px;
}
.ntivox_info__wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.ntivox_info__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 565px;
    width: 100%;
    padding: 40px;
    border: 1px solid #828282;
    min-height: 805px;
}
.ntivox_info__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ntivox_info__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.ntivox_info__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 565px;
    width: 100%;
    min-height: 805px;
    padding: 40px;
    border: 1px solid #828282;
}

.ntivox_function {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgba(255, 255, 255, 0.30);
}
.ntivox_function__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ntivox_function__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.ntivox_function__item {
    display: flex;
    max-width: 370px;
    gap: 20px;
    width: 100%;
    padding: 20px;
}
.ntivox_function__item:nth-child(1)::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: url("../ntivox_img/ntivox-features-image-1.webp") no-repeat center;
}
.ntivox_function__item:nth-child(2)::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: url("../ntivox_img/ntivox-features-image-2.webp") no-repeat center;
}
.ntivox_function__item:nth-child(3)::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: url("../ntivox_img/ntivox-features-image-3.webp") no-repeat center;
}
.ntivox_function__item:nth-child(4)::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: url("../ntivox_img/ntivox-features-image-4.webp") no-repeat center;
}
.ntivox_function__item:nth-child(5)::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: url("../ntivox_img/ntivox-features-image-5.webp") no-repeat center;
}
.ntivox_function__item:nth-child(6)::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: url("../ntivox_img/ntivox-features-image-6.webp") no-repeat center;
}
.ntivox_function__content{
    max-width: 155px;
}
.ntivox_function__head {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    word-break: break-all;
}
.ntivox_function__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}


.ntivox_opinions {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ntivox_opinions__content {
    margin-bottom: 80px;
}

.opinions__content{
    margin-bottom: 0;
}
.ntivox_opinions__title {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ntivox_opinions__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
}
.ntivox_opinions__item {
    max-width: 370px;
    width: 100%;
    background: #012C10;
    padding: 16px;
}
.ntivox_opinions__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.ntivox_opinions__name {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.ntivox_opinions__name:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 23px;
    background: url("../ntivox_img/ntivox-opinions-icon-star.webp") no-repeat center;
}

.ntivox_opinions__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 80px 100px;
    height: 658px;
    width: 100%;
    background: url("../ntivox_img/ntivox-opinions-background.webp") no-repeat center;
    
}
.ntivox_opinions__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 270px;
    max-width: 660px;
    width: 100%;
    padding: 24px;
    border: 1px solid #828282;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(20px);
}
.ntivox_opinions__head {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ntivox_opinions__info {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.ntivox_opinions__button {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 20px;
}
.ntivox_opinions__play {
    display: block;
    width: 210px;
    height: 57px;
    background: url(../ntivox_img/ntivox-header-icon-play.webp) no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}
.ntivox_opinions__store {
    display: block;
    width: 210px;
    height: 57px;
    background: url(../ntivox_img/ntivox-header-icon-store.webp) no-repeat center;
    border: 1px solid #FFF;
    background-size: 209px;
}


.ntivox_contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(55, 184, 255, 0.20);
}
.ntivox_contact__content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.ntivox_contact__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.ntivox_contact__form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.ntivox_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;
}
.ntivox_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;
    resize: none;
}
.ntivox_contact__btn {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;
    display: flex;
    width: 400px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #012C10;
    margin-bottom: 10px;
    transition: 0.4s;
}

.ntivox_contact__btn:hover {
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.ntivox_contact__messages {
    display: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.ntivox_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, #109204 0%, #109204 100%), #FFF;
}
.ntivox_footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.ntivox_footer__left {
    max-width: 475px;
    width: 100%;
}
.ntivox_footer__head {
    color: #020202;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.ntivox_footer__text {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.ntivox_footer__right {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    max-width: 440px;
    width: 100%;
}
.ntivox_footer__info {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}
.ntivox_footer__info:hover {
    transition: 0.4s;
    opacity: 0.5;
}
.ntivox_footer__links {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 40px;
}
.ntivox_footer__link {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}

.ntivox_footer__link:hover {
    transition: 0.4s;
    opacity: 0.5;
}

.ntivox_footer__sup {
    text-align: center;
    color: #333;
    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
    }

    .ntivox_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .ntivox_header__wrap {
        gap: 20px
    }

    .ntivox_header__links {
        display: none
    }

    .ntivox_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
    }

    .ntivox_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
    }

    .ntivox_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .ntivox_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
    }

    .ntivox_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: rgba(0, 0, 0, 0.30);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 76px;
        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;
    }

    .ntivox_header__block{
        max-width: 56vw;
    }


    .ntivox_header__subtitle{
        font-size: 16px;
    }

    .ntivox_header__title{
        font-size: 35px;
    }

    .ntivox_header__play {
        display: block;
        width: 160px;
        height: 47px;
        background: url(../ntivox_img/ntivox-header-icon-play.webp) no-repeat center;
        background-size: 160px;
    }

    .ntivox_header__store {
        display: block;
        width: 160px;
        height: 47px;
        background: url(../ntivox_img/ntivox-header-icon-store.webp) no-repeat center;
        background-size: 160px;
    }

    .ntivox_footer__top{
        flex-direction: column;
        gap: 20px;
    }

    .ntivox_footer__left{
        max-width: 100%;
    }

    .ntivox_info__left{
        padding: 20px;
        min-height: auto;
    }

    .ntivox_info__right{
        padding: 20px;
        min-height: auto;
    }

    .ntivox_info__text{
        font-size: 16px;
    }

    .ntivox_header{
        padding-top: 90px;
    }

    .ntivox_opinions__items{
        max-width: 800px;
        width: 100%;
        gap: 20px;
    }

    .ntivox_opinions__item{
        max-width: 100%;
    }

}

@media (max-width:767px) {
    .ntivox_header__block{
        max-width: 100%;
    }

    .ntivox_header__wrap{
        flex-direction: column;
    }
    .ntivox_header__images{
        order: 1;
    }


    .ntivox_header {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .info__wrap{
        gap: 0;
    }

    .ntivox_info__wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ntivox_opinions__wrapper{
        max-width: 100%;
    }

    .ntivox_opinions__wrap{
        padding: 40px 16px;
        align-items: flex-end;
        background: url(../ntivox_img/ntivox-opinions-background-mob.webp) no-repeat center;
        background-size: cover;
        height: 640px;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .ntivox_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .ntivox_contact__btn{
        width: 100%;
    }

    .ntivox_header__logo{
        max-width: 154px;
    }

    .menu{
        top: 76px;
    }

    .ntivox_header__box {
        padding-top: 0px;
    }

    .ntivox_header__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .ntivox_header__subtitle{
        font-size: 14px;
    }

    .ntivox_header__button{
        gap: 10px;
        justify-content: center;
    }

    .ntivox_header__wrap{
        padding-bottom: 0;
        gap: 16px;
    }

    .ntivox_opinions {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ntivox_opinions__title{
        font-size: 22px;
        text-align: left;
    }

    .ntivox_opinions__text{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ntivox_opinions__name{
        font-size: 16px;
        gap: 10px;
    }

    .ntivox_opinions__name{
        font-size: 14px;
    }

    .ntivox_opinions__items{
        gap: 15px;
    }

    .ntivox_opinions__content{
        margin-bottom: 40px;
    }

    .ntivox_opinions__head{
        font-size: 22px;
    }

    .ntivox_opinions__info{
        font-size: 16px;
    }

    .ntivox_opinions__play {
        display: block;
        width: 132px;
        height: 44px;
        background: url(../ntivox_img/ntivox-header-icon-play.webp) no-repeat center;
        background-size: 132px;
    }

    .ntivox_opinions__store {
        display: block;
        width: 132px;
        height: 44px;
        background: url(../ntivox_img/ntivox-header-icon-store.webp) no-repeat center;
        background-size: 132px;
    }

    .ntivox_opinions__button{
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ntivox_opinions__wrapper{
        padding: 16px;
        min-height: auto;
    }

    .ntivox_contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ntivox_contact__title{
        font-size: 22px;
        margin-bottom: 24px;
    }

    .ntivox_footer__head{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ntivox_footer__text{
        font-size: 12px;
    }

    .ntivox_footer__top{
        gap: 40px;
    }

    .ntivox_footer__info{
        font-size: 16px;
    }

    .ntivox_footer__top{
        margin-bottom: 17px;
    }

    .ntivox_footer__links{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }

    .ntivox_footer__link{
        font-size: 16px;
    }

    .ntivox_footer__sup{
        font-size: 12px;
    }

    .desc__top {
        padding-top: 130px;
        padding-bottom: 30px
    }

    .opinions__content{
        margin-bottom: 0;
    }

    .ntivox_footer__right {
        flex-direction: column;
    }

    .ntivox_header__info {
        margin-bottom: 16px;
    }

    .ntivox_info__title{
        font-size: 22px;
    }

    .ntivox_info__text{
        font-size: 14px;
    }

    .ntivox_info{
        padding-bottom: 40px;
    }

    .ntivox_function__title{
        font-size: 22px;
    }

    .ntivox_function__head{
        font-size: 17px;
        margin-bottom: 10px;
    }

    .ntivox_function__content{
        max-width: 140px;
    }

    .ntivox_function__item{
        padding: 10px;
        gap: 15px;
    }
}