html {
  font-family: "Roboto", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

.modal {
  display: none;
}

body {
  margin: 0;
  height: 100%;
}

a,
button {
  transition: .2s;
}

a {
  color: #ffcc00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: 0;
}

body {
  width: 100%;
  min-width: 320px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: #14171f;
  border-top: 49px solid #191c24;
  padding: 20px 0 26px;
  height: 100%;
}

.body {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
}

img {
  display: block;
}

.about {
  width: 276px;
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  position: relative;
  padding: 40px 0 0;
  height: 100%;
}

.about__avatar img {
  margin: 0 auto;
  border-radius: 5px;
  max-width: 180px;
}

.about__name {
  margin: 20px 0 0;
  text-align: center;
}

.about__name p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}

.about__info {
  margin: 20px 30px 0 0;
}

.about__info>ul>li {
  height: 72px;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.about__info>ul>li>p {
  padding: 15px 0 0 64px;
}

.about__info>ul>li:nth-child(1) {
  background: url(../images/about-icon1-09f.arb.png) no-repeat 31px 15px;
}

.about__info>ul>li:nth-child(2) {
  background: url(../images/about-icon2-1a4.arb.png) no-repeat 31px 25px;
}

.about__info>ul>li:nth-child(2) p {
  padding: 27px 0 0 64px;
}

.about__info>ul>li:nth-child(3) {
  background: url(../images/about-icon3-9ae.arb.png) no-repeat 32px 15px;
}

.about__info>ul>li:nth-child(4) {
  background: url(../images/about-icon4-dc2.arb.png) no-repeat 32px 15px;
}

.about__info>ul>li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.about__info>ul>li:nth-child(1):after {
  border-radius: 36px 36px 0 0;
  background: #5f73cd;
}

.about__info>ul>li:nth-child(2):after {
  background: #ee8208;
}

.about__info>ul>li:nth-child(3):after {
  background: #c76d4b;
}

.about__info>ul>li:nth-child(4):after {
  border-radius: 0 0 36px 36px;
  background: #ef5362;
}

.content {
  width: 1018px;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  border-radius: 10px 0 0 10px;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 204, 0, .8);
  background-size: cover;
  box-shadow: 0 1px 1px 0 rgba(166, 166, 166, 0.15), 0 1px 3px 0 rgba(166, 166, 166, 0.1), 0 3px 5px 0 rgba(166, 166, 166, 0.08), 0 6px 11px 0 rgba(166, 166, 166, 0.07), 0 17px 31px 0 rgba(166, 166, 166, 0.05);

}

.content {
  display: block;
  margin: 0 auto;
}

.content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  transition: 0.5s;
}

.content::-webkit-scrollbar:hover {
  width: 10px !important;
}

.content::-webkit-scrollbar-button {
  background-color: rgba(0, 0, 0, 0.8);
}

.content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.8);
}

.content::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.8);
}

.content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
}

.content::-webkit-scrollbar-thumb:hover {
  background-color: #fc0;
}

.content::-webkit-scrollbar-corner {
  background-color: none;
}

.header {
  background: #fff no-repeat center 8px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-size: 180px;
  border-bottom: 1px solid #222;
}

.header__name {
  display: flex;
  align-items: center;
  /* padding-top: 0px; */
  /* margin: 20px 0 20px 40px */
}

.header__avatar {
  display: inline-block;
  vertical-align: top;
  width: 46px;
}

.header__avatar img {
  max-width: 100%;
}

.header__desc {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 20px;
}

.header__desc p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.header__desc p span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.header__online {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: 35px 40px 15px 0;
}

.header__online p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: relative;
}

.header__online p:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -16px;
  width: 11px;
  height: 11px;
  border-radius: 6px;
  background: #54a22c;
}

.chat {
  padding: 20px 0 20px;
}

.chat__time {
  width: 97px;
  margin: 0 auto;
  background: #333;
  border-radius: 20px;
  padding: 7px 0;
  text-align: center;
  margin-top: 15px;
}

.chat__time p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.hide-q {
  display: none !important;
}

@media (max-width: 1390px) {
  .body {
    width: 1180px;
  }

  .content {
    width: 800px;
  }
}

@media (max-height: 840px) {
  .about {
    padding: 30px 0 0;
  }
}

