.y-uslugi-servises {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.y-uslugi-servises__title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
}

.y-uslugi-servises__items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.y-uslugi-servises__items_item {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.y-uslugi-servises__items_item_inner {
  display: flex;
  position: relative;
  padding-top: 100%;
  background: #e8e4e1;
  transition: background-color 0.5s;
  color: #000;
}

.y-uslugi-servises__items_item_inner_info {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 55px;
  padding-left: 5px;
  padding-right: 5px;
}

.y-uslugi-servises__items_item_inner_info_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}

.y-uslugi-servises__items_item_inner_info_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-servises__items_item_inner_info_title {
  margin-top: 10px;
  font-size: 19px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.236;
  text-align: center;
}

.y-uslugi-servises__items_item_inner:hover {
  background: #82ad29;
}

.y-uslugi-servises__items_item_inner:hover .y-uslugi-servises__items_item_inner_info_icon {
  filter: invert(1);
}

.y-uslugi-servises__items_item_inner:hover .y-uslugi-servises__items_item_inner_info_title {
  color: #fff;
}

.y-uslugi-servises__feedback {
  margin-top: 70px;
}

.y-uslugi-servises__text-top {
  margin-top: 50px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.882;
}

.y-uslugi-servises__text-bot {
  margin-top: 50px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.882;
}

.y-uslugi-specialist {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.y-uslugi-specialist__title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
}

.y-uslugi-specialist__text-top {
  margin-top: 50px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.882;
}

.y-uslugi-specialist__text-bot {
  margin-top: 50px;
  font-size: 17px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.882;
}

.y-uslugi-specialist__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.y-uslugi-specialist__items_item {
  width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
  text-decoration: none;
}

.y-uslugi-specialist__items_item_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #e8e4e1;
  transition: 0.3s;
}

.y-uslugi-specialist__items_item_inner:hover {
  background: #82ad29;
}

.y-uslugi-specialist__items_item_inner:hover .y-uslugi-specialist__items_item_info_name {
  color: #fff;
}

.y-uslugi-specialist__items_item_inner:hover .y-uslugi-specialist__items_item_info_prof {
  color: #fff;
}

.y-uslugi-specialist__items_item_photo {
  position: relative;
  padding-top: 118%;
}

.y-uslugi-specialist__items_item_photo_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.y-uslugi-specialist__items_item_photo_photo-no {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.y-uslugi-specialist__items_item_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-specialist__items_item_info {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.y-uslugi-specialist__items_item_info_name {
  font-size: 20px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.25;
  text-align: center;
}

.y-uslugi-specialist__items_item_info_prof {
  margin-top: 10px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.25;
  text-align: center;
}

.y-uslugi-spcard {
  display: flex;
  width: 100%;
  padding-bottom: 110px;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.y-uslugi-spcard-left {
  max-width: 530px;
  width: 100%;
  margin-right: 20px;
}

.y-uslugi-spcard-left__photo {
  position: relative;
  padding-top: 118%;
}

.y-uslugi-spcard-left__photo_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.y-uslugi-spcard-left__photo_no-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
}

.y-uslugi-spcard-left__write {
  display: flex;
  flex-direction: column;
  background: #c4282a;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 25px;
}

.y-uslugi-spcard-left__write_title {
  font-size: 30px;
  font-family: "proximanovabold";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.556;
  text-align: center;
}

.y-uslugi-spcard-left__write .y-category-right-form__label {
  width: 100%;
}

.y-uslugi-spcard-left__write .y-category-right-form__button button {
  margin-top: 35px;
  width: 100%;
}

.y-uslugi-spcard-left__write .y-category-right-form__personal {
  font-family: 'proximanovalight';
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
}

.y-uslugi-spcard-left__write .y-category-right-form__personal a {
  color: rgba(255, 255, 255, 0.54);
}

.y-uslugi-spcard-left__write .y-category-right-form__personal a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.341), rgba(255, 255, 255, 0.341));
}

.y-uslugi-spcard-left__write .y-category-right-form__personal a:hover span {
  background-image: none;
}

.y-uslugi-spcard-left__graph {
  margin-top: 10px;
  padding: 35px;
  border: 1px solid #e8e8e8;
  font-size: 19px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.509;
}

.y-uslugi-spcard-right {
  position: relative;
  flex: none;
  max-width: 730px;
  width: 100%;
}

.y-uslugi-spcard-right-spec {
  height: 100%;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 35px;
  padding-bottom: 30px;
  background: #e5e3e2;
}

.y-uslugi-spcard-right-spec__name {
  font-size: 65px;
  font-family: "proximanovalight";
  color: black;
  text-transform: uppercase;
  line-height: 1.077;
}

