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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.container {
  width: 100%;
  padding-right: 44px;
  padding-left: 44px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 1056px;
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 22px;
    padding-left: 22px;
  }
}

section.faq, section.rules {
  background: url(/images/bg-grey.webp) 50%;
  overflow: hidden;
  background-attachment: fixed;
}

section.faq.android, section.rules.android {
  background-attachment: scroll;
}

.no-webp section.faq, .no-webp section.rules {
  background: url(/images/bg-grey.png);
}

section.faq h1, section.rules h1 {
  font-size: 48px;
  line-height: 46px;
  font-family: 'Amaranth', 'PT Sans', sans-serif;
  text-align: center;
  color: #e05e36;
  font-weight: normal;
  margin-left: 44px;
  margin-right: 44px;
}

@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: bold;
}

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; }
}

/*----------------------------------FAQ------------------------------------------*/

section.faq, section.rules {
  width: 100%;
  box-sizing: border-box;
  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 {
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.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 {
  min-width: 29px;
  height: 31px;
  background-image: url("/images/couple.svg");
}

section.faq .ip-chat-box .msg .chatruletka {
  min-width: 36px;
  height: 32px;
  background-image: url("/images/ip/omegle-like-video-chat.svg");
}

section.faq .ip-chat-box .msg .female {
  min-width: 28px;
  height: 30px;
  background-image: url("/images/female.svg");
}

section.faq .ip-chat-box .msg .male {
  min-width: 29px;
  height: 31px;
  background-image: url("/images/male.svg");
}

.ip-chat-box .msg figure.ip-q {
  display: flex;
  flex-direction: row;
  margin-right: 98px;
  margin-left: 44px;
  transform: translateX(-100%);
  opacity: 0;
  width: 100%;
}

@media (max-width: 575.98px) {
  .ip-chat-box .msg figure.ip-q {
    margin-right: 76px;
    margin-left: 22px;
  }
}

figure.ip-q[show=true] {
  animation: fade-in-100-left 0.6s 0s ease-out both;
}

figure.ip-a[show=true] {
  animation: fade-in-100-right 0.6s 0s ease-out both;
}

.ip-chat-box .msg-text {
  background: #ffffff;
  padding: 15px;
  border-radius: 0px 5px 5px 5px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
  display: inline-block;
  position: relative;
}

figure.ip-a .msg-text {
  border-radius: 5px 0px 5px 5px;
}

.ip-q .msg-text h3, .ip-a .msg-text p, section.rules h3 {
  color: #e05e36;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  line-height: 30px;
}

.ip-q .msg-text::before {
  content: ' ';
  border-top: 16px solid #fff;
  border-left: 13px solid transparent;
  transform: translateX(-100%);
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ip-q .ava {
  margin-right: 25px;
}

.ip-a .ava {
  margin-left: 25px;
}

.ip-chat-box .msg figure.ip-a {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 98px;
  margin-right: 44px;
  transform: translateX(0%);
  opacity: 0;
  width: 100%;
}

@media (max-width: 575.98px) {
  .ip-chat-box .msg figure.ip-a {
    margin-right: 22px;
    margin-left: 76px;
  }
}

.ip-a .msg-text p {
  color: #389a73;
}

.ip-a .msg-text p a {
  color: #389a73;
  text-decoration: underline;
}

.ip-a .msg-text::before {
  content: ' ';
  border-top: 16px solid #fff;
  border-right: 13px solid transparent;
  transform: translateX(100%);
  color: #ffffff;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

section.faq .big-btn-box {
  width: 100%;
  height: 97px;
  position: relative;
  margin-top: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

section.faq .big-btn-box .btn {
  width: 90%;
  height: 100%;
  max-width: 12.559em;
  max-height: 2.853em;
  margin: 0 auto;
  font-size: 34px;
  color: #ffffff;
}

section.faq .buttons__button .btn:after, 
section.faq .buttons__button .btn:before {
    border-radius: 0.4706em;
}

section.faq .buttons__button .btn > div {
  border-radius: 0.4706em;
}

section.faq .buttons__button .btn > div:before,
section.faq .buttons__button .btn > div:after {
  border-radius: calc(0.4706em - 1px);
}

@keyframes fade-in-100-left {
  0%   { transform: translateX(calc(-50vw - 50%)); opacity: 0; }
  100% { transform: translateX(0%); opacity: 1; }
}
@keyframes fade-in-100-right {
  0%   { transform: translateX(calc(50vw + 50%)); opacity: 0; }
  100% { transform: translateX(0%); opacity: 1; }
}

@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: 475px){
  section.faq .big-btn-box .btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 350px){
  section.faq .big-btn-box .btn {
    font-size: 22px;
  }
}

/*-------------------------------RULES---------------------------*/

.is-mobile section.rules {
  background: none;
  overflow: hidden;
}

section.rules h3 {
  font-weight: bold;
  margin-top: 12px;
}

section.rules ul {
  list-style: disc;
  margin: 0;
  padding: 0;
}

section.rules ul li, section.rules p {
  color: #6b6b6b;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-top: 12px;
}

section.rules ul li {
  margin-left: 43px;
  padding-left: 13px;
}

section.rules section {
  margin-top: 32px;
}

section.rules section.highlighted {
  background-color: #ffffff;
  color: #333333;
  border: 2px solid white;
  padding: 0 15px 15px;
  border-radius: 15px;
  margin: 10px -15px;
}

section.rules a.btn.btn-main {
  width: 100%;
  height: 2.853em;
  max-width: 12.059em;
  margin: 0.9412em auto 0;
  font-size: 34px;
  color: #ffffff;
}

section.rules a.btn.btn-main:after, 
section.rules a.btn.btn-main:before {
  border-radius: 0.4706em;
}

section.rules a.btn.btn-main > div {
  border-radius: 0.4706em;
}

section.rules a.btn.btn-main > div:before,
section.rules a.btn.btn-main > div:after {
  border-radius: calc(0.4706em - 1px);
}

@media screen and (max-width: 475px){
  section.rules a.btn.btn-main {
    font-size: 24px;
  }
}

@media screen and (max-width: 350px){
  section.rules a.btn.btn-main {
    font-size: 22px;
  }
}

@media screen and (max-width: 300px){
  section.rules a.btn.btn-main {
    font-size: 20px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .big-btn-box {
    width: 300px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
  .big-btn-box {
    width: 300px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
  .big-btn-box {
    width: 290px;
  }
}

/* PRIVACY POLICY */

.privacy-policy, .refund-policy {
  font-size: 18px;
  line-height: 30px;
  font-family: 'PT Sans', sans-serif;
}
.privacy-policy ol {
  counter-reset: item;
}
.privacy-policy li {
  display: block;
  list-style: decimal;
  padding-left: 60px;
  position: relative;
  color: #6b6b6b;
}
.privacy-policy li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
.privacy-policy>ol>li {
  color: #e05e36;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
.privacy-policy>ol>li:last-child {
  margin-bottom: 0;
}
.privacy-policy>ol>li:before {
  content: counters(item, ".") ". ";
}
.privacy-policy>ol>li>ol {
  color: black;
  font-weight: normal;
  font-size: 18px;
  margin-left: -60px;
}
.privacy-policy>ol>li>ol>li {
  margin: 1em 0;
}
.privacy-policy>ol>li>ol>li:last-child {
  margin-bottom: 0;
}
.privacy-policy>ol>li>ol>li:before {
}
.privacy-policy p, .refund-policy p {
  font-weight: normal;
}

.refund-policy ol {
  counter-reset: item;
}
.refund-policy li {
  display: block;
  list-style: decimal;
  padding-left: 60px;
  position: relative;
  color: #6b6b6b;

}
.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 */

.account-deletion {
  font-size: 18px;
  line-height: 30px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 80px;
}
.account-deletion ol {
  counter-reset: item;
}
.account-deletion li {
  display: block;
  list-style: decimal;
  padding-left: 60px;
  position: relative;
  color: #6b6b6b;
  margin-bottom: 30px;
}
.account-deletion li img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 10px 0 20px;
}
.account-deletion li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
.account-deletion>p {
  color: #e05e36!important;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.account-deletion>ol>li:last-child {
  margin-bottom: 0;
}
.account-deletion>ol>li:before {
  content: counters(item, ".") ". ";
}


.contacts a {
  color: #389a73;
}
