.clearfx {
  clear: both;
}
.clearfx::after {
  content: "";
  display: table;
  clear: both;
}
a {
  outline: none;
  cursor: pointer !important;
}
@font-face {
  font-family: bold;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/pt_sans-web-bold-webfont.woff2) format("woff2"),
    url(../fonts/pt_sans-web-bold-webfont.woff) format("woff");
}
@font-face {
  font-family: regular;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/pt_sans-web-regular-webfont.woff2) format("woff2"),
    url(../fonts/pt_sans-web-regular-webfont.woff) format("woff");
}
body {
  top: 0;
  color: #1b354a;
  width: 100%;
  height: 100%;
  font-family: regular;
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto;
  overflow-x: hidden;
  cursor: default;
}
a {
  text-decoration: underline;
  color: #00f;
  cursor: auto;
}
a:hover {
  color: #3434fd;
  text-decoration: none;
}
h1 {
  margin: 0 0 17px;
  font-family: bold;
  font-size: 30px;
  line-height: 34px;
  color: #1b354a;
}
h2 {
  margin: 18px 0;
  font-family: bold;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #1b354a;
}
img {
  max-width: 100%;
}
ul li,
ol li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
p {
  margin: 0;
  padding: 10px 0;
}
.speaker {
  font-family: bold;
  color: #5296db;
  font-size: 16px;
  display: block;
  margin-top: 40px;
}
.speaker2 {
  font-family: bold;
  font-size: 16px;
}
.speaker3 {
  font-family: bold;
  color: #f44;
  font-size: 16px;
}
.container {
  width: 1020px;
  position: relative;
  margin: 0 auto;
}
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  font-family: 'SignikaRO';
}
/* .logo {
  width: 50px;
  height: 50px;
  background: transparent url("../fonts/logo.svg") no-repeat scroll center
    center/40px 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
} */
.logo_name {
  margin: 12px 0 0 14px;
  display: inline-block;
  font-family: bold;
  font-size: 24px;
  color: #05519d;
  cursor: pointer;
  letter-spacing: 1.3px;
  line-height: 28px;
}
.time {
  line-height: 20px;
  display: inline-block;
  font-size: 11px;
  font-family: regular;
  color: #909090;
  margin-left: 15px;
}
.city {
  display: inline-block;
  font-size: 13px;
  font-family: regular;
  color: #05519d;
  margin-left: 15px;
  cursor: pointer;
}
.arrow {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 2px;
  width: 8px;
  height: 6px;
  background: transparent url(../fonts/arrow.svg) no-repeat scroll center center;
}
.social_media {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.social_media li {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: inline-block;
  border-radius: 2px;
  margin-top: 7px;
  margin-right: 20px;
  cursor: pointer;
}
.fb {
  background: transparent url("../fonts/fb.svg") no-repeat scroll center
    center/20px 20px;
}
.vk {
  background: transparent url("../fonts/vk.svg") no-repeat scroll center
    center/20px 20px;
}
.tw {
  background: transparent url("../fonts/tw.svg") no-repeat scroll center
    center/20px 20px;
}
.ok {
  background: transparent url("../fonts/ok.svg") no-repeat scroll center
    center/20px 20px;
}
.in {
  background: transparent url("../fonts/in.svg") no-repeat scroll center
    center/20px 20px;
}
.social_media li:hover {
  opacity: 0.7;
}
.header_line_2 {
  margin-top: 0;
  padding-bottom: 6px;
}
.links {
  padding-top: 5px;
  font-size: 0;
  position: relative;
  margin-left: 69px;
  display: inline-block;
}
.links li {
  font-family: bold;
  font-size: 14px;
  color: #1b354a;
  display: block;
  margin-right: 15px;
  cursor: pointer;
  letter-spacing: 0.9px;
}
.links li:hover {
  color: #5296db;
}
.links li:nth-child(1) {
  margin-right: 11px;
}
.links li:nth-child(2) {
  margin-right: 11px;
}
.links li:last-child {
  margin-right: 0;
}
.chosen_link {
  border-radius: 3px;
  border: 2px solid #05519d;
  padding: 4px;
}
.search {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: transparent url("../fonts/search.svg") no-repeat scroll center
    center/20px 20px;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.search:hover {
  opacity: 0.7;
}
.text_section {
  position: relative;
  width: 100%;
  background: #afb7ba;
  padding-bottom: 10px;
}
.white_base {
  position: relative;
}
.base {
  padding: 40px 40px 20px;
  width: 940px;
  background-color: #fff;
  overflow: hidden;
}
.bottom {
  position: relative;
  margin-top: 50px;
}
.bottom .base {
  padding-bottom: 40px;
}
.bottom img {
  display: block;
  margin: 0 auto;
}
.bottom_text {
  width: 648px;
  padding: 50px 70px;
  background-color: #fff;
  display: block;
  margin: 35px auto 0;
  outline: 10px solid rgba(114, 168, 211, 0.5);
}
.bottom_text p {
  width: 630px;
}
.comments {
  position: relative;
  margin-top: 20px;
}
.comment {
  padding: 30px;
  background: rgba(114, 168, 211, 0.2) none repeat scroll 0% 0%;
  margin-bottom: 30px;
}
.comment img {
  margin-top: 5px;
}
.text1 {
  font-family: bold;
  font-size: 18px;
  color: #1b354a;
  margin-top: 4px;
}
.text2 {
  font-family: regular;
  font-size: 16px;
  color: #aaa;
}
.text3 {
  margin: 0;
  font-family: regular;
  font-size: 16px;
  width: 860px;
}
.comment p {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}
.block2 {
  width: 732px;
  background: #fff none repeat scroll 0% 0%;
  padding: 10px;
  border: 1px solid red;
}
.block2 p {
  width: 730px;
}
.block3 {
  width: 732px;
  background: #f6fdff none repeat scroll 0% 0%;
  padding: 10px;
  border: 1px solid #1b354a;
}
.block3 p {
  width: 730px;
}
.red {
  font-size: 22px !important;
  padding: 10px 0 0 !important;
  color: #f40b0b !important;
}
.ymaps-b-form-button__input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media not all, not all {
}
@media not all {
}
.link {
  position: relative;
  margin: 30px auto 0;
  width: 300px;
  height: 71px;
  background: transparent url(../images/button1.jpg) no-repeat scroll 0% 0%;
}
.link a {
  display: block;
  text-align: center;
  height: 100%;
  color: #666;
}
.zaf {
  position: relative;
  margin: 0 0 20px;
}
.zaf a {
  color: #adacab;
  text-decoration: underline;
}
.zaf a:hover {
  color: #8e8e8e;
}
.zaf img {
  margin-top: 0;
}
.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.msg {
  position: absolute;
  width: 600px;
  height: 240px;
  top: 150px;
  left: 50%;
  padding: 10px;
  margin-left: -300px;
  background: #148fb9 none repeat scroll 0% 0%;
  border: 1px solid #eee;
}
.msg > h1 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}
.submit {
  margin-top: 10px;
  height: 50px;
  width: 400px;
  background-color: #b22222;
  color: #fff;
  font-size: 30px;
  border-radius: 3px;
}
label.error {
  font-style: italic;
  font-weight: 400;
  color: #b40404;
  padding: 3px 0;
  font-size: 16px;
}
.orderForm {
  max-width: 600px;
  padding: 25px 15px;

  border: 1px solid #ccc;
}
.alert {
  font-size: 17px;
  color: #333;
  font-family: georgia;
  font-style: italic;
}
.alert span {
  font-weight: 700;
}
.btn-order {
  padding: 0 16px;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 25px;
  font-family: georgia;
  font-weight: 700;
  font-style: italic;
  border-radius: 12px;
  background-color: #cc7a00 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32",endColorstr="#cc7a00");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#ffad32),
    to(#cc7a00)
  );
  background-image: -moz-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -ms-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffad32),
    color-stop(100%, #cc7a00)
  );
  background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -o-linear-gradient(top, #ffad32, #cc7a00);
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 #b36b00;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form-group {
  margin-bottom: 15px;
}
.away {
  display: block;
  color: #b40404;
  font-size: 22px;
  line-height: 28px;
  padding: 12px 0;
  width: 300px;
  text-align: center;
  background: #bae0fe;
  border: 5px solid #72a8d3;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: bold;
  font-weight: 700;
}
.away:hover {
  color: #b40404;
  text-decoration: underline;
}
.order-pgu {
  display: block;
  width: 554px;
  margin: 20px auto;
  font-family: Tahoma;
  font-weight: 900;
  text-decoration: none;
  background: #fb3a35;
  background: -moz-linear-gradient(top, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
  background: -webkit-linear-gradient(
    top,
    #fb3a35 0%,
    #d5231f 50%,
    #b2100d 100%
  );
  background: linear-gradient(to bottom, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3a35',endColorstr='#b2100d',GradientType=0);
  color: #fff;
  text-align: center;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  border: 6px solid #dedede;
  border-radius: 14px;
}
.order-pgu span {
  color: #fad65e;
}
.superlink {
  text-decoration: underline;
  color: #1b354a;
}
.superlink h2:hover {
  color: #5296db;
  text-decoration: none;
}
.goods {
  width: 400px;
  height: auto;
  max-width: 100%;
}
.iframe {
  width: 640px !important;
  height: 312px !important;
}
.footer {
  width: 60% !important;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.text3 {
  width: calc(100% - 84px) !important;
  margin-left: 74px !important;
}
.block3 {
  width: calc(100% - 20px);
}
.custom {
  margin: 35px 0 20px;
  padding: 15px;
  background: #fff2cc;
  box-sizing: border-box;
  border: 1px solid #000;
}
.custom h3 {
  margin-top: 0;
  text-align: center;
}
.custom2 {
  background: #d9ead3;
}
.custom ul {
  margin-top: 0;
}
b {
  font-family: bold;
}
.custom p {
  padding: 5px 15px;
  box-sizing: border-box;
}
.expert {
  border: 5px solid #c9daf8;
  margin-bottom: 15px;
}
.expert .bottom {
  margin: 0;
  font-size: 30px;
}
.expert .bottom p {
  font-size: 20px;
  text-align: center;
}
.expert .top {
  display: flex;
}
.expert .top p {
  font-size: 20px;
  padding-right: 30px;
}
.expert img {
  width: 250px;
  margin-right: 30px;
}
.submit-roulette:hover {
  background: #b00;
  transition: background 0.3s;
}
.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}
.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 22px;
}
input[type="submit"]:hover {
  background: #b00 !important;
  transition: background 0.3s;
}
input[type="submit"]:active {
  transform: translateY(2px);
  box-shadow: none !important;
}
.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 100% !important;
  max-width: 350px;
  font-size: 22px;
}
.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700;
}
.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.ruletka-a {
  color: #1697ce;
}
.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}
.danger-text {
  color: red;
  font-weight: 700;
}
.wheel {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}
.wheel img {
  max-width: 100%;
  max-height: 100%;
}
.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
    rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0%, white),
    color-stop(100%, #eaeaea)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    white 0%,
    #eaeaea 100%
  );
  background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaeaea",GradientType=1);
}
.order_block {
  display: none;
  text-align: center !important;
}
.order_block img {
  width: 20%;
}
.order_block h3 {
  /* font: 700 18px Arial !important; */
  background: 0 0;
  line-height: 1.3em !important;
}
#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/cross_1.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0;
  cursor: pointer;
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium;
  cursor: pointer;
  outline: medium;
}
.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
.pop-up-layer-show {
  display: block;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.text_small {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}
@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}
@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important;
  }
  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important;
  }
  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important;
  }
}
.wheel-img {
  position: relative;
  user-select: none;
}
.wheel-img__numbers {
  position: absolute;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  user-select: none;
}
.wheel-img__number {
  color: #000;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 3.5em;
  line-height: 1;
}
.wheel-img__number::before {
  content: "%";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 0.7em;
}
.wheel-img__number:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wheel-img__number:nth-child(2) {
  top: 25%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.wheel-img__number:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.wheel-img__number:nth-child(4) {
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.wheel-img__number:nth-child(5) {
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.wheel-img__number:nth-child(6) {
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(225deg);
}
.wheel-img__number:nth-child(7) {
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%) rotateZ(270deg);
}
.wheel-img__number:nth-child(8) {
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(315deg);
}
@media only screen and (max-width: 576px) {
  .wheel-img__number {
    font-size: 1.95em;
  }
  .wheel-img__number::before {
    top: 100%;
  }
}
@keyframes super-rotation {
  70% {
    transform: rotate(1640deg);
  }
  100% {
    transform: rotate(1620deg);
  }
}
.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.wheel-cursor {
  user-select: none;
}
@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }
  .social_media {
    display: none;
  }
  .time {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header_line_2 {
    text-align: center;
  }
  .header_line_1 {
    text-align: center;
  }
  .base {
    width: calc(100% - 50px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .container {
    width: 100% !important;
  }
  .text3 {
    width: calc(100% - 84px);
    margin-left: 74px;
  }
  .comment {
    padding: 30px 10px;
  }
  .wr-search {
    display: none;
  }
  .links {
    /* height: 40px; */
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .footer {
    width: calc(100% - 30px) !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .speaker {
    margin-top: 20px;
  }
  .expert .top {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .expert img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  p,
  td {
    text-align: left;
  }
  .cont_img1 {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .away {
    width: 260px;
  }
}
.comments h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.comment-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 16px;
}
.comment-image {
  flex: 0 0 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.comment-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 5px;
}
.comment-name {
  font-family: bold;
}
.comment-name span {
  font-size: 12px;
  color: grey;
}
.comment-date {
  color: grey;
  font-size: 13px;
}
.comment-text {
  width: 100%;
}
.comment-text img {
  width: 300px;
  display: block;
  margin-top: 10px;
}
.comment-item.answer {
  padding-left: 50px;
}
.author-write:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: "";
  position: absolute;
  margin-left: 2px;
}
@-webkit-keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.uppcase {
  text-transform: lowercase;
}
@media screen and (min-width: 481px) {
  .visible-480 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .text-bottom {
    font-size: 14px;
  }
  .text-center-480 {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .subline {
    font-size: 17px;
  }
  .base p {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) and (max-width: 840px) {
  .hidden-sm {
    display: none;
  }
}
.list-tire {
  list-style: none !important;
}
.list-tire li:before {
  content: "-";
  position: relative;
  left: -10px;
}
.block-pad {
  margin-bottom: 100px;
  padding-top: 25px;
}
@media screen and (max-width: 480px) {
  .block-pad {
    margin-bottom: 20px;
  }
}
.flc {
  display: flex;
  flex-direction: column;
}
.flr {
  display: flex;
}
.fls {
  justify-content: flex-start;
}
.fle {
  justify-content: flex-end;
}
.alc {
  align-items: center;
}
.bl1_1,
.bl1_2 {
  width: 50%;
}
.bl1 {
  background: linear-gradient(
    90deg,
    rgba(9, 112, 215, 1) 0%,
    rgba(9, 112, 215, 1) 50%,
    rgba(7, 92, 176, 1) 50%,
    rgba(7, 92, 176, 1) 100%
  );
  min-height: 40px;
}
.bl1_1,
.bl1_2 {
  font-size: 14px;
  color: #fff;
  column-gap: 20px;
  padding-left: 20px;
}
header {
  padding: 0 !important;
}
.l_progname {
  font-weight: 600;
}
/* .logo {
  width: 200px;
  height: auto;
  margin-left: 30px;
  margin-top: 10px;
} */
.bl2 {
  min-height: 140px;
}
.als {
  align-items: flex-start;
}
.nav {
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 20px;
  color: #013765 !important;
  font-weight: 700;
  height: 35px;
  line-height: 38px;
  font-size: 18px;
}
.tr {
  transform: rotate(45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 8px;
  display: inline-block;
}
.select {
  border-width: 1px;
  border-color: #f1f1f1;
  border-top-color: #ddd;
  border-left-color: #ddd;
  background-color: #f9f9f9;
  color: #515151 !important;
  font: 12px Tahoma;
  margin-bottom: 7px;
  border-radius: 3px;
  padding: 11px 10px;
  font-size: 15px;
}
.lastbl {
  margin-left: 100px;
}
@media (max-width: 1100px) {
  .lastbl {
    margin-left: 50px;
  }
}
.hide {
  display: none;
}
.search-img {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1004px) {
  .nav {
    display: none;
  }
  .hide {
    display: block;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .hide span {
    width: 40px;
    height: 2px;
    background-color: #000;
  }
}
@media (max-width: 680px) {
  .bl1 {
    background: 0 0;
    flex-direction: column;
  }
  .bl1_1 {
    background: #0970d7;
    width: 95%;
    height: 40px;
    padding-left: 5%;
  }
  .base {
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    margin-right: 0;
    margin-left: 0;
  }
  .bl1_2 {
    background: #075cb0;
    width: 95%;
    height: 40px;
    padding-left: 5%;
  }
  /* .logo {
    width: 100px;
  } */
  .bl2 {
    min-height: 90px;
  }
  /* .logo {
    width: 130px;
    margin-left: 10px;
  } */
}
@media (max-width: 480px) {
  .lastbl {
    margin-left: 20px;
    justify-content: flex-end;
    margin-right: 10px;
    flex-wrap: wrap;
  }
  .bl1_1,
  .bl1_2 {
    font-size: 12px;
  }
  h1 {
    /* text-align: center; */
  }
  .subline {
    font-size: 22px !important;
  }
  .comment-date {
    font-size: 18px;
  }
  .base p,
  .comment-name {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  ul li,
  ol li,
  .comment-bottom {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
}





.ingridients {
  margin: 0 20px 0 0;
  margin-bottom: 30px;
  padding-top: 50px;
}

.ingridients ul {
  list-style-type: none;
}
.ingridients li {
  padding-left: 60px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.ingridients li span {
  font-weight: 700;
}
.ingridients li:last-of-type {
  margin-bottom: 0;
}
.ingridients li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px !important;
  top: 50% !important;
  transform: translateY(-50%);
}


.ingridients-compo b {
  background-color: #f1f853;
  padding: 0 3px;
}

.ingridients-compo {
  background: none;
}
.ingridients-compo .ingridients__content {
  padding: 40px 20px 45px 20px !important;
  background: url(../images/quote_close2.png) bottom -55px right -15px no-repeat
   #fff !important;
  background-size: 400px !important;
}
.ingridients-compo li {
  padding-left: 90px !important;
}
.ingridients-compo li::before {
  width: 70px !important;
  height: 100px !important;
}
.ingridients-compo li:first-child::before {
  background: url(../images/q1.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li:nth-child(2)::before {
  background: url(../images/q2.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li:nth-child(3)::before {
  background: url(../images/q3.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li:nth-child(4)::before {
  background: url(../images/q4.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  height: 85% !important;
  left: 70px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.ingridients-compo .ingridients__content:before {
  content: none !important;
}

h2.compo-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 480px) {
  .ingridients {
    margin: 0 10px;
    margin-bottom: 30px;
  }
  .ingridients__content {
    padding: 15px;
  }
  .ingridients li {
    font-size: 16px;
    line-height: 20px;
  }
}


.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-link {
  padding: 15px 20px;
  display: inline-block;
  background-color: red;
  color: #eee !important;
  border-radius: 6px;
  margin-top: 25px;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
display: flex;
justify-content: center;
align-items: center;
column-gap: 10px; 
font-size: 14px;
text-align: left;
margin-top: 5px !important;
}

@media(max-width: 768px) {
.glb-conteudo {
  margin-top: 70px !important;
}
}


.info {
align-items: center;
border-top: 0.125rem solid #e7e7e7;
display: flex;
flex-wrap: wrap;
font-size: 0.875rem;
justify-content: space-between;
}

@media (min-width: 0px) {
.info {
  margin-bottom: 2.5rem;
  padding: 1rem 0 0.5rem;
}
}

@media (min-width: 768px) {
.info {
  margin-bottom: 2.75rem;
  padding: 1.5rem 0 1rem;
}
}

.info .left {
align-items: center;
display: flex;
flex-wrap: wrap;
}

@media (min-width: 0px) {
.info .left {
  margin: 0.825rem 0 0;
}
}

@media (min-width: 768px) {
.info .left {
  margin: unset;
}
}

.info .left .minutes {
align-items: center;
color: #707070;
display: flex;
font-weight: 400;
margin-right: 0.75rem;
}

@media (min-width: 0px) {
.info .left .minutes {
  margin-bottom: 0.5rem;
}
}

@media (min-width: 768px) {
.info .left .minutes {
  margin-bottom: unset;
}
}

.info .left .minutes svg {
fill: #707070;
margin-right: 0.375rem;
max-height: 1.5rem;
max-width: 1.5rem;
}

.info .left .date {
color: #707070;
font-weight: 400;
}

@media (min-width: 0px) {
.info .left .date {
  margin-bottom: 0.5rem;
}
}

@media (min-width: 768px) {
.info .left .date {
  margin-bottom: unset;
}
}

.info .left .date.updade {
margin-left: 0.75rem;
}

@media (min-width: 0px) {
.info .bottom {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  margin-bottom: 0;
  width: 100%;
}
}

@media (min-width: 768px) {
.info .bottom {
  display: none;
}
}

.info .bottom .share {
align-items: center;
border: 0.125rem solid #e0edf4;
border-radius: 0.25rem;
color: #0069a6;
cursor: pointer;
display: flex;
height: 48px;
margin-right: 0.75rem;
padding: 0 0.5rem;
width: 48px;
}

.info .bottom .share svg {
fill: #0069a6;
max-height: 1.5rem;
max-width: 1.5rem;
}

@media (min-width: 0px) {
.info .bottom .share {
  justify-content: center;
}
}

@media (min-width: 768px) {
.info .bottom .share {
  justify-content: space-between;
}
}

.sk-dark-theme .author-info .name,
.sk-dark-theme h1 {
color: #fff !important;
}

.sk-dark-theme .info {
border-color: hsla(0, 0%, 100%, 0.2);
}


.info {
align-items: center;
border-top: .125rem solid #e7e7e7;
display: flex;
flex-wrap: wrap;
font-size: .875rem;
justify-content: space-between
}

@media (min-width: 0px) {
.info {
    /* margin-bottom:2.5rem; */
    padding: 1rem 0 .5rem
}
}

@media (min-width: 768px) {
.info {
    /* margin-bottom:2.75rem; */
    padding: 1.5rem 0 0.5rem
}
}

.info .left {
align-items: center;
display: flex;
flex-wrap: wrap
}

@media (min-width: 0px) {
.info .left {
    margin:.825rem 0 0
}
}

@media (min-width: 768px) {
.info .left {
    margin:unset
}
}

.info .left .minutes {
align-items: center;
color: #707070;
display: flex;
font-weight: 400;
margin-right: .75rem
}

@media (min-width: 0px) {
.info .left .minutes {
    margin-bottom:.5rem
}
}

@media (min-width: 768px) {
.info .left .minutes {
    margin-bottom:unset
}
}

.info .left .minutes svg {
fill: #707070;
margin-right: .375rem;
max-height: 1.5rem;
max-width: 1.5rem
}

.info .left .date {
color: #707070;
font-weight: 400
}

@media (min-width: 0px) {
.info .left .date {
    margin-bottom:.5rem
}
}

@media (min-width: 768px) {
.info .left .date {
    margin-bottom:unset
}
}

.info .left .date.updade {
margin-left: .75rem
}

@media (min-width: 0px) {
.info .bottom {
    align-items:center;
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 0;
    width: 100%
}
}

@media (min-width: 768px) {
.info .bottom {
    display:none
}
}

.info .bottom .share {
align-items: center;
border: .125rem solid #e0edf4;
border-radius: .25rem;
color: #0069a6;
cursor: pointer;
display: flex;
height: 48px;
margin-right: .75rem;
padding: 0 .5rem;
width: 48px
}

.info .bottom .share svg {
fill: #0069a6;
max-height: 1.5rem;
max-width: 1.5rem
}

@media (min-width: 0px) {
.info .bottom .share {
    justify-content:center
}
}

@media (min-width: 768px) {
.info .bottom .share {
    justify-content:space-between
}
}

.state-ticker {
font-size: .8rem;
  font-weight: 700;
  margin-right: 0.75rem;
  padding: 0.25rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
background-color: #f6303e;
  color: #fff;
}


.text-center {
text-align: center;
}
.text-center img {
margin-left: auto;
margin-right: auto;	
}
@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
}
}



#glb-corpo {
  padding-top: 95px !important;
}
li {
  list-style: none;
}
.glb-conteudo {
  margin: 70px auto 0 !important;
  min-width: 960px;
  max-width: 960px;
  width: 80em;
  text-align: left;
  line-height: 1.4;
}
.glb-bloco {
  overflow: hidden;
  width: 100%;
}
.glb-grid-12 {
  display: inline;
  float: left;
  margin: 0 0.833em;
}
.glb-grid-12 {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}
input {
  font: 0.99em sans-serif;
}
*,
input {
  font-family: inherit;
}
* {
  background: 0 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  line-height: 1;
}
a {
  text-decoration: none;
}
#glb-materia .materia-conteudo p a:hover,
.footer a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
input {
  font-size: inherit;
  font-weight: inherit;
}
.foto {
  overflow: hidden;
  zoom: 1;
}
.glbComentarios {
  position: relative;
}
#glb-materia .materia-assinatura {
  float: left;
  margin-bottom: 0.5em;
  min-width: 472px;
  width: 39.33em;
}
#glb-materia .materia-assinatura p {
  color: #666;
  font-size: 0.915em;
}
#glb-materia .materia-assinatura p span {
  display: block;
  padding-top: 0.1em;
}
.foto strong {
  text-align: left;
}
#glb-materia .materia-conteudo p {
  color: #333;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.45em;
  /* padding-bottom: 1.5em; */
  color: #484848;
  margin-bottom: 15px;
}
#glb-materia .materia-conteudo p a {
  font-weight: 700;
  text-decoration: underline;
}
#glb-materia {
  margin-right: 0;
}
#glb-materia .materia-titulo h1 {
  color: #333;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.06em;
  font-family: 'Playfair Display';
  line-height: 1.1;
  margin: 0 ;
  margin-bottom: 15px;
}
#glb-materia .materia-titulo h2 {
  color: #929292;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  padding-top: 0.3em;
    line-height: 1.45em;
}
.componente_materia {
  float: left;
  margin: 0 1.75em 2.5em 0;
}
.foto strong {
  background: #eee;
  display: block;
  font-weight: 400;
  padding: 0.67em;
  font-size: 13px;
}
.foto img {
  display: block;
}
.widget-comentarios {
  border-top: 8px solid #f7f7f7;
  padding-top: 10px;
}
.glbComentarios {
  padding-top: 18px;
}

.quiz_wrap * {
  font-family: sans-serif;
}
.quiz_wrap {
  position: relative;
  margin: 20px auto;
  max-width: 344px;
  width: 100%;
  height: 700px;
  border-radius: 10px;
  background: linear-gradient(180deg, #adfbb9 0%, #e4fbad 100%), #e4fbad;
  overflow: hidden;
}
.quiz_header {
  background: linear-gradient(180deg, #8840c0 0%, #5a1784 71.67%);
  position: relative;
}
.quiz_header:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -27px;
  background: 0 0/100% 100% url(../images/quiz_header-bg.png) no-repeat;
  height: 27px;
  width: 100%;
}
.quiz_title {
  padding-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #fff;
}
.order_title {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  padding-top: 17px;
}
.order_title span {
  color: #e4fbad;
  font-size: 20px;
  display: block;
  margin-top: 4px;
}
.quiz_question {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 48px 38px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  color: #000;
}
.quiz_question div {
  display: flex;
}
.quiz_question div span {
  display: block;
  padding-right: 8px;
}
.quiz_options {
  margin: 0 34px;
}
.quiz_option {
  position: relative;
  padding-left: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 21px;
  line-height: 135%;
  cursor: pointer;
  color: #7931b1;
}
.quiz_option:before {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #959595;
  position: absolute;
  left: 0;
  top: -2px;
}
.quiz_option:after {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #7931b1;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 3px;
  opacity: 0;
}
.quiz_option:hover:before {
  border: 1px solid #7931b1;
}
.quiz_option:hover:after {
  opacity: 1;
}
.quiz_nums {
  padding: 0 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 65px;
}
.quiz_num {
  -webkit-transition: 1s all;
  transition: 1s all;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #e5d2f2;
  border: 1px solid #fff;
  color: #9747ff;
}
.quiz_num span {
  -webkit-transition: 1s all;
  transition: 1s all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
}
.quiz_num.active {
  background: #e5d2f2;
  border: 1px solid #a260d4;
}
.quiz_num.active span {
  background: linear-gradient(180deg, #962dd8 0%, #ad74da 100%), #f64777;
  color: #fff;
}
.quiz_nums:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 64px);
  height: 1px;
  background: #a260d4;
}
.quiz_footer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.quiz_footer span {
  font-weight: 700;
  color: #5a1784;
}
.quiz_step,
#prod_img {
  transition: 0.5s all;
  display: none;
  opacity: 0;
  margin-top: -7px;
}
.quiz_step.active {
  opacity: 1;
  margin-top: 0;
}
.quiz_timer {
  margin-top: 39px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.quiz_timer div {
  margin-top: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #f64777;
  text-align: center;
}
.quiz_timer span {
  display: inline-block;
  width: 32px;
}
.quiz_prices {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.quiz_prices .quiz_oldprice {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: line-through;
  color: #000;
}
.quiz_prices .quiz_newprice {
  margin-top: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a1784;
}
.quiz_form form {
  width: 280px;
  margin: 0 auto;
}
.quiz_form form input {
  line-height: 48px;
  padding-left: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: block;
  background: #fff;
  border: 1px solid #5a1784;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.quiz_form form button {
  text-transform: uppercase;
  margin-top: 0;
  border-radius: 24px;
  height: 48px;
  display: block;
  text-align: center;
  width: 100%;
  background: #f64777;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 48px;
  letter-spacing: 0.03em;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .quiz_question {
    margin: 48px 18px 20px;
  }
  .quiz_options {
    margin: 0 14px;
  }
}


.large600 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px;
}

.swiper {
	width: 300px;
	height: auto;
	/* border: 1px solid black; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.swiper1 {
	text-align: center;
}
.swiper2 {
	
	/* border: 2px dotted #0e0097; */
	/* padding: 10px; */
	margin: 30px auto;
}

.swiper2.noborder {
	border: none;
    border-radius: 0;
}
/* @media (min-width: 1299px) { */
	.swiper2 {
		margin: 0 auto;
		max-width: 700px;
		margin-bottom: 10px;
	}
/* } */
.slider-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.slider-2 {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.slider-1__text {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	
	color: #000000;
	
	padding: 33px 19px 9px;
	box-shadow: 2px 1px 2px rgba(51, 26, 26, 0.15);
	position: relative;
	top: -20px;
}
.slider-1__text:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(90deg, #dd7000 0%, #f2b200 48%, #f3ad01 100%);
	opacity: 0.3;
}
.slider-1__img {
	z-index: 2;
	/* box-shadow: (1px 1px 3px rgba(0, 0, 0, 0.25)); */
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-1__text__text {
	z-index: 2;
	position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	margin-top: 0px;
}

.swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	
	background: #ffffff;
	border: 8px solid #d1d1d1;
}

.swiper-pagination-bullet-active {
	background: linear-gradient(265.51deg, #0e0097 0%, #0e0097 100%);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.card-img {
	width: 100%;
}

.new-pag > .swiper-pagination-bullet {
	/* background: transparent; */
	width: 15px;
	height: 15px;
	border-radius: 50%;
	/* background-image: url(../images/content/dot.png); */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* border: none; */
	opacity: 0.3;
	/* outline: none; */
}
.new-pag > .swiper-pagination-bullet-active {
	border: none;
	box-shadow: none;
	opacity: 1;
	outline: none;
}


.slider-top {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
}

.slider-top__img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #dce2e9;
	padding: 2px;
	margin-right: 11px;
	background-size: cover;
}

.slider-top__name {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	
	color: #131212;
}

.slider-top__doted {
	margin-left: auto;
}

.slider-image {}

.slider-nav {
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	position: relative;
	top: -5px;
}

.slider-nav img {
	display: inline-block;
	max-width: 24px;
	height: 24px;
	margin-left: 5px;
}

.slider-bottom {
	padding: 0 15px;
	background-color: #fff;
}

.slider-bottom__like {
	margin: 0 0 8px !important;
	font-style: normal;
	font-weight: 600;
	font-size: 15px !important;
	line-height: 16px;
	display: flex;
	align-items: center;
	
	color: #131212;
}

.slider-bottom__text2 {
	font-style: normal;
	font-size: 15px !important;
	line-height: 1.25em !important;
	color: #131212 !important;
	padding-bottom: 30px !important;
	text-align: left;
}

.slider-nav {
	display: flex;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	position: relative;
	top: -5px;
}
.slider-nav img {
	max-width: 24px;
	height: 24px;
	margin-left: 5px;
}
.slider-bottom {
	padding: 0 25px;
	background-color: #fff;
}


.sidegutterleft .swiper-wrapper {
	flex-wrap: wrap;
}
.sidegutterleft .swiper-wrapper .swiper-slide {
	height: auto;
}