/* @import url("style_fl.css"); 101robot */
/* Start Fonts */
/* font-family: "Graphik LCG"; */
@font-face {
    font-family: 'Graphik LCG';
    src: local('Graphik LCG Regular'), local('Graphik-LCG-Regular'),
        url('fonts/GraphikLCG-Regular/GraphikLCG-Regular.woff2') format('woff2'),
        url('fonts/GraphikLCG-Regular/GraphikLCG-Regular.woff') format('woff'),
        url('fonts/GraphikLCG-Regular/GraphikLCG-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: local('Graphik LCG Medium'), local('Graphik-LCG-Medium'),
        url('fonts/GraphikLCG-Medium/GraphikLCG-Medium.woff2') format('woff2'),
        url('fonts/GraphikLCG-Medium/GraphikLCG-Medium.woff') format('woff'),
        url('fonts/GraphikLCG-Medium/GraphikLCG-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: local('Graphik LCG SemiBold'), local('Graphik-LCG-SemiBold'),
        url('fonts/GraphikLCG-Semibold/GraphikLCG-Semibold.woff2') format('woff2'),
        url('fonts/GraphikLCG-Semibold/GraphikLCG-Semibold.woff') format('woff'),
        url('fonts/GraphikLCG-Semibold/GraphikLCG-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik LCG';
    src: local('Graphik LCG Bold'), local('Graphik-LCG-Bold'),
        url('fonts/GraphikLCG-Bold/GraphikLCG-Bold.woff2') format('woff2'),
        url('fonts/GraphikLCG-Bold/GraphikLCG-Bold.woff') format('woff'),
        url('fonts/GraphikLCG-Bold/GraphikLCG-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* font-family: "Rubik"; */
/*
@font-face {
  font-family: 'Rubik';
  src: local('Rubik Bold'), local('Rubik-Bold'),
      url('fonts/Rubikbold/Rubikbold.woff2') format('woff2'),
      url('fonts/Rubikbold/Rubikbold.woff') format('woff'),
      url('fonts/Rubikbold/Rubikbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
*/
/* font-family: "icons"; */
@font-face {
    font-family: 'icons';
    src:  url('fonts/icons/icons.eot?xgjht1');
    src:  url('fonts/icons/icons.eot?xgjht1#iefix') format('embedded-opentype'),
      url('fonts/icons/icons.ttf?xgjht1') format('truetype'),
      url('fonts/icons/icons.woff?xgjht1') format('woff'),
      url('fonts/icons/icons.svg?xgjht1#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
/* End Fonts */

/* Start Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
button{
    border:0px;
    cursor:pointer;
    outline: none;
}
img{
    display:block;
    max-width:100%;
    height: auto;
    border:0px;
}
li{
    list-style-position: inside;
}
table{
    border-collapse: collapse;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, picture {
    display: block;
}
iframe{
    border:0px;
}
a{
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #6125d9;
}
a:hover{
    text-decoration: none;
}
input, textarea{
    max-width:100%;
    height: 62px;
    border-radius: 31px;
    padding: 0 25px;
    font-family: "Graphik LCG";
    font-weight: 500;
    font-size: 18px;
    color: #301f47;
    outline: 0;
    -webkit-touch-callout: none;
    border: 0;
}
textarea{
    height: auto;
    padding: 25px;
    resize: none;
}
ul, ol{
    list-style: none;
}
button{
    cursor: pointer;
}
address{
    font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Graphik LCG";
    font-weight: 600;
    line-height: 120%;
    color: #301f47;
}
h1 {
  font-size: 36px;
}
:focus-visible,
:-moz-focusring {
    outline: none !important;
    /*border: 0 !important;*/
}
/* End Reset */

/* Start Default */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-input-placeholder{
    font-family: "Graphik LCG";
    font-size: 18px;
    color: rgb(48 31 71 / 50%);
    font-weight: 500;
}
::-moz-placeholder{
    font-family: "Graphik LCG";
    font-size: 18px;
    color: rgb(48 31 71 / 50%);
    font-weight: 500;
}
:-moz-placeholder{
    font-family: "Graphik LCG";
    font-size: 18px;
    color: rgb(48 31 71 / 50%);
    font-weight: 500;
}
:-ms-input-placeholder{
    font-family: "Graphik LCG";
    font-size: 18px;
    color: rgb(48 31 71 / 50%);
    font-weight: 500;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color:transparent !important;
}
input:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  color:transparent !important;
}
input:focus::-moz-placeholder, textarea:focus:-moz-placeholder {
  color:transparent !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color:transparent !important;
}
::-webkit-search-cancel-button {
    display: none !important;
}
button {
    background: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
    border-radius: 25px;
    box-shadow: 0 20px 25px rgba(182, 154, 227, 0.75);
    font-family: "Graphik LCG";
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 0 15px;
    transition: all .3s;
}
.btn:hover {
    background-image: linear-gradient(-60deg, #d38ed4 0%, #97aef4 48%, #91e5f6 100%);
    color: #fff;
}
.btn--green {
  background-image: linear-gradient(-60deg, #d4f8ae 0%, #a4e5b1 50%, #4be6cf 100%);
  box-shadow: 0 20px 25px rgba(140, 229, 183, 0.25);
  color: #301f47;
}
.btn--green:hover {
  background-image: linear-gradient(-60deg, #4be6cf 0%, #a4e5b1 50%, #d4f8ae 100%);
}
.btn--gray {
  background: #e0dee4;
  box-shadow: 0 20px 25px rgba(136, 126, 150, 0.15);
  color: #301f47;
}
.btn--dark-green {
  background: #4be6cf;
  box-shadow: 0 20px 25px rgba(75, 230, 207, 0.25);
  color: #301f47;
}
.btn--white {
  background: white;
  box-shadow: 0 20px 25px rgba(182, 154, 227, 0.25);
  color: #301f47;
}
.btn--border-green {
  background: white;
  border: 2px solid #4be6cf;
  box-shadow: 0 20px 25px rgba(75, 230, 207, 0.25);
  color: #301f47;
}
.btn--border-green:hover {
  border: 0;
}
.btn--red {
  background: #fb4c46;
  box-shadow: 0 15px 25px rgba(251, 76, 70, 0.35);
}
.wrap {
    position: relative;
    padding: 40px 0 0;
}
.content {
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.custom-scroll {
    overflow: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 100%;
}
.custom-scroll::-webkit-scrollbar {
    display: none;
}
.fancybox-content {
    overflow: hidden;
}
.fancybox-slide--html .fancybox-content {
  margin: 0;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 4px;
    top: 10px;
    right: 10px;
}
.fancybox-content {
    background: none;
}
.fancybox-slide--html {
    top: auto;
    bottom: 0;
}
.fancybox-slide {
    overflow: hidden;
}
.tabs__menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.tabs-menu__item:last-child {
    margin-right: 0;
}
.fancybox-active {
    overflow: hidden;
}
.fancybox-bg, .fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  background-image: linear-gradient(-60deg, white 0%, #19fff4 0%, #e2f1ff 0%, #dee5fe 100%);
}
.fancybox-inner {
    z-index: 0;
}
.fancybox-slide--html {
    padding: 20px;
}
.fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}
.fancybox-button.fancybox-button--close {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 62px;
  height: 62px;
  background-color: white;
  box-shadow: 0 20px 25px rgba(95, 80, 120, 0.25);
  border-radius: 50%;
  padding: 15px;
}
.fancybox-button svg path {
  fill: #978fa3;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-info2:before { content: "\e92b"; }
.icon-active:before { content: "\e900"; }
.icon-arrow:before { content: "\e901"; }
.icon-arrow2:before { content: "\e902"; }
.icon-attach:before { content: "\e903"; } 
.icon-bag:before { content: "\e904"; } 
.icon-bell:before { content: "\e905"; } 
.icon-cake:before { content: "\e906"; } 
.icon-check:before { content: "\e907"; } 
.icon-close:before { content: "\e908"; } 
.icon-closed:before { content: "\e909"; } 
.icon-delete:before { content: "\e90a"; } 
.icon-doc:before { content: "\e90b"; } 
.icon-edit:before { content: "\e90c"; } 
.icon-edit2:before { content: "\e90d"; } 
.icon-eye:before { content: "\e90e"; } 
.icon-fav:before { content: "\e90f"; } 
.icon-geo:before { content: "\e910"; } 
.icon-gift:before { content: "\e911"; } 
.icon-hands:before { content: "\e912"; } 
.icon-info:before { content: "\e913"; } 
.icon-kit:before { content: "\e914"; } 
.icon-like:before { content: "\e915"; } 
.icon-list:before { content: "\e916"; } 
.icon-mail:before { content: "\e917"; } 
.icon-out:before { content: "\e918"; } 
.icon-pet:before { content: "\e919"; } 
.icon-phone:before { content: "\e91a"; } 
.icon-photo:before { content: "\e91b"; } 
.icon-reload:before { content: "\e91c"; } 
.icon-rub:before { content: "\e91d"; } 
.icon-search:before { content: "\e91e"; } 
.icon-share:before { content: "\e91f"; } 
.icon-smile:before { content: "\e920"; } 
.icon-smile2:before { content: "\e921"; } 
.icon-smile3:before { content: "\e922"; } 
.icon-star:before { content: "\e923"; } 
.icon-star2:before { content: "\e924"; } 
.icon-star3:before { content: "\e925"; } 
.icon-time:before { content: "\e926"; } 
.icon-tree:before { content: "\e927"; } 
.icon-up:before { content: "\e928"; } 
.icon-user:before { content: "\e929"; } 
.icon-user2:before { content: "\e92a"; } 
.icon-kit { background-image: linear-gradient(-60deg, #ff9a90 0%, #e33951 100%); } 
.icon-hands { background-image: linear-gradient(-60deg, #f988e7 0%, #9f56cb 100%); } 
.icon-bag { background-image: linear-gradient(-60deg, #0dccff 0%, #477bff 100%); } 
.icon-rub { background-image: linear-gradient(-60deg, #fedc45 0%, #fd9437 100%); } 
.icon-gift { background-image: linear-gradient(-60deg, #01e9bd 0%, #01e96e 100%); } 
.icon-cake { background-image: linear-gradient(-50deg, #af93f2 0%, #7f6cf1 100%); } 
.icon-pet { background-image: linear-gradient(-60deg, #e0ae72 0%, #c6662d 100%); } 
.icon-tree { background-image: linear-gradient(-60deg, white 0%, white 0%, #95cfe2 0%, #5be5d4 0%, #00b29c 99%, #00b29c 100%); } 
.icon-vk:before { content: "\e92c"; } 
.icon-paper-plane:before { content: "\e92d"; } 
.icon-send:before { content: "\e92d"; } 
.icon-odnoklassniki:before { content: "\e92e"; } 
.icon-instagram:before { content: "\e92f"; } 
.icon-youtube-play:before { content: "\e930"; } 
.icon-music:before { content: "\e931"; }  
.icon-yahoo:before { font-family: 'Graphik LCG'; content: "Я"; }  
.icon-google:before { font-family: 'Graphik LCG'; content: "G"; }  
  
  .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    flex: 42px 0 0;
    height: 42px;
    background: white;
    border-radius: 50%;
    font-size: 20px;
    color: #301f48;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .slick-arrow:hover {
    background: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
    color: #fff;
  }
  .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .slick-arrow.slick-next {
    right: 0;
  }
  .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 8;
  }
  .ui-selectmenu-open {
    display: block;
  }
  .ui-menu-item {
    margin-bottom: 10px;
    font-weight: 500;
    cursor: pointer;
  }
  .ui-menu-item:hover {
    color: #1b61ef;
  }
  .ui-menu-item:last-child {
    margin-bottom: 0;
  }
  .jspVerticalBar {
    width: 10px;
    background: #eae9ec;
    border-radius: 5px;
    overflow: hidden;
    max-height: calc(100% - 40px);
  }
  .jspTrack {
    background: #eae9ec;
  }
  .jspDrag {
    background: #c6c0cf;
    border-radius: 5px;
  }
/* End Default */

/* Start Body */
body {
  font-family: "Graphik LCG";
  color: #301f48;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.wrapper {
  overflow: hidden;
}
.wrap-header {
  background: url(img/bgs/texture-bg.png) center no-repeat, linear-gradient(-12deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  margin-bottom: 20px;
}
.header {
  width: 100%;
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.header__logo {
  margin-right: 80px;
  position: relative;
  padding: 15px 0 15px 24px;
}
.header__logo::after {
  content: '';
  display: block;
  width: 376px;
  height: 274px;
  background: url(img/bgs/logo-bg.png) center no-repeat;
  position: absolute;
  bottom: -60px;
  left: -22px;
  z-index: 0;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo__img {
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.logo__slogan {
  position: relative;
  z-index: 1;
}
.header__menu {
  margin-right: 20px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menu__item {
  margin-right: 15px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 20px 25px rgba(210, 210, 210, 0.5);
  padding: 0 25px;
  color: #301f47;
  font-weight: 500;
}
.menu__link:hover {
  background-image: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
  color: #fff;
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wrap-search {
  position: relative;
  width: 140px;
  height: 50px;
  transition: all .3s;
}
.search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  flex: 30px 0 0;
  height: 50px;
  color: rgb(48 31 71 / 50%);
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  transition: all .3s;
}
.search__btn.is-open {
  left: auto;
  right: 15px;
}
.search__input {
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 20px 25px rgba(210, 210, 210, 0.5);
  width: 100%;
  padding: 0 25px 0 50px;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
}
.header__actions.is-open .search__input {
  width: 870px;
  max-width: none;
  padding-left: 25px;
}
.wrap-sign {
  width: 150px;
  margin-left: 15px;
  padding: 5px 0;
  position: relative;
}
.sign-btn {
  display: flex;
  justify-content: flex-start;
}
.sign-btn i {
  margin-right: 10px;
  font-size: 35px;
  background: linear-gradient(-60deg, #aeffae 0%, #19fff4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 20px 25px rgba(67, 255, 224, 0.75);
}
.title {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.title--free {
  display: block;
}
.title > i {
  margin-right: 10px;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  font-size: 20px;
}
.title .numbs {
  position: absolute;
  top: 0;
  right: -25px;
  font-size: 24px;
  font-weight: 600;
  color: #80798a;
}
.wrap-services-list--need .title > i {
  background: linear-gradient(-60deg, #f9ae90 0%, #fff391 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title h2 {
  font-size: 36px;
  line-height: 100%;
  position: relative;
}
.wrap-services-list--need .title h2::after {
  content: '';
  display: block;
  width: 221px;
  height: 26px;
  background: url(img/bgs/need-bg.png) center no-repeat;
  position: absolute;
  bottom: -18px;
  left: -10px;
  z-index: -1;
}
.all-services {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 30px;
  margin-top: 5px;
  color: #301f47;
  font-weight: 500;
  line-height: 100%;
}
.all-services span {
  display: block;
}
.all-services i {
  margin-left: 10px;
  font-size: 16px;
  color: #978fa3;
}
.all-services:hover {
  color: #6125d9;
}
.services-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}
.services-list__item {
  margin: 0 0 15px 0;
  width: 25%;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  transition: all .3s;
  padding: 15px 15px 20px 15px;
  position: relative;
  z-index: 1;
}
.services-list__item:hover {
  background-color: white;
  box-shadow: 0 10px 15px rgba(210, 210, 210, 0.5);
  z-index: 2;
}
.services-list__item:nth-child(4n) {
  margin-right: 0;
}
.services-list__wrap-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.services-list__img img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  transition: all .3s;
}
.services-list__item:hover .services-list__img img {
  transform: scale(1.05);
}
.services-list__actions {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 1;
}
.stickers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.services-list__stickers {
  position: absolute;
  top: 0;
  left: 0;
}
.stickers--helped::after {
  content: "\e907";
  font-family: 'icons';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background-image: linear-gradient(-60deg, #0bcbfb 0%, #8ffca0 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}
.stickers__item {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  color: #fff;
}
.stickers__item i {
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  border-radius: 50%;
}
.stickers__item:last-child {
  margin-right: 0;
}
.services-list__btns {
  position: absolute;
  top: 0;
  right: 0;
}
.btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btns__item {
  margin-left: 10px;
}
.btns__item:first-child {
  margin-left: 0;
}
.btns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background: rgb(255 255 255 / 50%);
  border-radius: 50%;
  font-size: 24px;
}
.btns__btn:hover, .btns__btn--up {
  background: #fff;
  color: red;
}
.services-list__content {
  display: block;
  padding: 0 10px;
  color: #301f48;
  font-weight: 500;
  margin-bottom: 10px;
}
.services-list__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
  transition: all .3s;
}
.services-list__txt {
  line-height: 28px;
  margin-top: auto;
}
.services-list__meta {
  margin-top: auto;
  padding: 0 15px;
}
.user-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-meta__ava {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex: 32px 0 0;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 26px;
  color: #887e96;
  background-color: #e0dee4;
}
.user-meta__ava img {
  object-fit: cover;
}
.user-meta__data {
  color: #978fa3;
  font-size: 14px;
  font-weight: 500;
}
.user-meta:hover .user-meta__data {
  color: #6125d9;
}
.wrap-services-list--helped .title > i {
  background: linear-gradient(-60deg, #d4f8ae 0%, #a4e5b1 50%, #4be6cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-services-list--helped .title h2::after {
  content: '';
  display: block;
  width: 151px;
  height: 25px;
  background: url(img/bgs/helped-bg.png) center no-repeat;
  position: absolute;
  bottom: -16px;
  right: 0;
  z-index: -1;
}
.wrap-services-list--free .title > i {
  background: linear-gradient(-60deg, #d3a4ff 0%, #ffd0aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-services-list--free .title h2::after {
  content: '';
  display: block;
  width: 159px;
  height: 19px;
  background: url(img/bgs/free-bg.png) center no-repeat;
  position: absolute;
  bottom: -11px;
  left: 30px;
  z-index: -1;
}
.wrap-footer {
  margin-top: 320px;
}
.wrap-footer-top {
  background: url(img/bgs/footer-bg.png) bottom center no-repeat;
  background-size: 100% auto;
  padding: 296px 0 60px 0;
  position: relative;
}
.wrap-footer-top::after {
  content: '';
  display: block;
  width: 1524px;
  max-width: 100%;
  height: 487px;
  background: url(img/bgs/footer-img.png) bottom center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 212px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-top {
  width: 100%;
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.footer-top__left {
  margin-right: 20px;
  max-width: 720px;
  font-size: 14px;
  line-height: 22px;
}
.footer-top__right {
  margin-left: 20px;
}
.wrap-footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer-menu {
  margin-left: 70px;
}
.footer-menu:first-child {
  margin-left: 0;
}
.footer-menu__item {
  margin-bottom: 15px;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__link {
  display: block;
  color: #301f47;
  font-weight: 500;
  line-height: 120%;
}
.footer-menu__link:hover {
  color: #6125d9;
}
.wrap-footer-bottom {
  background-image: linear-gradient(-60deg, white 0%, #19fff4 0%, #e2f1ff 0%, #dee5fe 100%);
  overflow: hidden;
}
.footer-bottom {
  width: 100%;
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-logo {
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  flex: 126px 0 0;
  position: relative;
  margin-right: 20px;
}
.footer-logo img {
  position: relative;
  z-index: 1;
}
.footer-logo::after {
  content: '';
  display: block;
  width: 126px;
  height: 126px;
  background-image: linear-gradient(-60deg, #d38ed4 0%, #97aef4 52%, #91e5f6 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.copy {
  color: #583e7e;
  font-size: 14px;
}
.wrap--need::before {
  content: '';
  display: block;
  width: 154px;
  height: 131px;
  background: url(img/bgs/sheet1.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 180px;
  z-index: -1;
}
.wrap--need::after {
  content: '';
  display: block;
  width: 103px;
  height: 100px;
  background: url(img/bgs/sheet2.png) center no-repeat;
  position: absolute;
  right: 0;
  top: 580px;
  z-index: -1;
}
.wrap--helped::before {
  content: '';
  display: block;
  width: 141px;
  height: 234px;
  background: url(img/bgs/balloon.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: 200px;
  z-index: -1;
}
.wrap--helped::after {
  content: '';
  display: block;
  width: 208px;
  height: 210px;
  background: url(img/bgs/kite.png) center no-repeat;
  position: absolute;
  right: 0;
  top: 280px;
  z-index: -1;
}
.wrap--free::before {
  content: '';
  display: block;
  width: 174px;
  height: 168px;
  background: url(img/bgs/gift.png) center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-260px);
  top: 0;
  z-index: 1;
}
.modal-wrap {
  max-width: 620px;
  background: url(img/bgs/texture-bg.png) -900px -100px no-repeat, linear-gradient(-60deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 25px;
  box-shadow: 0 20px 25px rgba(133, 116, 161, 0.35);
  padding: 60px 120px;
}
.modal__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 34px;
  color: #301f47;
  font-size: 32px;
  font-weight: 600;
}
.modal__title span {
  margin-right: 60px;
}
.modal__title--block {
  display: block;
}
.modal__data {
  max-height: calc(100% - 65px);
}
.modal-form__item {
  margin-bottom: 10px;
  position: relative;
}
.modal-form__item:last-child {
  margin-bottom: 0;
}
.modal-form__input {
  width: 380px;
  max-width: 100%;
  box-shadow: 0 20px 25px rgba(210, 210, 210, 0.25);
}
.modal-form__label {
  display: flex;
  align-items: center;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(48 31 71 / 50%);
  font-size: 18px;
  font-weight: 500;
  z-index: 1;
  padding: 0 25px;
  cursor: text;
  transition: all .3s;
  opacity: 1;
  visibility: visible;
}
.modal-form__label span {
  color: rgb(141 137 147 / 50%);
  font-weight: 400;
  display: block;
  margin-left: 5px;
}
.modal-form__input:focus ~ .modal-form__label, .modal-form__input:not(:placeholder-shown) ~ .modal-form__label {
  opacity: 0;
  visibility: hidden;
}
.modal-form__show {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  flex: 62px 0 0;
  height: 62px;
  z-index: 1;
  font-size: 18px;
  color: rgb(48 31 71 / 50%);
}
.modal-form__btn {
  font-size: 18px;
  height: 62px;
  border-radius: 31px;
}
.privacy {
  display: block;
  cursor: pointer;
}
.privacy__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.privacy__label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 32px;
  position: relative;
}
.privacy__label::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: linear-gradient(-60deg, #d4f8ae 0%, #a4e5b1 50%, #4be6cf 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.privacy__label::after {
  content: "\e907";
  font-family: 'icons';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  flex: 26px 0 0;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 12px;
  color: #301f47;
  transition: all .3s;
  opacity: 0;
}
.privacy__check:checked ~ .privacy__label::after {
  opacity: 1;
}
.privacy__label a:hover {
  text-decoration: underline;
}
.modal-form__forgot {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.modal-form__forgot:hover {
  text-decoration: underline;
}
.sign-data {
  display: flex;
  align-items: center;
}
.sign-data__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  flex: 50px 0 0;
  height: 50px;
  background-image: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
  box-shadow: 0 20px 25px rgba(182, 154, 227, 0.75);
  border-radius: 50%;
  position: relative;
  padding: 7.5px;
  margin-right: 10px;
}
.sign-data__ava {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  font-size: 35px;
  background: linear-gradient(-60deg, #aeffae 0%, #19fff4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 20px 25px rgba(67, 255, 224, 0.75);
}
.sign-data__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sign-data__noti {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  background-image: linear-gradient(-50deg, #c639c6 0%, #f74859 50%, #fe5c07 100%);
  border-radius: 9000px;
  line-height: 100%;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
.sign-data__info {
  white-space: nowrap;
  width: calc(100% - 60px);
  display: block;
}
.sign-data__name {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #301f47;
  font-weight: 500;
}
.sign-data__name:hover {
  color: #6125d9;
}
.user-wrap-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 8;
  width: 260px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 10px 15px rgba(210, 210, 210, 0.5);
  overflow: hidden;
  display: none;
}
.wrap-sign:hover .user-wrap-menu {
  display: block;
}
.user-menu {
  padding: 25px 15px 20px 15px;
}
.user-menu__item {
  margin-bottom: 20px;
}
.user-menu__item:last-child {
  margin-bottom: 0;
}
.user-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #301f48;
  line-height: 100%;
  width: 100%;
}
.user-menu__link:hover {
  color: #6125d9;
}
.user-menu__link i {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 20px;
  color: #cb8fee;
  position: relative;
}
.user-menu__numb {
  margin-left: 5px;
  color: #80798a;
}
.user-menu__link i::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: linear-gradient(-50deg, #c639c6 0%, #f74859 50%, #fe5c07 100%);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.user-menu__link.user-menu__link--noti i::after {
  visibility: visible;
  opacity: 1;
}
.user-menu__link.user-menu__link--rating {
  justify-content: center;
  height: 34px;
  background: linear-gradient(249deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 17px;
  color: #301f47;
  font-weight: 600;
  overflow: hidden;
}
.user-menu__link.user-menu__link--rating:hover {
  background: linear-gradient(249deg, #aaeefc 0%, #aec0f8 52%, #deabdf 100%);
}
.user-menu__txt {
  position: relative;
  z-index: 1;
}
.user-menu__link.user-menu__link--rating.disabled, .user-menu__link.user-menu__link--rating.disabled:hover, input[readonly="readonly"] {
	background: #e0dee4 !important;
}
.user-menu__link.user-menu__link--rating .user-menu__txt::before {
  content: '';
  display: block;
  width: 43px;
  height: 43px;
  background-color: rgb(255 255 255 / 50%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  z-index: -1;
}
.user-menu__link.user-menu__link--rating .user-menu__txt::after {
  content: '';
  display: block;
  width: 53px;
  height: 53px;
  background-color: rgb(255 255 255 / 25%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: -1;
}
.user-out {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #aca8b2;
  font-size: 20px;
  color: #fff;
}
.user-out:hover {
  opacity: .9;
}
.not-found__img {
  display: flex;
  justify-content: center;
}
.not-found__content {
  position: relative;
  top: -220px;
  text-align: center;
  color: #301f47;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.btn--not-found {
  max-width: 200px;
  height: 60px;
  background-image: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 30px;
  box-shadow: 0 15px 25px rgba(182, 154, 227, 0.35);
  margin: 45px auto 0;
  color: #301f47;
  font-size: 22px;
  font-weight: 500;
}
.btn--not-found::after {
  content: '';
  display: block;
  width: 147px;
  height: 86px;
  background: url(img/bgs/hand-bg.png) center no-repeat;
  position: absolute;
  top: 0;
  left: -177px;
}
.wrapper--404 .wrap-footer {
  margin-top: 130px;
}
.content h1 {
  margin-bottom: 20px;
}
.content .title h1 {
  margin-bottom: 0;
}
.filters {
  margin-bottom: 10px;
}
.filters-btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.filters-btns__btn {
  position: relative;
  cursor: pointer;
  margin: 0 15px 15px 0;
  flex: 190px 0 1;
}
.filters-btns__btn:last-child {
  margin-right: 0;
}
.filters-btns__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.filters-btns__txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 25px;
  padding: 0 6px 0 20px;
  color: #301f47;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s;
}
.filters-btns__check:checked ~ .filters-btns__txt, .filters-btns__txt:hover {
  border: 3px solid #4be6cf;
}
.filters-btns__txt i {
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.filters-btns__txt span {
  margin-right: 10px;
}
.add-new-form {
  position: relative;
  z-index: 1;
}
.add-new-form__item {
  margin-bottom: 50px;
}
.add-new-form__item:last-child {
  margin-bottom: 0;
}
.add-new-form__title {
  margin-bottom: 25px;
  color: #301f47;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.category-list {
  position: relative;
  width: 474px;
  max-width: 100%;
}
.category-list__title {
  cursor: pointer;
  width: 100%;
  height: 62px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #301f47;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  transition: all .3s;
}
.category-list__title::after {
  content: "\e902";
  font-family: 'icons';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 18px 0 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  color: #aca8b2;
}
.category-list.is-open .category-list__title {
  border: 2px solid #301f47;
}
.category-list.is-open .category-list__title::after {
  transform: translateY(-50%) rotate(180deg);
  color: #301f47;
}
.category-list__title i {
  margin-left: 20px;
  width: 44px;
  flex: 44px 0 0;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.category-list__title span {
  min-width: 180px;
}
.category-list__items {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgba(210, 210, 210, 0.5);
  padding: 20px;
  z-index: 8;
}
.category-list__item {
  margin-bottom: 10px;
  display: block;
}
.category-list__block {
  position: relative;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
}
.category-list__block:hover, .category-list__check:checked ~ .category-list__block {
  background-color: #e4fbf8;
  border: 2px solid #301f47;
}
.category-list__item:last-child {
  margin-bottom: 0;
}
.category-list__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.category-list__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #301f47;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.category-list__data span {
  min-width: 160px;
}
.category-list__data i {
  margin-left: 20px;
  width: 44px;
  flex: 44px 0 0;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.category-list__info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  color: #a39bad;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.add-new-form__sub-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.add-new-form__sub-item:last-child {
  margin-bottom: 0;
}
.add-new-form__label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 62px;
  color: #aca8b2;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  min-width: 156px;
  margin-right: 20px;
}
.add-new-form__label span {
  font-size: 14px;
}
.add-new-form__wrap-input {
  position: relative;
}
.add-new-form__input {
  width: 580px;
  max-width: 100%;
  height: 62px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
  padding: 0 20px;
}
.add-new-form__input:focus-visible, .add-new-form__textarea:focus-visible, .form__input, .form__input:focus-visible {
  border: 2px solid #aca8b2 !important;
}
.add-new-form__count {
  display: block;
  color: #aca8b2;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 20px;
}
.add-new-form__textarea {
  width: 580px;
  max-width: 100%;
  height: 336px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
  padding: 20px;
}
.add-new-form__add-photo {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.add-photo__item {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.add-photo__item:last-child {
  margin-right: 0;
}
.add-photo__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.add-photo__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 107px;
  background-color: #e0dee4;
  border-radius: 15px;
  overflow: hidden;
  font-size: 48px;
  color: #a39bad;
  cursor: pointer;
}
.add-photo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-photo__actions {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}
.add-photo-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-photo-actions__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background-color: white;
  border-radius: 50%;
  font-size: 22px;
  color: #301f48;
}
.add-photo-actions__btn:hover {
  opacity: .9;
}
.add-new-form__map {
  width: 100%;
  max-width: 755px;
}
.add-new-form__map iframe {
  width: 100%;
  height: 336px;
}
.add-new-form__item--actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-actions__item {
  margin-right: 30px;
}
.item-actions__item:last-child {
  margin-right: 0;
}
.item-actions__btn {
  height: 60px;
  border-radius: 30px;
  font-size: 22px;
  padding: 0 50px;
}
.info-modal-wrap {
  width: 620px;
  max-width: 100%;
  max-height: 800px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 20px 25px rgba(133, 116, 161, 0.35);
  padding: 40px;
}
.info-modal-wrap--scroll {
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
}
.info-modal-wrap--scroll::after {
  content: '';
  display: block;
  width: 100%;
  height: 78px;
  background: linear-gradient(to top, white 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.info-modal-wrap .modal__title {
  font-size: 36px;
  margin-bottom: 15px;
}
.info-modal-wrap--scroll .modal__title {
  padding-right: 40px;
}
.info-modal-wrap--scroll .reviews {
  padding-right: 40px;
}
.modal__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex: 44px 0 0;
  height: 44px;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
.modal__img i {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.modal {
  height: 100%;
}
.modal__content {
  height: 100%;
  color: #301f47;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.user {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.user__ava {
  margin-right: 30px;
}
.user-ava {
  width: 330px;
  background: linear-gradient(-50deg, rgb(222 171 223 / 15%) 0%, rgb(174 192 248 / 15%) 52%, rgb(170 238 252 / 15%) 100%);
  border-radius: 15px;
  padding: 30px 60px;
}
.user-ava__wrap-img {
  position: relative;
  width: 206px;
  height: 206px;
  background: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
  box-shadow: 0 20px 25px rgba(182, 154, 227, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 150px;
  color: #887e96;
}
.user-ava__wrap-img::after {
  content: '';
  display: block;
  width: 186px;
  height: 186px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.user-ava__wrap-img i {
  z-index: 1;
}
.user-ava__img {
  width: 186px;
  height: 186px;
  border-radius: inherit;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.user-ava__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-ava__actions {
  position: absolute;
  bottom: -5px;
  right: 25px;
  z-index: 1;
}
.user-ava__edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  flex: 42px 0 0;
  height: 42px;
  background: white;
  border-radius: 50%;
  font-size: 22px;
  color: #a587d2;
}
.user-ava__data {
  text-align: center;
  color: #301f47;
}
.user-ava__nickname {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.user-ava__town {
  font-weight: 500;
  line-height: 24px;
}
.user-ava__status {
  color: #80798a;
  font-size: 14px;
  line-height: 22px;
}
.user-ava__rating {
  margin: 12px auto 0;
  padding: 13px 30px;
  background-color: white;
  border-radius: 34px;
  box-shadow: 0 15px 25px rgba(182, 154, 227, 0.35);
  position: relative;
  max-width: 180px;
}
.user-ava__rating::after {
  content: '';
  display: block;
  background: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 36px;
  z-index: -1;
}
.stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-rating__stars {
  justify-content: center;
}
.stars__item {
  margin-right: 5px;
  font-size: 18px;
  color: #d7d5db;
}
.stars__item:last-child {
  margin-right: 0;
}
.stars__item--active {
  background: linear-gradient(-60deg, #aeffae 0%, #19fff4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.user-rating__reviews-data {
  margin-top: 10px;
}
.reviews-data {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
}
.reviews-data__numb {
  color: #301f47;
}
.reviews-data__link {
  color: #1b61ef;
  margin-left: 8px;
}
.reviews-data__link:hover {
  text-decoration: underline;
}
.user__info {
  width: calc(100% - 360px);
}
.user-info__panels {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.user-info__panel {
  background: linear-gradient(165deg, rgb(222 171 223 / 15%) 0%, rgb(174 192 248 / 15%) 52%, rgb(170 238 252 / 15%) 100%);
  border-radius: 15px;
  padding: 22px 30px;
}
.user-info__panel--stats {
  width: calc(100% - 360px);
}
.user .user-info__panel--stats {
  width: 100%;
}
.user-info-panel {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.user-info-panel__stats {
  width: calc(100% - 210px);
}
.user-stats__name {
  color: #301f47;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
}
.user-stats__list {
  margin-top: 15px;
}
.stats-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.new-response__actions .stats-list {
	flex-wrap: wrap !important;
}
.new-response__actions .stats-list span {
	font-size: 12px !important;
}
.stats-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 5px 5px 0;
  padding: 0 10px 0 4px;
  height: 26px;
  background-color: white;
  border-radius: 13px;
  box-shadow: 0 20px 25px rgba(182, 154, 227, 0.25);
  color: #301f47;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
/*.stats-list__item:hover span {text-decoration: underline;}*/
.stats-list__item:last-child {
  margin-right: 0;
}
.stats-list__item i {
  font-weight: 400;
  font-size: 20px;
  margin-right: 4px;
}
.stats-list__item--helped i {
  background: linear-gradient(-60deg, #d4f8ae 0%, #a4e5b1 50%, #4be6cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.stats-list__item--need i {
  background: linear-gradient(-60deg, #f9ae90 0%, #fff391 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.stats-list__item--free i {
  background: linear-gradient(-60deg, #d3a4ff 0%, #ffd0aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.user-info-panel__rait {
  width: 180px;
  margin-left: 30px;
}
.user-rait {
  background-color: white;
  border: 2px solid #c8deff;
  border-radius: 20px;
  box-shadow: 0 20px 25px rgba(124, 172, 236, 0.25);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-rait__data {
  font-size: 14px;
  color: #301f47;
  font-weight: 500;
  line-height: 16px;
  width: calc(100% - 50px);
}
.user-rait__data span {
  color: #80798a;
}
.user-rait__data b {
  font-weight: 700;
}
.user-rait__numb {
  margin-left: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex: 40px 0 0;
  height: 40px;
  background: linear-gradient(-60deg, #58a9ee 0%, #cae6ff 50%, #5398fc 100%);
  box-shadow: 0 10px 25px rgba(124, 172, 236, 0.75);
  border-radius: 50%;
  color: #301f47;
  font-size: 17px;
  font-weight: 900;
}
.user-rait__numb::after {
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.user-info__panel--actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  margin-left: 30px;
}
.user-btns__btn i {
  margin-right: 8px;
  font-size: 15px;
  color: #978fa3;
}
.user__data {
  margin-top: 40px;
}
.user-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.user-data__table {
  text-align: left;
  margin-right: 55px;
}
.user-data__table th, .user-data__table td {
  padding: 9px 30px;
  white-space: nowrap;
}
.user-data__table tr:first-child th, .user-data__table tr:first-child td {
  padding-top: 0;
}
.user-data__table tr:last-child th, .user-data__table tr:last-child td {
  padding-bottom: 0;
}
.user-data__table th {
  color: #80798a;
  font-weight: 400;
}
.user-data__title {
  color: #80798a;
}
.user-data__txt {
  line-height: 28px;
}
.user ~ .ads {
  margin-top: 60px;
}
.ads h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}
.tab-nav {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tab-nav__item {
  margin-right: 20px;
}
.tab-nav__item:last-child {
  margin-right: 0;
}
.tab-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 56px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 15px 25px rgba(182, 154, 227, 0.35);
  padding: 10px 30px 10px 10px;
  font-size: 22px;
  font-weight: 500;
  color: #301f47;
  transition: all .3s;
}
.tab-nav__link::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  z-index: -1;
  border-radius: inherit;
}
.tab-nav__link:hover, .tab-nav__item.ui-tabs-active .tab-nav__link {
  background: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
}
.tab-nav__link i {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}
.tab-nav__link:hover i, .tab-nav__item.ui-tabs-active .tab-nav__link i {
  background: #fff;
  color: #301f47;
}
.tab-nav__numbs {
  position: absolute;
  color: #80798a;
  font-size: 14px;
  top: 10px;
  right: 16px;
}
.tab-nav__link:hover .tab-nav__numbs, .tab-nav__item.ui-tabs-active .tab-nav__link .tab-nav__numbs {
  color: #fff;
}
.btn-add-ad {
  max-width: 232px;
}
.tabs-hash .wrap-services-list {
  margin-top: 30px;
}
.tabs-hash .btns__btn {
  background: #fff;
}
.ads .services-list__item .btns__btn { background: rgb(255 255 255 / 50%) !important; }
.ads .services-list__item .btns__btn:hover { background: rgb(255 255 255) !important; }
.ads .services-list__item .btns__btn.btns__btn--up { background: rgb(255 255 255) !important; }
/*.tabs-hash .btns__btn--func { background: #929096; color: #d3d3d5;}*/
.services-list__timer {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: #f7daa1;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 12px;
}
.services-list__timer i {
  margin-right: 5px;
  font-size: 12px;
  color: #80798a;
}
.more-btn {
  margin: 20px auto 0;
  max-width: 166px;
}
.confirmed {
  position: relative;
}
.confirmed::before {
  content: "\e907";
  font-family: 'icons';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  background: white;
  border: 2px solid #4be6cf;
  border-radius: 50%;
  font-size: 8px;
  color: #301f47;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.wrap-services-list > h4 {
  margin-bottom: 5px;
  color: #301f47;
  font-size: 22px;
  font-weight: 500;
}
.tabs-hash .btns__btn--func-on {
  background: linear-gradient(-50deg, #6781e6 0%, #eb5492 59%, #fff334 100%);
  color: #fff;
}
.wrap-services-list {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.wrap-services-list::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eae9ec;
}
.wrap-services-list:last-child::after {
  display: none;
}
.modal__title--left {
  text-align: left;
}
.reviews__item {
  margin-bottom: 25px;
}
.reviews__item:last-child {
  margin-bottom: 40px;
}
.reviews-author__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews-author__ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex: 32px 0 0;
  height: 32px;
  background: #e0dee4;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 26px;
  color: #887e96;
}
.reviews-author__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.reviews-author__name {
  font-weight: 500;
}
.reviews__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #301f48;
}
.reviews__content p {
  margin-bottom: 10px;
}
.reviews__content p:last-child {
  margin-bottom: 0;
}
.reviews__date {
  color: #aca8b2;
  font-size: 12px;
  line-height: 24px;
}
.modal__actions {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-actions__item {
  margin-right: 30px;
}
.modal-actions__item:last-child {
  margin-right: 0;
}
.modal-actions__btn {
  min-width: 120px;
  font-size: 22px;
  height: 60px;
  border-radius: 30px;
  padding: 0 30px;
}
.content>h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
.profile-edit {
  width: 100%;
  max-width: 450px;
  position: relative;
  z-index: 1;
}
.profile-edit__item {
  margin-bottom: 20px;
}
.profile-edit__item:last-child {
  margin-bottom: 0;
}
.profile-edit__label {
  display: block;
  cursor: pointer;
  line-height: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #aca8b2;
  font-weight: 500;
}
.profile-edit__wrap-input {
  position: relative;
  width: 100%;
}
.profile-edit__input {
  width: 100%;
  border: 2px solid #aca8b2;
  border-radius: 31px;
}
.profile-edit__input:focus-visible {
  border: 2px solid #dedbe3 !important;
}
.profile-edit__status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background-color: #4be6cf;
  border-radius: 16px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
}
.profile-edit__item--btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-edit__btn {
  max-width: 200px;
}
.profile-edit__btn--delete {
  color: #fb4c46;
  font-weight: 500;
}
.profile-edit__btn--delete:hover {
  text-decoration: underline;
}
.support-form {
  max-width: 930px;
}
.support-form__item {
  margin-bottom: 40px;
}
.support-form__item:last-child {
  margin-bottom: 0;
}
.support-form__item--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-form__wrap-input {
  width: 100%;
}
.support-form__item .support-form__wrap-input {
  width: calc(100% - 30px);
  margin-right: 30px;
}
.support-form__item .support-form__wrap-input:nth-child(2n) {
  margin-right: 0;
}
.support-form__label {
  display: block;
  line-height: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  cursor: pointer;
  color: #aca8b2;
  font-weight: 500;
}
.support-form__input{
  width: 100%;
  border: 2px solid #aca8b2;
  border-radius: 15px;
}
.support-form__input:focus-visible, .support-form__textarea:focus-visible {
  border: 2px solid #aca8b2 !important;
  border-radius: 15px !important;
}
.support-form__input::-webkit-input-placeholder, .support-form__textarea::-webkit-input-placeholder {
  color: #301f47;
}
.support-form__input::-moz-placeholder, .support-form__textarea::-moz-placeholder {
  color: #301f47;
}
.support-form__input:-moz-placeholder, .support-form__textarea:-moz-placeholder {
  color: #301f47;
}
.support-form__input:-ms-input-placeholder, .support-form__textarea:-ms-input-placeholder {
  color: #301f47;
}
.support-form__textarea {
  width: 100%;
  padding: 25px;
  height: 336px;
  border: 2px solid #aca8b2;
  border-radius: 15px;
}
.support-form__privacy {
  max-width: 400px;
}
.upload__title {
  margin-bottom: 5px;
  display: block;
  line-height: 100%;
  padding-left: 22px;
  color: #aca8b2;
  font-weight: 500;
}
.support-form__upload-input {
  display: none;
}
.support-form__upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 62px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
  color: #301f47;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.support-form__upload-btn i {
  margin-left: 10px;
  font-size: 22px;
  color: #301f47;
}
.support-form__btn {
  height: 60px;
  border-radius: 30px;
  max-width: 220px;
  font-size: 22px;
}
.wrap-faq {
  margin-top: 80px;
  max-width: 930px;
}
.wrap-faq h2 {
  margin-bottom: 25px;
  color: #301f47;
  font-size: 36px;
  font-weight: 600;
}
.faq__item {
  margin-bottom: 50px;
  padding: 25px;
  background: linear-gradient(-50deg, rgb(222 171 223 / 15%) 0%, rgb(174 192 248 / 15%) 52%, rgb(170 238 252 / 15%) 100%);
  border-radius: 15px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__title {
  margin-bottom: 20px;
  color: #301f47;
  font-size: 22px;
  font-weight: 500;
}
.faq__content {
  line-height: 28px;
}
.faq__content p {
  margin-bottom: 20px;
}
.faq__content p:last-child {
  margin-bottom: 0;
}
.wrap-table {
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
}
.table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table__tr {
  display: table-row;
}
.table__th, .table__td {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 16px;
  color: #66727f;
  white-space: nowrap;
}
.table__th {
  padding-bottom: 20px;
}
.table__th {
  color: #301f47;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.sort-table {
  display: inline-flex;
  position: relative;
  padding-right: 25px;
}
.sort-table:hover {
  color: #6125d9;
}
.sort-table::after {
  position: absolute;
  content: "\e902";
  font-weight: 700;
  font-family: 'icons';
  font-size: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #aca8b2;
  transition: all .2s;
}
.sort-table--active::after {
  transform: translateY(-50%) rotate(180deg);
}
.table__td {
  border-top: 2px solid #5398fc;
  border-bottom: 2px solid #5398fc;
  color: #301f48;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.table__td:first-child {
  padding-left: 5px;
  border-radius: 9000px 0 0 9000px;
  border: 2px solid #5398fc;
  border-right: 0;
}
.table__td:last-child {
  padding-right: 30px;
  border-radius: 0 15px 15px 0;
  border: 2px solid #5398fc;
  border-left: 0;
}
.table__tr--first .table__td {
  border-color: #eacf77;
}
.table__tr--second .table__td {
  border-color: #dca780;
}
.table__tr--third .table__td {
  border-color: #b3babc;
}
.place {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  flex: 52px 0 0;
  height: 52px;
  background: linear-gradient(-60deg, #58a9ee 0%, #cae6ff 50%, #5398fc 100%);
  border-radius: 50%;
  color: #301f47;
  font-size: 17px;
  font-weight: 900;
  margin-right: 43px;
}
.place::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.place::after {
  content: '';
  display: block;
  width: 35px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: -43px;
  transform: translateY(-50%);
  z-index: 1;
}
.table__tr--first .place {
  background: linear-gradient(-60deg, #d4a60e 0%, #f7e9b9 50%, #d4a60e 100%);
  color: #a17e0b;
}
.table__tr--first .place::before {
  border: 2px solid #d4a60e;
}
.table__tr--first .place::after {
  background: url(img/content/cup1.png) center no-repeat;
}
.table__tr--second .place {
  background: linear-gradient(-60deg, #bd621e 0%, #e3b796 50%, #bd621e 100%);
  color: #a3561a;
}
.table__tr--second .place::after {
  background: url(img/content/cup2.png) center no-repeat;
}
.table__tr--third .place {
  background: linear-gradient(-60deg, #687275 0%, #687275 1%, #c7cdcf 50%, #687275 100%);
}
.table__tr--third .place::after {
  background: url(img/content/cup3.png) center no-repeat;
}
.table-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table-user__ava {
  position: relative;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex: 32px 0 0;
  height: 32px;
  background-color: #e0dee4;
  border-radius: 50%;
  font-size: 26px;
  color: #887e96;
}
.table-user__img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.table-user__img i {
  width: 100%;
  height: auto;
  position: absolute;
  top: 4px;
}
.table-user__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-user__status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #4be6cf;
  border-radius: 50%;
  display: none;
}
.table-user__status--online {
  display: block;
}
.table-user__name {
  color: #301f48;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.table-user__name:hover {
  text-decoration: underline;
}
.table-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table-data i {
  margin-right: 8px;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  background: linear-gradient(-60deg, #d4f8ae 0%, #a4e5b1 50%, #4be6cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.table-data--need i {
  background: linear-gradient(-60deg, #f9ae90 0%, #fff391 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.table-data--free i {
  background: linear-gradient(-60deg, #d3a4ff 0%, #ffd0aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.filters-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-top ~ .filters-btns {
  margin-top: 15px;
}
.filters-top__lists {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filters-top__city-list {
  width: 330px;
}
.city-list {
  max-width: 100%;
  position: relative;
}
.city-list__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 25px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
}
.city-list.is-open .city-list__title {
  border-color: #301f47;
}
.city-list__title::after {
  content: "\e902";
  font-family: 'icons';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 18px 0 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  color: #aca8b2;
}
.city-list.is-open .city-list__title::after {
  transform: translateY(-50%) rotate(180deg);
  color: #301f47;
}
.city-list__items {
  width: 480px;
  max-height: 390px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgb(210 210 210 / 50%);
  padding: 20px;
  z-index: 8;
}
.city-list__item {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.city-list__item:last-child {
  margin-bottom: 0;
}
.city-list__item--search {
  margin-bottom: 20px;
}
.city-search {
  position: relative;
}
.city-search__input {
  width: 100%;
  height: 40px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 20px;
}
.city-search__input:focus-visible {
  border: 2px solid #aca8b2 !important;
  border-radius: 20px !important;
}
.city-search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex: 40px 0 0;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: rgb(48 31 71 / 50%);
}
.city-list__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.city-list__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  line-height: 100%;
}
.city-list__block:hover {
  color: #6125d9;
}
.filters-top__already {
  margin-left: 30px;
}
.already-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.already-btn__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.already-btn__txt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: white;
  border: 3px solid #aca8b2;
  border-radius: 25px;
  padding: 0 60px 0 20px;
  font-weight: 500;
}
.already-btn__txt::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all .3s;
}
.already-btn__txt::after {
  content: "\e907";
  font-size: 12px;
  font-family: 'icons';
  color: #301f47;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  flex: 26px 0 0;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}
.already-btn__input:checked ~ .already-btn__txt {
  border: 3px solid #4be6cf;
}
.already-btn__input:checked ~ .already-btn__txt::before {
  background-color: #4be6cf;
  border: 2px solid #4be6cf;
}
.already-btn__input:checked ~ .already-btn__txt::after {
  opacity: 1;
}
.filters-top__link {
  padding: 0 30px;
  white-space: nowrap;
}
.filters-top__link--to-map i, .filters-top__link--to-list i {
  margin-left: 8px;
  font-size: 14px;
}
.map {
  margin-top: 30px;
  width: 100%;
  height: 720px;
  border-radius: 15px;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.title__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.title__top h1 {
  margin-bottom: 0;
}
.title__socials {
  justify-content: flex-end;
}
.title-socilas {
  margin-left: 60px;
}
.socials {
  display: flex;
  align-items: center;
}
.socials__item {
  margin-right: 15px;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  flex: 42px 0 0;
  height: 42px;
  background: white;
  border: 2px solid rgb(203 199 209 / 50%);
  border-radius: 50%;
  font-size: 20px;
  color: #301f48;
}
.socials__btn--up {
  background: linear-gradient(-50deg, #6781e6 0%, #eb5492 59%, #fff334 100%);
  color: #fff;
  border: 0;
}
.socials__btn:hover {
  background: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
  color: #fff;
  border: 0;
}
.socials__btn.btns__btn--func-off {
	background: rgb(255 255 255 / 50%) !important;
}
.socials__btn.btns__btn--func-off:hover {
	background: rgb(255 255 255 / 50%) !important;
	border: 2px solid rgb(203 199 209 / 50%);
	border-radius: 50%;
	font-size: 20px;
	color: #301f48;
	cursor: default;
}
.title__bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  line-height: 100%;
}
.title__date {
  color: #978fa3;
  font-size: 14px;
  font-weight: 500;
}
.title__views {
  margin-left: 20px;
  display: flex;
  align-items: center;
  color: #978fa3;
  font-size: 14px;
  font-weight: 500;
}
.title__views i {
  font-size: 16px;
  margin-right: 5px;
  color: #cbc7d1;
}
.free {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.goods-wrap-slider {
  width: 690px;
  margin-right: 30px;
}
.goods-w-slider {
  position: relative;
  height: 419px;
}
.goods-slider__item {
  width: 100%;
  height: 100%;
}
.goods-slider__link {
  width: 100%;
  height: 419px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.article-page .goods-slider__link {
  align-items: left;
  justify-content: left;
}
.free-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 48px;
  background: white;
  border-radius: 24px;
  padding: 0 20px 0 5px;
  color: #301f48;
  line-height: 100%;
}
.free-category i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.free-category span {
  display: block;
}
.thumbs-slider {
  margin: 10px 0 0;
}
.thumbs-slider__item {
  width: 131px;
  height: 79px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.thumbs-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbs-slider .slick-slide {
  width: 130px;
  margin: 0 5px;
}
.free__ava {
  margin-right: 30px;
}
.user-ava__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
.free .user-ava__wrap-img {
  width: 156px;
  height: 156px;
}
.free .user-ava__img, .free .user-ava__wrap-img::after {
  width: 136px;
  height: 136px;
}
.free .user-ava__nickname {
  font-size: 18px;
  font-weight: 400;
}
.user-ava__status--online {
  display: inline-flex;
  align-items: center;
  height: 18px;
  background-color: #4be6cf;
  border-radius: 8px;
  padding: 0 8px;
  line-height: 100%;
  font-size: 14px;
  color: #301f47;
}
.free__actions {
  width: calc(100% - 1080px);
}
.free-actions__contacts {
  margin-bottom: 15px;
}
.contacts__item {
  display: flex;
  align-items: center;
  line-height: 100%;
  margin-bottom: 15px;
  line-height: 100%;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 28px;
  flex: 28px 0 0;
  height: 28px;
  background-image: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
.contacts__item span {
  display: block;
  color: #301f47;
  font-size: 18px;
  font-weight: 500;
}
.contacts__item:hover span {
  text-decoration: underline;
}
.free-actions__btns {
  margin-bottom: 30px;
}
.free-btns {
  padding: 30px;
  background-color: #e4fbf8;
  border-radius: 15px;
}
.free-btns--disable {
  background: #f7f7f8;
}
.free-btns__item {
  margin-bottom: 25px;
}
.free-btns__item:last-child {
  margin-bottom: 0;
}
.free-btns__btn {
  height: 60px;
  border-radius: 30px;
  font-size: 22px;
}
.free-btns__btn:disabled {
  background: #e0dee4;
  box-shadow: 0 20px 25px rgba(136, 126, 150, 0.25);
  color: #887e96;
  cursor: not-allowed;
}
.free-note__title {
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 100%;
  background-color: #fee4e3;
  border-radius: 13px;
  padding: 0 15px;
  height: 26px;
  font-weight: 500;
}
.free-note__title--active {
  height: 32px;
  padding: 0 15px 0 8px;
  background: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 9000px;
}
.free-note__title--active i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
  width: 22px;
  flex: 22px 0 0;
  height: 22px;
  font-size: 14px;
}
.free-note__title--active span {
  font-weight: 500;
  font-size: 14px;
}
.free-note__content {
  font-size: 14px;
  line-height: 24px;
}
.wrap-status-ad {
  margin: 30px 0 40px;
}
.status-ad {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 100%;
  padding: 0 30px 0 10px;
  height: 60px;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 500;
}
.status-ad--active {
  background: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  box-shadow: 0 15px 25px rgba(182, 154, 227, 0.35);
}
.status-ad i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background: white;
  font-size: 22px;
  border-radius: 50%;
}
.ob-content {
  max-width: 1050px;
}
.ob-content__item {
  margin-bottom: 30px;
}
.ob-content__item:last-child {
  margin-bottom: 0;
}
.ob-content__title {
  color: #301f47;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}
.ob-content__txt {
  line-height: 36px;
}
.ob-content ~ .wrap-services-list {
  margin-top: 75px;
}
.ob-content__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.ob-content-actions__btn {
  display: flex;
  align-items: center;
  color: #978fa3;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.ob-content-actions__btn span {
  display: block;
}
.ob-content-actions__btn:hover span {
  text-decoration: underline;
}
.ob-content-actions__btn i {
  margin-right: 6px;
  font-size: 16px;
  color: #cbc7d1;
}
.reviews-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.reviews-bar__item {
  margin-right: 40px;
}
.reviews-bar__item:last-child {
  margin-right: 0;
}
.reviews-bar__item .city-search {
  width: 440px;
  max-width: 100%;
}
.sort select {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 25px;
  border: 0;
}
.ui-selectmenu-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 25px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.ui-selectmenu-button::after {
  content: "\e902";
  font-family: 'icons';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 14px 0 0;
  width: 14px;
  height: 14px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  color: #aca8b2;
}
.ui-selectmenu-button-open::after {
  transform: translateY(-50%) rotate(180deg);
  margin-top: -2px;
}
.ui-menu {
  top: calc(100% + 10px);
  right: 0;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgb(210 210 210 / 50%);
  padding: 20px;
}
.reviews-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reviews-list__item {
  width: calc(33.3333% - 30px);
  margin: 0 45px 55px 0;
}
/*.reviews-list__item:nth-child(3n) {*/
.reviews-list__item.last {
  margin-right: 0;
}
.reviews-list__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.reviews-list__wrap-ava {
  position: relative;
  margin-right: 10px;
}
.reviews-list__ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex: 52px 0 0;
  height: 52px;
  background: #e0dee4;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-list__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-list__status {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
  z-index: 1;
}
.reviews-list__status--online {
  background: #4be6cf;
}
.reviews-list__name {
  line-height: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;  
}
.reviews-list__date {
  color: #aca8b2;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.reviews-list__content {
  line-height: 28px;
}
.reviews-list__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.reviews-list__btn {
  width: 170px;
  height: 34px;
  background: white;
  border: 2px solid #cbc7d1;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 500;
}
.reviews-list__btn:hover {
  color: #fff;
  border: 0;
  background: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
}
.reviews-list__author {
  margin-top: 15px;
}
.review-author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.review-author__item {
  margin-right: 20px;
}
.review-author__item:nth-child(2n) {
  margin-right: 0;
}
.review-author__title {
  margin-bottom: 7px;
  line-height: 100%;
  color: #aca8b2;
  font-size: 14px;
  font-weight: 500;
}
.review-author__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.review-author__ava {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex: 32px 0 0;
  height: 32px;
  background: #e0dee4;
  border-radius: 50%;
  overflow: hidden;
  font-size: 26px;
  color: #887e96;
}
.review-author__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-author__name {
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
}
.review-author__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.review-author__reviews-data {
  margin-left: 5px;
}
.review__meta {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 100%;
}
.review__ava {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  flex: 52px 0 0;
  height: 52px;
  background: #e0dee4;
  border-radius: 50%;
  overflow: hidden;
}
.review__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.review__date {
  color: #aca8b2;
  font-size: 14px;
  font-weight: 500;
}
.review__content {
  line-height: 28px;
}
.review__content p {
  margin-bottom: 20px;
}
.review__content p:last-child {
  margin-bottom: 0;
}
.modal .review-author {
  justify-content: flex-start;
  margin-top: 35px;
}
.modal .review-author__item {
  margin-right: 115px;
}
.review-author__wrap-ava {
  position: relative;
}
.review-author__status {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
  z-index: 1;
}
.review-author__status--online {
  background: #4be6cf;
}
.add-review {
  max-width: 150px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
}
.info-modal-wrap .reviews {
  margin-top: 20px;
}
.modal .back-btn {
  margin-bottom: 20px;
  color: #301f47;
  font-size: 14px;
  line-height: 22px;
}
.modal .back-btn:hover {
  color: #6125d9;
}
.modal__title--small, .info-modal-wrap .modal__title--small {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.info-modal-wrap--scroll .add-review-form {
  margin-right: 40px;
  padding-bottom: 60px;
}
.add-review-form__item {
  margin-bottom: 40px;
}
.add-review-form__item:last-child {
  margin-bottom: 0;
}
.add-review-form__label {
  display: block;
  line-height: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.add-review-form__wrap-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.star-rating {
  width: 100%;
  max-width: 240px;
  height: 72px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.star-rating__checkbox {
  display: none;
}
.star-rating__star {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #d7d5db;
  padding: 0 5px;
  cursor: pointer;
}
.star-rating label:hover, .star-rating label:hover ~ label, .star-rating :checked ~ label {
  background: linear-gradient(-60deg, #aeffae 0%, #19fff4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.add-review-form__textarea {
  width: 100%;
  height: 242px;
  background: white;
  border: 2px solid #aca8b2;
  border-radius: 15px;
}
.add-review-form__btn {
  max-width: 250px;
  margin: 0 auto;
  box-shadow: none;
}
.free-actions__new-response {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-response {
  background: white;
  border: 2px solid #4be6cf;
  border-radius: 15px;
  padding: 20px;
}
.author-response__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.author-response__ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  flex: 32px 0 0;
  height: 32px;
  background: #e0dee4;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  font-size: 26px;
  color: #887e96;
}
.author-response__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-response__reviews {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 100%;
}
.author-response__reviews i {
  margin-right: 5px;
  background: linear-gradient(-60deg, #aeffae 0%, #19fff4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 18px;
}
.author-response__reviews span {
  font-size: 14px;
  font-weight: 500;
}
.author-response__name {
  line-height: 100%;
  margin-top: 10px;
  font-weight: 500;
}
.new-response__actions {
  margin-left: 20px;
}
.new-response__btn {
  height: 34px;
  background: white;
  border: 2px solid #cbc7d1;
  border-radius: 17px;
  color: #301f47;
  font-size: 14px;
  box-shadow: none;
  white-space: nowrap;
}
.new-response__btn.btn--dark-green {
  background: #4be6cf;
  box-shadow: 0 20px 25px rgb(75 230 207 / 25%);
  color: #301f47;
  border: 0;
}
.new-response__btn.btn--dark-green:hover {
  background-image: linear-gradient(-60deg, #d38ed4 0%, #97aef4 48%, #91e5f6 100%);
  color: #fff;
}
.free-btns__btn.btn--link {
  border-radius: 0;
  height: auto;
  background: none;
  box-shadow: none;
  color: #fb4c46;
  font-size: 16px;
  font-weight: 500;
}
.free-btns__btn.btn--link:hover {
  text-decoration: underline;
}
.add-review-form__author {
  margin-left: 30px;
  padding: 15px 20px;
  border: 2px solid #4be6cf;
  border-radius: 15px;
}
.free-actions__new-response + .free-actions__note {
  margin-top: 30px;
}
.responded {
  display: inline-flex;
  flex-direction: column;
  padding: 30px 30px 20px 30px;
  background: #e4fbf8;
  border-radius: 15px;
}
.responded__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}
.responded__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.responded-list__item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  background: white;
  border: 2px solid #4be6cf;
  border-radius: 15px;
}
.responded-list__item:last-child {
  margin-right: 0;
}
.reviews-list-author {
  padding: 30px;
  border: 2px solid #e5e3e8;
  border-radius: 15px;
}
.reviews-list-author__item {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e3e8;
}
.reviews-list-author__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.reviews-list-author__data {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reviews-list-author__author {
  padding: 15px 20px;
  background: white;
  border: 2px solid #4be6cf;
  border-radius: 15px;
}
.reviews-list-author__wrap-ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  flex: 49px 0 0;
  height: 49px;
  background: linear-gradient(-60deg, #91e5f6 0%, #97aef4 48%, #d38ed4 100%);
  box-shadow: 0 10px 25px rgba(182, 154, 227, 0.75);
  border-radius: 50%;
  position: relative;
  left: -7px;
  margin-right: 3px;
}
.reviews-list-author__ava {
  width: 35px;
  height: 35px;
  background: #e0dee4;
  border-radius: inherit;
}
.reviews-list-author__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-list-author__date {
  color: #aca8b2;
  font-size: 12px;
  line-height: 24px;
  margin-top: 5px;
}
.tabs-hash--nots {
  margin-top: 25px;
  max-width: 950px;
}
.tabs-hash--nots .tab-nav__link {
  height: auto;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-weight: 500;
  color: #80798a;
  font-size: 16px;
}
.tabs-hash--nots .tab-nav__link::after {
  display: none;
}
.tabs-hash--nots .tab-nav__link:hover, .tabs-hash--nots .tab-nav__item.ui-tabs-active .tab-nav__link {
  color: #301f47;
  background: none;
}
.tabs-hash--nots .tab-nav__item.ui-tabs-active .tab-nav__link::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 2px;
  right: 2px;
  height: 1px;
  background: #000;
}
.nots--nothing {
  max-width: 260px;
  text-align: center;
}
.nots__nothing {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 600;
}
.tabs-hash--nots .wrap-tab-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.tabs-hash--nots .wrap-tab-nav .tab-nav {
  margin-bottom: 0;
}
.all-archive {
  position: relative;
  line-height: 100%;
  font-weight: 500;
  cursor: pointer;
}
.all-archive__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.all-archive__txt {
  position: relative;
  padding-right: 64px;
}
.all-archive__txt::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.all-archive__check:checked ~ .all-archive__txt::before {
  border: 2px solid #4be6cf;
}
.all-archive__txt::after {
  content: "\e907";
  font-family: 'icons';
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  transition: all .3s;
  opacity: 0;
}
.all-archive__check:checked ~ .all-archive__txt::after {
  opacity: 1;
}
.nots-list__item {
  padding-bottom: 20px;
  padding-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nots-list__item::before {
  content: '';
  display: block;
  height: 1px;
  width: calc(100% - 54px);
  background: #e2e1e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nots-list__item:hover::after {
  content: '';
  display: block;
  height: 100%;
  width: calc(100% - 54px);
  background: rgb(226 225 228 / 25%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nots-list--archive .nots-list__item:hover::after {
  display: none;
}
.nots-list__data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}
.nots-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background: linear-gradient(165deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
  border-radius: 50%;
  font-size: 20px;
  color: #fff
}
.nots-list--archive .nots-list__img {
  background: #c6c6c6;
}
.nots-list--archive .nots-list__txt, .nots-list--archive .nots-list__txt a {
  color: #6f6f6f;
}
.nots-list__img .icon-user {
  font-size: 30px;
}
.nots-list__img .icon-star3 {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(img/icons/star3.png) center no-repeat;
  background-size: 24px auto;
}
.nots-list__title {
  color: #301f47;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.nots-list__txt a:hover {
  text-decoration: underline;
}
.nots-list__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nots-list__date {
  color: #aca8b2;
  white-space: nowrap;
  position: relative;
  padding-right: 10px;
}
.nots-list--archive .nots-list__date {
  padding-right: 0;
}
.nots-list__label {
  width: 24px;
  margin-left: 30px;
  position: relative;
}
.nots-list__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.nots-list__check-txt {
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #aca8b2;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
  cursor: pointer;
}
.nots-list__check:checked ~ .nots-list__check-txt {
  border: 2px solid #4be6cf;
}
.nots-list__check-txt::after {
  content: "\e907";
  font-family: 'icons';
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 20px 0 0;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 0;
}
.nots-list__check:checked ~ .nots-list__check-txt::after {
  opacity: 1;
}
.modal .review {
  margin-right: 40px;
}
.wrap-menu {
  transition: all .3s;
}
.mobile-actions {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.mobile-actions__item {
  margin-left: 20px;
}
.mobile-actions__item:first-child {
  margin-left: 0;
}
.mobile-actions__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex: 38px 0 0;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  transition: all .3s;
}
.mobile-actions__btn--menu .menu-icon {
  display: block;
  width: 20px;
  height: 2px;
  background: #301f48;
  position: relative;
  transition: all .3s;
}
.mobile-actions__btn--menu .menu-icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #301f48;
  position: absolute;
  left: 0;
  top: -6px;
  transition: all .3s;
}
.mobile-actions__btn--menu .menu-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #301f48;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: all .3s;
}
.mobile-actions__btn--menu.is-open span {
  background: none;
}
.mobile-actions__btn--menu.is-open span::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-actions__btn--menu.is-open span::after {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.mobile-actions__btn {
  position: relative;
}
.mobile-actions__btn--search.is-open {
  font-size: 0;
}
.mobile-actions__btn--search::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #301f48;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s;
  opacity: 0;
}
.mobile-actions__btn--search::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #301f48;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all .3s;
  opacity: 0;
}
.mobile-actions__btn--search.is-open::before, .mobile-actions__btn--search.is-open::after {
  opacity: 1;
}
/* End Body */
/* Start Media */
@media only screen and (max-width : 1640px) {
  .wrap--need::before, .wrap--need::after, .wrap--helped::before, .wrap--helped::after {
    display: none;
  }
  .wrap--free::before {
    left: auto;
    transform: none;
    right: 100px;
  }
  .footer-menu {
    margin-left: 40px;
  }
  .header__actions.is-open .search__input {
    max-width: 815px;
  }
}
@media only screen and (max-width : 1400px) {
  .header__actions.is-open .search__input {
    max-width: 745px;
  }
}
@media only screen and (max-width : 1320px) {
  .wrap-header {
    margin-bottom: 0;
  }
  .header__logo {
    margin-right: 40px;
  }
  .header__actions.is-open .search__input {
    max-width: 695px;
  }
  .footer-menu {
    margin-left: 20px;
  }
  .footer-top__left {
    max-width: 590px;
  }
  .goods-wrap-slider {
    margin-right: 20px;
    max-width: 500px;
  }
  .goods-w-slider, .goods-slider__link {
    max-height: 303px;
  }
  .thumbs-slider .slick-slide {
    max-width: 96px;
  }
  .thumbs-slider__item {
    max-height: 58px;
  }
  .free__ava, .user-ava {
    margin-right: 20px;
    padding: 20px 30px;
     width: 100%;
  }
  .free__actions {
    width: calc(100% - 800px);
  }
  .wrap-footer {
    margin-top: 150px;
  }
  .user-ava__rating {
    padding: 5px 20px;
  }
  .user-info__panel--actions {
    margin-left: 20px;
  }
  .user__info {
    width: calc(100% - 280px);
  }
  .user-info__panel--stats {
    width: calc(100% - 350px);
  }
  .user-data__table {
    margin-right: 20px;
  }
  .user__data {
    margin-top: 20px;
  }
  .tab-nav__link {
    height: 48px;
    font-size: 18px;
  }
  .table__th, .table__td {
    font-size: 16px;
  }
}
@media only screen and (max-width : 1180px) {
  input, textarea, .modal-form__label, .btn--not-found, .contacts__item span {
    font-size: 16px;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder{
    font-size: 16px;
  }
  .search__btn {
    display: none;
  }
  .search__input {
    height: 44px;
    padding: 0 15px 0 15px;
  }
  .wrap-search {
    max-width: 85px;
  }
  .menu__link {
    height: 44px;
    padding: 0 15px;
  }
  .btn, .modal-form__input, .modal-form__label, .modal-form__show {
    height: 44px;
  }
  .sign-btn {
    padding: 0 10px;
  }
  .modal-form__btn, .modal__content {
    font-size: 16px;
  }
  .logo__img {
    max-width: 44px;
    margin-right: 10px;
  }
  .logo__slogan {
    max-width: 132px;
  }
  .header__logo::after {
    max-width: 256px;
    background-size: 100% auto;
    bottom: -75px;
    left: -8px;
  }
  .header__actions.is-open .search__input {
    max-width: 664px;
  }
  .wrap-search {
    height: 44px;
  }
  .search__btn.is-open {
    display: flex;
    height: 44px;
    font-size: 20px;
  }
  .wrap-footer-top {
    padding-bottom: 20px;
  }
  .footer-top__left {
    max-width: 500px;
  }
  .wrapper--404 .wrap-footer {
    margin-top: 0;
  }
  .wrap-footer-top::after {
    bottom: 168px;
  }
  .wrap-footer {
    margin-top: 50px;
  }
  .free-btns__btn {
    font-size: 18px;
  }
  .status-ad {
    font-size: 18px;
    height: 44px;
  }
  .status-ad i {
    width: 32px;
    flex: 32px 0 0;
    height: 32px;
    font-size: 18px;
  }
  .modal-actions__btn {
    font-size: 18px;
  }
  .new-response__btn {
    max-height: 34px;
  }
  .map {
    max-height: 500px;
  }
  .user-info__panel {
    padding: 20px;
  }
  .user-info__panel--actions {
    width: 100%;
  }
  .user-info__panel--stats {
    width: calc(100% - 310px);
  }
  .tab-nav__link {
    font-size: 16px;
    height: 44px;
    padding: 0 30px 0 5px;
  }
  .tab-nav__numbs {
    top: 5px;
  }
  .profile-edit__input, .support-form__input, .add-new-form__input, .category-list__title {
    max-height: 44px;
  }
  .category-list__block {
    min-height: 44px;
  }
  .profile-edit__status {
    right: 7px;
  }
  .add-review {
    max-height: 32px;
  }
  .category-list__title i, .category-list__data i {
    width: 32px;
    flex: 32px 0 0;
    height: 32px;
    font-size: 20px;
  }
  .category-list__data, .category-list__title {
    font-size: 16px;
  }
  .item-actions__btn {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width : 1100px) {
  body {
    font-size: 14px;
    line-height: 140%;
  }
  .wrap {
    padding: 20px 0;
  }
  .header__actions.is-open .search__input {
    max-width: 552px;
  }
  h1, .title h2, .info-modal-wrap .modal__title, .modal__title, .content>h2, .wrap-faq h2, .ads h2 {
    font-size: 28px;
  }
  .services-list__title {
    font-size: 16px;
    line-height: 140%;
  }
  .services-list__txt {
    line-height: 22px;
  }
  .wrap--free::before {
    display: none;
  }
  .footer-top__left {
    line-height: 18px;
  }
  .title__socials {
    margin-left: 20px;
  }
  .user-menu__item {
    margin-bottom: 15px;
  }
  .fancybox-button.fancybox-button--close {
    top: 20px;
    right: 20px;
  }
  .goods-wrap-slider {
    max-width: 690px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .goods-w-slider, .goods-slider__link {
    max-height: 419px;
  }
  .thumbs-slider .slick-slide {
    max-width: 130px;
  }
  .thumbs-slider__item {
    max-height: 79px;
  }
  .free__actions {
    width: calc(100% - 280px);
  }
  .free-btns, .free-actions__new-response {
    max-width: 330px;
  }
  .ob-content__item {
    margin-bottom: 20px;
  }
  .ob-content__txt {
    line-height: 28px;
  }
  .modal__actions {
    margin-top: 40px;
  }
  .modal__title {
    margin-bottom: 20px;
  }
  .filters-top__already {
    margin-left: 20px;
  }
  .user-info__panels {
    display: block;
  }
  .user-info__panels::after {
    content: '';
    display: block;
    clear: both;
  }
  .user-info__panel--stats {
    width: 100%;
  }
  .user-info__panel--actions {
    margin-top: 20px;
    margin-left: 0;
    float: right;
  }
  .services-list__timer, .review-author__title {
    font-size: 12px;
  }
  .table__th, .table__td {
    padding: 5px 8px;
    font-size: 14px;
  }
  .table-user__name {
    font-size: 16px;
  }
  .reviews-list__content {
    line-height: 22px;
  }
  .wrap-search, .wrap-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 74px);
    background: linear-gradient(-60deg, rgb(255 255 255 / 90%) 0%, rgb(25 255 244 / 90%) 0%, rgb(226 241 255 / 90%) 0%, rgb(222 229 254 / 90%) 100%);
    z-index: 9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(120%);
  }
  .wrap-header.is-open .wrap-search, .header.is-open .wrap-menu {
    transform: translateY(0%);
  }
  .search {
    width: 100%;
    position: relative;
  }
  .search__input {
    position: static;
  }
  .search__btn {
    display: flex;
    height: 44px;
    left: auto;
    right: 15px;
  }
  .menu {
    display: block;
    width: 100%;
    max-width: 300px;
  }
  .menu__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .menu__item:last-child {
    margin-bottom: 0;
  }
  .menu__link {
    font-size: 16px;
  }
  .mobile-actions {
    display: flex;
  }
  .filters-btns__txt, .city-list__title, .already-btn__txt {
    max-height: 44px;
  }
  .already-btn__txt::before, .already-btn__txt::after {
    right: 10px;
  }
  .support-form__btn {
    font-size: 18px;
  }
  .support-form__upload-btn {
    max-height: 44px;
    font-size: 16px;
  }
  .add-new-form__label {
    max-height: 44px;
  }
  .header .wrap-sign {
    display: none;
  }
}
@media only screen and (max-width : 1000px) {
  .services-list__item {
    width: 50%;
    margin-bottom: 0;
  }
  .wrap-footer-top {
    background-size: cover;
  }
  .footer-top {
    display: block;
  }
  .footer-top__left {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .footer-top__right {
    margin-left: 0;
  }
  .wrap-footer-menu {
    justify-content: flex-start;
  }
  .wrap-footer-top::after {
    bottom: 230px;
  }
  .copy {
    font-size: 12px;
  }
  .not-found__content{
    top: -130px;
  }
  .filters-btns__btn {
    flex: auto 0 0;
  }
  .filters-btns__txt i {
    width: 32px;
    flex: 32px 0 0;
    height: 32px;
    font-size: 18px;
  }
  .responded-list__item, .reviews-list-author__author, .add-review-form__author {
    padding: 5px 10px;
  }
  .filters-top {
    align-items: flex-start;
  }
  .filters-top__lists {
    max-width: 500px;
  }
  .filters-top__already {
    margin-left: 0;
    margin-top: 20px;
  }
  .map {
    max-height: 350px;
  }
  .user-data {
    display: block;
  }
  .user-data__table {
    margin-right: 0;
  }
  .user-data__content {
    margin-top: 20px;
  }
  .user-data__table th:first-child, .user-data__table td:first-child {
    padding-left: 0;
  }
  .tab-nav {
    margin-bottom: 0;
  }
  .tab-nav__item {
    margin-bottom: 20px;
  }
  .table__th {
    white-space: normal;
    vertical-align: top;
    line-height: 120%;
  }
  .table__th, .table__td {
    font-size: 12px;
    padding: 5px 5px;
  }
  .table-user__name {
    font-size: 14px;
  }
  .sort-table {
    padding-right: 12px;
  }
  .sort-table::after {
    transform: none;
    top: 0;
    font-size: 8px;
  }
  .table__td:last-child {
    padding-right: 10px;
  }
  .reviews-list__item {
    margin: 0 20px 40px 0;
    width: calc(50% - 10px);
  }
  .reviews-list__item:nth-child(3n) {
    margin-right: 20px;
  }
  .reviews-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .tabs-hash .wrap-services-list {
    margin-top: 0;
  }
  .add-new-form__item {
    margin-bottom: 40px;
  }
  .add-new-form__title {
    margin-bottom: 20px;
  }
  .add-new-form__label {
    font-size: 14px;
    min-width: 120px;
  }
  .add-new-form__wrap-input {
    width: calc(100% - 140px);
  }
  .btn-add-ad {
    margin-bottom: 20px;
  }
  .tab-nav {
    flex-wrap: nowrap;
    overflow: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 10px;
    margin: -10px;
  }
  .tab-nav::-webkit-scrollbar {
      display: none;
  }
}
@media only screen and (max-width : 740px) {
  .header__logo {
    margin-right: 20px;
    padding-left: 14px;
    max-width: 160px;
  }
  .header__logo::after {
    max-width: 195px;
    bottom: -88px;
  }
  .wrap-sign {
    width: 138px;
  }
  .sign-btn {
    font-size: 14px;
  }
  .sign-data__img {
    width: 44px;
    flex: 44px 0 0;
    height: 44px;
    padding: 4px;
  }
  .mobile-actions__item {
    margin-left: 10px;
  }
  .wrap-footer-top::after {
    bottom: 300px;
  }
  .wrap-search, .wrap-menu {
    height: calc(100% - 70px);
  }
  .modal-wrap {
    width: 100%;
    max-width: 620px;
    padding: 20px;
  }
  .modal-form__input {
    width: 100%;
  }
  .not-found__content {
    font-size: 16px;
    line-height: 24px;
    top: -50px;
  }
  .socials {
    flex-wrap: wrap;
  }
  .title__socials {
    width: 104px;
    flex: 104px 0 0;
  }
  .socials__item {
    margin-right: 10px;
  }
  .socials__item:nth-child(2n) {
    margin-right: 0;
  }
  .free, .user {
    display: block;
  }
  .goods-wrap-slider {
    max-width: 100%;
  }
  .goods-w-slider, .goods-slider__link {
    max-height: 260px;
  }
  .thumbs-slider {
    margin: 10px -5px 0;
  }
  .thumbs-slider .slick-slide {
    max-width: none;
  }
  .free__ava, .user-ava {
    margin: 0 auto;
  }
  .free__actions {
    margin-top: 20px;
    width: 100%;
  }
  .info-modal-wrap--scroll {
    padding: 20px 0 20px 20px;
  }
  .info-modal-wrap--scroll .reviews {
    padding-right: 20px;
  }
  .thumbs-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .info-modal-wrap--scroll .add-review-form {
    margin-right: 20px;
    padding-bottom: 20px;
  }
  .responded {
    padding: 20px 20px 10px 20px;
  }
  .responded__title {
    font-size: 18px;
    line-height: 120%;
  }
  .reviews-list-author {
    padding: 20px;
  }
  .filters-top__city-list {
    width: 250px;
  }
  .city-list__items {
    width: 400px;
  }
  .filters-top__link {
    padding: 0 15px;
    font-size: 13px;
  }
  .filters-top__links {
    margin-left: 20px;
  }
  .services-list__item {
    padding: 10px;
  }
  .filters-btns__txt {
    padding-left: 10px;
  }
  .user__info {
    width: 100%;
    margin-top: 20px;
  }
  .reviews-bar {
    margin-bottom: 20px;
    display: block;
  }
  .reviews-bar__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .reviews-bar__item:last-child {
    margin-bottom: 0;
  }
  .reviews-list__item {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .support-form__item {
    margin-bottom: 20px;
  }
  .support-form__item--inline {
    display: block;
  }
  .support-form__item .support-form__wrap-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .support-form__upload {
    display: block;
    margin-top: 20px;
  }
  .faq__item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .faq__title {
    font-size: 18px;
  }
  .faq__content {
    line-height: 24px;
  }
  .modal__title--small, .info-modal-wrap .modal__title--small {
    padding-right: 20px;
    font-size: 22px;
  }
  .add-review-form__label {
    font-size: 16px;
  }
  .fancybox-button.fancybox-button--close {
    top: 5px;
    right: 5px;
  }
  .ads h2 {
    margin-bottom: 20px;
  }
  .add-new-form__sub-item {
    display: block;
  }
  .add-new-form__label {
    margin-right: 0;
    min-width: auto;
  }
  .add-new-form__wrap-input {
    width: 100%;
  }
  .add-new-form__item {
    margin-bottom: 20px;
  }
  .add-new-form__map iframe {
    max-height: 250px;
  }
}
@media only screen and (max-width : 479px) {
  h1, .title h2, .info-modal-wrap .modal__title, .modal__title, .content>h2, .wrap-faq h2, .ads h2 {
    font-size: 35px;
  }
  .title {
    flex-wrap: wrap;
  }
  .all-services {
    margin-left: 34px;
    margin-top: 10px;
  }
  .services-list__item {
    width: 100%;
  }
  .wrap-footer-top::after {
    display: none;
  }
  .wrap-footer {
    margin-top: 20px;
  }
  .wrap-footer-top {
    padding-top: 20px;
    background: url(img/bgs/texture-bg.png) center no-repeat, linear-gradient(-12deg, #deabdf 0%, #aec0f8 52%, #aaeefc 100%);
    text-align: center;
  }
  .wrap-footer-menu {
    display: block;
  }
  .footer-menu {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .footer-menu:first-child {
    margin-top: 0;
  }
  .wrap-footer-bottom {
    padding: 20px 0;
  }
  .footer-logo {
    display: none;
  }
  .copy {
    text-align: center;
  }
  .btn--not-found::after {
    display: none;
  }
  .filters-btns {
    flex-wrap: nowrap;
    overflow: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .filters-btns::-webkit-scrollbar {
      display: none;
  }
  .title__top {
    display: block;
  }
  .title__socials {
    width: auto;
    flex: auto 0 0;
    margin-left: 0;
    margin-top: 10px;
  }
  .socials__item:nth-child(2n) {
    margin-right: 10px;
  }
  .goods-w-slider, .goods-slider__link {
    max-height: 170px;
  }
  .thumbs-slider {
    margin: 10px 0 0;
  }
  .info-modal-wrap {
    padding: 20px;
  }
  .info-modal-wrap--scroll {
    padding: 20px 0 20px 20px;
  }
  .modal__actions {
    margin-top: 20px;
  }
  .modal-actions__item {
    margin-right: 10px;
  }
  .modal-actions__btn {
    min-width: 100px;
  }
  .add-review-form__item {
    margin-bottom: 20px;
  }
  .add-review-form__wrap-stars {
    display: block;
  }
  .add-review-form__author {
    display: inline-flex;
    flex-direction: column;
    margin-left: 0;
    margin-top: 10px;
  }
  .responded {
    padding: 15px 15px 5px 15px;
  }
  .reviews-list-author__data {
    flex-wrap: wrap;
  }
  .reviews-list-author .stars {
    margin-top: 10px;
  }
  .status-ad {
    font-size: 14px;
  }
  .filters-top {
    display: block;
  }
  .filters-top__links {
    margin-left: 0;
    margin-top: 20px;
  }
  .city-list__items {
    max-width: 100%;
  }
  .map {
    max-height: 250px;
  }
  .user-info-panel {
    display: block;
  }
  .user-info-panel__stats {
    width: 100%;
  }
  .user-info-panel__rait {
    margin-left: 0;
    margin-top: 20px;
  }
  input, textarea, .modal-form__label, .btn--not-found, .contacts__item span {
    font-size: 14px;
  }
  .profile-edit__status {
    font-size: 12px;
  }
  .profile-edit__input {
    padding-right: 120px;
  }
  .profile-edit__item--btns {
    margin-top: 20px;
    display: block;
  }
  .profile-edit__btn--delete {
    margin-top: 20px;
  }
  .nots--nothing {
    text-align: left;
  }
  .nots__nothing {
    margin-top: 20px;
    font-size: 16px;
  }
  .tabs-hash--nots .wrap-tab-nav {
    margin-bottom: 20px;
    display: block;
  }
  .tabs-hash--nots .wrap-tab-nav::after {
    content: '';
    display: block;
    clear: both;
  }
  .all-archive {
    float: right;
    margin-right: 10px;
  }
  .all-archive__txt {
    padding-right: 40px;
  }
  .nots-list__item {
    display: block;
  }
  .nots-list__actions {
    margin-top: 20px;
    padding-right: 10px;
  }
  .nots-list__item::before, .nots-list__item:hover::after {
    width: 100%;
  }
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder{
    font-size: 14px;
  }
  .city-search__input {
    padding-right: 60px;
  }
  .support-form__textarea, .add-new-form__textarea {
    max-height: 200px;
  }
  .modal__title span {
    margin-right: 20px;
  }
  .add-review {
    font-size: 12px;
  }
  .info-modal-wrap--scroll .modal__title {
    padding-right: 20px;
  }
  .category-list__data, .category-list__title {
    font-size: 14px;
  }
  .category-list__block {
    padding: 0 10px;
  }
  .category-list__data span {
    min-width: 125px;
  }
  .modal__content {
    line-height: 24px;
  }
  .add-new-form__item--actions {
    display: block;
  }
  .item-actions__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .item-actions__btn {
    font-size: 16px;
  }
  .category-list__title span {
    min-width: 134px;
  }
  .review__content {
    line-height: 24px;
  }
  .modal .review-author__item {
    margin-right: 20px;
  } 
}
/* End Media */