html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html{height:100%}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: MontserratMedium;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"),
      url(../fonts/Montserrat-Medium.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratRegular;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),
      url(../fonts/Montserrat-Regular.woff) format("woff");
    font-style: normal;
}
@font-face {
    font-family: MontserratBold;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),
      url(../fonts/Montserrat-Bold.woff) format("woff");
    font-style: normal;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
  }
main{
    flex: 100%;
}
strong{
    font-weight: 600;
    font-family: MontserratMedium;
    font-size: calc(16px + 4 * (100vw / 1900));
    line-height: calc(18px + 6 * (100vw / 1900));
}
html,
body {
	height: 100%;
}
h1{
    font-family: MontserratBold;
    font-size: calc(26px + 26 * (100vw / 1900));
    line-height: calc(30px + 26 * (100vw / 1900));
}
h3{
    font-family: MontserratMedium;
    font-size: calc(22px + 10 * (100vw / 1900));
    line-height: calc(30px + 16 * (100vw / 1900));
    text-align: center;
}
h2{
    font-family: MontserratMedium;
    font-size: 26px;
    margin: 20px 0px;
}
p{
    font-family: MontserratRegular;
    font-size: calc(16px + 4 * (100vw / 1900));
    line-height: calc(18px + 6 * (100vw / 1900));
}
li{
    font-family: MontserratRegular;
    margin-top: 5px;
    font-size: calc(16px + 4 * (100vw / 1900));
    line-height: calc(18px + 6 * (100vw / 1900));
}
.container {
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
}
.col__2{
    display: flex;
    gap: 50px;
    align-items: center;
}
.col__3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.col-item__3{
    flex: 0 1 30%;
}
@media (max-width:900px) {
    .col__2{
        flex-direction: column-reverse !important;
        gap: 35px;
    }
    .col-item__3{
        flex: 0 1 45%;
    }
}
@media (max-width:562px) {
    .col-item__3{
        flex: 0 1 100%;
    }
}
@media (max-width:462px) {
    .col__2{
        gap: 15px;
    }
}
header{
    position: relative;
    z-index: 3;
    background-color: #984b07;
}
.header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0px;
}
.logo{
    font-family: MontserratMedium;
    font-size: 30px;
    color: #ffffff;
}
.logo:hover .logo__header{
    color: #ffffff;
}
.logo__header {
    font-size: calc(22px + 18 * (100vw / 1900));
    font-family: MontserratBold;
    line-height: calc(24px + 20 * (100vw / 1900));
    color: #EEAA9C;
    transition: all 0.4s ease 0s;
}