@media (max-width: 1001px) {
  .body {
    width: 750px;
  }

  .about {
    display: none;
  }

  .content {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 801px) {
  .body {
    width: 580px;
  }

  .about {
    display: none;
  }

  .content {
    width: 580px;
    display: block;
    margin: 0;
  }
}

@media (max-width: 601px) {
  .dec {
    display: none !important;
  }

  html {
    height: 100%;
  }

  body {
    background: 0 0;
    border-top: 0;
    padding: 0;
    height: 100%;
    background-color: #000;
  }

  .body {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0 0 0;
  }

  .header__name {
    margin: 0;
  }

  .header__desc {
    margin: 3px 0 0 15px;
  }

  .chat {
    background: 0 0;
    margin: 6px 0 0;
  }
}

.main-desc__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/lines.svg") center center no-repeat #fff;
  background-size: cover;
}

.main-desc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  transition: all 1.5s linear;
}

.main-desc__body {
  width: 300px;
  margin: -44px auto 0;
  position: relative;
  z-index: 2;
  padding: 0;
  top: 50%;
}



.b-show {
  display: block;
  animation: showBlock 1s linear forwards;
}

/* body,
html {
  overflow: hidden;
} */



body.add-scroll,
html.add-scroll {
  overflow-y: auto;
}

.body {
  /* margin-right: 75px; */
}

.content {
  position: relative;
}

