@font-face {
    font-family: Roboto;
    src: url("../prixonova_fonts/prixonova_roboto-regular.woff2")
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../prixonova_fonts/prixonova_proximanova-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: "Proxima Nova";
    background: #FFF;
}

#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
}

.prixonova_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
}

.prixonova_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
}

.prixonova_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
    padding-left: 0;
    list-style: none;
}

.header__links_desc{
    display: none;
}


.prixonova_header__left{
    display: flex;
    align-items: center;
    gap: 56px;
}

.header__links {
    gap: 10px;
    margin-right: 30px;
}

.header__link{
    margin-right: 56px;
}

.prixonova_header__burger {
    display: none
}

.prixonova_header__link {
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.color_white{
    color:  #fff;
}

.prixonova_header__wrap {
    display: flex;
    gap: 30px;
}


.prixonova_header__link:hover {
    color: #FF9434;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.prixonova_header__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 570px;
    width: 100%;
    min-height: 506px;
}

.prixonova_header__sup{
    color: #262626;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 16px;
    border-radius: 24px;
    border: 1px solid #000;
    width: 160px;
    margin-bottom: 20px;
}

.prixonova_header__text{
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.prixonova_header__text::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 570px;
    min-height: 329px;
    background: url("../prixonova_img/prixonova-header-image-1.webp")
}

.prixonova_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 {
    padding: 15px;
    border-radius: 5000px;
    border: 1px solid #D03254;
}

.header__lang_1 {
    background: url("../prixonova_img/prixonova-lang-hu.webp") no-repeat center;
}

.header__lang_2 {
    background: url("../prixonova_img/prixonova-lang-en.webp") no-repeat center;
}

.prixonova_header__item{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 695px;
    width: 100%;
    background: url("../prixonova_img/prixonova-header-background.webp") no-repeat center;
    background-size: cover;
    min-height: 780px;
    border-radius: 24px;
}

.prixonova_header__wrapper{
    max-width: 500px;
    width: 100%;
}

.prixonova_header__top{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.prixonova_header__button {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prixonova_header__title{
    color: #FFF;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.prixonova_header__subtitle{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.prixonova_header__play {
    display: block;
    width: 237px;
    height: 67px;
    background: url("../prixonova_img/prixonova-header-icon-play.webp") no-repeat center;
    border-radius: 15px;
    border: 1px solid #FFF;
}

.prixonova_header__store {
    display: block;
    width: 237px;
    height: 67px;
    background: url("../prixonova_img/prixonova-header-icon-store.webp") no-repeat center;
    border-radius: 15px;
    border: 1px solid #FFF;
}


.prixonova_header__box {
    padding-top: 0px;
}

.prixonova_header__images {
    display: flex;
}

.prixonova_header {
    padding-top: 10px;
}

.prixonova_info {
    padding-top: 40px;
    padding-bottom: 20px;
}
.prixonova_info__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 100px;
    padding-bottom: 40px;
    min-height: 508px;
    background: url("../prixonova_img/prixonova-information-background.webp") no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
}
.prixonova_info__title {
    color: #FFF;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.prixonova_info__info {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.prixonova_info__items {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px;
}

.prixonova_about {
    padding-bottom: 20px;
}
.prixonova_about__wrap {
    display: flex;
    justify-content: flex-end;
    background: url("../prixonova_img/prixonova-about-background.webp") no-repeat center left;
}
.prixonova_about__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 428px;
    max-width: 585px;
    width: 100%;
    padding: 40px 15px;
    border-radius: 0px 24px 24px 0px;
    background: #F6F6F6;
}
.prixonova_about__sup {
    color: #262626;
    font-size: 24px;
    font-weight: 700;
    width: 160px;
    line-height: normal;
    padding: 10px 16px;
    border-radius: 24px;
    border: 1px solid #000;
}
.prixonova_about__title {
    color: #262626;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.prixonova_about__text {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.prixonova_benefits {
    padding-bottom: 20px;
}
.prixonova_benefits__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 30px;
    border-radius: 0px 0px 24px 24px;
    background: #F6F6F6;
    list-style: none;
}

.prixonova_benefits__wrap::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 274px;
    width: 100%;
    background: url("../prixonova_img/prixonova-benefits-backgroud.webp") no-repeat center
}

.prixonova_benefits__item {
    max-width: 350px;
    width: 100%;
}
.prixonova_benefits__title {
    color: #262626;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.prixonova_benefits__text {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.prixonova_reviews {
    padding-bottom: 20px;
}