.y-uslugi-spcard-right-spec__name h1 {
  font-size: 65px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.y-uslugi-spcard-right-spec__dir {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #bab8b7;
  border-bottom: 1px solid #bab8b7;
}

.y-uslugi-spcard-right-spec__dir_item {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.722;
}

.y-uslugi-spcard-right-spec__dir_item strong {
  font-family: "proximanovabold";
}

.y-uslugi-spcard-right-spec__dir_item a {
  color: #000;
}

.y-uslugi-spcard-right-spec__info {
  padding-top: 40px;
}

.y-uslugi-spcard-right-spec__info_item {
  margin-bottom: 35px;
}

.y-uslugi-spcard-right-spec__info_item:last-child {
  margin-bottom: 0;
}

.y-uslugi-spcard-right-spec__info_item_title {
  font-size: 19px;
  font-family: "proximanovabold";
  color: #000;
  line-height: 1.5;
}

.y-uslugi-spcard-right-spec__info_item_text {
  margin-top: 15px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.563;
}

.y-uslugi-spcard-right-spec__info_item_text p {
  margin-bottom: 3px;
  margin-top: 0;
}

.y-uslugi-spcard-right-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.y-uslugi-spcard-right-nav__prev {
  display: flex;
  flex-direction: column;
}

.y-uslugi-spcard-right-nav__prev_link {
  color: #000;
  text-decoration: none;
}

.y-uslugi-spcard-right-nav__prev_link:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.y-uslugi-spcard-right-nav__prev_link .spec_link_icon {
  width: 35px;
  height: 24px;
}

.y-uslugi-spcard-right-nav__prev_link .spec_link_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-spcard-right-nav__prev_link .spec_link_name {
  margin-top: 15px;
  font-size: 14px;
  font-family: "proximanovaregular";
  text-align: left;
  color: #000;
  line-height: 1.429;
}

.y-uslugi-spcard-right-nav__next {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.y-uslugi-spcard-right-nav__next_link {
  color: #000;
  text-decoration: none;
}

.y-uslugi-spcard-right-nav__next_link:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.y-uslugi-spcard-right-nav__next_link .spec_link_icon {
  margin-left: auto;
  width: 35px;
  height: 24px;
}

.y-uslugi-spcard-right-nav__next_link .spec_link_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-spcard-right-nav__next_link .spec_link_name {
  margin-top: 15px;
  font-size: 14px;
  font-family: "proximanovaregular";
  text-align: right;
  color: #000;
  line-height: 1.429;
}

.y-uslugi-direct-container {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.y-uslugi-direct-block {
  max-width: 1310px;
  margin: 0 auto;
  /*margin-bottom: 40px;*/
  padding-left: 15px;
  padding-right: 15px;
}

.y-uslugi-direct-header {
  min-height: 500px;
  background-size: 1920px 500px;
  background-color: #f6fafb;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.y-uslugi-direct-header-block {
  max-width: 900px;
}

.y-uslugi-direct-header-block__title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.167;
}

.y-uslugi-direct-header-block__text {
  max-width: 525px;
  margin-top: 25px;
  font-size: 20px;
  font-family: 'proximanovaregular';
  color: black;
  line-height: 1.6;
}

.y-uslugi-direct-info {
  display: flex;
  max-width: 1310px;
  margin: 0 auto;
  margin-top: -85px;
  margin-bottom: 40px;
  padding: 0 15px;
}

.y-uslugi-direct-info-left {
  display: flex;
  flex-direction: column;
  width: 485px;
  margin-right: 50px;
}

.y-uslugi-direct-info-left-write {
  display: flex;
  flex-direction: column;
  background: #c4282a;
  padding-top: 55px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 40px;
}

.y-uslugi-direct-info-left-write__title {
  font-size: 28px;
  font-family: "proximanovabold";
  color: #fff;
  text-transform: uppercase;
  line-height: 1.556;
  text-align: center;
}

.y-uslugi-direct-info-left-write__block .upononline_result {
  background: transparent;
  color: #fff;
}

.y-uslugi-direct-info-left-write__block .y-category-right-form__personal {
  font-family: 'proximanovalight';
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
}

.y-uslugi-direct-info-left-write__block .y-category-right-form__personal br {
  display: none;
}

.y-uslugi-direct-info-left-write__block .y-category-right-form__personal a {
  color: rgba(255, 255, 255, 0.54);
}

.y-uslugi-direct-info-left-write__block .y-category-right-form__personal a span {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.341), rgba(255, 255, 255, 0.341));
}

.y-uslugi-direct-info-left-write__block .y-category-right-form__personal a:hover span {
  background-image: none;
}

.y-uslugi-direct-info-right {
  display: flex;
  flex-direction: column;
  padding-top: 135px;
}

.y-uslugi-direct-info-right__text {
  font-size: 18px;
  font-family: "proximanovaregular";
  color: #000;
  line-height: 1.6;
}

.y-uslugi-direct-info-right__subdirect {
  /* columns: 2; */
  margin-top: 50px;
}

.y-uslugi-direct-info-right__subdirect_item {
  position: relative;
  padding-left: 20px;
  /* width: 100%; */
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: "proximanovaregular";
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin-right: 10px;
}