.container-circle {
  width: 20px;
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  display: block;
  background: 0 0;
  border: 2px solid #54a22c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-me {
  position: fixed;
  right: 40px;
  bottom: 20%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: #fff;
  cursor: pointer;
  z-index: 100;
  border-radius: 10px 0 0 10px;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.scroll-me,
.scroll-me:active,
.scroll-me:focus {
  outline: 0;
}

.button-circle {
  border: solid #54a22c;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.inp {
  text-align: center;
  position: absolute;
  top: -11111px;
  left: 50%;
  transform: translateX(-50%);
  background: #3498db;
  width: 25px;
  display: block;
  color: #fff !important;
  border-radius: 20px;
  border: none;
  padding: 1px 0;
  font-size: 12px;
}

.chat-content-desc-item img {
  width: 400px;
  max-width: 100%;
}

.reviews {
  padding: 10px 30px;
  margin-top: 25px;
}

.reviews-title {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  text-decoration: underline;
  color: #222;
}

.comment-item {
  display: none;
  margin: auto;
  width: 90%;
  padding: 15px 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.comment-item-show {
  display: block;
}

.comment-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.comment-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.comment-name {
  font-size: 18px;
  font-weight: 500;
}

.comment-bottom {
  font-size: 17px;
  line-height: 1.4;
}

.box__title {
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  margin: 10px auto;
  display: block;
}

.rcity {
  margin-left: 15px;
  font-weight: 600;
  float: right;
}

.glow-button {
  text-decoration: none;
  display: block;
  padding: 15px 30px;
  margin: 10px auto;
  border-radius: 10px;
  box-shadow: 0 0 40px 40px #f137a6 inset, 0 0 0 0 #f137a6;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  transition: 0.15s ease-in-out;
}

.glow-button:hover {
  box-shadow: 0 0 10px 0 #f137a6 inset, 0 0 10px 4px #f137a6;
  color: #f137a6;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .chat-content-desc-item img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 1400px) {
  .scroll-me {
    right: 70px;
  }
}

@media (max-width: 991px) {
  body {
    border-top: none !important;
  }

  .scroll-me {
    position: fixed;
    right: 0;
    bottom: 100px;
  }

  .header__online {
    margin: 35px 40px 0 0;
  }

  body,
  html {
    overflow-x: hidden;
  }
}

@media (max-width: 601px) {
  .header__name {
    margin: 0;
  }

  .header__online {
    margin: 0;
    margin-top: 15px;
  }
}

.chat-content-list {
  margin: 20px 40px 0;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.chat-content-desc-item {
  max-width: 629px;
  display: table;
  background: #333;
  border-radius: 5px 20px 20px 20px;
  padding: 20px;
  margin-bottom: 10px;
}

.chat-content-buttons-gender {
  background: #333;
  border-radius: 20px 5px 20px 20px;
  display: table;
  padding: 20px 20px 17px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  max-width: 700px;
}

.chat-content-buttons-gender-block {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fc0;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
  color: #2f3137;
  text-transform: uppercase;
}


.chat-content-buttons-gender-block:hover {
  background: #e6b800;
}

.chat-content-buttons-gender-block span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
  display: block;
  padding: 12px 15px;
}

.chat-content-buttons-gender-block:last-child {
  margin-right: 0;
}

.chat-content-desc-item.user {
  display: flex;
  flex-direction: row-reverse;
  background: #333;
  color: #fff;
  border-radius: 20px 5px 20px 20px;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: fit-content;
}

.message-time {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0;
}

.text {
  color: #fff;
  max-width: 539px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}

.chat-content-desc-item.user .text {
  margin: 0 10px 0 0;
  color: #fff;
}

.message-time {
  color: #fc0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}



.iframe-form {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.iframe-form.show {
  opacity: 1;
  height: auto;
  overflow: visible;
}

@media (max-width: 1200px) {
  .content {
    margin: auto;
    display: block;
  }

  .about {
    display: none;
  }
}

@media (max-width: 991px) {
  .header {
    background-size: 50px;
  }

  .header__online {
    margin: 25px 40px 0 0;
  }

  .chat__time {
    margin-top: 0;
  }
}

@media (max-width: 600px) {


  .content {
    width: 100%;
    z-index: 2;
    height: 100%;
    position: relative;
    border-radius: 0;
  }

  .header {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 5px !important;
  }

  .reviews {
    padding: 10px 15px;
    margin-top: 0;
  }

  .chat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-content-list {
    margin: 10px 0 0;
    color: #666666;
  }

  .header__body {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .header__name {
    margin: 10px 0 10px 0;
  }

  .header__online {
    margin: 0;
  }

  .message-time {
    width: 40px;
  }

  .chat-content-desc-item {
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .chat-content-desc-item.user {
    max-width: 90%;
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .text {
    margin: 0 0 0 7px;
  }

  .chat-content-buttons-gender {
    border-radius: 20px 5px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 10px;
    padding: 10px 10px 12px;
    margin-bottom: 10px;
    max-width: 80%;
  }

  .chat-content-buttons-gender-block {
    margin: 0;
  }
}

@media (max-width: 400px) {
  .text {
    margin: 0 0 0 7px;
  }

  .chat {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-content-list {
    margin: 10px 0 0;
  }
}

@media (max-width: 360px) {
  .text {
    max-width: 240px;
    margin: 0 0 0 7px;
  }
}

@media (max-width: 320px) {
  .text {
    max-width: 210px;
    margin: 0 0 0 7px;
  }

  .header__desc {
    margin: 3px 0 0 7px;
  }
}

button {
  border: 0 solid #000;
  background-color: inherit;
}

input {
  text-indent: 7px;
}

.frame-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.row-form {
  text-align: center;
  font-family: "Roboto", sans-serif;
}

#order {
  max-width: 570px;
  margin: 25px auto;
  background: #fff;
  padding: 0 0;
  box-shadow: 0 0 10px 1px #ebebeb;
  border-radius: 15px;
}

.col-md-12 {
  width: 100%;
  display: block;
}

#order button {
  border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  text-align: center;
  text-transform: none;
  background-color: #fc0;
  color: #2f3137;
  transition: opacity 0.2s ease-out;
  border: none;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  outline: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  #order button {
    font-size: 21px;
  }
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#order_form input {
  display: flex;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 100%;
}

.register-form__input {
  width: 100%;
}

button[name="submitBtn"] {
  margin-top: 20px;
}

input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.register-form__input input {
  border: 2px solid #3498db;
  border-radius: 10px;
}

.header {
  padding: 20px;
}

.main__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 20px 0 40px 0;
  text-align: center;
  font-size: 42px;
  color: black;
}

.form__title {
  font-size: 24px;
  padding: 20px;
  color: #000000;
  font-weight: 700;
}

@media (max-width: 640px) {
  .main__title {
    font-size: 24px;
  }
}

.tgme_logo {
  display: inline-block;
  vertical-align: top;
}

a.tgme_head_dl_button {
  display: block;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background: #32afed;
  padding: 2px 15px 0 16px;
  height: 45px;
  line-height: 43px;
  text-align: center;
}

.tlb_page_wrap a.tgme_head_dl_button {
  color: #fff;
}

a.tgme_head_dl_button:hover,
a.tgme_head_dl_button:active,
.tlb_page_wrap a.tgme_head_dl_button:hover,
.tlb_page_wrap a.tgme_head_dl_button:active {
  color: #fff;
  background: #32afed;
  text-decoration: none;
}

.tgme_icon_arrow {
  display: inline-block;
  background: url(../images/Arrow_1x.png) 0 0 no-repeat;
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 9px;
}

.tgme_body_wrap {
  padding: 70px 16px 40px;
}

.tgme_page {
  position: relative;
  margin: 16px auto;
  padding: 32px 0;
  max-width: 400px;
  background: var(--box-bg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: all 0.15s ease 0.15s;
}

.tgme_page a {
  color: var(--accent-link-color);
}

.tgme_page_post {
  max-width: 500px;
  padding: 3px 0 0;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.tgme_page_icon {
  text-align: center;
  margin-bottom: 20px;
}

.tgme_icon_user,
.tgme_icon_group,
.tgme_icon_stickers,
.tgme_icon_share,
.tgme_icon_invoice {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: top;
  background: center no-repeat;
}