.prixonova_reviews__title {
    color: #262626;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight:700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prixonova_reviews__items {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.prixonova_reviews__item {
    max-width: 370px;
    width: 100%;
    padding: 20px;
    border-radius: 24px;
    background: #F6F6F6;
    min-height: 264px;
}

.prixonova_reviews__name {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prixonova_reviews__name::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 23px;
    background: url("../prixonova_img/prixonova-reviews-icon-star.webp") no-repeat center;
}

.prixonova_reviews__contet{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.prixonova_reviews__contet::before{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: url("../prixonova_img/prixonova-comment-icon-avatar.webp") no-repeat center;
}

.prixonova_reviews__text {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.prixonova_contact{
    margin-bottom: 20px;
}

.prixonova_contact__wrap {
    background: url("../prixonova_img/prixonova-contact-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 100px;
    border-radius: 24px;
}

.prixonova_contact__content {
    max-width: 570px;
    width: 100%;
}

.prixonova_contact__title {
    color: #FFF;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.prixonova_contact__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.prixonova_contact__messages {
    display: none;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.prixonova_contact__form {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 570px;
    width: 100%;
}

.prixonova_contact__input {
    color: #9196A5;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #939393;
    background: #FFF;
    margin-bottom: 10px;
}

.prixonova_contact__message {
    color: #9196A5;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #939393;
    background: #FFF;
    resize: none;
    margin-bottom: 10px;
}

.prixonova_contact__btn {
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #000;
    background: #000;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.prixonova_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.prixonova_contact__button {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prixonova_contact__play {
    display: block;
    width: 237px;
    height: 67px;
    background: url("../prixonova_img/prixonova-header-icon-play.webp") no-repeat center;
    border-radius: 15px;
    border: 1px solid #FFF;
}

.prixonova_contact__store {
    display: block;
    width: 237px;
    height: 67px;
    background: url("../prixonova_img/prixonova-header-icon-store.webp") no-repeat center;
    border-radius: 15px;
    border: 1px solid #FFF;
}

.prixonova_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(0deg, #1C1C1E 0%, #1C1C1E 100%), #FFF;
}

.prixonova_footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prixonova_footer__left {
    max-width: 475px;
    width: 100%;
}

.prixonova_footer__text {
    color: #9196A5;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.prixonova_footer__right {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 613px;
    width: 100%;
}

.prixonova_footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    gap: 17px;
    list-style: none;
    margin-bottom: 17px;
}

.prixonova_footer__link {
    color: #9196A5;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.prixonova_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.prixonova_footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.prixonova_footer__item {
    max-width: 570px;
    width: 100%;
}

.prixonova_footer__head {
    color: #9196A5;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.prixonova_footer__content {
    color: #9196A5;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.prixonova_footer__sup {
    color: #9196A5;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    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: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 130px;
    padding-bottom: 50px
}


.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
    }

    .prixonova_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }


    .prixonova_header__links {
        display: none
    }

    .prixonova_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
    }

    .prixonova_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
    }

    .prixonova_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .prixonova_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
    }

    .prixonova_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(153, 153, 153, 0.4);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 69px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        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;
    }

    .prixonova_header__block {
        max-width: 46vw;
    }

    .prixonova_header__item{
        max-width: 50vw;
        padding: 10px;
    }

    .prixonova_header__text::before{
        width: 100%;
        background-size: 300px;
        background-repeat: no-repeat;
        min-height: 173px;
    }

    .prixonova_footer__top {
        gap: 20px;
    }

    .prixonova_footer__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prixonova_footer__right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .prixonova_footer__center {
        gap: 20px;
    }

    .prixonova_reviews__items {
        flex-direction: column;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .prixonova_reviews__item {
        max-width: 100%;
        min-height: auto;
    }

    .prixonova_info__wrap{
        padding: 20px;
        border-radius: 24px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    

    .prixonova_benefits__items{
        gap: 10px;
    }

    .prixonova_about__content{
        max-width: 46vw;
    }

    .prixonova_benefits__wrap::before{
        border-radius: 24px 24px 0px 0px;
    }
    .prixonova_benefits__item {
        max-width: 329px;
    }

    .prixonova_contact__wrap{
        padding: 20px;
    }
}

@media (max-width:767px) {
    .prixonova_contact__content {
        max-width: 100%;
    }

    .prixonova_contact__form {
        max-width: 100%;
    }

    .prixonova_footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prixonova_footer__left {
        max-width: 100%;
    }

    .prixonova_footer__center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prixonova_footer__item {
        max-width: 100%;
    }

    .prixonova_header__wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .prixonova_header__block{
        max-width: 100%;
        min-height: auto;
        margin-top: 100px;
    }

    .prixonova_header__wrap{
        gap: 20px;
    }

    .prixonova_header__item{
        max-width: 100%;
        min-height: 300px;
    }

    .prixonova_about__wrap {
        display: flex;
        justify-content: center;
        background: url(../prixonova_img/prixonova-about-background-mob.webp) no-repeat center top;
        background-size: 575px;
        padding-top: 225px;
        border-radius: 24px 24px 0px 0px;
    }

    .prixonova_about__content{
        max-width: 575px;
        min-height: 280px;
        border-radius: 0px 0px 24px 24px;
    }

}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .prixonova_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .prixonova_header__play {
        width: 150px;
        height: 46px;
        background: url(../prixonova_img/prixonova-header-icon-play.webp) no-repeat center;
        background-size: 160px;
    }

    .prixonova_header__store {
        display: block;
        width: 150px;
        height: 46px;
        background: url(../prixonova_img/prixonova-header-icon-store.webp) no-repeat center;
        background-size: 160px;
    }

    .prixonova_header__button {
        gap: 8px;
        justify-content: center;
    }

    .prixonova_header__logo {
        max-width: 160px;
    }

    .menu {
        top: 64px;
    }

    .prixonova_contact__title {
        font-size: 24px;
    }

    .prixonova_contact__subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .prixonova_contact__btn{
        height: 37px;
    }

    .prixonova_footer__text {
        font-size: 14px;
    }

    .prixonova_footer__link {
        font-size: 14px;
    }

    .prixonova_footer__head {
        font-size: 14px;
    }

    .prixonova_footer__content {
        font-size: 14px;
    }

    .prixonova_footer__sup {
        font-size: 14px;
    }

    .prixonova_footer__top {
        gap: 40px;
    }

    .prixonova_footer__center {
        gap: 40px;
    }

    .prixonova_header__box {
        padding-top: 30px;
    }

    .prixonova_header__block {
        padding-bottom: 20px;
    }

    .prixonova_reviews__text {
        font-size: 12px;
    }

    .prixonova_reviews__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .prixonova_reviews {
        padding-bottom: 20px;
    }


    .desc__top {
        padding-top: 130px;
        padding-bottom: 50px
    }

    .prixonova_header__block{
        margin-top: 60px;
        padding-bottom: 0;
    }

    .prixonova_header__sup{
        font-size: 16px;
        width: 117px;
        margin-bottom: 10px;
    }

    .prixonova_header__text::before{
        background-position: center;
    }

    .prixonova_header__text{
        gap: 10px;
        font-size: 14px;
    }

    .prixonova_header__img{
        max-width: 80px;
    }

    .prixonova_header__title{
        font-size: 24px;
    }

    .prixonova_header__subtitle{
        font-size: 14px;
    }

    .prixonova_info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .prixonova_info__title{
        font-size: 24px;
    }

    .prixonova_info__info{
        font-size: 14px;
    }

    .prixonova_info__list{
        padding-left: 20px;
    }

    .prixonova_info__wrap{
        min-height: 400px;
    }
    .slick-prev, .slick-next {
        display: none !important; 
    }

    .prixonova_info__img{
        margin: 0 auto;
    }

    .prixonova_about__content{
        padding: 40px 15px;
    }

    .prixonova_about__sup{
        font-size: 16px;
        width: 117px;
        margin-bottom: 20px;
    }

    .prixonova_about__wrap{
        padding-top: 280px;
    }

    .prixonova_benefits__items{
        padding: 40px 15px;
        gap: 15px;
    }

    .prixonova_benefits__title{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .prixonova_benefits__text{
        font-size: 12px;
    }

    .prixonova_reviews__items{
        max-width: 100%;
    }

    .prixonova_reviews__name{
        font-size: 16px;
    }

    .prixonova_contact__wrap{
        padding: 40px 12px;
    }

    .prixonova_contact__play {
        display: block;
        width: 150px;
        height: 46px;
        background: url(../prixonova_img/prixonova-header-icon-play.webp) no-repeat center;
        background-size: 160px;
    }
    .prixonova_contact__store {
        display: block;
        width: 150px;
        height: 46px;
        background: url(../prixonova_img/prixonova-header-icon-store.webp) no-repeat center;
        background-size: 160px;
    }

    .prixonova_contact__button{
        gap: 5px;
        justify-content: center;
    }

    .prixonova_info__items{
        padding-right: 0;
    }

    .prixonova_info__item{
        margin-right: 5px;
    }
}