.conditions-btn, .form-btn, .hero_btn-new_member {
  padding: 6px 50px;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#B22C2F), to(#241680));
  background: linear-gradient(to right, #B22C2F, #241680);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .conditions-btn, .form-btn, .hero_btn-new_member {
    padding: 15px 75px;
  }
}

.close_modal_conditions-btn {
  position: absolute;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
}
.close_modal_conditions-btn img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1200px) {
  .close_modal_conditions-btn {
    border-radius: 30px;
    height: 61px;
  }
  .close_modal_conditions-btn img {
    width: 61px;
    height: 61px;
    border-radius: 30px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(valuedeg);
            transform: rotate(valuedeg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(valuedeg);
            transform: rotate(valuedeg);
  }
}
.is-hidden {
  display: none;
}

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;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #000;
}
@media screen and (min-width: 1200px) {
  /*body {*/
  /*  position: relative;*/
  /*  background-image: url("../images/body_template.png");*/
  /*  background-size: cover;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*}*/
}

.modal_wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  /*opacity: 0.5;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 999999999;
  overflow: hidden;
}

.modal {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/cpark_bg_mobile-x2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  color: #FDFAF9;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .modal {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 3%);
            transform: translate(-50%, 3%);
    max-width: 1340px;
    border-radius: 60px;
    background-image: url("../images/cpark_bg_desktop-x2.png");
    font-size: 35px;
  }
}

.bg-img {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/cpark_bg_mobile-x2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .bg-img {
    width: 1340px;
    border-radius: 60px;
    background-image: url("../images/cpark_bg_desktop-x2.png");
  }
}

.close_modal-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  cursor: pointer;
}
.close_modal-btn img {
  width: 61px;
}
@media screen and (max-width: 1199.98px) {
  .close_modal-btn {
    right: 5px;
  }
  .close_modal-btn img {
    width: 40px;
  }
}

h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 35px;
    margin-bottom: 32px;
  }
}

.container {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1340px;
    padding-left: 144px;
    padding-right: 94px;
  }
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_conditions {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 375px;
  width: 100%;
  padding: 24px 32px 32px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B22C2F), to(#241680));
  background: linear-gradient(to bottom, #B22C2F, #241680);
}

.modal_conditions-title {
  font-size: 20px;
  margin-bottom: 17px;
  text-transform: uppercase;
  text-align: center;
}

.modal_conditions-list {
  font-size: 15px;
}

.modal_conditions-item:not(:last-child) {
  margin-bottom: 12px;
}

.modal_conditions-item-secondary {
  display: block;
}

.close_modal_conditions-btn {
  right: -13px;
  top: -16px;
}

@media screen and (min-width: 1200px) {
  .modal_conditions {
    max-width: 768px;
    padding: 48px 66px 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#B22C2F), to(#241680));
    background: linear-gradient(to bottom, #B22C2F, #241680);
  }
  .modal_conditions-list {
    font-size: 25px;
  }
  .close_modal_conditions-btn {
    right: -32px;
    top: -32px;
  }
}
.main {
  padding-top: 24px;
  padding-bottom: 13px;
  text-align: center;
}

.title_span {
  display: block;
}

.fortune-mobile-wrapp {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  border-radius: 23px;
  background-color: #FDFAF9;
}

.fortune-mobile-span {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#B22C2F), to(#241680));
  background: linear-gradient(to left, #B22C2F, #241680);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fortune-desktop-wrapp {
  display: none;
  width: 400px;
  border-radius: 27px;
  background-color: #FDFAF9;
}

.fortune_span-desktop {
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, from(#B22C2F), to(#241680));
  background: linear-gradient(to left, #B22C2F, #241680);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_date {
  font-weight: 700;
  margin-bottom: 22px;
}



@media screen and (min-width: 1200px) {
  .hero {
    padding-top: 74px;
  }
  .fortune-mobile-wrapp,
  .hero_date {
    display: none;
  }
  .title_span,
  .fortune-desktop-wrapp {
    display: inline-block;
  }
  .fortune_span-desktop {
    display: inline;
  }
}
.roulette_and_form_wrapp {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.roulette-container {
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1199.98px) {
  .roulette-container {
    margin-bottom: 22px;
  }
}

.roulette-img {
  display: block;
  width: 100%;
}

.roulette_wheel_pointer {
  position: absolute;
  top: 91px;
  left: 110px;
  width: 131px;
}

@media screen and (max-width: 1199.98px) {
  .roulette-img {
    max-width: 350px;
  }
}
@media screen and (max-width: 449.98px) {
  .roulette_and_form_wrapp {
    max-width: 325px;
  }
  .roulette_wheel_pointer {
    top: 78px;
    left: 97px;
    width: 131px;
  }
}
@media screen and (max-width: 424.98px) {
  .roulette_and_form_wrapp {
    max-width: 275px;
  }
  .roulette_wheel_pointer {
    top: 61px;
    left: 78px;
    width: 120px;
  }
}
@media screen and (max-width: 374.98px) {
  .roulette_and_form_wrapp {
    max-width: 220px;
  }
  .roulette_wheel_pointer {
    top: 52px;
    left: 65px;
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .roulette_and_form_wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .roulette-img {
    display: block;
    width: 546px;
    height: 554px;
  }
  .roulette_wheel_pointer {
    top: 143px;
    left: 169px;
    width: 210px;
    height: 238px;
  }
  .ps-five-first {
    width: 71px;
    height: 56px;
    top: 107px;
    left: 208px;
  }
  .ps-five-second {
    width: 71px;
    height: 56px;
    top: 217px;
    left: 391px;
  }
  .three-percentages-first {
    width: 84px;
    height: 24px;
    top: 230px;
    left: 93px;
  }
  .three-percentages-second {
    width: 84px;
    height: 24px;
    top: 300px;
    left: 380px;
  }
}
.hero_btn-new_member {
  margin-bottom: 17px;
}

.form {
  position: relative;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px;
  padding: 7px 22px 31px;
  border-radius: 20px;
  background-color: #FDFAF9;
}

.form-text {
  max-width: 200px;
  margin-bottom: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#B22C2F), to(#241680));
  background: linear-gradient(to right, #B22C2F, #241680);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.form_email-wrapp {
  width: 200px;
}

.form_email-text {
  font-size: 10px;
  font-weight: 600;
  color: #1D1D1B;
  text-align: start;
}

.form_email-input {
  display: block;
  width: 100%;
  padding: 8px 6px;
  border: 1px solid #1D1D1B;
  font-size: 10px;
}

.form-btn {
  position: absolute;
  bottom: -20px;
  left: 22px;
  min-width: 205px;
}

@media screen and (max-width: 374.98px) {
  .form-text {
    font-size: 13px;
  }
  .form_email-input {
    width: 87%;
  }
  .form-btn {
    left: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .form-wrapp {
    padding-top: 32px;
  }
  .hero_btn-new_member {
    padding-right: 135px;
    padding-left: 135px;
    margin-bottom: 27px;
  }
  .form {
    max-width: 378px;
    padding: 28px 25px 50px;
    margin-bottom: 78px;
  }
  .form-text {
    font-size: 25px;
    max-width: none;
  }
  .form_email-wrapp {
    width: 328px;
  }
  .form_email-text,
  .form_email-input {
    font-size: 16px;
  }
  .form-btn {
    left: 92px;
  }
}
.conditions {
  padding: 20px 30px 20px;
  text-align: center;
}

.conditions-date {
  display: none;
  font-weight: 700;
}

.conditions-btn {
  padding: 5px 62px;
  background-image: none;
  background-color: #1D1D1B;
  -webkit-box-shadow: 0px 4px 4px #241680;
          box-shadow: 0px 4px 4px #241680;
}

@media screen and (min-width: 1200px) {
  .conditions {
    padding: 0 94px 17px 217px;
  }
  .conditions-date {
    display: block;
    margin-bottom: 29px;
  }
  .conditions-btn {
    padding: 16px 111px;
    font-size: 25px;
  }
}
.attention {
  padding: 20px 30px 20px;
  text-align: center;
}

.attention-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #E7E3DA;
  text-align: start;
}

@media screen and (min-width: 1200px) {
  .attention {
    padding: 0 94px 17px 217px;
  }
  .attention-text {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */