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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
figure {
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 44px;
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
section.faq,
section.rules {
  background: url(../img/bg-grey.webp) 50% fixed;
  overflow: hidden;
}
section.faq.android,
section.rules.android {
  background-attachment: scroll;
}
.no-webp section.faq,
.no-webp section.rules {
  background: url(../img/bg-grey.png);
}
section.faq h1,
section.rules h1 {
  text-align: center;
  color: #b4d330;
  margin-left: 44px;
  margin-right: 44px;
  font-family:
    Amaranth,
    PT Sans,
    sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 46px;
}
@media (max-width: 575.98px) {
  .section.faq h1,
  section.rules h1 {
    margin-left: 22px;
    margin-right: 22px;
  }
}
section.faq a,
section.rules a {
  color: #389a73;
  text-decoration: none;
}
section.rules strong {
  font-weight: 700;
}
section.faq a:hover,
section.rules a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  section.rules h1,
  section.faq h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  section.rules h1,
  section.faq h1 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  section.rules h1,
  section.faq h1 {
    font-size: 32px;
  }
}
section.faq,
section.rules {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}
section.rules {
  height: 100%;
}
section.faq h1,
section.rules h1 {
  margin-top: 42px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  h1.section-header,
  h2.section-header {
    font-size: 38px;
  }
  section.faq h1,
  section.rules h1 {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  h1.section-header,
  h2.section-header {
    font-size: 36px;
  }
  section.faq h1,
  section.rules h1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  h1.section-header,
  h2.section-header {
    font-size: 32px;
  }
  section.faq h1,
  section.rules h1 {
    margin-bottom: 56px;
  }
}
.ip-chat-box {
  height: 100%;
  margin: 0;
  position: relative;
}
.ip-chat-box .msg {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}
.ip-chat-box .msg figure {
  max-width: 1056px;
}
section.faq .ip-chat-box .msg .ava {
  background-size: cover;
}
section.faq .ip-chat-box .msg .couple {
  background-image: url(../img/couple.svg);
  min-width: 29px;
  height: 31px;
}
section.faq .ip-chat-box .msg .chatruletka {
  background-image: url(../img/ip/omegle-like-video-chat.svg);
  min-width: 36px;
  height: 32px;
}
section.faq .ip-chat-box .msg .female {
  background-image: url(../img/female.svg);
  min-width: 28px;
  height: 30px;
}
section.faq .ip-chat-box .msg .male {
  background-image: url(../img/male.svg);
  min-width: 29px;
  height: 31px;
}
.ip-chat-box .msg figure.ip-q {
  opacity: 0;
  flex-direction: row;
  width: 100%;
  margin-left: 44px;
  margin-right: 98px;
  display: flex;
  transform: translate(-100%);
}
@media (max-width: 575.98px) {
  .ip-chat-box .msg figure.ip-q {
    margin-left: 22px;
    margin-right: 76px;
  }
}
figure.ip-q[show="true"] {
  animation: 0.6s ease-out both fade-in-100-left;
}
figure.ip-a[show="true"] {
  animation: 0.6s ease-out both fade-in-100-right;
}
.ip-chat-box .msg-text {
  filter: drop-shadow(0 1px 2px #0000004d);
  background: #fff;
  border-radius: 0 5px 5px;
  padding: 15px;
  display: inline-block;
  position: relative;
}
figure.ip-a .msg-text {
  border-radius: 5px 0 5px 5px;
}
.ip-q .msg-text h3,
.ip-a .msg-text p,
section.rules h3 {
  color: #b4d330;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.ip-q .msg-text:before {
  content: " ";
  color: #fff;
  border-top: 16px solid #fff;
  border-left: 13px solid #0000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%);
}
.ip-q .ava {
  margin-right: 25px;
}
.ip-a .ava {
  margin-left: 25px;
}
.ip-chat-box .msg figure.ip-a {
  opacity: 0;
  flex-direction: row-reverse;
  width: 100%;
  margin-left: 98px;
  margin-right: 44px;
  display: flex;
  transform: translate(0%);
}
@media (max-width: 575.98px) {
  .ip-chat-box .msg figure.ip-a {
    margin-left: 76px;
    margin-right: 22px;
  }
}
.ip-a .msg-text p {
  color: #389a73;
}
.ip-a .msg-text p a {
  color: #389a73;
  text-decoration: underline;
}
.ip-a .msg-text:before {
  content: " ";
  color: #fff;
  border-top: 16px solid #fff;
  border-right: 13px solid #0000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%);
}
section.faq .big-btn-box {
  z-index: 2;
  justify-content: center;
  width: 100%;
  height: 97px;
  margin-top: 60px;
  display: flex;
  position: relative;
}
section.faq .big-btn-box .btn {
  color: #fff;
  width: 90%;
  max-width: 427px;
  height: 100%;
  max-height: 97px;
  margin: 0 auto;
  font-size: 34px;
}
@keyframes fade-in-100-left {
  0% {
    opacity: 0;
    transform: translate(calc(-50vw - 50%));
  }
  to {
    opacity: 1;
    transform: translate(0%);
  }
}
@keyframes fade-in-100-right {
  0% {
    opacity: 0;
    transform: translate(calc(50vw + 50%));
  }
  to {
    opacity: 1;
    transform: translate(0%);
  }
}
@media screen and (max-width: 335px) {
  .ip-q .msg-text h3,
  .ip-a .msg-text p,
  section.rules h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  section.faq .big-btn-box .btn {
    font-size: 30px;
  }
}
@media screen and (max-width: 300px) {
  section.faq .big-btn-box .btn {
    font-size: 24px;
  }
}
.is-mobile section.rules {
  background: 0 0;
  overflow: hidden;
}
section.rules h3 {
  margin-top: 15px;
  font-weight: 700;
}
section.rules ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
section.rules ul li,
section.rules p {
  color: #6b6b6b;
  margin-top: 15px;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}
section.rules ul li {
  margin-left: 43px;
  padding-left: 13px;
}
section.rules section {
  margin-top: 10px;
}
section.rules section.highlighted {
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  margin: 10px -15px;
  padding: 0 15px 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .big-btn-box {
    width: 300px;
  }
}
@media only screen and (min-width: 321px) {
  .big-btn-box {
    width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .big-btn-box {
    width: 290px;
  }
}
.privacy-policy,
.refund-policy {
  font-family:
    PT Sans,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.privacy-policy ol {
  counter-reset: item;
}
.privacy-policy li {
  color: #6b6b6b;
  padding-left: 60px;
  list-style: decimal;
  display: block;
  position: relative;
}
.privacy-policy li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
.privacy-policy > ol > li {
  color: #b4d330;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 700;
}
.privacy-policy > ol > li:last-child {
  margin-bottom: 0;
}
.privacy-policy > ol > li:before {
  content: counters(item, ".") ". ";
}
.privacy-policy > ol > li > ol {
  color: #000;
  margin-left: -60px;
  font-size: 18px;
  font-weight: 400;
}
.privacy-policy > ol > li > ol > li {
  margin: 1em 0;
}
.privacy-policy > ol > li > ol > li:last-child {
  margin-bottom: 0;
}
.privacy-policy p,
.refund-policy p {
  font-weight: 400;
}
.refund-policy ol {
  counter-reset: item;
}
.refund-policy li {
  color: #6b6b6b;
  padding-left: 60px;
  list-style: decimal;
  display: block;
  position: relative;
}
.refund-policy li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
.refund-policy > ol > li {
  margin-bottom: 30px;
}
.refund-policy > ol > li:last-child {
  margin-bottom: 0;
}
.refund-policy > ol > li > ol {
  margin-top: 10px;
}
.account-deletion {
  margin-bottom: 80px;
  font-family:
    PT Sans,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.account-deletion ol {
  counter-reset: item;
}
.account-deletion li {
  color: #6b6b6b;
  margin-bottom: 30px;
  padding-left: 60px;
  list-style: decimal;
  display: block;
  position: relative;
}
.account-deletion li img {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 10px 0 20px;
  display: block;
}
.account-deletion li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
.account-deletion > p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #b4d330 !important;
}
.account-deletion > ol > li:last-child {
  margin-bottom: 0;
}
.account-deletion > ol > li:before {
  content: counters(item, ".") ". ";
}
.contacts a {
  color: #389a73;
}
