* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Encode Sans Semi Expanded'
}
.wrapper {
  max-width: 1111px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
body {
  background: #fffbf8
}
.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
.popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.popup__bgd {
  background: rgba(255,255,255,.8);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute
}
.popup__inner {
  background: #322157;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.4);
  box-shadow: 0 14px 34px rgba(107,107,107,.4);
  border-radius: 24px;
  position: relative;
  width: 872px;
  max-height: 100vh;
  overflow: auto
}
.popup .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer
}
.popup__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%
}
.popup__sides .rht {
  width: 100%
}
.popup__sides .rht .register-form {
  background: #f3f3f3;
  padding: 0 45px;
  padding-bottom: 31px;
  /*height: 100%;*/
  max-height: 577px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 495px;
}
.popup__sides .rht .register-form p {
  padding-top: 40px;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #343434
}
.popup__sides .rht .register-form form input {
  width: 100%;
  height: 50px;
  outline: 0;
  border: none;
  background: #fff;
  border-radius: 6px
}
.popup__sides .rht .register-form form .first-inputs {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8e8e8e;
  padding-left: 21px;
  margin-bottom: 12px
}
.popup__sides .rht .register-form form .noacc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px
}
.popup__sides .rht .register-form form .noacc a {
  margin-left: 10px;
  color: #05c146;
  text-decoration: underline;
  font-size: 17px
}
.popup__sides .rht .register-form form .noacc span {
  color: #343434;
  font-size: 17px;
  font-weight: 500
}
.popup__sides .rht .register-form form .all-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 34px;
  width: 100%
}
.popup__sides .rht .register-form form .all-checkbox.all-checkbox1 a {
  margin-left: 0;
  display: inline-block
}
.popup__sides .rht .register-form form .all-checkbox.all-checkbox1 a:last-child {
  padding-left: 0
}
.popup__sides .rht .register-form form .all-checkbox input {
  /*display: none*/
  opacity: 1;
  position: absolute;
  z-index: -1;
  width: 0;
  bottom: 160px;
}
.popup__sides .rht .register-form form .all-checkbox label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-left: 34px;
  cursor: pointer
}
.popup__sides .rht .register-form form .all-checkbox label:before {
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -1px
}
.popup__sides .rht .register-form form .all-checkbox label a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #05c146;
  padding: 0 3px;
  display: block;
  margin-left: auto
}
.popup__sides .rht .register-form form .all-checkbox input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center
}
.popup__sides .rht .register-form form .register {
  margin-bottom: 30px;
  background: #05c146;
  border-radius: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
.popup__sides .rht .register-form form .register:hover {
  background: #00a421FF
}
.popup__sides .rht .register-form img {
  width: 245px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}
.popup__sides .rht__top {
  background: #fff3e9;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup__sides .rht .register-social {
  background: #fff;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup__sides .rht .register-social .facebook {
  margin-right: 17px;
  width: 140px;
  height: 50px;
  background: #1976d2;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup__sides .rht .register-social .facebook a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none
}
.popup__sides .rht .register-social .facebook img {
  margin-right: 4px
}
.popup__sides .rht .register-social .google {
  width: 140px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 24px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup__sides .rht .register-social .google a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  text-decoration: none
}
.popup__sides .rht .register-social .google img {
  margin-right: 11px
}
.popup__sides .lft {
  width: 100%;
  height: 698px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url('../image/popup.png') no-repeat;
  background-size: 545px;
  background-position: 0 0
}
.popup__sides .lft .members__item {
  max-width: 300px;
  width: 100%;
  margin: 0;
  position: relative
}
.popup__sides .lft .members__item .favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #fff;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%
}
.popup__sides .lft .members__item .favorite:hover path {
  fill: #d82700;
  opacity: .5
}
.popup__sides .lft .members__item .favorite.click path {
  fill: #d82700
}
.popup__sides .lft .members__item .favorite.click:hover path {
  fill: #d82700;
  opacity: 1
}
.popup__sides .lft .members__item span {
  color: #8e8e8e;
  margin-top: 25px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500
}
.popup-register .popup__sides .rht__top {
  height: 95px
}
.popup-register .popup__sides .rht .register-form {
  max-height: 510px
}
.popup-register .popup__sides .rht .register-form form .register {
  margin-bottom: 10px
}
.popup-register .popup__sides .rht .register-form p {
  /*padding-bottom: 0*/
}
.edit-profile {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px
}
.edit-profile .sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.edit-profile .sides .lft {
  margin-right: 59px
}
.edit-profile .sides .sides2 {
  margin-top: 30px;
  margin-bottom: 30px
}
.edit-profile .sides .grey-block {
  background: #f3f3f3;
  border-radius: 6px;
  padding: 17px 14px 24px 24px;
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  margin-bottom: 29px
}
.edit-profile .sides a.button {
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  max-width: 203px;
  margin-left: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 17px
}
.edit-profile .sides .sides {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.edit-profile .sides .sides h4 {
  font-size: 17px
}
.edit-profile .sides .sides h3 {
  margin-right: 17px;
  font-size: 17px;
  color: #343434;
  line-height: 56px;
  font-weight: 900
}
.edit-profile .sides .sides p {
  font-size: 12px
}
.edit-profile .sides .sides span {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 15px;
  margin: 0 15px
}
.edit-profile .sides .sides .select {
  width: 84px
}
.edit-profile .rht__form {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 9px 30px;
  padding-bottom: 50px
}
.edit-profile .rht__form .select {
  position: relative;
  border-radius: 6px;
  background: #f3f3f3
}
.edit-profile .rht__form .select svg {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0
}
.edit-profile .rht__form .select select {
  position: relative;
  z-index: 1;
  background: 0 0
}
.edit-profile .rht__form .select:active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.edit-profile .rht__form h4 {
  font-size: 18px;
  color: #343434;
  line-height: 56px;
  font-weight: 900
}
.edit-profile .rht__form select {
  cursor: pointer
}
.edit-profile .rht__form label {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 15px;
  margin-bottom: 7px;
  display: block
}
.edit-profile .rht__form input,
.edit-profile .rht__form select {
  width: 100%;
  background: #f3f3f3;
  border-radius: 6px;
  height: 50px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  padding-left: 17px
}
.edit-profile .rht__form .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -14px;
  margin-bottom: 17px
}
.edit-profile .rht__form .row2 .input-block {
  margin: 0 14px;
  width: calc(100% / 2 - 28px)
}
.edit-profile .rht__form .row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -14px;
  margin-bottom: 17px
}
.edit-profile .rht__form .row3 .input-block {
  margin: 0 14px;
  width: calc(100% / 3 - 28px)
}
.edit-profile .rht__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.edit-profile .rht__top h3 {
  margin-right: 45px;
  white-space: nowrap;
  font-size: 24px;
  color: #343434;
  font-weight: 900
}
.edit-profile .photos-block {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  margin-top: 60px;
  padding: 11px 30px 65px 30px
}
.edit-profile .photos-block h2 {
  font-size: 24px;
  font-weight: 900;
  color: #343434;
  line-height: 56px
}
.edit-profile .photos-block p {
  line-height: 24px;
  font-size: 14px;
  color: #343434
}
.edit-profile .photos-block .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 21px
}
.edit-profile .photos-block .block .item {
  max-width: 220px;
  height: 100%;
  width: 100%;
  background: #fff
}
.edit-profile .photos-block .block .item .delete-photo {
  text-transform: uppercase;
  color: red;
  font-weight: 600;
  font-size: 14px
}
.edit-profile .photos-block .block .item .set-photo,
.edit-profile .photos-block .block .item .upload-photo {
  text-transform: uppercase;
  color: #05c146;
  font-size: 14px;
  font-weight: 600
}
.edit-profile .photos-block .block .item .item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px
}
.edit-profile .photos-block .block .item .item__bottom span {
  color: #05c146;
  font-size: 14px
}
.edit-profile .photos-block .block .item.item-add {
  -webkit-box-shadow: none;
  box-shadow: none
}
.edit-profile .photos-block .block .item img {
  border-radius: 14px;
  width: 100%;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  margin-bottom: -5px
}
.edit-profile .photos-block .block .item input {
  display: none
}
.edit-profile .photos-block .block .item label {
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 254px;
  cursor: pointer;
  width: 100%;
  background: #f3f3f3;
  border: 1px dashed #e3e3e3;
  border-radius: 14px
}
.edit-profile .warning-v2 {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px dashed #d8c7bb;
  color: #343434;
  font-size: 12px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0
}
.edit-profile:after {
  content: '';
  width: 120%;
  background: #ffefe2;
  position: absolute;
  bottom: -130px;
  left: -20px;
  height: 430px;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.chat-popup {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 7px;
  padding-bottom: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999
}
.chat-popup h3 {
  color: #343434;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 6px;
  text-align: center
}
.chat-popup .sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.chat-popup .sides .name {
  font-size: 16px;
  color: #343434;
  line-height: 24px;
  margin-bottom: 8px;
  color: #343434;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700
}
.chat-popup .sides .age,
.chat-popup .sides .id {
  color: #343434;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px
}
.chat-popup textarea {
  width: 318px;
  margin-top: 5px;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 15px 17px;
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  margin-bottom: 0px;
  resize: none;
  height: 70px;
  border: none;
  outline: 0
}
.chat-popup .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.chat-popup .buttons a {
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.chat-popup .buttons a.acc {
  background: #05c146;
  margin-right: 6px
}
.chat-popup .buttons a.dec {
  background: #da3410
}
.chat-popup .photo {
  max-width: 136px;
  margin-right: 20px
}
.chat-popup .photo img {
  width: 100px;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px
}
h2.girls {
  margin-bottom: 47px;
  margin-top: 100px;
  text-align: center;
  font-size: 36px;
  color: #343434;
  font-weight: 900
}
.slick-dotted.slick-slider {
  margin-bottom: 0
}
.online-slider .slick-next {
  background: url('../image/akar-icons_arrow-right.png') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  right: -77px
}
.online-slider .slick-next:before {
  display: none
}
.online-slider .slick-prev {
  background: url('../image/akar-icons_arrow-left.png') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  left: -77px
}
.online-slider .slick-prev:before {
  display: none
}
.online-slider .members__item {
  outline: 0;
  width: 100%;
  margin: 0 18px
}
.online-slider .members__item .slick-list {
  padding-bottom: 0
}
.online-slider .members__item .item__button {
  max-width: 100%
}
.online-slider .slick-list {
  padding-bottom: 40px
}
.online-slider .slick-dots {
  bottom: -40px;
  z-index: 3
}
.online-slider .slick-dots li.slick-active button {
  background: #343434
}
.online-slider .slick-dots li button {
  border: 2px solid #343434;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0
}
.online-slider .slick-dots li button:before {
  display: none
}
aside {
  min-width: 255px;
  max-width: 255px
}
aside .aside__bottom {
  padding: 14px;
  padding-top: 20px;
  padding-bottom: 30px
}
aside .aside__bottom .as__center .info {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #343434
}
aside .aside__bottom .as__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px
}
aside .aside__bottom .as__top h3 {
  text-transform: uppercase;
  color: #343434;
  font-weight: 900;
  font-size: 14px;
  line-height: 32px
}
aside .aside__bottom .as__top .select {
  border: 2px solid #dfe5f2;
  border-radius: 36px;
  position: relative;
  width: 96px;
  height: 34px
}
aside .aside__bottom .as__top .select:active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
aside .aside__bottom .as__top .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  outline: 0;
  font-size: 14px;
  color: #343434;
  font-weight: 600;
  padding-left: 14px
}
aside .aside__bottom .as__top .select svg {
  position: absolute;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
  z-index: 1
}
aside .pagination {
  margin-top: 30px
}
aside .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px
}
aside .pagination ul li {
  margin: 0 6px
}
aside .pagination ul li.pagination__next a {
  width: auto;
  height: auto
}
aside .pagination ul li.pagination_current a {
  background: #05c146;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  text-decoration: none
}
aside .pagination ul li a {
  color: #343434;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
aside .as__center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 27px;
  grid-column-gap: 11px
}
aside .as__center img {
  width: 100%
}
aside .persone__name {
  font-size: 14px;
  color: #343434;
  line-height: 32px;
  font-weight: 700;
  text-align: center
}
aside .aside1 {
  border-radius: 14px;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3)
}
aside .aside__select {
  padding: 20px;
  margin-bottom: 30px
}
aside .aside__select .buy-credits {
  font-size: 14px;
  font-weight: 900;
  color: #ef2354;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
aside .aside__select .buy-credits svg {
  margin-right: 5px
}
aside .aside__select .select {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px
}
aside .aside__select .select .live-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear,left top,right top,from(#55ef8a),to(#24c95d));
  background: -o-linear-gradient(left,#55ef8a 0,#24c95d 100%);
  background: linear-gradient(90deg,#55ef8a 0,#24c95d 100%);
  border-radius: 16px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none
}
aside .aside__select .select .live-chat svg {
  margin-right: 11px
}
aside .aside__select .select__head {
  font-size: 14px;
  color: #343434;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer
}
aside .aside__select .select__head svg {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
aside .aside__select .select_open .select__head svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
aside .aside__select .select__body {
  display: none
}
aside .aside__select .select__body ul {
  margin-top: 6px
}
aside .aside__select .select__body li {
  margin: 3px 0;
  line-height: 32px;
  list-style-type: none
}
aside .aside__select .select__body li a {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none
}
aside .aside__select .select__body li.green a {
  color: #05c146
}
aside .aside__select .select__body .num {
  color: #ef2354
}
aside .popular-ladys {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  text-align: center;
  padding: 18px 14px 9px 14px
}
aside .popular-ladys h5 {
  font-weight: 900;
  color: #343434;
  font-size: 14px;
  line-height: 32px
}
aside .popular-ladys img {
  width: 100%
}
aside .popular-ladys h4 {
  color: #343434;
  font-size: 18px;
  font-weight: 800;
  line-height: 56px;
  margin-top: 9px
}
aside .aside__persone {
  background: #f3f3f3;
  padding-top: 19px;
  padding-bottom: 30px;
  border-radius: 14px 14px 0 0
}
aside .aside__persone a {
  background: #ef2354;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 42px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 26px;
  margin-right: 26px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px
}
aside .aside__persone .credits {
  color: #ef2354;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
aside .aside__persone .credits svg {
  margin-right: 5px
}
aside .aside__persone p {
  color: #343434;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center
}
aside .aside__persone .persone__photo {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 8px
}
aside .aside__persone .persone__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover
}
aside .aside__persone h4 {
  font-size: 14px;
  color: #978b7c;
  font-weight: 900;
  text-align: center;
  line-height: 32px
}
aside .aside__persone .vip-img {
  max-width: 175px;
  width: 100%;
  margin: 0 auto
}
aside .aside__persone .vip-img img {
  width: 100%
}
/*  1111111111111111  */
header {
  background: url(../image/qwe122.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 186px;
  padding-top: 45px;
  position: relative;
  overflow: hidden
}
header .header__close {
  width: 20px;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}
header .header__close img {
  width: 100%
}
header .header__burger {
  display: none
}
header .header__burger .line {
  background: #e32;
  width: 26px;
  height: 2px;
  margin: 5px 0
}
header:after {
  content: '';
  background: #fffbf8;
  width: 100%;
  height: 345px;
  -webkit-transform: rotate(6.93deg);
  -ms-transform: rotate(6.93deg);
  transform: rotate(6.93deg);
  position: absolute;
  bottom: -220px;
  left: -20px;
}
header .rectangle {
  height: 29px;
  width: 110%;
  background: #feecdc;
  -webkit-transform: rotate(6.93deg);
  -ms-transform: rotate(6.93deg);
  transform: rotate(6.93deg);
  position: absolute;
  bottom: 120px;
  z-index: 2
}
header .wrapper {
  max-width: 1111px;
  margin: 0 auto
}
header .wrapper .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
header .wrapper .header__menu .menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .wrapper .header__menu .menu__title img {
  height: 36px;
  width: 36px;
  margin-right: 11px;
}
header .wrapper .header__menu .menu__title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #343434
}
header .wrapper .header__menu .menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase
}
header .wrapper .header__menu .menu__buttons a {
  color: #343434;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
header .wrapper .header__menu .menu__buttons a:hover {
  color: #05c146
}
header .wrapper .header__menu .menu__buttons .m-b {
  margin-right: 88px;
  margin-left: 89px
}
header .wrapper .header__menu .menu__login {
  background: #409df3;
  border-radius: 36px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .wrapper .header__menu .menu__login:hover {
  background: #06c
}
header .wrapper .header__menu .menu__login img {
  height: 24px;
  margin-left: 4px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .wrapper .header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 109px;
  position: relative
}
header .wrapper .header__center .hader__logo {
  position: relative;
  margin-top: auto;
  width: 676px;
  height: 245px;
  background: rgba(255,255,255,.8);
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.4);
  box-shadow: 0 14px 34px rgba(107,107,107,.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding-left: 70px;
  padding-right: 57px;
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 1
}
header .wrapper .header__center .hader__logo h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  color: #d82700
}
header .wrapper .header__center .hader__logo p {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  color: #343434;
  margin-top: 5px;
  margin-bottom: 2px
}
header .wrapper .header__center .hader__logo .logo-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
header .wrapper .header__center .hader__logo .logo-bottom .logo-verification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 34px
}
header .wrapper .header__center .hader__logo .logo-bottom .logo-verification span {
  margin-left: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  color: #343434
}
header .wrapper .header__center .hader__logo .logo-bottom .logo-protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .wrapper .header__center .hader__logo .logo-bottom .logo-protection span {
  margin-left: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 56px;
  color: #343434
}
header .wrapper .header__center .happy-couple {
  max-width: 851px;
  position: absolute;
  bottom: 30px;
  left: -160px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}
header .wrapper .header__center .header__register {
  max-width: 351px;
  height: 735px;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.4);
  box-shadow: 0 14px 34px rgba(107,107,107,.4);
  border-radius: 24px
}
header .wrapper .header__center .header__register .register-logo {
  border-radius: 24px 24px 0 0;
  background: #fff3e9;
  padding-top: 31px;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
header .wrapper .header__center .header__register .register-logo h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 7px
}
header .wrapper .header__center .header__register .register-logo p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #343434
}
header .wrapper .header__center .header__register .register-buttons {
  padding: 25px 27px;
  background: #fff
}
header .wrapper .header__center .header__register .register-buttons .member {
  max-width: 297px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ef2354;
  border-radius: 36px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px
}
header .wrapper .header__center .header__register .register-buttons .member:hover {
  background: #d03
}
header .wrapper .header__center .header__register .register-buttons .register-social {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}
header .wrapper .header__center .header__register .register-buttons .register-social .facebook {
  margin-right: 17px;
  width: 140px;
  height: 50px;
  background: #1976d2;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
header .wrapper .header__center .header__register .register-buttons .register-social .facebook a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none
}
header .wrapper .header__center .header__register .register-buttons .register-social .facebook img {
  margin-right: 4px
}
header .wrapper .header__center .header__register .register-buttons .register-social .google {
  width: 140px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 24px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
header .wrapper .header__center .header__register .register-buttons .register-social .google a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  text-decoration: none
}
header .wrapper .header__center .header__register .register-buttons .register-social .google img {
  margin-right: 11px
}
header .wrapper .header__center .header__register .register-form {
  background: #f3f3f3;
  border-radius: 0 0 24px 24px;
  padding-right: 29px;
  padding-left: 25px;
  padding-bottom: 31px
}
header .wrapper .header__center .header__register .register-form p {
  padding-top: 20px;
  padding-bottom: 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #343434
}
header .wrapper .header__center .header__register .register-form form input {
  width: 297px;
  height: 50px;
  outline: 0;
  border: none;
  background: #fff;
  border-radius: 6px
}
header .wrapper .header__center .header__register .register-form form .first-inputs {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8e8e8e;
  padding-left: 21px;
  margin-bottom: 12px
}
header .wrapper .header__center .header__register .register-form form .all-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 34px
}
header .wrapper .header__center .header__register .register-form form .all-checkbox input {
  /*display: none*/
  opacity: 1;
  position: absolute;
  z-index: -1;
  width: 0;
  bottom: 122px;
}
header .wrapper .header__center .header__register .register-form form .all-checkbox label {
  max-width: 274px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  padding-left: 34px;
  cursor: pointer
}
header .wrapper .header__center .header__register .register-form form .all-checkbox label:before {
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px
}
header .wrapper .header__center .header__register .register-form form .all-checkbox label a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #05c146;
  padding: 0 3px
}
header .wrapper .header__center .header__register .register-form form .all-checkbox input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center
}
header .wrapper .header__center .header__register .register-form form .register {
  margin-bottom: 30px;
  background: #05c146;
  border-radius: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
header .wrapper .header__center .header__register .register-form form .register:hover {
  background: #00a421FF
}
header .wrapper .header__center .header__register .register-form img {
  width: 245px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}
.dreams {
  position: relative;
  background: url('../image/msk.png') no-repeat;
  background-size: 2500px;
  background-position: top center;
  padding-top: 275px;
  padding-bottom: 95px
}
.dreams .background {
  width: 100%;
  position: absolute;
  bottom: -288px;
  left: -113px;
  z-index: -1;
  width: calc(100% + 113px)
}
.dreams .wrapper {
  max-width: 1177px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dreams .wrapper .dreams__text {
  margin-right: 50px
}
.dreams .wrapper .dreams__text h2 {
  margin-bottom: 34px;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  display: flex
}
.dreams .wrapper .dreams__text p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #343434
}
.dreams .wrapper .dreams__text p span {
  color: #d82700
}
.dreams .wrapper .dreams__text .first-text {
  margin-bottom: 30px
}
.dreams .wrapper .dreams__photo {
  max-width: 466.83px;
  height: 453.66px
}
.find {
  position: relative;
  background: url('../image/Group 17.jpg') no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  height: 260px;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  background-attachment: fixed
}
.find .background {
  width: 100%;
  position: absolute;
  display: none;
  bottom: -71px;
  z-index: -1
}
.find .wrapper {
  max-width: 1111px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.find .wrapper .find__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.find .wrapper .find__match h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 83px
}
.find .wrapper .find__match a {
  background: #05c146;
  border-radius: 36px;
  text-decoration: none;
  width: 297px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff
}
.find .wrapper .find__match a:hover {
  background: #00961FFF
}
.services {
  position: relative;
  z-index: 4
}
.services .wrapper {
  max-width: 1111;
  max-width: 1177px;
  margin: 0 auto;
  text-align: center
}
.services .wrapper h2 {
  margin-top: 195px;
  margin-bottom: 49px;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 56px;
  color: #343434
}
.services__block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.services__item {
  padding-right: 19px;
  padding-left: 19px;
  padding-bottom: 30px;
  padding-top: 64px;
  border: 1px dashed #d8c7bb;
  border-radius: 14px;
  width: 100%;
  position: relative
}
.services__item .icon {
  width: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff
}
.services__item .icon img {
  width: 46px
}
.services__item h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 56px;
  color: #343434
}
.services__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.members {
  margin-top: 63px;
  position: relative;
  z-index: 3
}
.members h2 {
  text-align: center;
  margin-bottom: 57px;
  font-size: 36px;
  color: #343434
}
.members__bottom {
  text-align: center;
  margin: 0 auto;
  background: 0 0;
  text-shadow: 0 3px 3px #999;
  -webkit-box-shadow: 0 3px 3px 0 #999;
  box-shadow: 0 3px 3px 0 #999;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #05c146;
  border-radius: 36px;
  color: #05c146;
  height: 50px;
  max-width: 297px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative
}
.members__bottom:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 36px;
  -webkit-box-shadow: inset 0 3px 3px 0 #999;
  box-shadow: inset 0 3px 3px 0 #999;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.members__bottom:hover {
  text-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px 0 #999;
  box-shadow: 0 1px 3px 0 #999
}
.members__bottom:hover:after {
  -webkit-box-shadow: inset 0 1px 3px 0 #999;
  box-shadow: inset 0 1px 3px 0 #999
}
.members__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}
.members__item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  width: calc(100% / 4 - 30px);
  margin: 15px;
  overflow: hidden;
  padding-bottom: 22px
}
.members__item .slick-next {
  background: url('../image/arrRht.png') no-repeat!important;
  background-size: contain!important;
  background-position: center center;
  width: 30px!important;
  height: 30px!important;
  right: 10px!important
}
.members__item .slick-next:before {
  display: none
}
.members__item .slick-slider .slick-list,
.members__item .slick-slider .slick-track {
  border-radius: 14px 14px 0 0
}
.members__item .slick-prev {
  left: 10px!important;
  z-index: 1;
  background: url('../image/arrLft.png') no-repeat!important;
  background-size: contain!important;
  background-position: center center;
  width: 30px!important;
  height: 30px!important
}
.members__item .slick-prev:before {
  display: none
}
.members__item .item__name {
  color: #343434;
  padding-left: 9px;
  line-height: 56px;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 22px;
  padding-right: 9px
}
.members__item .photo {
  border-radius: 14px 14px 0 0;
  outline: 0
}
.members__item .photo img {
  width: 100%;
  border-radius: 14px 14px 0 0
}
.members__item .online {
  position: absolute;
  top: -15px;
  left: 0;
  max-width: 64px;
  z-index: 3
}
.members__item .item__button {
  background: #ef2354;
  margin-left: 11px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 11px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 235px;
  text-decoration: none;
  border-radius: 36px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.members__item .item__button:hover {
  background: #d03
}
.members__item .item__button img {
  max-width: 32px;
  margin-left: 7px
}
.footer {
  background: #322157;
  margin-top: 125px;
  position: relative;
  overflow: hidden
}
.footer:after {
  content: '';
  -webkit-transform: rotate(6.97deg);
  -ms-transform: rotate(6.97deg);
  transform: rotate(6.97deg);
  background: #fffbf8;
  width: 200%;
  top: -10px;
  height: 250px;
  left: -20px;
  position: absolute
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.footer__social a {
  display: block;
  margin-left: 24px;
  text-decoration: none
}
.footer__social img {
  width: 40px
}
.footer__pays {
  margin-top: auto
}
.footer__mail {
  margin-top: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 32px;
  display: block
}
.footer .footer__block3 {
  text-align: right;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.footer .footer__block2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 372px;
  flex: 0 1 372px
}
.footer .footer__block1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 380px;
  flex: 0 1 380px
}
.footer__bottom {
  padding-bottom: 65px
}
.footer__bottom p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  font-weight: 900
}
.footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  margin-top: 18px
}
.footer__bottom ul li {
  margin: 0 10px
}
.footer__bottom ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 900
}
.footer__center {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 42px;
  margin-bottom: 29px
}
.footer__p {
  max-width: 238px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 36px
}
.footer__block ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}
.footer__block ul li a {
  color: #fff;
  letter-spacing: .02em;
  font-weight: 900;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none
}
.footer .wrapper {
  padding-top: 150px
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff
}
.footer__logo img {
  width: 36px;
  margin-right: 11px
}
.footer.footer-serv {
  margin-top: 0
}
.footer.footer-serv:after {
  background: #ffefe2
}
.header__services {
  background: 0 0;
  padding-bottom: 43px
}
.header__services:after {
  display: none
}
.services-page {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 20px;
}
.services-page:after {
  content: '';
  width: 120%;
  background: #ffefe2;
  position: absolute;
  bottom: -130px;
  left: -20px;
  height: 430px;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.services-page h2.girls {
  margin-bottom: 47px;
  margin-top: 100px
}
.services-page .slick-dotted.slick-slider {
  margin-bottom: 0
}
.services-page .online-slider .slick-next {
  background: url('../image/akar-icons_arrow-right.png') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  right: -77px
}
.services-page .online-slider .slick-next:before {
  display: none
}
.services-page .online-slider .slick-prev {
  background: url('../image/akar-icons_arrow-left.png') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 24px;
  height: 24px;
  left: -77px
}
.services-page .online-slider .slick-prev:before {
  display: none
}
.services-page .online-slider .members__item {
  outline: 0;
  width: 100%;
  margin: 0 18px
}
.services-page .online-slider .members__item .slick-list {
  padding-bottom: 0
}
.services-page .online-slider .members__item .item__button {
  max-width: 100%
}
.services-page .online-slider .slick-list {
  padding-bottom: 40px
}
.services-page .online-slider .slick-dots {
  bottom: -40px;
  z-index: 3
}
.services-page .online-slider .slick-dots li.slick-active button {
  background: #343434
}
.services-page .online-slider .slick-dots li button {
  border: 2px solid #343434;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding: 0
}
.services-page .online-slider .slick-dots li button:before {
  display: none
}
.services-page .services__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.services-page .services__sides .lft {
  min-width: 249px;
  width: 249px;
}
.services-page .services__sides .rht {
  margin-left: 60px
}
.services-page .services__sides .rht .txt-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0
}
.services-page .services__sides .rht .txt-ph .photo {
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.4);
  box-shadow: 0 14px 34px rgba(107,107,107,.4);
  border-radius: 24px;
  min-width: 255px;
  height: 450px;
  position: relative
}
.services-page .services__sides .rht .txt-ph .photo:after {
  content: '';
  top: 15px;
  right: 25px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.4);
  box-shadow: 0 14px 34px rgba(107,107,107,.4);
  border-radius: 24px;
  -webkit-transform: rotate(-2.71deg);
  -ms-transform: rotate(-2.71deg);
  transform: rotate(-2.71deg)
}
.services-page .services__sides .rht .txt-ph .photo img {
  height: 100%;
  width: 100%
}
.services-page .services__sides .rht .txt-ph .txt {
  margin-left: 30px
}
.services-page .services__sides .rht .txt-ph1 .txt {
  margin-left: 0;
  margin-right: 30px
}
.services-page .services__sides .rht .txt-ph1 .photo:after {
  content: '';
  top: 15px;
  left: 25px;
  right: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.4);
  box-shadow: 0 14px 34px rgba(107,107,107,.4);
  border-radius: 24px;
  -webkit-transform: rotate(2.71deg);
  -ms-transform: rotate(2.71deg);
  transform: rotate(2.71deg)
}
.services-page .services__sides .lft .members__item {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  margin-top: 30px
}
.services-page .services__sides .lft .members__item .item__name {
  margin: 0
}
.services-page .services__sides .lft .members__item .photo {
  height: 300px
}
.services-page .services__sides .lft .members__item .photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.services-page .services__sides .lft__pairs {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 26px;
  padding-bottom: 31px
}
.services-page .services__sides .lft__pairs a {
  display: block
}
.services-page .services__sides .lft__pairs .see-more {
  color: #d82700;
  max-width: 150px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px
}
.services-page .services__sides .lft__pairs .join {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #05c146;
  border-radius: 36px;
  text-transform: uppercase;
  height: 42px;
  text-decoration: none;
  margin-top: 37px
}
.services-page .services__sides .lft__pairs h4 {
  color: #343434;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900
}
.services-page .services__sides .lft__pairs p {
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: #343434
}
.services-page .services__sides .lft__pairs .photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  margin-bottom: 15px
}
.services-page .services__sides .lft__pairs .photo img {
  width: 100%;
  height: 100%
}
.services-page p {
  margin: 20px 0;
  font-size: 14px;
  color: #343434;
  font-weight: 400;
  line-height: 24px
}
.services-page p a {
  color: #d82700;
  text-decoration: none
}
.services-page h1 {
  color: #343434;
  font-weight: 900;
  font-size: 36px;
  line-height: 56px
}
.services-page table {
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0
}
.services-page td,
.services-page tr {
  padding: 10px;
  line-height: 1
}
.services-page td p,
.services-page tr p {
  margin: 0;
  color: #343434;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px
}
.services-page td .red,
.services-page tr .red {
  color: #d82700
}
.services-page table,
.services-page td,
.services-page tr {
  border: .5px solid #ddd
}
.services-page h2 {
  color: #343434;
  font-weight: 900;
  font-size: 24px;
  line-height: 36px
}
.services-page h2.girls {
  color: #343434;
  font-weight: 900;
  text-align: center;
  font-size: 36px;
  line-height: 56px
}
.services-page h3 {
  color: #da3410;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 36px
}
.warning {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 20px 30px;
  position: relative;
  margin: 40px 0
}
.warning:after {
  content: '!';
  color: #da3410;
  text-shadow: 0 24px 34px rgba(107,107,107,.3);
  -webkit-transform: rotate(28.83deg);
  -ms-transform: rotate(28.83deg);
  transform: rotate(28.83deg);
  position: absolute;
  font-weight: 800;
  font-size: 94px;
  line-height: 24px;
  bottom: 0;
  right: -15px
}
.warning p {
  font-weight: 500
}
.profile-page {
  overflow: hidden;
  margin-top: -20px;
  padding-top: 20px
}
.profile-page .rht .top {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 30px 30px
}
.profile-page .rht .top .profile__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.profile-page .rht .top .profile__top .profile__lft {
  margin-right: 48px
}
.profile-page .rht .top .profile__top .profile__lft img {
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px
}
.profile-page .rht .top .profile__top .profile__rht h2 {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434
}
.profile-page .rht .top .profile__top .profile__rht p {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434
}
.profile-page .rht .top .profile__top .profile__rht .date {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434
}
.profile-page .rht .top .profile__top .profile__rht a {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #05c146;
  text-decoration: none;
  border: 2px solid #05c146;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 36px;
  padding: 12px 40px;
  margin-top: 68px
}
.profile-page .rht .top .profile__bottom {
  margin-top: 30px
}
.profile-page .rht .top .profile__bottom table {
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden
}
.profile-page .rht .top .profile__bottom table tr td {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-left: 30px
}
.profile-page .rht .top .profile__bottom table tr td:last-child {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #343434
}
.profile-page .rht .center {
  margin-top: 60px
}
.profile-page .rht .center .profile__info {
  border: 1px dashed #d8c7bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-right: 28px;
  margin-bottom: 59px;
  position: relative
}
.profile-page .rht .center .profile__info:last-child {
  margin-bottom: 0
}
.profile-page .rht .center .profile__info h2 {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 56px;
  color: #343434
}
.profile-page .rht .center .profile__info p {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  margin: 0
}
.profile-page .rht .center .profile__info .profile__info-mark {
  position: absolute;
  bottom: -26px;
  right: -22px
}
.profile-page .rht .center .profile__info .profile__info-mark svg {
  text-shadow: 0 24px 34px rgba(107,107,107,.3)
}
.profile-page .rht .bottom {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  margin-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 30px
}
.profile-page .rht .bottom h2 {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 56px;
  color: #343434
}
.profile-page .rht .bottom .profile-photos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.profile-page .rht .bottom .profile-photos-block .profile-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 8px
}
.profile-page .rht .bottom .profile-photos-block .profile-photos:first-child,
.profile-page .rht .bottom .profile-photos-block .profile-photos:last-child {
  margin: 0
}
.profile-page .rht .bottom .profile-photos-block .profile-photos img {
  border-radius: 14px;
  display: block;
  width: 100%;
  max-width: 234px
}
.user-page {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px
}
.user-page__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.user-page__sides .rht {
  margin-left: 59px;
  width: 100%
}
.user-page:after {
  content: '';
  width: 120%;
  background: #ffefe2;
  position: absolute;
  bottom: -130px;
  left: -20px;
  height: 430px;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.user-page .center__videos {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  margin-top: 60px;
  padding: 30px;
  padding-top: 11px
}
.user-page .center__videos .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px
}
.user-page .center__videos .block .item {
  width: calc(50% - 16px);
  margin: 8px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.user-page .center__videos .block .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(52,52,52,.6)),to(rgba(52,52,52,.6)));
  background: -o-linear-gradient(bottom,rgba(52,52,52,.6),rgba(52,52,52,.6));
  background: linear-gradient(0deg,rgba(52,52,52,.6),rgba(52,52,52,.6));
  z-index: 0
}
.user-page .center__videos .block .item svg {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.user-page .center__videos .block .item svg:hover {
  zoom: 1.15
}
.user-page .center__videos .block .item img {
  width: 100%
}
.user-page .center__videos h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  line-height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px
}
.user-page .center__videos h2 .rd {
  color: #ef2354;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px
}
.user-page .center__photos {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  margin-top: 60px;
  padding: 30px;
  padding-top: 11px
}
.user-page .center__photos .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px
}
.user-page .center__photos .block .item {
  width: calc(100% / 3 - 16px);
  margin: 8px;
  border-radius: 14px;
  overflow: hidden
}
.user-page .center__photos .block .item .close-photo {
  display: none
}
.user-page .center__photos .block .item_close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.user-page .center__photos .block .item_close:after {
  border-radius: 14px;
  content: '';
  background: rgba(255,255,255,.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0
}
.user-page .center__photos .block .item_close .close-photo {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.user-page .center__photos .block .item_close .close-photo span {
  color: #343434;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 7px;
  display: block
}
.user-page .center__photos .block .item img {
  width: 100%
}
.user-page .center__photos h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  line-height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px
}
.user-page .rht__center {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 9px 30px 60px 30px;
  margin-top: 52px
}
.user-page .rht__center .center__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.user-page .rht__center .center__about .text__item {
  padding-bottom: 23px;
  border-bottom: 1px solid #ddd
}
.user-page .rht__center .center__about .text__item:last-child {
  border: none;
  padding-bottom: 0
}
.user-page .rht__center .center__about .text__item h3 {
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  line-height: 56px
}
.user-page .rht__center .center__about .text__item p {
  color: #343434;
  font-size: 14px;
  line-height: 24px
}
.user-page .rht__center .center__about .photo {
  max-width: 260px;
  width: 100%;
  margin-left: 56px
}
.user-page .rht__center .center__about .photo img {
  width: 100%;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px
}
.user-page .rht__center .center__user {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.user-page .rht__center .center__user .info {
  width: 100%
}
.user-page .rht__center .center__user .info ul {
  list-style-type: none;
  width: 100%
}
.user-page .rht__center .center__user .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  margin: 6px -10px;
  position: relative
}
.user-page .rht__center .center__user .info ul li span {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 0 10px
}
.user-page .rht__center .center__user .info ul li:after {
  content: '';
  background: #ddd;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 7px
}
.user-page .rht__center .center__user .photo {
  width: 100%;
  max-width: 260px;
  margin-right: 47px
}
.user-page .rht__center .center__user .photo img {
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  width: 100%
}
.user-page .rht__center .center__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  list-style-type: none;
  border-bottom: 2px solid #ddd;
  margin-left: -30px;
  margin-right: -30px
}
.user-page .rht__center .center__top ul li {
  width: 100%;
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  line-height: 56px;
  position: relative;
  cursor: pointer
}
.user-page .rht__center .center__top ul li:hover {
  color: #05c146
}
.user-page .rht__center .center__top ul li.li_active {
  color: #05c146
}
.user-page .rht__center .center__top ul li.li_active:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #05c146;
  bottom: -2px;
  position: absolute;
  left: 0
}
.user-page .rht__top {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 30px
}
.user-page .rht__top .buttons {
  margin-right: -20px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.user-page .rht__top .buttons__item {
  background: #ef2354;
  border-radius: 36px;
  height: 42px;
  max-width: 220px;
  width: 100%;
  text-decoration: none;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  margin-right: 20px
}
.user-page .rht__top .buttons__item svg {
  margin-left: 8px
}
.user-page .rht__top .top__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.user-page .rht__top .top__profile .inform__name {
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  line-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.user-page .rht__top .top__profile .inform__name svg {
  margin-left: 10px
}
.user-page .rht__top .top__profile .inform__id {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px
}
.user-page .rht__top .top__profile .inform__date {
  color: #343434;
  font-size: 14px;
  line-height: 36px;
  font-weight: 900
}
.user-page .rht__top .top__profile .inform__position {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px
}
.user-page .rht__top .top__profile .photo {
  /*max-width: 260px;
  max-height: 300px;
  width: 100%;*/
  position: relative;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  margin-right: 48px
}
.user-page .rht__top .top__profile .photo .online {
  width: 64px;
  position: absolute;
  top: -15px;
  left: 0
}
.user-page .rht__top .top__profile .photo .like {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ef2354;
  border-radius: 36px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  max-width: 93px;
  text-decoration: none;
  width: 100%
}
.user-page .rht__top .top__profile .photo .like svg {
  margin-right: 7px
}
.user-page .rht__top .top__profile .photo .photo-image {
  width: 100%;
  height: 100%
}
.user-page2 .rht__top .buttons__item {
  max-width: 100%;
  width: calc(100% / 2 - 20px)
}
.user-page2 .rht__letter {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  margin-top: 60px;
  padding: 30px;
  padding-bottom: 50px
}
.user-page2 .rht__letter h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.user-page2 .rht__letter h2 svg {
  margin-right: 12px
}
.user-page2 .rht__letter form {
  margin-top: 30px
}
.user-page2 .rht__letter form label {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 15px
}
.user-page2 .rht__letter form textarea {
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  resize: none;
  width: 100%;
  height: 230px;
  outline: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px
}
.user-page2 .rht__letter form p {
  text-align: center;
  color: #343434;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px
}
.user-page2 .rht__letter form input[type=submit] {
  margin: 0 auto;
  margin-top: 40px;
  border: none;
  height: 42px;
  max-width: 160px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #05c146;
  border-radius: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 800
}
.user-page2 .rht__letter form .form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 37px
}
.user-page2 .rht__letter form .form__bottom span {
  font-size: 14px
}
.user-page2 .rht__letter form .form__bottom input {
  display: none
}
.user-page2 .rht__letter form .form__bottom label {
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase
}
.user-page2 .rht__letter form .form__bottom label svg {
  margin-left: 7px
}
.user-page2 .rht__letter form .input-block {
  margin-bottom: 27px
}
.user-page2 .rht__letter form .input-block .panel {
  background: #f3f3f3;
  border-radius: 6px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.user-page2 .rht__letter form .input-block .panel .panel__blockn .select {
  width: 108px
}
.user-page2 .rht__letter form .input-block .panel .panel__blocks {
  width: 100%
}
.user-page2 .rht__letter form .input-block .panel__block {
  border-right: 1px solid #d5d5d5;
  padding-right: 13px;
  margin-right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.user-page2 .rht__letter form .input-block .panel__block svg {
  margin: 0 3px
}
.user-page2 .rht__letter form .input-block .panel__block2 {
  width: auto
}
.user-page2 .rht__letter form .input-block .panel__block2 svg {
  margin: 0;
  height: 100%
}
.user-page2 .rht__letter form .input-block .panel__block3 {
  width: auto
}
.user-page2 .rht__letter form .input-block .panel__block3 svg {
  margin: 0
}
.user-page2 .rht__letter form .input-block .panel__block .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  border: 2px solid #d7deec;
  border-radius: 36px;
  height: 34px
}
.user-page2 .rht__letter form .input-block .panel__block .select:active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.user-page2 .rht__letter form .input-block .panel__block .select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  margin: 0;
  z-index: 3;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.user-page2 .rht__letter form .input-block .panel__block .select select {
  display: block;
  outline: 0;
  position: relative;
  z-index: 4;
  width: 100%;
  color: #343434;
  font-size: 14px;
  padding-left: 16px;
  font-weight: 600;
  padding-right: 35px;
  height: 100%;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.user-page2 .rht__letter form .input-block .panel__block:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0
}
.user-page2 .rht__letter form input[type=text] {
  width: 100%;
  height: 50px;
  background: #f3f3f3;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  margin-top: 7px;
  outline: 0
}
.chatbox {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px
}
.chatbox:after {
  content: '';
  width: 120%;
  background: #ffefe2;
  position: absolute;
  bottom: -130px;
  left: -20px;
  height: 430px;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.chatbox .sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.chatbox__rht {
  margin-left: 30px;
  width: 100%
}
.chatbox__rht h2 {
  color: #343434;
  font-size: 24px;
  line-height: 56px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
  margin-left: 29px
}
.chatbox__rht h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #05c146;
  border: 2px solid #05c146;
  border-radius: 36px;
  width: 100%;
  height: 42px;
  max-width: 210px;
  text-decoration: none;
  font-size: 14px
}
.chatbox__rht .center__lft {
  margin-right: 14px;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  width: 100%;
  padding: 30px;
  max-width: 556px
}
.chatbox__rht .center__lft .lft__center {
  height: 319px
}
.chatbox__rht .center__lft .lft__bottom {
  border-top: 1px solid #d5d5d5;
  padding-top: 18px
}
.chatbox__rht .center__lft .lft__bottom .block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.chatbox__rht .center__lft .lft__bottom .block__top .item {
  font-size: 14px;
  color: #343434;
  text-align: center
}
.chatbox__rht .center__lft .lft__bottom .block__top .item span {
  display: block;
  margin-top: 9px
}
.chatbox__rht .center__lft .lft__bottom textarea {
  margin-top: 25px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 17px 21px;
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  width: 100%;
  height: 100px;
  resize: none;
  outline: 0
}
.chatbox__rht .center__lft .lft__bottom input[type=submit] {
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  max-width: 160px;
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-left: auto
}
.chatbox__rht .center__lft .lft__under-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 32px
}
.chatbox__rht .center__lft .lft__under-top .item {
  display: block;
  color: #ef2354;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 56px
}
.chatbox__rht .center__lft .lft__under-top .item svg {
  margin-right: 9px
}
.chatbox__rht .center__lft .lft__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.chatbox__rht .center__lft .lft__top .photo {
  width: 120px;
  height: 120px;
  margin-right: 20px
}
.chatbox__rht .center__lft .lft__top .photo img {
  width: 100%;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.chatbox__rht .center__lft .lft__top .info .name {
  color: #343434;
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.chatbox__rht .center__lft .lft__top .info .name svg {
  margin-left: 8px
}
.chatbox__rht .center__lft .lft__top .info .city {
  font-size: 14px;
  color: #343434;
  font-weight: 500;
  line-height: 40px
}
.chatbox__rht .center__lft .lft__top .info .view {
  color: #05c146;
  line-height: 40px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500
}
.chatbox__rht .center__lft .lft__top .chat-time {
  margin-left: auto;
  border-left: 1px solid #d5d5d5;
  padding-left: 31px
}
.chatbox__rht .center__lft .lft__top .chat-time span {
  display: block;
  font-size: 12px;
  color: #343434;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  margin-bottom: 7px
}
.chatbox__rht .center__lft .lft__top .chat-time a {
  display: block;
  color: #343434;
  text-decoration: none;
  background: #dfe5f2;
  text-align: center;
  border-radius: 50px;
  height: 42px;
  padding: 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase
}
.chatbox__rht .center__rht {
  max-width: 255px;
  width: 100%
}
.chatbox__rht .center__rht .rht__top {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.chatbox__rht .center__rht .rht__bottom {
  height: 535px;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px
}
.chatbox__rht .center__rht .rht__center {
  margin: 33px 0;
  margin-left: 15px
}
.chatbox__rht .center__rht .rht__center .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 23px 0
}
.chatbox__rht .center__rht .rht__center .item span {
  color: #05c146;
  font-size: 14px;
  font-weight: 600;
  margin-left: 11px
}
.chatbox__rht .center__rht .rht__center .item .arr {
  margin-left: auto
}
.letters {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px
}
.letters:after {
  content: '';
  width: 120%;
  background: #ffefe2;
  position: absolute;
  bottom: -130px;
  left: -20px;
  height: 430px;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.letters .rht .contact__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px
}
.letters .rht .contact__list:last-child {
  margin-bottom: 0
}
.letters .rht .contact__list .contact__list-lft {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px 0 0 14px;
  padding-top: 25px;
  padding-left: 26px;
  padding-bottom: 30px;
  padding-right: 29px
}
.letters .rht .contact__list .contact__list-lft .contact__id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px
}
.letters .rht .contact__list .contact__list-lft .contact__id .id-lft {
  margin-right: 95px
}
.letters .rht .contact__list .contact__list-lft .contact__id .id-lft p {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #343434
}
.letters .rht .contact__list .contact__list-lft .contact__id .id-rht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.letters .rht .contact__list .contact__list-lft .contact__id .id-rht p {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #343434;
  margin-right: 24px
}
.letters .rht .contact__list .contact__list-lft .contact__id .id-rht p:last-child {
  margin-right: 0
}
.letters .rht .contact__list .contact__list-lft .contact__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 106px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-lft img {
  background: url(.jpg),#fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-rht {
  margin-left: 29px;
  margin-top: 5px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-rht .info-rht-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-rht .info-rht-name h3 {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: #343434;
  margin-right: 9px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-rht p {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #343434;
  margin-bottom: 30px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-rht a {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  background: #ef2354;
  border-radius: 36px;
  text-decoration: none;
  max-width: 64px;
  padding: 7px 11px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions {
  border-left: 1px solid #e9e9e9;
  padding-left: 30px;
  padding-top: 11px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .functions-top a {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #343434;
  text-decoration: none;
  background: #dfe6f2;
  border-radius: 16px;
  max-width: 237px;
  padding-left: 25px;
  padding-right: 25px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .functions-top a img {
  margin-left: 5px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom a {
  background: #dfe5f2;
  border-radius: 50%
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom .camera {
  padding: 11px 11px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom .chats {
  padding: 9px 10px;
  margin-right: 20px;
  margin-left: 20px
}
.letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom .all-letters {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #343434;
  text-decoration: none;
  padding: 14px 14px;
  border-radius: 20px
}
.letters .rht .contact__list .contact__list-rht {
  background: #f3f3f3;
  border-radius: 0 14px 14px 0;
  width: 100%;
  max-width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.letters .rht .contact__list .contact__list-rht .checkbox-item input {
  display: none
}
.letters .rht .contact__list .contact__list-rht .checkbox-item label {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.letters .rht .contact__list .contact__list-rht .checkbox-item label:before {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  border-radius: 50%;
  width: 18px;
  min-width: 18px;
  display: block;
  height: 18px
}
.letters .rht .contact__list .contact__list-rht .checkbox-item input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.letters .rht .contact__list .contact__list-rht svg {
  margin-top: 54px
}
.letters .rht .contact__list .page-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.letters .rht .contact__list .page-bottom .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px
}
.letters .rht .contact__list .page-bottom .pagination ul li {
  margin: 0 6px
}
.letters .rht .contact__list .page-bottom .pagination ul li.pagination__next a {
  width: auto;
  height: auto
}
.letters .rht .contact__list .page-bottom .pagination ul li.pagination_current a {
  background: #05c146;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  text-decoration: none
}
.letters .rht .contact__list .page-bottom .pagination ul li a {
  color: #343434;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.letters .rht .contact__list .page-bottom .messages p {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434
}
.letters .rht .rht__block.rht__block4 .contact__list {
  width: 100%
}
.letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .contact__bottom {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 31px
}
.letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions {
  padding-top: 0
}
.letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom {
  margin-top: 66px
}
.letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .p-text {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  margin-top: 20px
}
.letters .rht .rht__block.rht__block4 .contact__list .contact__list-rht {
  padding-top: 130px;
  padding-bottom: 109px
}
.letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-lft h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #343434
}
.letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-lft img {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 36px;
  width: 36px;
  margin-right: 11px
}
.letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom {
  margin-left: 125px
}
.letters .rht .rht__block.rht__block3 .page-bottom .checkbox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 216px;
  flex: 0 1 216px
}
.letters .rht .rht__block.rht__block3 .page-bottom .checkbox-item input {
  display: none
}
.letters .rht .rht__block.rht__block3 .page-bottom .checkbox-item label {
  font-family: Encode Sans Semi Expanded;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  cursor: pointer
}
.letters .rht .rht__block.rht__block3 .page-bottom .checkbox-item label:before {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  border-radius: 50%;
  width: 18px;
  margin-right: 9px;
  min-width: 18px;
  display: block;
  height: 18px
}
.letters .rht .rht__block.rht__block3 .page-bottom .checkbox-item input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.letters .rht__block1,
.letters .rht__block2,
.letters .rht__block3,
.letters .rht__block4 {
  display: none
}
.letters .rht__block_open {
  display: block
}
.letters .rht__under-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.letters .rht__under-top .checkbox-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 216px;
  flex: 0 1 216px
}
.letters .rht__under-top .checkbox-item input {
  display: none
}
.letters .rht__under-top .checkbox-item label {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.letters .rht__under-top .checkbox-item label:before {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  border-radius: 50%;
  width: 18px;
  margin-right: 9px;
  min-width: 18px;
  display: block;
  height: 18px
}
.letters .rht__under-top .checkbox-item input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.letters .rht__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding-bottom: 19px;
  margin-bottom: 29px
}
.letters .rht__top .delete input {
  display: none
}
.letters .rht__top .delete label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #da3410;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px
}
.letters .rht__top .delete label:after {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  border-radius: 50%;
  width: 18px;
  margin-left: 6px;
  min-width: 18px;
  display: block;
  height: 18px
}
.letters .rht__top .delete input:checked + label:after {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.letters .rht__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0 -22px
}
.letters .rht__top ul li {
  margin: 0 22px
}
.letters .rht__top ul li a {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 17px;
  padding-bottom: 19px
}
.letters .rht__top ul li.li_active a {
  color: #05c146;
  position: relative
}
.letters .rht__top ul li.li_active a:after {
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -4px;
  background: #05c146
}
.page-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page-bottom .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px
}
.page-bottom .pagination ul li {
  margin: 0 6px
}
.page-bottom .pagination ul li.pagination__next a {
  width: auto;
  height: auto
}
.page-bottom .pagination ul li.pagination_current a {
  background: #05c146;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  text-decoration: none
}
.page-bottom .pagination ul li a {
  color: #343434;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.page-bottom .pageup {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #05c146;
  border-radius: 50%;
  cursor: pointer
}
.favorites {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px
}
.favorites:after {
  content: '';
  width: 120%;
  background: #ffefe2;
  position: absolute;
  bottom: -130px;
  left: -20px;
  height: 430px;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.favorites h2 {
  font-size: 24px;
  font-weight: 900;
  color: #343434;
  line-height: 56px
}
.favorites .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  margin-top: 27px
}
.favorites .block .members__item {
  width: calc(100% / 3 - 16px);
  margin: 0 8px;
  position: relative;
  margin-bottom: 30px
}
.favorites .block .members__item .item__button {
  margin-top: 20px
}
.favorites .block .members__item .photo {
  height: 300px;
  width: 100%
}
.favorites .block .members__item .photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}
.favorites .block .members__item .delete {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #da3410;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  border-radius: 50%
}
.favorites .block .members__item .item__name {
  margin-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px
}
.favorites .block .members__item .block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px
}
.favorites .block .members__item .block__buttons .button {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dfe5f2;
  border-radius: 50%
}
.favorites .block .members__item .block__buttons .button:nth-child(2):hover path {
  stroke: #fff;
  fill: transparent
}
.favorites .block .members__item .block__buttons .button:hover {
  background: #ef2354
}
.favorites .block .members__item .block__buttons .button:hover svg path {
  fill: #fff
}
.online .filters {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 28px;
  margin-top: 27px
}
.online .filters .radio-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0fr;
  grid-template-columns: 1fr 1fr 0fr;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 19px;
  margin-top: 58px
}
.online .filters .radio-block .radio-item {
  margin-bottom: 40px
}
.online .filters .radio-block .radio-item input {
  display: none
}
.online .filters .radio-block .radio-item label {
  color: #05c146;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.online .filters .radio-block .radio-item label:before {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  margin-right: 6px;
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px
}
.online .filters .radio-block .radio-item input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.online .filters .sides {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.online .filters .sides .online-user {
  max-width: 230px;
  width: 100%
}
.online .filters .sides .online-user label {
  color: #05c146
}
.online .filters .sides .input__block {
  margin-bottom: 20px;
  width: 100%
}
.online .filters .sides .input__block label {
  white-space: nowrap;
  margin-left: auto;
  line-height: 24px;
  text-align: right
}
.online .filters .sides .input__block .select {
  width: 100%;
  max-width: 230px
}
.online .filters .sides .input__block .two-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 230px
}
.online .filters .sides .input__block .two-select .select {
  width: 100%
}
.online .filters .rht {
  width: 100%;
  margin-left: 25px
}
.online .filters .lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%
}
.online .filters__more {
  border: 2px solid #dfe5f2;
  height: 42px;
  max-width: 203px;
  width: 100%;
  border-radius: 36px;
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer
}
.online .filters__more svg {
  margin-left: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.online .filters__more.block_open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.online .filters .min__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.online .filters input[type=submit] {
  background: #05c146;
  border-radius: 36px;
  margin-left: auto;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  max-width: 203px;
  width: 100%;
  border: none;
  cursor: pointer
}
.online .filters .min__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.online .filters .online-user input {
  display: none
}
.online .filters .online-user label {
  color: #05c146;
  text-decoration: underline;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.online .filters .online-user label:after {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  margin-left: 6px;
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px
}
.online .filters .online-user input:checked + label:after {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.online .filters .input__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.online .filters .input__block span {
  font-size: 12px;
  color: #8e8e8e;
  margin: 0 14px
}
.online .filters .input__block label {
  color: #343434;
  font-size: 16px;
  margin-right: 13px
}
.online .filters .input__block input[type=text] {
  background: #f3f3f3;
  border-radius: 6px;
  height: 50px;
  max-width: 180px;
  width: 100%;
  outline: 0;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500
}
.online .filters .select {
  background: #f3f3f3;
  border-radius: 6px;
  height: 50px;
  width: 84px;
  position: relative
}
.online .filters .select select {
  width: 100%;
  height: 50px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
  z-index: 3
}
.online .filters .select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.online .filters .select:active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.online .filters__big {
  display: none
}
.online .rht {
  width: 71%
}
.online .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.online .sort__block {
  position: relative
}
.online .sort__title {
  color: #343434;
  font-size: 14px;
  line-height: 56px;
  margin-right: 11px
}
.online .sort__head {
  border: 2px solid #dfe5f2;
  height: 42px;
  width: 203px;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #343434;
  font-size: 14px;
  font-weight: 600
}
.online .sort__head svg {
  margin-left: 9px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.online .sort__head.head_open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.online .sort__body {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  z-index: 8;
  width: 100%;
  top: 100%;
  margin-top: 11px;
  padding: 30px;
  padding-right: 10px
}
.online .sort__body.body_open {
  display: block
}
.online .sort__body .body__input {
  margin: 18px 0
}
.online .sort__body .body__input input {
  display: none
}
.online .sort__body .body__input label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  font-size: 14px;
  font-weight: 600
}
.online .sort__body .body__input label:before {
  content: '';
  background: #fff;
  border: 1.6px solid #c6c6c6;
  margin-right: 11px;
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px
}
.online .sort__body .body__input input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 1.6px solid #05c146
}
.online h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.online h2 span {
  font-size: 14px;
  color: #343434;
  font-weight: 600;
  line-height: 56px
}
.order .sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.order__block {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 30px
}
.order__rht {
  width: 100%;
  margin-left: 67px
}
.order__rht h2 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 900;
  color: #05c146;
  line-height: 56px
}
.order .red {
  font-size: 16px;
  color: #da3410;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px
}
.order .uls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.order .uls ul {
  list-style-type: none
}
.order .uls ul li {
  font-size: 16px;
  font-weight: 900;
  color: #343434;
  line-height: 36px
}
.order .uls ul li:first-child {
  font-weight: 600
}
.order .block {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 40px;
  margin-bottom: 40px
}
.order .block input[type=submit] {
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  width: 100%;
  max-width: 203px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: block
}
.order .block h3 {
  color: #ef2354;
  font-size: 18px;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px
}
.order .block .bottom-p {
  margin-top: -20px;
  margin-left: 175px;
  color: #aaa;
  font-size: 14px
}
.order .block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.order .block__item p {
  color: #343434;
  margin-right: 20px;
  font-weight: 900;
  line-height: 56px;
  width: 100%;
  max-width: 155px;
  text-align: right
}
.order .block__item input {
  background: #f3f3f3;
  border-radius: 6px;
  height: 50px;
  border: none;
  outline: 0;
  font-size: 14px;
  padding-left: 17px
}
.order .block span {
  margin-left: 20px;
  font-size: 16px;
  color: #aaa
}
.order .block .two-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
.order .block .two-select span {
  color: #343434;
  font-size: 18px;
  font-weight: 900;
  margin: 0 20px
}
.order .block .two-select .select {
  width: 100%;
  max-width: 134px
}
.order .block .select {
  position: relative;
  border-radius: 6px;
  background: #f3f3f3;
  max-width: 380px;
  width: 100%;
  height: 50px
}
.order .block .select svg {
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.order .block .select select {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  font-size: 16px;
  color: #343434;
  padding-left: 17px;
  top: 0;
  display: block;
  border: none;
  outline: 0;
  background: 0 0
}
.order .block .select:active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.order .block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none
}
.order .block3 .block__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}
.order .block3 .block__item:last-child {
  margin-bottom: 0
}
.order .block3 .block__item p {
  text-align: left;
  line-height: normal;
  max-width: 118px
}
.order .block3 .block__item span {
  line-height: 17px;
  color: #aaa;
  font-size: 14px;
  margin-left: 0;
  width: 100%;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3
}
.order .block3 .block__item input {
  width: 100%;
  max-width: 318px
}
.order .block3 .block__item .block__points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 154px 154px 1fr;
  grid-template-columns: 154px 154px 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-row-gap: 10px
}
.products .rht__top h3 {
  font-size: 14px;
  line-height: 24px;
  color: #ef2354;
  margin-top: 30px
}
.products .rht__shop {
  margin-top: 40px
}
.products .rht__shop h4 {
  font-size: 18px;
  color: #343434;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 12px
}
.products h2 {
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 13px;
  line-height: 56px
}
.products .shop__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  margin-bottom: 41px
}
.products .shop__item {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 20px;
  text-align: center
}
.products .shop__item h3 {
  color: #343434;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px
}
.products .shop__item .item__add {
  background: #05c146;
  border-radius: 36px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.products .shop__item .item__add:hover {
  background: #0a2
}
.products .shop__item .item__add svg {
  margin-right: 9px
}
.products .shop__item .item__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px
}
.products .shop__item .item__count .select {
  border: 2px solid #dfe5f2;
  border-radius: 36px;
  position: relative;
  max-width: 96px;
  width: 100%;
  cursor: pointer;
  height: 42px
}
.products .shop__item .item__count .select:active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.products .shop__item .item__count .select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  z-index: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.products .shop__item .item__count .select select {
  display: block;
  width: 100%;
  z-index: 2;
  font-size: 14px;
  color: #343434;
  font-weight: 600;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background: 0 0;
  padding-left: 28px;
  position: absolute
}
.products .shop__item .item__photo {
  max-width: 180px;
  width: 100%;
  height: 180px;
  margin: 0 auto
}
.products .shop__item .item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.get-contact .top__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 30px
}
.get-contact .top__profile .inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.get-contact .top__profile .inform .input-block {
  margin-bottom: 22px
}
.get-contact .top__profile .inform .input-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.get-contact .top__profile .inform .input-block label:before {
  content: '';
  background: #fff;
  border: 2px solid #c6c6c6;
  margin-right: 11px;
  border-radius: 50%;
  width: 18px;
  height: 18px
}
.get-contact .top__profile .inform .input-block input {
  display: none
}
.get-contact .top__profile .inform .input-block input:checked + label:before {
  background: #05c146 url('../image/check.png') no-repeat;
  background-position: center center;
  border: 2px solid #05c146
}
.get-contact .top__profile .inform h3 {
  font-size: 14px;
  color: #ef2354;
  text-transform: uppercase;
  line-height: 24px
}
.get-contact .top__profile .inform p {
  color: #343434;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500
}
.get-contact .top__profile .inform a {
  margin-top: auto;
  margin-left: auto;
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  max-width: 230px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase
}
.get-contact .top__profile .lft-photo {
  width: 100%;
  margin-right: 40px
}
.get-contact .top__profile .lft-photo .photo__name {
  font-size: 24px;
  color: #343434;
  font-weight: 900;
  line-height: 56px;
  margin-top: 9px;
  margin-bottom: 3px
}
.get-contact .top__profile .lft-photo .photo__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.get-contact .top__profile .lft-photo .photo__buttons .item {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #dfe5f2;
  margin-right: 16px
}
.get-contact .top__profile .lft-photo .photo {
  max-width: 260px;
  height: 300px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px
}
.get-contact .top__profile .lft-photo .photo .online {
  position: absolute;
  top: -15px;
  left: 0;
  max-width: 64px
}
.get-contact .top__profile .lft-photo .photo .photo-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px
}
.credits table {
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0
}
.credits td,
.credits tr {
  padding: 10px;
  line-height: 1
}
.credits td p,
.credits tr p {
  margin: 0;
  color: #343434;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px
}
.credits td .red,
.credits tr .red {
  color: #d82700
}
.credits table,
.credits td,
.credits tr {
  border: .5px solid #ddd
}
.credits__block {
  background: #fff;
  -webkit-box-shadow: 0 14px 34px rgba(107,107,107,.3);
  box-shadow: 0 14px 34px rgba(107,107,107,.3);
  border-radius: 14px;
  padding: 30px;
  margin-bottom: 60px
}
.credits__block h3 {
  color: #343434;
  font-weight: 900;
  font-size: 18px;
  line-height: 56px;
  text-align: center
}
.credits__block .btn {
  background: #05c146;
  border-radius: 36px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 230px;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  margin-top: 20px
}
.credits__block .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.credits__block .block-p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #000
}
.credits__block h4 {
  color: #343434;
  font-size: 18px;
  line-height: 56px;
  font-weight: 900
}
.credits__block .table {
  margin-top: 26px
}
.credits__block .table__head .tr {
  background: #e1e1e1;
  border-radius: 6px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px
}
.credits__block .table__head .tr .td {
  text-transform: uppercase
}
.credits__block .table__head .tr .td.per {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 173px;
  flex: 0 1 173px
}
.credits__block .table__head .tr .td.pri {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 199px;
  flex: 0 1 199px
}
.credits__block .table__head .tr .td.cre {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 125px;
  flex: 0 1 125px
}
.credits__block .table__head .tr .td.bst {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px
}
.credits__block .table__body .tr {
  background: #f3f3f3;
  border-radius: 6px;
  height: 50px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px
}
.credits__block .table__body .tr .td.per {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 173px;
  flex: 0 1 173px
}
.credits__block .table__body .tr .td.per.per50 span {
  background: #3fcf71
}
.credits__block .table__body .tr .td.per.per47 span {
  background: #28cf62
}
.credits__block .table__body .tr .td.per.per42 span {
  background: #0bc84c
}
.credits__block .table__body .tr .td.per.per33 span {
  background: #26da38
}
.credits__block .table__body .tr .td.per.per25 span {
  background: #3fda26
}
.credits__block .table__body .tr .td.per.per16 span {
  background: #6ada26
}
.credits__block .table__body .tr .td.per.per8 span {
  background: #8bda26
}
.credits__block .table__body .tr .td.per.per3 span {
  background: #aae231
}
.credits__block .table__body .tr .td.per span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  height: 36px;
  max-width: 80px;
  border-radius: 36px
}
.credits__block .table__body .tr .td.pri {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 199px;
  flex: 0 1 199px;
  color: #343434;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700
}
.credits__block .table__body .tr .td.cre {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 125px;
  flex: 0 1 125px;
  color: #343434;
  font-size: 14px;
  font-weight: 500
}
.credits__block .table__body .tr .td.bst {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px
}
.credits__block .table__body .tr .td.bst span {
  background: #51cfef;
  border-radius: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  max-width: 160px;
  font-size: 14px;
  font-weight: 600;
  color: #fff
}
.credits__block p {
  color: #343434;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px
}
.credits__block p a {
  color: #24c95d
}
.credits .rht h2 {
  color: #343434;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 56px
}
@media screen and (max-width:992px) {
  .members__item {
    width: calc(100% / 3 - 30px)
  }
  .order .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .order__rht {
    margin-left: 0;
    margin-top: 20px
  }
  .user-page2 .rht__letter form .input-block .panel {
    overflow: auto
  }
  .user-page2 .rht__letter form .input-block .panel__block .select select {
    width: 130px
  }
  .user-page2 .rht__letter form .form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
  }
  .user-page2 .rht__letter form .form__bottom span {
    margin-bottom: 15px
  }
  .chatbox .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .chatbox__rht {
    margin-left: 0
  }
  .chatbox__rht h2 {
    margin-left: 0;
    margin-top: 20px
  }
  .chatbox__rht .center__rht {
    margin-top: 20px
  }
  .chatbox__rht .center__lft {
    margin-right: 0
  }
  .letters .rht .contact__list {
    max-width: 100%
  }
  .letters .rht .contact__list .contact__list-lft {
    width: 100%
  }
  .online .filters .input__block label,
  .online .filters .online-user label {
    white-space: nowrap
  }
  .online .rht {
    width: 100%
  }
  .user-page__sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .user-page__sides .rht {
    margin-left: 0;
    margin-top: 20px
  }
  .profile-page .rht .bottom {
    margin-bottom: 20px
  }
  .edit-profile .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .edit-profile .rht__form .sides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .edit-profile .sides .lft {
    margin-right: 0;
    margin-bottom: 30px
  }
  .edit-profile .sides .rht__form .lft {
    margin-bottom: 0;
    margin-right: 30px
  }
  .services-page {
    overflow: hidden
  }
  .services-page h2.girls {
    margin-top: 30px
  }
  .services-page .services__sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .services-page .services__sides .rht {
    margin-top: 20px
  }
  .services-page .services__sides .lft {
    max-width: 300px;
    margin-top: 20px
  }
  .services-page .services__sides .rht {
    margin-left: 0
  }
  .footer:after {
    height: 150px
  }
  .footer__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  header .header__burger {
    display: block;
    cursor: pointer
  }
  header .header__burger .line {
    border-radius: 10px
  }
  header .wrapper .header__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  header .wrapper .header__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  header .wrapper .header__center .header__register {
    margin-top: 20px
  }
  header .wrapper .header__center {
    margin-top: 30px
  }
  header .rectangle {
    display: none
  }
  .dreams .wrapper {
    display: block
  }
  .services__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .services__item {
    width: 25%;
    margin-bottom: 70px
  }
  .services__item:last-child {
    margin-bottom: 0
  }
  header .wrapper .header__menu .menu__buttons {
    display: none
  }
  header .wrapper .header__menu.fixd {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999
  }
  header .wrapper .header__menu.fixd .menu__buttons {
    display: block;
    width: 100%
  }
  header .wrapper .header__menu.fixd .menu__buttons a {
    display: block;
    text-align: center;
    padding: 10px 0
  }
  header .wrapper .header__menu.fixd .header__burger {
    display: none
  }
  header .wrapper .header__menu.fixd .header__close {
    display: block
  }
  header .wrapper .header__menu.fixd .menu__title {
    display: none
  }
  header .wrapper .header__menu.fixd .menu__login {
    display: none
  }
  header {
    padding-top: 20px;
    padding-bottom: 30px
  }
  header:after {
    z-index: -1
  }
  header .wrapper .header__center .happy-couple {
    display: none
  }
  .find .wrapper .find__match {
    display: block
  }
  .find .wrapper .find__match a {
    margin: 0 auto
  }
  .find .wrapper .find__match h2 {
    margin-right: 0;
    margin-bottom: 20px
  }
  .services .wrapper h2 {
    margin-top: 30px
  }
}
@media screen and (max-width:768px) {
  .members__item {
    width: calc(100% / 2 - 30px)
  }
  .chatbox__rht h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .credits__block .table {
    overflow: auto
  }
  .credits__block .table__body,
  .credits__block .table__head {
    width: 600px
  }
  .credits__block .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .credits__block .images img {
    width: 100%
  }
  .get-contact .top__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .get-contact .top__profile .lft-photo {
    margin-right: 0;
    margin-bottom: 20px
  }
  .get-contact .top__profile .lft-photo .photo .photo-image {
    width: 100%
  }
  .products .shop__block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .order .block3 .block__item .block__points {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%
  }
  .user-page .rht__top .top__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .user-page .rht__top .top__profile .photo {
    margin-bottom: 20px;
    margin-right: 0
  }
  .online .filters .sides .input__block label br {
    display: none
  }
  .online .filters .min__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .online .filters .min__top .input__block {
    margin-bottom: 20px;
    width: 100%
  }
  .online .filters .input__block input[type=text] {
    width: 100%;
    max-width: 100%
  }
  .online .filters .select {
    width: 100%
  }
  .online .filters .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .online .filters .sides .input__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
  .online .filters .sides .input__block label {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 8px
  }
  .online .filters .rht {
    margin-left: 0
  }
  .online .filters .sides .input__block .select,
  .online .filters .sides .input__block .two-select {
    max-width: 100%
  }
  .online h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px
  }
  .online h2 span {
    line-height: 1.5
  }
  .page-bottom2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .favorites .block .members__item {
    width: calc(100% / 2 - 16px)
  }
  .user-page .rht__center .center__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .user-page .rht__center .center__user .photo {
    margin-right: 0
  }
  .user-page .rht__center .center__about .photo {
    margin-left: 0
  }
  .user-page .rht__center .center__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .profile-page .rht .top .profile__top {
    display: block;
    text-align: center
  }
  .profile-page .rht .top .profile__top .profile__lft {
    margin: 0
  }
  .profile-page .rht .top .profile__top .profile__rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .profile-page .rht .top .profile__top .profile__rht h2 {
    margin-top: 10px
  }
  .profile-page .rht .top .profile__top .profile__rht p {
    margin: 8px 0
  }
  .profile-page .rht .top .profile__top .profile__rht a {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  h2.girls {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px
  }
  .edit-profile .photos-block .block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .edit-profile .photos-block .block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .edit-profile .photos-block .block .item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px
  }
  .edit-profile .photos-block {
    padding-bottom: 20px
  }
  .edit-profile .rht__form .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .edit-profile .rht__top {
    display: block
  }
  .edit-profile .rht__top h3 {
    margin-right: 0;
    margin-bottom: 20px
  }
  .services-page .services__sides .rht .txt-ph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .services-page .services__sides .rht .txt-ph1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .services-page .services__sides .rht .txt-ph .photo {
    max-width: 255px
  }
  .services__item {
    width: 50%
  }
  .letters .rht .contact__list .contact__list-lft .contact__id {
    display: block
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom {
    display: block
  }
  .letters .rht .contact__list .contact__list-lft .contact__id .id-lft {
    margin-right: 0;
    margin-bottom: 10px
  }
  .letters .rht .contact__list .contact__list-lft .contact__id .id-rht {
    display: block
  }
  .letters .rht .contact__list .contact__list-lft .contact__id .id-rht p {
    margin-right: 0;
    margin-bottom: 5px
  }
  .letters .rht .contact__list .contact__list-lft .contact__id {
    padding-bottom: 15px
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-info {
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions {
    padding: 0;
    margin-top: 20px;
    border-left: none;
    margin-left: 20px
  }
  .letters .rht .contact__list .contact__list-rht {
    padding: 0
  }
  .letters .rht .rht__block.rht__block4 .contact__list .contact__list-rht p {
    margin: 0;
    margin-right: 21px
  }
  .letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
  }
  .letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom {
    margin-top: 10px
  }
  .letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .contact__bottom {
    padding-bottom: 15px
  }
  .letters .rht .rht__block.rht__block4 .contact__list .contact__list-lft .p-text {
    margin-top: 10px
  }
  .letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-info .info-lft {
    margin-top: 20px
  }
  .letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions {
    margin-left: 0
  }
  .letters .rht .rht__block.rht__block3 .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom {
    margin-left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .letters .rht__top {
    overflow: scroll;
    overflow-y: hidden
  }
  .letters .rht__top ul {
    width: 640px;
    margin-right: 20px
  }
  .letters .rht__top ul li a {
    white-space: nowrap
  }
  .letters .rht__top .delete label {
    white-space: nowrap
  }
}
@media screen and (max-width:576px) {
  .members__item {
    width: calc(100% / 2 - 8px);
    margin: 4px
  }
  .products .shop__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .order .block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .order .block span {
    margin-left: 0
  }
  .order .block__item input {
    margin-bottom: 10px
  }
  .order .block3 .block__item input {
    margin-bottom: 0
  }
  .order .block3 .block__item p {
    margin-bottom: 15px
  }
  .order .block__item p {
    text-align: left
  }
  .order .block .two-select span {
    margin: 0 5px
  }
  .order .block {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
  .order .block .bottom-p {
    margin-left: 0
  }
  .user-page .inform {
    width: 100%
  }
  .user-page .rht__top .top__profile .inform__name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .user-page .rht__top .buttons {
    display: block;
    margin-right: 0;
    width: 100%
  }
  .user-page2 .rht__top .buttons__item {
    width: 100%;
    margin-right: 0
  }
  .chatbox__rht .center__lft .lft__bottom input[type=submit] {
    max-width: 100%
  }
  .chatbox__rht .center__rht {
    max-width: 100%
  }
  .chatbox__rht .center__lft .lft__bottom .block__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px
  }
  .chatbox__rht .center__lft .lft__bottom .block__top .item {
    margin: 20px;
    margin-top: 0
  }
  .chatbox__rht .center__lft .lft__under-top {
    display: block
  }
  .chatbox__rht .center__lft .lft__top {
    display: block
  }
  .chatbox__rht .center__lft .lft__top .chat-time {
    border: none;
    padding-left: 0
  }
  .chatbox__rht .center__lft .lft__top .chat-time span {
    text-align: left
  }
  .chatbox__rht .center__lft .lft__top .photo {
    margin-bottom: 15px
  }
  .letters .rht__under-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .letters .rht__under-top .checkbox-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px
  }
  .online .filters .min__top .input__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .online .filters .min__top .input__block label {
    width: 100%
  }
  .online .filters .min__top .input__block .select {
    width: 43%
  }
  .online .filters .input__block label {
    margin-bottom: 8px
  }
  .online .filters .min__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .online .filters input[type=submit] {
    margin: 0 auto
  }
  .online .filters__more {
    margin-top: 20px
  }
  .online .filters .sides .online-user {
    width: 100%;
    max-width: 100%
  }
  .online .filters .radio-block {
    margin-top: 20px
  }
  .online .filters .radio-block {
    -ms-grid-columns: 1fr 0fr;
    grid-template-columns: 1fr 0fr
  }
  .online .sort__head {
    width: 150px
  }
  .online .sort {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px
  }
  .online .sort__body .body__input label:before {
    min-width: 18px
  }
  .online .sort__body {
    padding: 10px
  }
  .user-page .rht__center .center__top ul {
    margin-left: -10px;
    margin-right: -10px
  }
  .user-page .rht__center .center__top ul li {
    font-size: 16px;
    line-height: 30px
  }
  .user-page .rht__center .center__user .info ul li span {
    font-size: 11px;
    display: block
  }
  .user-page .rht__center .center__user .info ul li {
    display: block;
    margin: 10px 0
  }
  .user-page .rht__center .center__about {
    margin-top: 20px
  }
  .user-page .center__photos .block .item_close .close-photo span {
    font-size: 15px;
    line-height: 24px
  }
  .user-page .rht__center .center__user .info ul {
    margin-top: 30px
  }
  .user-page .rht__top .top__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  .user-page .rht__top .top__profile .photo {
    margin-right: 0
  }
  .user-page .center__photos .block .item {
    width: calc(100% / 2 - 16px)
  }
  .user-page .center__photos,
  .user-page .center__videos,
  .user-page .rht__center,
  .user-page .rht__top {
    padding: 10px
  }
  .profile-page .rht .center .profile__info h2 {
    line-height: normal;
    margin-bottom: 15px
  }
  .profile-page .rht .bottom .profile-photos-block {
    display: block
  }
  .profile-page .rht .top {
    padding: 10px
  }
  .profile-page .rht .bottom .profile-photos-block .profile-photos {
    margin: 10px 0
  }
  .profile-page .rht .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .profile-page .rht .wrapper {
    overflow: hidden
  }
  .edit-profile .rht__form .row2,
  .edit-profile .rht__form .row3 {
    margin-left: 0;
    margin-right: 0
  }
  .edit-profile .rht__form h4 {
    line-height: normal;
    margin-bottom: 20px
  }
  .edit-profile .rht__form .row2,
  .edit-profile .rht__form .row3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .edit-profile .rht__form .row2 .input-block,
  .edit-profile .rht__form .row3 .input-block {
    width: 100%
  }
  .edit-profile .sides .sides .input-block {
    width: 100%
  }
  .edit-profile .sides .sides span {
    display: block;
    margin: 20px 0
  }
  .edit-profile .rht__form {
    padding: 10px
  }
  .edit-profile .sides .sides .select {
    width: 100%
  }
  .tbov {
    overflow: auto
  }
  .services-page h2.girls {
    font-size: 20px;
    margin-bottom: 0
  }
  .services-page h1 {
    font-size: 20px;
    line-height: 1
  }
  .services-page .warning {
    margin: 10px 0
  }
  .services-page h2 {
    font-size: 18px;
    line-height: 24px
  }
  .services-page .services__sides .rht .txt-ph1 .txt {
    margin-right: 0
  }
  .services-page .services__sides .rht .txt-ph .txt {
    margin-left: 0
  }
  .services-page h3 {
    font-size: 16px;
    line-height: 22px
  }
  .services-page td p,
  .services-page tr p {
    font-size: 12px
  }
  .services-page td,
  .services-page tr {
    padding: 5px
  }
  .services-page .services__sides .lft__pairs {
    padding: 10px
  }
  .services-page .online-slider {
    margin-left: -20px;
    margin-right: -20px
  }
  .services-page .online-slider .members__item {
    margin: 0 5px;
    margin: 0 20px
  }
  .services-page .online-slider .slick-dots {
    bottom: -10px
  }
  .services-page .online-slider .members__item .item__button {
    margin: 0 10px
  }
  .popup__sides .lft {
    display: none
  }
  .popup__inner {
    border-radius: 0
  }
  .popup__sides .rht__top {
    height: 70px
  }
  .popup__sides .rht .register-social {
    padding: 16px 0
  }
  .popup__sides .rht .register-form p {
    padding: 20px 0
  }
  .popup__sides .rht .register-form form .all-checkbox label {
    display: block
  }
  .popup__sides .rht .register-form form .all-checkbox label a {
    margin-top: 10px
  }
  .popup__sides .rht .register-form {
    padding: 0 20px;
    padding-bottom: 20px
  }
  .popup .close {
    top: 15px;
    right: 15px
  }
  header .wrapper .header__center .hader__logo .logo-bottom {
    display: block
  }
  header .wrapper .header__menu .menu__title h3 {
    font-size: 16px
  }
  header .wrapper .header__menu .menu__login {
    padding: 10px 30px
  }
  header .wrapper .header__menu .menu__login a {
    font-size: 14px
  }
  header .wrapper .header__menu .menu__title h3 {
    display: none
  }
  .members h2 {
    margin-bottom: 20px;
    font-size: 20px
  }
  .members {
    margin-top: 20px
  }
  .services__item {
    width: 100%
  }
  .footer:after {
    height: 100px
  }
  .services .wrapper h2 {
    font-size: 20px;
    margin-top: 10px
  }
  .find .wrapper .find__match h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center
  }
  header .wrapper .header__center .hader__logo h1 {
    font-size: 20px;
    line-height: 30px
  }
  header .wrapper .header__center .hader__logo p {
    font-size: 16px;
    line-height: 30px
  }
  header .wrapper .header__center .hader__logo .logo-bottom .logo-verification span {
    font-size: 15px;
    line-height: 30px
  }
  header .wrapper .header__center .hader__logo {
    height: auto;
    padding: 10px;
    width: 100%
  }
  .dreams .wrapper .dreams__text h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
  }
  .dreams .wrapper .dreams__text p {
    font-size: 15px;
    line-height: 30px
  }
  .dreams .wrapper .dreams__photo {
    height: auto
  }
  .dreams .wrapper .dreams__photo img {
    width: 100%
  }
  .dreams {
    padding-top: 165px;
    padding-bottom: 0
  }
  .footer__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer__center {
    margin-top: 20px
  }
  .footer .wrapper {
    padding-top: 100px
  }
  .members__item .item__button {
    font-size: 14px
  }
  .members__item .item__button img {
    width: 24px
  }
  .footer .footer__block2 {
    margin: 20px 0
  }
  .footer .footer__block1,
  .footer .footer__block2,
  .footer .footer__block3 {
    margin-left: 0;
    text-align: center;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer__pays {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 360px
  }
  .footer__pays img {
    width: 100%
  }
  .footer__p {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px
  }
  .footer__bottom ul {
    display: block;
    text-align: center;
    padding-left: 0
  }
  .footer__bottom ul li {
    margin: 0
  }
  .footer__bottom {
    padding-bottom: 30px
  }
  .footer {
    margin-top: 30px
  }
  .footer__social a {
    margin: 0 12px
  }
}
@media screen and (max-width:480px) {
  .user-page .rht__top .buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .order .block3 .block__item .block__points {
    display: block
  }
  .order .block3 .block__item input {
    margin-bottom: 12px
  }
  .order .block3 .block__item span br {
    display: none
  }
  .favorites .block .members__item {
    width: calc(100% / 1 - 16px)
  }
  .letters .rht .contact__list .contact__list-lft {
    padding: 15px 15px
  }
  .letters .rht .contact__list .contact__list-rht {
    padding: 0
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .function-bottom .chats {
    margin-right: 10px;
    margin-left: 10px
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions .functions-top a {
    line-height: 13px
  }
  .letters .rht__under-top {
    display: block
  }
  .letters .rht__under-top .checkbox-item {
    margin-bottom: 10px
  }
  .letters .rht__under-top .checkbox-item:last-child {
    margin-bottom: 0
  }
}
@media screen and (max-width:420px) {
  .members__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
  .members__item .item__button {
    margin: 0 auto
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width:320px) {
  .profile-page .rht .center .profile__info h2 {
    line-height: 32px;
    margin-bottom: 5px
  }
  .profile-page .rht .top {
    padding: 10px 10px
  }
  .letters .rht .contact__list .contact__list-lft .contact__bottom .contact__bottom-functions {
    margin-left: 0
  }
  .letters .rht .rht__block.rht__block3 .page-bottom .checkbox-item label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}