@font-face {
    font-family: CoreRhino85Black;
    src: url(../fonts/CoreRhino85Black.woff2) format("woff2"), url(../fonts/CoreRhino85Black.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSansBold.woff2") format("woff2"), url("../fonts/PTSansBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSansRegular.woff2") format("woff2"), url("../fonts/PTSansRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*,
body,
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
}
.container {
    max-width: 1440px;
    padding: 0 48px;
    margin: 0 auto;
}
.header {
    height: 60px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.14);
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.header__logo {
    position: absolute;
    left: 40px;
    top: 24px;
    z-index: 2;
}
.header__link {
    font-size: 18px;
    font-weight: 700;
    color: #52a045;
    text-decoration: none;
    margin-right: 33px;
}
.header__button {
    padding: 8px 24px;
    border-radius: 100px;
    background: linear-gradient(216deg, #a3db42 0, #2ea235 100%);
    color: #fff;
    text-decoration: none;
}

.hero__bg {
    position: relative;
    background-image: url(/img/hero__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 252px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin: 0 auto;
    padding: 0 2%;
}
@media screen and (max-width: 1025px) {
    .hero__bg {
        background-image: url(/img/hero__bg-tablet.jpg);
        height: 480px;
    }
}
@media screen and (max-width: 600px) {
    .hero__bg {
        height: 320px;
    }
}
.hero {
    width: 100%;
    max-width: 1120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;

}
.hero__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    
}
.hero__title {
    font-family: CoreRhino85Black;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 32px;
    color: #fff;
    max-width: 240px;
    line-height: 130%;
    left: 0;
    bottom: 30px;
    color: #ffffff;
    /* color:#3B932C; */
    /* text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff; */
}
@media screen and (max-width: 1025px) {
    .hero__title  {
      position: unset;
      max-width: 60%;
      text-align: center;
      font-size: 5vw;
      padding: 20px 0;
   /* text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff, 2px -1px 2px rgba(206,206,206,0); */
      
    }
}
@media screen and (max-width: 600px) {
    .hero__title  {
        font-size: 6vw;
        /* max-width: 90%; */
        font-size: 6vw;
        max-width: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
        right: 10%;
    }
}
.hero__image-wrap {
    /* width: 72.5%;
    max-width: 813px; */
    position: relative;
    padding-left: 20%;
}
@media screen and (max-width: 1025px) {
    .hero__image-wrap {
        /* width: 100%; */
        max-width: unset;
        padding-left: unset;
    }
}
.hero__image {
    display: block;
    width: 100%;
    z-index: 0;
    position: relative;
    margin: auto 0 auto auto;
}
@media screen and (max-width: 1025px) {
    .hero__image {
        margin: 0 auto;
        width: 100%;
    }
}
@media screen and (max-width: 785px){
    .hero__image-desktop {
        display: none;
      }
}

@media screen and (min-width: 784px){
    .hero__image-mobile {
        display: none;
      }
}
@media screen and (max-width: 600px) {
    .hero__image {
        max-width: 400px;
    }
}

.hero__line {
    display: block;
    position: absolute;
    left: 12%;
    top: 0;
    /* width: 75%; */
    z-index: 0;
}
@media screen and (max-width: 1025px) {
    .hero__line {
     display: none;
    }
}

.slider {
    max-width: 1120px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 57px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 0 57px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 0 57px;
    padding: 25px 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -20px;
}
.slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-initialized .slick-slide.slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}
.slider .slick-prev {
    position: absolute;
    content: "";
    background: url(/img/icons/arrow_full.svg);
    font-size: 0;
    left: -24px;
    top: 37%;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: none;
    outline: 0;
    cursor: pointer;
}
.slider .slick-next {
    position: absolute;
    content: "";
    background: url(/img/icons/arrow_full.svg);
    font-size: 0;
    right: -24px;
    top: 37%;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: none;
    outline: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}
.slider .item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 185px;
    min-height: 180px;
}
.slider .item__photo {
    margin-right: 8px;
}
.slider .item__photo img {
    width: 100px;
    height: auto;
    padding: 0 14px;
}
.slider .item__title {
    color: #52a045;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}
.slider .item__subtitle {
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.slider .item__text {
    color: #8c8c8c;
    font-size: 18px;
    margin-bottom: 16px;
}
.slider .item__button {
    padding: 8px 24px;
    border: 2px solid #52a045;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    color: #52a045;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
}
.games {
    height: 352px;
    max-width: 852px;
    margin: 0 auto;
}
.games .slick-list {
    padding-top: 70px;
}
@media screen and (max-width: 784px) and (min-width: 600px){
    .games .slick-list {
        padding-top: 85px;
    }
}
.games__wrapper {
    background-image: url(/img/decor/game_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
    position: relative;
    background-size: 110%;
}
@media screen and (max-width: 784px) {
    .games__wrapper {
        background-size: contain;
        background-position: center;
        padding: 0 140px;
    }
}

.games__wrapper::after {
    position: absolute;
    content: "";
    background-image: url(/img/decor/game_desktop.svg);
    width: 292px;
    height: 262px;
    right: -90px;
    z-index: -1;
    top: -49px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.games__wrapper::before {
    position: absolute;
    content: "";
    background-image: url(/img/decor/game_desktop.svg);
    width: 292px;
    height: 262px;
    left: -90px;
    z-index: -1;
    top: -49px;
}
.games .item {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.games .item__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 83%;
}
.games .item__subtitle {
    color: #fff;
    font-size: 16px;
}
.games .item__img {
    margin-bottom: 7px;
}
.games .item__img img {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 784px) {
    .games .item__img img {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .games .item__img img {
        width: 116px;
    }
}
.games .item__info {
    width: 88%;
    margin: 0 auto;
    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;
    padding: 10px 0;
    border: 2px dashed #fff;
    border-radius: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.games .item__info--game-3 {
    /*padding: 10px;*/
}
.info__title {
    color: #52a045;
    font-size: 32px;
    text-align: center;
    font-family: CoreRhino85Black, sans-serif;
    margin-bottom: 64px;
}
@media screen and (max-width: 1025px) {
    .info__title {
        margin-bottom: 0;
    }
}
.info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}
.info__wrapper::before {
    position: absolute;
    content: "";
    background-image: url(/img/decor/info_desktop.svg);
    z-index: -1;
    width: 819px;
    height: 170px;
    top: 13px;
    background-size: 108%;
}
.info__item {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
    text-align: center;
}
.info__img {
    max-width: 248px;
    margin-bottom: auto;
}
.info__text {
    color: #454545;
    font-size: 20px;
    font-weight: 700;
}
.footer {
    height: 150px;
    background-color: #eaeaea;
    margin-top: 110px;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__text {
    color: #454545;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}
.footer__text--bold {
    font-weight: 700;
}
.footer__link {
    text-decoration: none;
    font-weight: 700;
}
.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.feedback {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback__form {
    width: 654px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.form__wrapper {
    padding: 17px;
    -webkit-box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
    border-radius: 45px;
}
.form__body {
    width: 100%;
    border: 1px dashed #fff;
    border-radius: 45px;
    padding: 23px 33px;
}
.form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.form__success {
    position: relative;
    width: 534px;
    display: none;
    height: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__success .form__title {
    margin-bottom: 0;
}
.form__close {
    position: absolute;
    background-image: url(/img/icons/close_green.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
    right: 2px;
    top: 2px;
}
.form__title {
    font-size: 32px;
    color: #52a045;
    font-family: CoreRhino85Black, sans-serif;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
    position: relative;
}
.form__error {
    position: absolute;
    bottom: 10px;
    color: #d00000;
    font-size: 10px;
    right: 0;
}
.form__field label {
    font-size: 20px;
    font-weight: 700;
    color: #454545;
    margin-bottom: 8px;
}
.form__field input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #8c8c8c;
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
    padding: 0 20px;
    margin-bottom: 24px;
}
.form__field textarea {
    height: 127px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 25px;
    border: 1px solid #8c8c8c;
    outline: 0;
    padding: 10px 20px;
    resize: none;
}
.form__field--textarea {
    width: 100%;
}
.form__button {
    padding: 13px 39px;
    border-radius: 164px;
    background: linear-gradient(216deg, #a3db42 0, #2ea235 100%);
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
}
.form__button.disabled {
    background: linear-gradient(207deg, #dcdcdc 0, #a0a4a0 100%);
}
.header__close,
.header__menu {
    display: none;
}
.slick-initialized .slick-slide.games__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form__privacy {
    margin-top: 10px;
}
.form__footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}
.privacy__container {
    display: block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-size: 10px;
    font-family: "PT Sans", sans-serif;
    color: #8c8c8c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.privacy__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.privacy__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #8c8c8c;
    border-radius: 4px;
}
.privacy__container input:checked ~ .privacy__checkmark {
    background-color: rgba(0, 0, 0, 0);
}
.privacy__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.privacy__container input:checked ~ .privacy__checkmark:after {
    display: block;
}
.privacy__container .privacy__checkmark:after {
    left: 3px;
    top: 2px;
    width: 2px;
    height: 4px;
    border: solid #52a045;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.policy {
    padding-top: 88px;
}
.policy__title {
    font-family: CoreRhino85Black, sans-serif;
    color: #52a045;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}
.policy__list {
    padding-left: 20px;
}
.product .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__slider {
    padding-top: 50px;
}
.product__content {
    border-radius: 50px;
    -webkit-box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
    max-width: 1118px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    /* top: -120px; */
}
.product__content::after {
    position: absolute;
    content: "";
    background-image: url(/img/product/nav/decor.svg);
    width: 141px;
    height: 383px;
    -webkit-transform: scale(-1, 1) rotate(8deg);
    -ms-transform: scale(-1, 1) rotate(8deg);
    transform: scale(-1, 1) rotate(8deg);
    top: 156px;
    left: 65px;
}
.product .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product__item {
    padding: 0 140px 60px;
}
.product__item .item__img {
    width: 342px;
    height: 342px;
    border-radius: 50%;
    background: linear-gradient(213deg, #52b439 0, #ddf949 100%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__item .item__img img {
    width: 50%;
}
.product__item .item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 100px;
}
.product__item .item__subtitle {
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.product__item .item__text {
    color: #454545;
    font-size: 20px;
    margin-bottom: 16px;
}
.product__item .item__title {
    color: #52a045;
    font-size: 32px;
    font-family: CoreRhino85Black, sans-serif;
    margin-bottom: 16px;
}
.product .nav {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product .nav .item.slick-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.product .nav .item.slick-slide.slick-current .item__circle {
    width: 210px;
    height: 178px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: unset;
    background-image: url(/img/product/nav/leaves_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    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;
}
.product .nav .item.slick-slide.slick-current .item__circle img {
    width: 136px;
    height: auto;
}
.product .nav .item__circle {
    width: 100px;
    height: 100px;
    background-color: #e1e1e1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__nav .slick-prev {
    position: absolute;
    content: "";
    background: url(/img/icons/arrow_full.svg);
    font-size: 0;
    left: -24px;
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 2;
}
.product__nav .slick-next {
    position: absolute;
    content: "";
    background: url(/img/icons/arrow_full.svg);
    font-size: 0;
    right: -24px;
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: none;
    outline: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 2;
}
.product .shops {
    border: 4px dashed #52a045;
    border-radius: 50px;
    padding: 48px 0 67px;
    max-width: 1118px;
    margin: 0 auto;
}
.product .shops__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product .shops__link {
    border-radius: 100px;
    border: 2px solid #52a045;
    color: #52a045;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 24px;
    margin-top: 32px;
}
.product .shops__title {
    font-size: 32px;
    color: #52a045;
    font-family: CoreRhino85Black, sans-serif;
    text-align: center;
    margin-bottom: 60px;
}
.product .shops .slick-prev {
    position: absolute;
    content: "";
    background: url(/img/icons/arrow_full.svg);
    font-size: 0;
    left: -24px;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 2;
}
.product .shops .slick-next {
    position: absolute;
    content: "";
    background: url(/img/icons/arrow_full.svg);
    font-size: 0;
    right: -24px;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    border: none;
    outline: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 2;
}
.about__content {
    background-image: url(/img/about.png);
    height: 1000px;
    width: 1068px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px auto 45px;
}
.about__block {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 220px;
}
.about__title {
    font-size: 32px;
    color: #fff;
    font-family: CoreRhino85Black, sans-serif;
    text-align: center;
    margin-bottom: 32px;
}
.about__list {
    font-size: 20px;
    color: #fff;
}
.about__grid {
    margin-bottom: 92px;
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto;
    grid-gap: 60px;
}
@media screen and (max-width: 1240px) {
    .about__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media screen and (max-width: 1068px) {
    .about__grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 900px) {
    .about__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 720px) {
    .about__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.about__quote {
    font-size: 20px;
    color: #454545;
    font-weight: 700;
}
.about__quote--right {
    text-align: right;
}
.about__item {
    width: 112px;
}
.about__item img {
    width: 100%;
}
.faq {
    margin-top: 96px;
}
.faq__title {
    font-size: 32px;
    color: #52a045;
    font-family: CoreRhino85Black, sans-serif;
    text-align: center;
}
.faq__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}
.faq .tabs {
    padding: 0;
    list-style: none;
    position: relative;
}
.faq .tabs__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.faq .tabs__title + .tabs__title {
    margin-top: 30px;
}
.faq .tabs .active-tab {
    position: relative;
    color: #52a045;
    border-radius: 25px;
    border: 2px solid #52a045;
    padding: 22px;
}
.faq .tabs-content {
    list-style: none;
    background-image: url(/img/faq.png);
    width: 854px;
    height: 561px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 165px 180px 170px 130px;
    position: relative;
    top: -70px;
    background-size: 100% 110%;
}
.faq .tabs-content__title {
    font-size: 32px;
    font-weight: 700;
    font-family: CoreRhino85Black, sans-serif;
    color: #fff;
    margin-bottom: 32px;
}
.faq .tabs-content__text {
    color: #fff;
    font-size: 20px;
}
.faq .tabs-content li {
    display: none;
}
@media screen and (max-width: 1025px) {

    .about {
        margin-top: 110px;
    }
    .about__list {
        padding-left: 20px;
    }
    .about__block {
        padding-top: 0;
    }
    .about__body {
        padding: 20px;
        border: 2px dashed #fff;
        border-radius: 50px;
    }
    .about__content {
        background: linear-gradient(132deg, #a3db42 0, #2ea235 100%);
        -webkit-box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
        max-width: 608px;
        height: auto;
        padding: 18px;
        border-radius: 50px;
    }

    .slider {
        margin: 0 50px;
        top: -23px;
    }
    .slick-initialized .slick-slide.slider__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .games .item__info {
        padding: 5px 0;
    }
    .games__wrapper {
       padding: 0 120px;
    }
    .games__wrapper::before {
        left: -15px;
    }
    .games__wrapper::after {
        right: -15px;
    }
    .info__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .info__wrapper::before {
        background-image: url(/img/decor/info_tablet.svg);
        width: 551px;
        height: 452px;
        right: 80px;
        background-size: unset;
    }
    .info__item--fluid {
        max-width: unset;
        width: 100%;
    }
    .form__field {
        width: 100%;
    }
    .form__field textarea {
        height: 222px;
    }
    .product__slider.slick-initialized .slick-slide {
        height: 950px;
    }
    .product__slider {
        padding-top: 0;
    }
    .product__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 130px 20px 20px;
    }
    .product__item .item__info {
        margin-left: 0;
        padding-top: 60px;
    }
    .product__item .item__title--mobile {
        position: absolute;
        top: 30px;
        width: 94%;
        text-align: center;
    }
    .product__item .item__subtitle--mobile {
        position: absolute;
        top: 0;
        width: 94%;
        text-align: center;
    }
    .product__content::after {
        display: none;
    }
    .faq__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .faq .tabs-content {
        background-image: url(/img/faq_mobile.png);
        width: 390px;
        height: 599px;
        top: 0;
        margin: 0 auto;
        padding: 110px 60px;
    }
    .faq .tabs-content__title {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .faq .tabs-content__text {
        font-size: 17px;
    }
}
@media screen and (max-width: 800px) {

    .games .slick-prev {
        position: absolute;
        content: "";
        background: url(/img/icons/arrow_full.svg);
        font-size: 0;
        left: 32px;
        top: 37%;
        width: 55px;
        height: 55px;
        border-radius: 55px;
        border: none;
        outline: 0;
        cursor: pointer;
    }
    .games .slick-next {
        position: absolute;
        content: "";
        background: url(/img/icons/arrow_full.svg);
        font-size: 0;
        right: 32px;
        top: 37%;
        width: 55px;
        height: 55px;
        border-radius: 55px;
        border: none;
        outline: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        cursor: pointer;
    }
    .feedback__form {
        width: 100%;
        padding: 0 30px;
    }
    .feedback__form::after,
    .feedback__form::before {
        display: none;
    }
    .faq__content {
        margin-bottom: 40px;
    }
    .faq__column--left {
        margin-top: 40px;
    }
    .faq__wrapper {
        border-radius: 50px;
        background: linear-gradient(132deg, #a3db42 0, #2ea235 100%);
        -webkit-box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.12);
        padding: 20px;
    }
    .faq .tabs-content {
        border: 2px dashed #fff;
        border-radius: 50px;
        background-image: none;
        padding: 20px;
        height: auto;
        width: auto;
        min-height: 200px;
    }
}
@media screen and (max-width: 600px) {
    .container {
        padding: 0 30px;
    }
    .header {
        height: 54px;
    }
    .header .container {
        padding: 0 20px;
    }
    .slider {
        padding: 25px;
        margin: 0 80px;
    }
    .header__mobile {
        max-width: 358px;
        background: #fff;
        width: 100%;
        height: 257px;
        margin: 0 auto;
        z-index: 3;
        position: relative;
        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: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 40px;
        -webkit-box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.42);
        box-shadow: 0 4px 62px 0 rgba(0, 0, 0, 0.42);
    }
    .header__close {
        display: block;
        position: absolute;
        background-image: url(/img/icons/close_color.svg);
        width: 23px;
        height: 23px;
        right: 25px;
        top: 25px;
        cursor: pointer;
    }
    .header__link {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .header__menu {
        display: block;
        width: 46px;
        height: 20px;
        background-image: url(/img/icons/menu.svg);
        background-position: center;
        background-size: contain;
        cursor: pointer;
    }
    .header__buttons {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        margin-top: 27px;
        padding: 0 10px;
    }
    .header__buttons.active {
        display: block;
    }
    .header__logo {
        left: 20px;
    }
    .header__logo img {
        width: 97px;
    }

    .games .item__title,
    .slider .item__subtitle,
    .slider .item__text,
    .slider .item__title {
        font-size: 17px;
    }
    .slider .item__subtitle,
    .slider .item__text,
    .slider .item__title {
        width: 100%;
    }
    .slider .item__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .slider .item__button {
        font-size: 16px;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    .slick-initialized .slick-slide.slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .games__wrapper {
        background-image: url(/img/decor/game_bg_mobile.png);
        padding: 0;
        margin: 0 auto;
        max-width: 339px;
        width: 100%;
    }
    .games__wrapper::after,
    .games__wrapper::before {
        background-image: url(/img/decor/game_mobile.svg);
        width: 94px;
        height: 237px;
        top: -89px;
    }
    .info__item + .info__item {
        margin-top: 32px;
    }
    .info__wrapper {
        max-width: 313px;
        margin: 0 auto;
    }
    .info__wrapper::before {
        background-image: url(/img/decor/info_mobile.svg);
        width: 180px;
        height: 565px;
        right: -20px;
        top: 90px;
    }
    .footer {
        height: auto;
    }
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 48px;
        height: auto;
    }
    .footer__info {
        margin-bottom: 24px;
    }
    .feedback__title,
    .form__title {
        font-size: 24px;
    }
    .form__field label {
        font-size: 17px;
    }
    .form__field + .form__field {
        margin-top: 30px;
    }
    .form__success {
        width: 250px;
        height: 130px;
    }
    .product__item .item__info {
        padding-top: 90px;
    }
    .product__item .item__text {
        font-size: 17px;
    }
    .product__item .item__img {
        width: 300px;
        height: 300px;
    }
    .about {
        padding: 0 20px;
    }
    .about .container {
        padding: 0;
    }
    .about__title {
        font-size: 30px;
    }
    .about__list {
        font-size: 19px;
    }
    .about__content {
        width: 100%;
        margin-bottom: 60px;
    }
    .about__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        grid-gap: 35px;
    }
    .about__item {
        width: 77px;
    }
    .about__quote--right {
        text-align: left;
    }
}
@media screen and (max-width: 400px) {
    .product__item .item__subtitle--mobile,
    .product__item .item__title--mobile {
        width: 87%;
    }
    .policy__title {
        font-size: 27px;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .product__item {
        padding-top: 180px;
    }
    .games .item__info {
        width: 50%;
    }
}
.product .container {
    position: relative;
    top: -180px;
}
.snezhok {
    width: 100%;
    max-width: 1000px;
    /* top: -210px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); */
   
    display: flex;
    flex-flow: column;
    justify-content: end;
    align-items: center;
    padding: 0 48px;
    margin: 0 auto;

}
.snezhok__img {
    width: 100%;
}
.games .item__title {
    line-height: 2em;
}