img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* header */
.section1 {
  background: linear-gradient(
    90deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(189, 0, 255, 1) 100%
  );
  height: 900px;
}

.section1_img {
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/main.webp);
  background-position: center;
  background-size: cover;
}
.top_header {
  padding-top: 30px;
  display: flex;
}
.top_header span {
  font-size: 14px;
  line-height: normal;
  padding-top: 19px;
  padding-left: 76px;
}
.main_header {
  padding-top: 280px;
}
.text_main_header {
  font-size: 50px;
  line-height: 60px;
  color: white;
}
.text_main_header .sp2 {
  color: #ffa800;
}
.text_main_header .up {
  font-size: 30px;
}
.up {
  position: absolute;
  margin-top: -10px;
}
.text2_main_header {
  font-size: 25px;
  line-height: normal;
  padding-top: 20px;
  color: white;
  padding-bottom: 417px;
}
.button_header {
  position: absolute;
  left: 50%;
  background-color: #ffa800;
  color: white;
  border-radius: 100%;
  width: 213px;
  height: 213px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  border: 1px solid white;
  cursor: pointer;
}
.button_header::after {
  content: '';
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/arrow1.svg);
  height: 40px;
  width: 12px;
  position: absolute;
  bottom: 50px;
}
section {
  margin-bottom: 180px;
}
/* end header */
/* section2 */
.section2_bg::after {
  content: '';
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/qa.svg);
  height: 314px;
  width: 287px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section2_bg {
  position: relative;
}
.secion2-main-text {
  font-size: 50px;
  line-height: 60px;
}
.secion2-main-text span {
  color: #ffa800;
}
.secion2-main-text .up {
  color: #ffa800;
}
.section2-form {
  border: 1px solid #bd00ff;
  border-radius: 10px;
  padding: 66px 74px;
  background-color: #bb00ff11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
}
.section2-form-main {
  padding-bottom: 20px;
  font-size: 25px;
}
.section2-form-button {
  background: linear-gradient(
    90deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(189, 0, 255, 1) 100%
  );
  color: white;
  padding: 21px 120px;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.section2-form-button:hover {
  background: #000;
}
.errore {
  border: 1px solid #f00909 !important;
  -webkit-animation: 0.1s tremor ease-out;
  animation: 0.1s tremor ease-out;
}
.section2-form input {
  border-radius: 10px;
  background-color: transparent;
  padding: 17px 15px;
  width: 385px;
  border: 1px solid #000;
}
@-webkit-keyframes tremor {
  0%,
  25% {
    left: -1px;
    top: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    top: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-moz-keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-ms-keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-o-keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}

.secion2-main-text::after {
  content: '';
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/arrow2.svg);
  height: 18px;
  width: 110px;
  position: absolute;
  margin-top: -64px;
}
/* end section2 */
/* section3 */
.section3-text1 {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
}
.section3-text1 span {
  color: #8f00ff;
}
.section3-text1::after {
  content: '';
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/arrow2.svg);
  height: 18px;
  width: 110px;
  position: absolute;
  top: 90px;
  right: -22px;
}
.section3-text2 {
  font-size: 25px;
  padding-bottom: 38px;
}
.game_bg_purple {
  background-color: #bb00ff11;
  height: 160px;
  width: 160px;
  border-radius: 100%;
  border-width: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.game_bg_purple:hover {
  background: linear-gradient(
    90deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(189, 0, 255, 1) 100%
  );
}
.section3-game {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 25px;
}
img.rot {
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
  width: 80px;
}
@keyframes rot {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* end section3 */

/* section4 */
.section4_bg {
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/main2.webp);
  background-position: center;
  background-size: cover;
}
.section4_text_main {
  font-size: 50px;
  line-height: 60px;
  padding-top: 180px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.section4_text_main span {
  color: #ffa800;
}
.section4_text {
  font-size: 25px;
  padding-bottom: 50px;
}
.section4_block_bg {
  width: 300px;
  height: 300px;
  background-color: #bb00ff11;
  display: flex;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
.section4_block {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  padding-bottom: 87px;
  justify-content: center;
}
.mt73px {
  margin-top: 73px;
}
/* end section4 */
/* footer */
footer {
  padding: 42px 0px;
  background: linear-gradient(
    90deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(189, 0, 255, 1) 100%
  );
}
.myfooter {
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.myfooter a {
  color: white;
}
/*end footer  */
/* pop_up */
.pop_up_block {
  background: linear-gradient(
    90deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(189, 0, 255, 1) 100%
  );
  width: 600px;
  margin: auto;
}
.pop_up_info {
  padding: 99px 140px;
  position: relative;
  text-align: center;
  color: white;
}
.pop_up_info::after {
  content: '';
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/el2.svg);
  height: 133px;
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
}
.pop_up_info::before {
  content: '';
  background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/el1.svg);
  height: 235px;
  width: 155px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pop_up {
  position: fixed;
  top: 30%;
  left: -70%;
  width: 100%;
}
.pop {
  /* animation: 3s linear ppo;
    -webkit-animation: 3s linear ppo; */
  animation-name: ppo;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes ppo {
  from {
    left: -70%;
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes ppo {
  from {
    left: -70%;
  }
  to {
    left: 0%;
  }
}

#pop_up_name {
  font-size: 18px;
  margin-bottom: 40px;
}
.pop_up_text {
  font-size: 18px;
  margin-bottom: 40px;
}
.pop_up_text2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.pop_up_button {
  color: #8f00ff;
  font-size: 14px;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  padding: 17px 74px;
}
.pop_up_button:hover {
  color: white;
  background-color: #ffa800;
}
.disabled {
  opacity: 0.3;
  cursor: no-drop;
  pointer-events: none;
}
img.close {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
.pp_bg {
  width: 100%;
  height: 100%;
  background: #000000ad;
  position: fixed;
  top: 0;
  z-index: 3;
}
/* end pop_up */

@media (max-width: 1440px) {
  .button_header {
    left: 45%;
  }
  .pop_up {
    top: 18%;
  }
  .section3-game {
    grid-column-gap: inherit;
  }
}
@media (max-width: 1024px) {
  .secion2-main-text::after {
    margin-top: -159px;
    margin-left: 112px;
  }
  .section1_img {
    background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/main.webp);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section1 {
    height: 920px;
  }
}

@media (max-width: 900px) {
  .section4_block {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .pop_up {
    top: 0%;
  }
  .pop_up_block {
    width: auto;
  }
  .pop_up_info {
    padding: 90px 15px;
  }
  .pop_up_button {
    position: relative;
    z-index: 3;
  }
  .pop_up_text2 {
    position: relative;
    z-index: 3;
  }
  img.close {
    right: 50px;
  }
  .top_header {
    padding-top: 25px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .top_header span {
    font-size: 5px;
    line-height: normal;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .top_header img {
    width: 150px;
    margin: auto;
  }
  .main_header {
    padding-top: 61px;
  }
  .text_main_header {
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-align: center;
    width: 250px;
    margin: auto;
  }
  .text2_main_header {
    font-size: 16px;
    line-height: normal;
    padding-top: 10px;
    color: white;
    padding-bottom: 368px;
    text-align: center;
    width: 277px;
    margin: auto;
  }
  .button_header {
    position: absolute;
    background-color: #ffa800;
    color: white;
    border-radius: 100%;
    width: 93px;
    height: 93px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    border: 1px solid white;
    cursor: pointer;
    top: 304px;
    left: 15px;
    font-size: 10px;
  }
  .button_header::after {
    content: '';
    background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/arrow1.svg);
    background-size: contain;
    height: 22px;
    width: 7px;
    position: absolute;
    bottom: 10px;
  }
  .section1_img {
    background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/main_m.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 685px;
    background-size: cover;
  }
  .section1 {
    height: 685px;
  }
  section {
    margin-bottom: 80px;
  }
  .secion2-main-text {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .section2_bg::after {
    content: none;
  }
  .secion2-main-text::after {
    content: '';
    background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/arrow3.svg);
    height: 116px;
    width: 18px;
    position: absolute;
    margin-top: -92px;
    margin-left: 256px;
  }
  .section2-form {
    padding: 40px 15px;
  }
  .section2-form input {
    width: 100%;
  }
  .section2-form-main {
    padding-bottom: 30px;
    font-size: 16px;
  }
  .section2-form-button {
    padding: 21px 10px;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
  }
  .section3-text1 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
  }
  .section3-text1 br:nth-child(1) {
    display: none;
  }
  .section3-text1 br:nth-child(2) {
    display: none;
  }
  .section3-text1 br:nth-child(3) {
    display: none;
  }
  .section3-text1::after {
    content: '';
    background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/arrow3.svg);
    height: 116px;
    width: 18px;
    position: absolute;
    top: 85px;
    right: 28px;
  }
  .section3-text2 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .game_bg_purple {
    height: 93px;
    width: 93px;
  }
  .game_bg_purple img {
    width: 46px;
  }
  img.rot {
    width: 46px;
  }
  .section3-game {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .section4_text_main {
    font-size: 20px;
    line-height: 30px;
    padding-top: 80px;
    padding-bottom: 35px;
    text-transform: uppercase;
  }
  .section4_text {
    font-size: 16px;
    padding-bottom: 31px;
  }
  .section4_block_bg {
    width: 290px;
    height: 290px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    border: 1px solid #fff;
  }
  .mt73px {
    margin-top: 0px;
  }
  .section4_bg {
    background-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac1new/main2_m.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }
  .section4_block {
    padding-bottom: 306px;
  }
  .myfooter {
    flex-direction: column;
  }
  footer {
    padding: 50px 0px;
    font-size: 10px;
  }
  .myfooter img {
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 410px) {
  .section4_text_main {
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .secion2-main-text::after {
    margin-left: 111px;
  }
  .section3-text1::after {
    top: 84px;
    right: 22px;
  }
}
@media (max-width: 330px) {
  .secion2-main-text::after {
    margin-left: 67px;
  }
  .section3-text1::after {
    right: 16px;
  }
}

/* tovarka settings */
.tovar_card {
  border: 1px solid #fea800;
  border-radius: 10px;
}
.tovar_new_price {
  color: #fea800;
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.tovar_title {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.tovar_old_price {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px !important;
  color: rgba(34, 34, 34, 1) !important;
  -webkit-text-decoration: line-through rgba(34, 34, 34, 1) !important;
  text-decoration: line-through rgba(34, 34, 34, 1) !important;
}
.slide_nav > span.active {
  background-color: rgba(34, 34, 34, 1) !important;
}
.slide_nav > span {
  background: rgba(34, 34, 34, 0.2) !important;
}
.cbtn {
  background: rgba(255, 168, 0, 1) !important;
  color: white !important;
}
.cbtn:hover {
  background-color: rgba(34, 34, 34, 1) !important;
}
.order-form__send-btn:hover {
  background: rgba(34, 34, 34, 1) !important;
}
.order-form__send-btn {
  background: linear-gradient(
    90deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(189, 0, 255, 1) 100%
  ) !important;
}
.order-form__holder {
  font-family: 'Inter', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
}
.tovarka_main_text {
  text-align: center;
  padding-bottom: 50px;
  font-size: 25px;
  line-height: normal;
}
/* end settings */