.y-uslugi-direct-info-right__subdirect_item::before {
  position: absolute;
  content: '—';
  left: 0;
}

.y-uslugi-direct-info-right__subdirect_item a {
  color: #000;
}

.y-uslugi-direct-specialist {
  max-width: 1310px;
  margin: 0 auto;
  /*margin-top: 115px;*/
  padding: 0 15px;
}

.y-uslugi-direct-specialist__items .y-uslugi-specialist__items_item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: auto !important;
}

.y-uslugi-direct-specialist-nav {
  display: flex;
  flex: none;
  align-items: center;
  margin-top: 30px;
}

.y-uslugi-direct-specialist-nav__navigations {
  display: flex;
  margin-right: 60px;
}

.y-uslugi-direct-specialist-nav__navigations_prev {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}

.y-uslugi-direct-specialist-nav__navigations_prev.swiper-button-disabled {
  opacity: 0.25;
}

.y-uslugi-direct-specialist-nav__navigations_prev img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-direct-specialist-nav__navigations_next {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}

.y-uslugi-direct-specialist-nav__navigations_next.swiper-button-disabled {
  opacity: 0.25;
}

.y-uslugi-direct-specialist-nav__navigations_next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-direct-specialist-nav__pagination {
  display: flex;
  align-items: center;
  width: 100%;
}

.y-uslugi-direct-specialist-nav__pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: #e5e5e5;
  opacity: 1;
}

.y-uslugi-direct-specialist-nav__pagination .swiper-pagination-bullet-active {
  background: #739a22;
  height: 4px;
}

.y-uslugi-direct-price {
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 15px;
}

.y-uslugi-direct-bottom {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 80px;
}

.y-uslugi-direct-bottom__text {
  font-size: 18px;
  font-family: "proximanovaregular";
  color: black;
  line-height: 1.6;
}

.uslugi_direct_subdirect_action {
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 15px;
}

.uslugi_direct_subdirect_action_title {
  margin-bottom: 30px;
  font-size: 36px;
  font-family: "proximanovabold";
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
}

.uslugi_direct_subdirect_action_title h1 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.uslugi_direct_subdirect_action_text {
  font-size: 17px;
  font-family: "proximanovaregular";
  color: rgb(0, 0, 0);
  line-height: 1.882;
}