.menu__body__glav {
}
.menu__list__glav {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.header__link-link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    font-size: calc(14px + 4 * (100vw / 1900));
    font-family: MontserratRegular;
    position: relative;
}
.header__link-link::before{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -5px;
    background-color: #000;
    scale: 0;
    width: 100%;
    height: 2px;
    transition: all 0.5s ease 0s;
}
.header__link-link:hover{
    color: #000;
}
.header__link-link:hover::before{
    scale: 1;
}
.form__scroll{
    transition: all 0.4s ease 0s;
}
.form__scroll a:hover{
    background-color: #c96518;
    border-radius: 0px;
}
.burger {
    display: none;
}
.burger._active .burger__line{
    transform: rotate(45deg);
    background-color: transparent;
}
.burger._active .burger__line::before{
    transform: translate(0px, 7px) rotate(-90deg);
}
.burger._active .burger__line::after{
    transform:translate(0px, -7px)  rotate(0deg);
}
@media (max-width:767px) {
    .burger {
        display: block;
    }
    .burger__line {
        width: 25px;
        height: 2px;
        background-color: #000;
        transition: all 0.4s ease 0s;
        position: relative;
    }
    .burger__line::before {
        width: 30px;
        height: 2px;
        top: -7px;
        left: -5px;
        position: absolute;
        content: "";
        background-color:#000;
        transition: all 0.4s ease 0s;
    }
    .burger__line::after {
        width: 30px;
        height: 2px;
        top: 7px;
        left: -5px;
        position: absolute;
        content: "";
        background-color: #000;
        transition: all 0.4s ease 0s;
    }
    .menu__body__glav{
        position: absolute;
        left: -115%;
        top: 85px;
        background-color: #984b07;
        width: 100%;
        height: 100vh;
        transition: all 0.4s ease 0s;
        padding: 20px;
        z-index: 13;

    }
    .menu__body__glav._active{
        left: 0px;

    }
    .menu__body__glav ul{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    
}
.first {
    background: linear-gradient(180deg, #974c06 0%, #ab1a1a 65%);
    padding: 250px 0px;
}
.container {
}
.block__text {
    max-width: 900px;
    text-align: center;
    margin: 0px auto;
}
.main__btn {
    margin-top: 40px;
}
.main__btn a{
    background-color: #EF233C;
    color: #fff;
    font-family: MontserratMedium;
    font-size: 18px;
    padding: 14px 50px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s ease 0s;
}
.main__btn a:hover{
    background-color: #fff;
    color: #000;
    border-radius: 20px;
}
.main__btn a::before{
    display: none;
}
.header__link-link {
}
.mini-info {
    padding: 50px 0px;
    background-color: #EF233C;
}
.container {
}
.flex__mini-info {
    display: flex;
    gap: 50px;
}
.mini-onfo__item {
    align-items: center;
    display: flex;
    gap: 15px;
    font-size: 20px;
    font-family: MontserratMedium;
    color: #fff;
}
.mini-onfo__item img{
    width: 64px;
    height: 64px;
}



.faq {
    padding: 100px 0px;

}
.container {
}
.title__about {
    font-family: MontserratMedium;
    font-size: 36px;
}
.flex__faq {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
}
.faq__item {
    flex: 0 1 45%;
}
.top__vopr {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, #974c06 0%, #ab1a1a 65%);
    font-family: MontserratMedium;
    color: #fff;
    border-radius: 10px;
}
.top__vopr span{
    position: relative;
    width: 20px;
}
.top__vopr span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    background-color: #fff;
}
.top__vopr span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
    background-color: #fff;
}
.faqactive span::before{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #fff;
}
.faqactive span::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    height: 2px;
    transform: rotate(0deg);
    background-color: #fff;
}
.botton__otvet {

    margin: 10px;
    font-family: MontserratRegular;
    color: #000000;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease;
}
.rewies {
    padding: 75px 0px;
    background-color: #16171b;
}
.container {
}
.title__about {
}
.flex__rew {
    margin-top: 40px;
    display: flex;
    gap: 50px;
    justify-content: center;
 
}
.rew__item {
    border-radius: 15px;
    padding: 20px;
    flex: 0 1 30%;
    background-color: #191a1e;
    border: 1px solid #292b31;
    color: #fff;
}
.rew__item img{
    margin-bottom: 15px;
}
.rew__name {
    font-family: MontserratMedium;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 15px;
}
.mini__title {
    font-family: MontserratMedium;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.title__main {

}
.flex__img {
    display: flex;
    gap: 30px;
    padding: 30px;
    margin: 40px 0px;
    border: 1px solid #cfcfcf;
    border-radius: 100px;
}
.img__item {
    flex: 0 1 25%;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: MontserratMedium;
    text-transform: uppercase;
    font-size: 20px;
}
.img__item img{
    width: 64px;
    height: 64px;
}
.form {
    padding: 75px 0px;
    background-color: #ffffff;
}
.container {
}
.flex__from {
    display: flex;
    gap: 50px;

    background-size: cover;
    overflow: hidden;
    align-items: center;
    border-radius: 20px;
}
.form__flowers {
    flex: 0 1 100%;
}
.form__flowers1 {
    max-width: 1000px;
    margin: 0 auto;
}
.form__title {
    font-family: MontserratMedium;
    font-size: 36px;
    margin-bottom: 25px;
    color: #000000;
    text-align: center;
}
.form__input {
    width: 100%;
}
.flex__form1{
    display: flex;
    gap: 50px;
}
.form__input input{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #16171b;
}
.form__input input:placeholder-shown{
    font-family: MontserratMedium;
}
.checkbox {
    margin: 20px 0px;
}
.checkbox__input {
}
.checkbox__label {
}
.checkbox__text {
    font-family: MontserratMedium;
    color: #000000;
    font-size: 16px;
}
.button__submit {
    background-color: #3f1968;
    color: #fff;
    font-family: MontserratMedium;
    font-size: 18px;
    width: 100%;
    padding: 14px 50px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    border: none;
}
.button__submit:hover{
    border-radius: 20px;
    background-color: #150e29;
    color: #fff;
}
.form__img {
    flex: 0 1 50%;
    max-height: 400px;
}

.title__foter {
    font-size: 24px;
    margin: 30px 0px;
    color: #fff;
    font-family: MontserratMedium;
}
.cirle {
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border: 2px solid #ff0000;
    border-radius: 100px;
    color: #fff;
    font-size: 24px;
    font-family: MontserratMedium;
}
.wal{
    width: 100%;
    max-width: 600px !important;
}
@media (max-width:900px) {
    .flex__rew{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .rew__item{
        flex: 0 1 41%;
    }
    .faq{
        padding: 50px 0px;
    }
    .flex__about{
        flex-direction: column;
    }
    .flex__mini-info{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mini-onfo__item{
        flex: 0 1 45%;
    }
    .flex__guid::before {
        position: absolute;
        content: "";
        width: 80%;
        height: 1px;
        background-color: #a7a7a7;
        left: 120px;
    }
    .flex__faq{
        gap: 10px;
    }
    .faq__item{
        flex: 0 1 100%;
    }
}
@media (max-width:800px) {
    .flex__guid{
        flex-wrap: wrap;
        justify-content: center;
    }
    .flex__guid::before{
        display: none;
    }
    .guid__item{
        flex: 0 1 45%;
    }
}
@media (max-width:650px) {
    .flex__dow-load{
        flex-direction: column;
    }
    .title__about{
        font-size: 30px;
    }
    .about__item img {
        width: 100%;
    }
    .flex__why img{
        width: 60px;
        height: 60px;
    }
    .ab-btn img{
        width: 30px;
        height: 30px;
    }
    .first{
        padding: 100px 0px;
    }
    .rew__item{
        flex: 0 1 100%;
    }
    .flex__from{
        flex-direction: column;
        padding-top: 20px;
    }
    .flex__footer-item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__item{
        flex: 0 1 42%;
    }
}
@media (max-width:510px) {
    .flex__prew{
        flex-direction: column;
        text-align: center;
    }
    .prew__item img{
        max-width: 300px;
    }
    .guid__item{
        flex: 0 1 100%;
    }
    .mini-onfo__item{
        flex: 0 1 100%;
        justify-content: center;
        text-align: center;
    }
    .form__img img{
        width: 100%;
    }
}
@media (max-width:420px) {
    .footer__item{
        flex: 0 1 100%;
    }
}
.terms-item__art-studio,
.text__answer{
    font-size: 16px;
    line-height: 30px;
    font-family: MontserratRegular;
}
.cookieNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.cookieNotice p {
    margin: 0;
}

.acceptCookies {
    background-color: #EF233C;
    border-radius: 10px;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: MontserratMedium;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.acceptCookies:hover {
    background-color: #45a049;
}
.terms-item,
.privacy-policy__paragraph{
    font-family: MontserratRegular;
    font-size: 16px;
    line-height: 30px;
}


.price {
    padding: 50px 0px;
}
.container {
}
.flex__price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.text {
    flex: 0 1 50%;
    font-family: MontserratMedium;
    font-size: 25px;
}
.card__price {
    flex: 0 1 50%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.card__item {
    flex: 0 1 50%;
    display: flex;
  
    flex-direction: column;
}
.card__item img{
    max-width: 150px;
}
.banner__img {
    display: flex;
    justify-content: center;
}
.banner__img a img{
    max-width: 350px;
    transition: all 0.4s ease 0s;
    border-radius: 20px;
}
.banner__img a:hover img{
    box-shadow: 0px 0px 30px #9e3a0d;
    transform: scale(1.02);
}

.platform {
    padding: 100px 0px;
}
.container {
}
.title__main {
    text-align: center;
    font-size: 36px;
    font-family: MontserratMedium;
}
.platform__flex {
    margin-top: 50px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center ;
}
.platform__item {
    flex: 0 1 40%;
    border-radius: 20px;
    border: 1px solid #e7e8eb;
    padding: 20px;
    transition: all 0.4s ease 0s;
}
.platform__item:hover{
    transform: translateY(-20px);
    background-color: #000;
    color: #fff;
    box-shadow: 4px 4px 20px #727272;
}
.top__item {
    padding-bottom: 30px;
    transition: all 0.4s ease 0s;
    border-bottom: 1px solid #e7e8eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-family: MontserratMedium;
}
.top__item img{
    width: 64px;
    height: 64px;
}
.bottom__item {
    margin-top: 30px;
}
.bottom__item p{
    transition: all 0.4s ease 0s;
}
.bottom__item ul li{
    margin-left: 15px;
    margin-top: 20px;
    font-family: MontserratRegular;
    font-size: 18px;
    list-style: circle;
}

.best {
    padding: 50px 0px;
    text-align: center;
}
.container {
}
.title__main {
}
.flex__best {
    margin: 40px auto;
    max-width: 1200px;

    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.best__item {
    display: flex;
    gap: 10px;
    padding: 20px;
    border: 2px solid #ab1b1a;
    align-items: center;
    flex: 0 1 45%;
    border-radius: 10px 40px 30px 0px;
    font-family: MontserratMedium;
    box-shadow: 4px 4px 0px #ab1b1a;
    font-size: 18px;
}
.main__btn{
    padding: 14px 35px;
    font-family: MontserratMedium;
    font-size: 18px;
    background-color: #5f259f;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s ease 0s;
}
.main__btn:hover{
    background-color: #3f1968;
}
.otziv {
    padding: 100px 0px;
}
.container {
}
.title__main {
}
.flex__otziv {
    max-width: 1000px;
    margin: 30px auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.raiting__left {
    display: flex;
    gap: 20px;
    flex: 0 1 32%;
    border-radius: 20px;
    border: 1px solid #e7e8eb;
    padding: 20px;
    box-shadow: 0px 0px 20px #ab1a1a77;
}
.rating__number {
    flex: 0 1 50%;
}
.number {
    font-family: MontserratBold;
    font-size: 40px;
    margin: 20px 0px;
}
.otziv__right {
    flex: 0 1 55%;
    padding: 20px;
    border: 1px solid #e7e8eb;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #ab1a1a77;
}
.top__otziv {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8eb;
}
.top__otziv img{
    width: 60px;
    height: 60px;
}
.text__otziv {
}
.bottom__otziv {
    margin-top: 20px;
    font-family: MontserratRegular;
    font-size: 14px;
}
.rating__table {
    flex: 0 1 50%;
}
.table__item {
    margin-top: 15px;
    font-family: MontserratMedium;
    font-size: 18px;
    display: flex;
    gap: 10px;
}
.span1 {
    display: flex;
    width: 100px;
    height: 15px;
    background-color: #009a4b;
}
.span2 {
    display: flex;
    width: 70px;
    height: 15px;
    background-color: #07d66b;
}
.span3 {
    display: flex;
    width: 30px;
    height: 15px;
    background-color: #c9bd18;
}
.span4 {
    display: flex;
    width: 20px;
    height: 15px;
    background-color: #c96518;
}
.span5 {
    display: flex;
    width: 10px;
    height: 15px;
    background-color: #c94118;
}
footer{
    padding: 50px 0px;
}
.container {
}
.footer__flex {
    display: flex;
    gap: 30px;
}
.footer__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 1 33%;
}
.logo {
    font-family: MontserratMedium;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
}

.footer__link {
    font-family: MontserratMedium;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.footer__item p{
    font-size: 14px;
}
@media (max-width:750px) {
    .platform__item{
        flex: 0 1 100%;
    }
    .flex__otziv{
        flex-direction: column;
    }
}
@media (max-width:600px) {
    .best__item{
        flex: 0 1 100%;
    }
    .flex__img{
        flex-wrap: wrap;
    }
    .img__item{
        flex: 0 1 45%;
    }
    .footer__flex{
        flex-direction: column;
    }
    .flex__price{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
@media (max-width:500px) {
    .flex__form1{
        flex-direction: column;
        gap: 20px;
    }
    .form__input input{
        box-sizing: border-box;
    }
}
@media (max-width:400px) {
    .img__item{
        flex: 0 1 100%;
    }
}
.flex-app {
    display: flex;
    gap: 50px;
}
.app__item {
    flex: 0 1 33%;
}
.app__item img{
    width: 100%;
    border-radius: 20px;
}
.terms-item__CricketUp{
    font-family: MontserratRegular;
    font-size: 16px;
    line-height: 30px;
}


.about__pril {

}
.container {
}
.flex__about {
    display: flex;
    gap: 50px;
    align-items: center;
}
.left__img-ab {
    flex: 0 1 50%;
    text-align: center;
}
.left__img-ab img{
    max-width: 470px;
    width: 100%;
}
.right__text-ab {
    flex: 0 1 50%;
}
.title__about {
}
@media (max-width:800px) {
    .flex__about{
        flex-direction: column;
    }
    .flex-app{
        flex-wrap: wrap;
        justify-content: center;
    }
    .app__item {
        flex: 0 1 45%;
    }
}
@media (max-width:500px) {

    .app__item {
        flex: 0 1 90%;
    }
    .rating__number img{
        max-width: 100px;
    }
}
@media (max-width:500px) {
    .banner__img a img {
        max-width: 300px;
        transition: all 0.4s ease 0s;
        border-radius: 20px;
    }
}