.uslug__direct_view_back {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1279px) {
  .y-uslugi-servises__items_item_inner_info {
    padding-top: 30px;
  }

  .y-uslugi-servises__items_item_inner_info_title {
    font-size: 16px;
  }

  .y-uslugi-specialist__items_item_info_name {
    font-size: 17px;
  }

  .y-uslugi-specialist__items_item_info_prof {
    font-size: 14px;
  }

  .y-uslugi-spcard-left__write {
    padding-left: 30px;
    padding-right: 30px;
  }

  .y-uslugi-spcard-left__write_title {
    font-size: 26px;
  }

  .y-uslugi-spcard-right-spec__name {
    font-size: 55px;
  }

  .y-uslugi-spcard-right-spec__name h1 {
    font-size: 55px;
  }

  .y-uslugi-spcard-right {
    max-width: 580px;
  }

  .y-category-right-form__personal br {
    display: none;
  }

  .y-uslugi-direct-header {
    min-height: 400px;
    background-size: auto 400px;
    padding-top: 50px;
  }

  .y-uslugi-direct-header-block__text {
    max-width: 480px;
    font-size: 18px;
  }

  .y-uslugi-direct-info-right__text {
    font-size: 15px;
  }

  .y-uslugi-direct-info-right__subdirect_item {
    font-size: 15px;
  }

  .y-uslugi-direct-bottom__text {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .y-uslugi-servises {
    max-width: 500px;
    margin: 0 auto;
  }

  .y-uslugi-servises__items_item {
    width: 33.33333%;
  }

  .y-uslugi-servises__items_item_inner_info {
    padding-top: 35px;
  }

  .y-uslugi-servises__items_item_inner_info_icon {
    width: 50px;
    height: 50px;
  }

  .y-uslugi-servises__items_item_inner_info_title {
    font-size: 14px;
  }

  .y-uslugi-servises .y-feedback-left {
    padding: 0 !important;
  }

  .y-uslugi-servises__text-top {
    font-size: 16px;
  }

  .y-uslugi-servises__text-bot {
    font-size: 16px;
  }

  .y-uslugi-specialist {
    max-width: 500px;
    margin: 0 auto;
  }

  .y-uslugi-specialist__items_item {
    width: 50%;
  }

  .y-uslugi-specialist__items_item_info_prof {
    font-size: 13px;
  }

  .y-uslugi-specialist__text-top {
    font-size: 16px;
  }

  .y-uslugi-specialist__text-bot {
    font-size: 16px;
  }

  .y-uslugi-spcard {
    max-width: 530px;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 0;
  }

  .y-uslugi-spcard-left {
    max-width: 100%;
  }

  .y-uslugi-spcard-left__write {
    padding-left: 70px;
    padding-right: 70px;
  }

  .y-uslugi-spcard-left__graph {
    font-size: 17px;
  }

  .y-uslugi-spcard-right {
    margin-top: 40px;
    max-width: 100%;
  }

  .y-uslugi-spcard-right-spec__name h1 {
    font-size: 37px;
  }

  .y-uslugi-spcard-right-spec__dir_item {
    font-size: 15px;
  }

  .y-uslugi-spcard-right-spec__info_item_text {
    font-size: 14px;
  }

  .y-uslugi-spcard-right-spec__info_item_title {
    font-size: 17px;
  }

  .y-uslugi-spcard-right-nav {
    position: static;
  }

  .y-uslugi-direct-header {
    min-height: auto;
    padding-top: 300px;
    padding-bottom: 0px;
    background-size: auto 250px;
    background-color: #fff;
  }

  .y-uslugi-direct-container {
    max-width: 530px;
    margin: 0 auto;
  }

  .y-uslugi-direct-header-block__text {
    font-size: 16px;
  }

  .y-uslugi-direct-info {
    flex-direction: column;
    max-width: 530px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .y-uslugi-direct-info-left {
    width: 100%;
  }

  .y-uslugi-direct-info-left-write__title {
    font-size: 24px;
  }

  .y-uslugi-direct-info-right {
    margin-top: 50px;
    padding-top: 0;
  }

  .y-uslugi-direct-info-right__subdirect {
    margin-top: 30px;
    /* columns: 1; */
  }

  .y-uslugi-direct-info-right__subdirect_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .y-uslugi-direct-specialist {
    max-width: 530px;
    margin: 0 auto;
    margin-top: 80px;
  }

  .y-uslugi-direct-price {
    max-width: 530px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .uslugi_locshow2_head_name {
    font-size: 17px !important;
  }

  .uslugi_locshow2_head_right::after {
    left: 0;
    width: 100px;
    font-size: 14px;
  }

  .y-uslugi-direct-bottom {
    max-width: 530px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .y-uslugi-servises {
    max-width: 370px;
  }

  .y-uslugi-servises__title {
    font-size: 28px;
  }

  .y-uslugi-servises__items {
    margin-left: -5px;
    margin-right: -5px;
  }

  .y-uslugi-servises__items_item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .y-uslugi-servises__items_item_inner_info {
    padding-top: 30px;
  }

  .y-uslugi-servises__items_item_inner_info_title {
    font-size: 10px;
  }

  .y-uslugi-servises__items_item_inner_info_icon {
    width: 30px;
    height: 30px;
  }

  .y-uslugi-servises__text-top {
    margin-top: 20px;
    font-size: 15px;
  }

  .y-uslugi-servises__text-bot {
    margin-top: 20px;
    font-size: 15px;
  }

  .y-uslugi-specialist {
    max-width: 370px;
  }

  .y-uslugi-specialist__title {
    font-size: 28px;
  }

  .y-uslugi-specialist__text-top {
    margin-top: 20px;
    font-size: 15px;
  }

  .y-uslugi-specialist__text-bot {
    font-size: 15px;
  }

  .y-uslugi-specialist__items {
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .y-uslugi-specialist__items_item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .y-uslugi-specialist__items_item_info_name {
    font-size: 15px;
  }

  .y-uslugi-specialist__items_item_info_prof {
    font-size: 15px;
  }

  .y-uslugi-spcard {
    max-width: 400px;
  }

  .y-uslugi-spcard-left__write {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .y-uslugi-spcard-left__write_title {
    font-size: 22px;
  }

  .y-uslugi-spcard-right-spec {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
  }

  .y-uslugi-spcard-right-spec__name {
    font-size: 32px;
  }

  .y-uslugi-spcard-right-spec__name h1 {
    font-size: 32px;
  }

  .y-uslugi-spcard-right-spec__dir {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .y-uslugi-spcard-right-spec__dir_item {
    font-size: 15px;
  }

  .y-uslugi-spcard-right-spec__info {
    padding-top: 25px;
  }

  .y-uslugi-spcard-right-spec__info_item_title {
    font-size: 15px;
  }

  .y-uslugi-spcard-right-spec__info_item_text {
    font-size: 14px;
  }

  .y-uslugi-spcard-right-nav__prev_link .spec_link_name {
    font-size: 13px;
  }

  .y-uslugi-spcard-right-nav__next_link .spec_link_name {
    font-size: 13px;
  }

  .y-uslugi-spcard-right-nav__next {
    width: 50%;
  }

  .y-uslugi-spcard-right-nav__prev {
    width: 50%;
  }

  .y-uslugi-direct-header {
    background-size: auto 170px;
    background-position-x: 100%;
    padding-top: 200px;
  }

  .y-uslugi-direct-header-block__title {
    font-size: 28px;
  }

  .y-uslugi-direct-container {
    max-width: 400px;
  }

  .y-uslugi-direct-header-block__text {
    font-size: 15px;
  }

  .y-uslugi-direct-info {
    max-width: 400px;
  }

  .y-uslugi-direct-info-left-write {
    padding: 30px;
  }

  .y-uslugi-direct-info-left-write__title {
    font-size: 21px;
  }

  .y-uslugi-direct-info-right__text {
    font-size: 14px;
  }

  .y-uslugi-direct-info-right__subdirect {
    flex-direction: column;
    margin-top: 30px;
  }

  .y-uslugi-direct-info-right__subdirect_item {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .y-uslugi-direct-specialist {
    max-width: 320px;
  }

  .y-uslugi-direct-specialist-nav__navigations {
    margin-right: 10px;
  }

  .y-uslugi-direct-price {
    max-width: 400px;
  }

  .y-uslugi-direct-price table.table_effect3 td {
    font-size: 14px !important;
  }

  .uslugi_locshow2_head_name {
    font-size: 14px;
  }

  .y-uslugi-direct-bottom {
    max-width: 400px;
  }

  .y-uslugi-direct-bottom__text {
    font-size: 14px;
  }

  .uslugi__direct_pricelist_locshow_head_name {
    font-size: 15px !important;
  }

  .uslugi__direct_pricelist_locshow.hide .uslugi__direct_pricelist_locshow_head_right::after {
    content: none !important;
  }

  .uslugi__direct_pricelist_locshow_cont {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .uslugi__direct_pricelist_locshow_head_right::after {
    content: none !important;
  }

  .uslugi__direct_pricelist_lister table.table_effect3 td {
    font-size: 13px !important;
  }

  .uslugi_direct_subdirect_action_text {
    font-size: 14px;
  }

  .uslugi_direct_subdirect_action_title {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .y-uslugi-servises {
    max-width: 320px;
  }

  .y-uslugi-servises__title {
    font-size: 24px;
  }

  .y-uslugi-servises__items {
    margin-top: 30px;
  }

  .y-uslugi-servises__items_item_inner_info {
    padding-top: 20px;
  }

  .y-uslugi-servises__feedback {
    margin-top: 40px;
  }

  .y-uslugi-servises__text-top {
    font-size: 13px;
  }

  .y-uslugi-servises__text-bot {
    font-size: 13px;
  }

  .y-uslugi-specialist {
    max-width: 320px;
  }

  .y-uslugi-specialist__title {
    font-size: 24px;
  }

  .y-uslugi-specialist__items_item_info {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .y-uslugi-specialist__text-top {
    font-size: 13px;
  }

  .y-uslugi-specialist__text-bot {
    font-size: 13px;
  }

  .y-uslugi-spcard {
    max-width: 350px;
  }

  .y-uslugi-spcard-left__write_title {
    font-size: 18px;
  }

  .y-uslugi-spcard-left__write .y-category-right-form__button button {
    margin-top: 15px;
  }

  .y-uslugi-spcard-left__graph {
    padding: 20px 30px;
    font-size: 14px;
  }

  .y-uslugi-spcard-right-spec {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }

  .y-uslugi-spcard-right-spec__name {
    font-size: 25px;
  }

  .y-uslugi-spcard-right-spec__name h1 {
    font-size: 25px;
  }

  .y-uslugi-spcard-right-spec__dir_item {
    font-size: 13px;
  }

  .y-uslugi-direct-header {
    background-size: auto 150px;
    padding-top: 180px;
  }

  .y-uslugi-direct-container {
    max-width: 350px;
  }

  .y-uslugi-direct-header-block__title {
    font-size: 24px;
  }

  .y-uslugi-direct-info {
    max-width: 350px;
  }

  .y-uslugi-direct-info-left-write__title {
    font-size: 18px;
  }

  .y-uslugi-direct-specialist {
    max-width: 300px;
  }

  .y-uslugi-direct-price {
    max-width: 350px;
  }

  .uslugi_locshow2_head {
    height: 40px !important;
  }

  .uslugi_locshow2_head_name {
    font-size: 14px !important;
  }

  .y-uslugi-direct-price table.table_effect3 td {
    font-size: 12px !important;
  }

  .y-uslugi-direct-bottom {
    max-width: 350px;
  }

  .uslugi__direct_pricelist_lister {
    margin-top: 30px !important;
  }

  .uslugi__direct_pricelist_locshow_head {
    height: 40px !important;
  }

  .uslugi__direct_pricelist_locshow_head_name {
    font-size: 14px !important;
  }

  .uslugi__direct_pricelist_lister table.table_effect3 td {
    font-size: 12px !important;
  }

  .uslugi_direct_subdirect_action_title {
    font-size: 24px;
  }
}

/*# sourceMappingURL=uslugi.css.map */

.uslugi__direct_pricelist_lister {
  margin-top: 60px;
}

.uslugi__direct_pricelist_lister_item {
  margin-top: 10px;
}

.uslugi__direct_pricelist_lister_item:nth-child(1) {
  margin: 0;
}

.uslugi_locshow2_head {
  display: flex;
  align-items: center;
  padding: 5px 28px 5px 28px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  background: #66891e;
  user-select: none;
  height: 50px;
}

.uslugi_locshow2_head_name {
  font-size: 21px;
  font-family: "proximanovasemibold";
  color: #fff;
  line-height: 0.571;
}


.uslugi_locshow2_cont {
  padding: 20px 15px 0 20px;
}

.uslugi_locshow2_head:hover {
  opacity: 0.9;
}

.uslugi_locshow2_head_right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 120px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #fff;
}

.uslugi_locshow2_head_right::after {
  position: absolute;
  left: -20px;
  width: 120px;
  content: 'Свернуть';
  line-height: 1.8;
  text-align: center;
  font-size: 16px;
}

.uslugi_locshow2_head_right i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 3px;
  margin-left: auto;
  background-image: url('/file/uslugi/locshow_close.svg');
}

.uslugi_locshow2.hide .uslugi_locshow2_head_right::after {
  content: 'Посмотреть';
  color: #fff;
}

.uslugi_locshow2.hide .uslugi_locshow2_head_right i {
  height: 16px;
  background-image: url('/file/uslugi/locshow_open.svg');
  filter: invert(1);
}


.uslugi_locshow2[data-template="2"] .uslugi_locshow2_head {
  background: #66891e;
}

.uslugi_locshow2[data-template="2"] .uslugi_locshow2_head_name {
  color: #000;
}

.uslugi_locshow2.hide .uslugi_locshow2_head {
  background: #66891e;
}

.uslugi_locshow2.hide .uslugi_locshow2_head_name {
  color: #fff;
}


.uslugi__direct_pricelist_locshow_head {
  display: flex;
  align-items: center;
  padding: 5px 28px 5px 28px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  background: #66891e;
  user-select: none;
  height: 50px;
}

.uslugi__direct_pricelist_locshow_head_name {
  font-size: 21px;
  font-family: "proximanovasemibold";
  color: #fff;
  line-height: 0.571;
}

.uslugi__direct_pricelist_locshow_head_right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 120px;
  font-size: 16px;
  font-family: "proximanovaregular";
  color: #fff;
}

.uslugi__direct_pricelist_locshow_head_right i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 3px;
  margin-left: auto;
  background-image: url('/file/uslugi/locshow_close.svg');
}

.uslugi__direct_pricelist_locshow_head_right::after {
  position: absolute;
  left: -20px;
  width: 120px;
  content: 'Свернуть';
  line-height: 1.8;
  text-align: center;
  font-size: 16px;
}

.uslugi__direct_pricelist_locshow.hide .uslugi__direct_pricelist_locshow_head {
  background: #66891e;
}

.uslugi__direct_pricelist_locshow.hide .uslugi__direct_pricelist_locshow_head_name {
  color: #fff;
}

.uslugi__direct_pricelist_locshow.hide .uslugi__direct_pricelist_locshow_head_right i {
  height: 16px;
  background-image: url('/file/uslugi/locshow_open.svg');
  filter: invert(1);
}

.uslugi__direct_pricelist_locshow.hide .uslugi__direct_pricelist_locshow_head_right::after {
  content: "Посмотреть";
  color: #fff;
}

.uslugi__direct_pricelist_locshow_cont {
  padding: 20px 15px 20px 20px;
}

.uslugi__direct_pricelist_locshow_head:hover {
  opacity: 0.9;
}

.uslugi__direct_pricelist_locshow.hide .uslugi__direct_pricelist_locshow_head_icon {
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background-image: url('/modul/uslugi/option/img/locshow_open.svg');
}


@media (max-width: 767px) {

  .uslugi_locshow2_head_name {
    font-size: 17px;
  }

  .uslugi_locshow2_head_right {
    width: 30px;
  }

  .uslugi_locshow2_head_right::after {
    content: none;
  }

  .uslugi_locshow2.hide .uslugi_locshow2_head_right::after {
    content: none;
  }

  .uslugi_locshow2_cont {
    padding-left: 0;
    padding-right: 0;
  }
}



/* articles */
.article_view_action {
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.article_view_action_name {
  font-size: 36px;
  font-family: "proximanovabold";
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
}

.photobasic {
  margin-top: 50px;
}

.article_view_action_text {
  margin-top: 50px;
}

.article_view_action_photo_list {
  margin-top: 50px;
}

.uslugi_article_title {
  font-size: 36px;
  font-family: "proximanovabold";
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
}

.uslugi_article_list1_wrap {
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}


.uslugi_article_list1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -13px;
  margin-right: -13px;
  line-height: 1;
}

.uslugi_article_list1_item {
  width: calc(25% - 26px);
  margin: 13px 13px 13px 13px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 300px;
}

.uslugi_article_list1_item_photo {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.uslugi_article_list1_item_photo:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px rgba(0, 0, 0, 0.07) solid;
  border-bottom: 0;
}

.uslugi_article_list1_item.photo_no .uslugi_article_list1_item_photo {
  background-size: auto;
}

.uslugi_article_list1_item_photo:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.uslugi_article_list1_item_info {
  padding: 18px 15px 32px 20px;
  border: 1px #ededed solid;
  border-top: 0;
  width: 100%;
  flex: 1;
  min-height: 100px;
}

.uslugi_article_list1_item_name {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-family: proximanovasemibold;
}

.uslugi_article_list1_item_name a {
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #cfcfcf, #cfcfcf);
  background-position: 0 1.13em;
  /*background-position:bottom left;*/
  background-repeat: repeat-x;
  background-size: 100% 2px;
  /*background-size: 50% 2px;*/
  transition: background-size 0.07s ease 0s;
}

.uslugi_article_list1_item_name a:hover {
  color: #000;
  text-decoration: none;
  background-size: 0px 0px;
}

.uslugi_article_list_widget1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  line-height: 1;
}

.uslugi_article_list_widget1_item {
  width: calc(25% - 26px);
  margin: 13px 13px 13px 13px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 300px;
}

.uslugi_article_list_widget1_item_photo {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.uslugi_article_list_widget1_item_photo:before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px rgba(0, 0, 0, 0.07) solid;
  border-bottom: 0;
}

.uslugi_article_list_widget1_item.photo_no .uslugi_article_list_widget1_item_photo {
  background-size: auto;
}

.uslugi_article_list_widget1_item_photo:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.uslugi_article_list_widget1_item_info {
  padding: 18px 15px 32px 20px;
  border: 1px #ccc solid;
  border-top: 0;
  width: 100%;
  flex: 1;
  min-height: 100px;
}

.uslugi_article_list_widget1_item_name {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-family: proximanovasemibold2;
}

.uslugi_article_list_widget1_item_name a {
  color: #000;
  text-decoration: none;
  background-image: linear-gradient(to bottom, #cfcfcf, #cfcfcf);
  background-position: 0 1.13em;
  /*background-position:bottom left;*/
  background-repeat: repeat-x;
  background-size: 100% 2px;
  /*background-size: 50% 2px;*/
  transition: background-size 0.07s ease 0s;
}

.uslugi_article_list_widget1_item_name a:hover {
  color: #000;
  text-decoration: none;
  background-size: 0px 0px;
}

.article_view_action_direct {
  font-family: 'proximanovasemibold';
  margin-top: 15px;
}

.article_view_action_direct a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  font-family: 'proximanovaregular';
}

.article_view_action_direct a:hover {
  text-decoration: underline;
}

.y-uslugi-direct-article {
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 15px;
}

.y-uslugi-direct-article__top {
  display: flex;
}

.y-uslugi-direct-article__top_title {
  margin-right: 15px;
  font-size: 36px;
  font-family: 'proximanovabold';
  color: rgb(0, 0, 0);
  line-height: 1.167;
}

.y-uslugi-direct-article__top_title a {
  text-decoration: none;
  color: #000
}

.y-uslugi-direct-article__top_title a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8)
}

.y-uslugi-direct-article__top_link {
  margin-left: auto;
  align-self: flex-end;
}

.y-uslugi-direct-article__top_link a {
  font-size: 16px;
  font-family: 'proximanovaregular';
  color: rgb(0, 0, 0);
  text-decoration: underline;
  line-height: 1.5
}

.y-uslugi-direct-article__top_link a:hover {
  text-decoration: none;
}

.y-uslugi-direct-article__slider {
  margin-top: 30px;
}

.y-uslugi-direct-article .uslugi_article_list1_item {
  height: auto;
  margin: 0;
  max-width: inherit;
}


.y-uslugi-direct-article-nav {
  display: flex;
  flex: none;
  align-items: center;
  margin-top: 30px;
}

.y-uslugi-direct-article-nav__navigations {
  display: flex;
  margin-right: 60px;
}

.y-uslugi-direct-article-nav__navigations_prev {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}

.y-uslugi-direct-article-nav__navigations_prev.swiper-button-disabled {
  opacity: 0.25;
}

.y-uslugi-direct-article-nav__navigations_prev img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-direct-article-nav__navigations_next {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
}

.y-uslugi-direct-article-nav__navigations_next.swiper-button-disabled {
  opacity: 0.25;
}

.y-uslugi-direct-article-nav__navigations_next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.y-uslugi-direct-article-nav__pagination {
  display: flex;
  align-items: center;
  width: 100%;
}

.y-uslugi-direct-article-nav__pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: #e5e5e5;
  opacity: 1;
}

.y-uslugi-direct-article-nav__pagination .swiper-pagination-bullet-active {
  background: #739a22;
  height: 4px;
}

@media (max-width: 1365px) {

  .uslugi_article_list1 {
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1;
  }

  .uslugi_article_list1_item {
    width: calc(25% - 10px);
    margin: 5px 5px 5px 5px;
  }

  .uslugi_article_list1_item_info {
    padding: 15px 10px 25px 15px;
  }

  .uslugi_article_list1_item_name {
    font-size: 16px;
  }

  .uslugi_article_list_widget1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1;
  }

  .uslugi_article_list_widget1_item {
    width: calc(25% - 10px);
    margin: 5px 5px 5px 5px;
  }

  .uslugi_article_list_widget1_item_info {
    padding: 15px 10px 25px 15px;
  }

  .uslugi_article_list_widget1_item_name {
    font-size: 16px;
  }
}

@media(max-width: 1023px) {
  .y-uslugi-direct-article {
    max-width: 530px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .y-uslugi-direct-article__top_title {
    font-size: 28px;
  }

  .y-uslugi-direct-article .uslugi_article_list1_item_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 767px) {

  .article_view_action_name {
    font-size: 28px;
  }

  .article_view_action_text {
    margin-top: 30px;
  }

  .uslugi_article_list1 {
    margin-left: -7px;
    margin-right: -7px;
    line-height: 1;
  }

  .uslugi_article_list1_item {
    width: calc(50% - 6px);
    margin: 3px 3px 3px 3px;
  }

  .uslugi_article_list1_item_info {
    padding: 13px 5px 20px 10px;
    min-height: 70px;
  }

  .uslugi_article_list1_item_name {
    font-size: 15px;
  }

  .uslugi_article_list_widget1 {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .uslugi_article_list_widget1_item {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-right: 3px;
    width: 75%;
  }

  .y-uslugi-direct-article {
    max-width: 400px;
  }

  .y-uslugi-direct-article__top {
    flex-direction: column;
  }

  .y-uslugi-direct-article__top_title {
    font-size: 28px;
  }

  .y-uslugi-direct-article__top_link {
    margin-top: 10px;
    margin-left: 0;
    align-self: flex-start;
  }

  .uslugi_article_title {
    font-size: 28px;
  }
}

@media (max-width: 479px) {

  .article_view_action_name {
    font-size: 24px;
  }

  .uslugi_article_list1_item_info {
    padding: 12px 5px 20px 5px;
  }

  .uslugi_article_list1_item_name {
    font-size: 14px;
  }

  .y-uslugi-direct-article {
    max-width: 350px;
  }

  .y-uslugi-direct-article__top_title {
    font-size: 24px;
  }

  .y-uslugi-direct-article__top_link a {
    font-size: 14px;
  }

  .uslugi_article_title {
    font-size: 24px;
  }
}


.y-uslugi-direct-category {
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 15px;
}

.y-uslugi-direct-category__top {
  display: flex;
}

.y-uslugi-direct-category__top_title {
  margin-right: 15px;
  font-size: 36px;
  font-family: 'proximanovabold';
  color: rgb(0, 0, 0);
  line-height: 1.167;
}

.y-uslugi-direct-category__top_title a {
  text-decoration: none;
  color: #000
}

.y-uslugi-direct-category__top_title a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8)
}

.y-uslugi-direct-category__top_link {
  margin-left: auto;
  align-self: flex-end;
  flex: none;
}

.y-uslugi-direct-category__top_link a {
  font-size: 16px;
  font-family: 'proximanovaregular';
  color: rgb(0, 0, 0);
  text-decoration: underline;
  line-height: 1.5
}

.y-uslugi-direct-category__top_link a:hover {
  text-decoration: none;
}

.y-uslugi-direct-category .y-uslugi-servises__items_item {
  width: 14.285%;
}

.y-uslugi-direct-category .y-uslugi-servises__items_item_inner_info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
}

.y-uslugi-direct-category .y-uslugi-servises__items_item_inner_info_title {
  font-size: 18px;
}

@media (max-width: 1279px) {
  .y-uslugi-direct-category .y-uslugi-servises__items_item_inner_info_icon {
    width: 50px;
    height: 50px;
  }

  .y-uslugi-direct-category .y-uslugi-servises__items_item_inner_info_title {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  .y-uslugi-direct-category {
    max-width: 530px;
  }

  .y-uslugi-direct-category__top_title {
    font-size: 28px;
  }

  .y-uslugi-direct-category .y-uslugi-servises__items_item {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .y-uslugi-direct-category {
    width: 400px;
    margin-top: 50px;
  }

  .y-uslugi-direct-category__top {
    flex-direction: column;
  }

  .y-uslugi-direct-category__top_title {
    margin-right: 0;
  }

  .y-uslugi-direct-category__top_link {
    margin-top: 10px;
    margin-left: 0;
    align-self: flex-start;
  }

  .y-uslugi-direct-category .y-uslugi-servises__items_item_inner_info_title {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .y-uslugi-direct-category {
    max-width: 350px;
  }

  .y-uslugi-direct-category__top_title {
    font-size: 24px;
  }

  .y-uslugi-direct-category__top_link a {
    font-size: 14px;
  }

  .y-uslugi-direct-category .y-uslugi-servises__items_item {
    width: 50%;
  }
}