@font-face {
  font-family: "Avanti";
  src: url("../fonts/AvantGardeGothicC-Demi.otf");
}

@font-face {
  font-family: "Avanti-Bold";
  src: url("../fonts/Avanti-Bold.ttf");
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.ttf");
}

@font-face {
  font-family: "Circe-Light";
  src: url("../fonts/Circe-Light.ttf");
}

@font-face {
  font-family: "Circe-Bold";
  src: url("../fonts/Circe-ExtraBold.ttf");
}

@font-face {
  font-family: "Circe-Extra-Bold";
  src: url("../fonts/Circe-Bold.otf");
}








.made {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4vw;
  background: #424e9c;
}
.made__text {
  font-family: "Circle", sans-serif;
  font-size: 0.8vw;
  color: #9e9e9e !important;
  margin-right: 1%;
}

.made__author {
  font-family: "Circe-Bold", sans-serif;
  font-size: 0.9vw;
  color: #ffffff !important;
  margin: 0 !important;
  margin-left: 10%;
}
.made__author span {
  font-family: "Circe-Light", sans-serif;
}

.overlay {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.contacts_item-text {
  color: #fff;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  z-index: 1000;
  width: 100%;
  margin: 1vw 0 0 0;
}

.modal {
  display: none;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: auto;
  padding: 6rem 2rem;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}

.modal__ostavte-zayavku-1.active,
.modal__zapis-na-konsultaciyu.active,
.modal--reply.active {
  display: block;
}

.modal-block {
  
  z-index: 100;
  position: fixed;
  top: 30%;
  left: 50%;
  
  transform: translate(-50%, -1000%);
  width: 40%;
  height: auto;
  
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);

  background: #f5f5f3;
  max-width: 100% !important;
  padding: 120px 30px !important;
}

.modal__text {
  font-family: "Avanti", sans-serif;
  font-size: 40px;
  text-align: center;
}

.modal-block.active {
  
  transform: translate(-50%, -50%);
}

.modal-block__close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  width: 1.822917vw;
  max-width: 35px;
  height: 1.822917vw;
  max-height: 35px;
  padding: 0;
  color: transparent;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.modal-block__close::before,
.modal-block__close::after {
  position: absolute;
  content: "";
  top: 17px;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.modal-block__close::before {
  transform: rotate(45deg);
}
.modal-block__close::after {
  transform: rotate(-45deg);
}

.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  width: 76.71875vw;
  max-width: 1473px;
  margin: 1.56vw auto;
  padding: 0;
}
.breadcrumbs li {
  margin: 0;
}
.breadcrumbs li .breadcrumbs-item {
  color: #424e9c;
  margin: 0 45px 0 0;
  position: relative;
}
.breadcrumbs li .breadcrumbs-item.breadcrumbs-item-current {
  color: #fff;
  cursor: auto;
}
.breadcrumbs li .breadcrumbs-item::after {
  position: absolute;
  content: ">";
  top: 0;
  right: -25px;
  cursor: auto;
}
.breadcrumbs li:last-of-type .breadcrumbs-item::after {
  content: "";
}

a.header__items_message.light-modal {
  background-color: #f5f5f3;
}
a.header__items_message.light-modal .message_text {
  color: #424e9c;
}
a.header__items_message.light-modal:hover .message_text {
  color: #f5f5f3;
}
.page-404 {
  height: 48.07vw;
  max-height: 923px;
  background-color: #161616;
  position: relative;
}
.page-404_line {
  position: absolute;
  top: 45%;
  height: 1px;
  width: 100%;
  background: #5c5c5c;
}
.page-404_link {
  color: #ffffff !important;
  position: absolute;
  top: 76%;
  left: 0;
  right: 0;
  text-align: center;
  border-bottom: 2px solid #ffffff !important;
  width: fit-content;
  margin: auto;
}
.page-404_info {
  position: absolute;
  width: 17.1875vw;
  height: 17.1875vw;
  max-height: 330px;
  max-width: 330px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-404_info-top {
  font-family: "Circe-Bold", sans-serif;
  font-size: 35px;
  color: #f5f5f3;
  text-transform: uppercase;
  margin: 0 0 94px;
}
.page-404_info-bottom {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1vw;
}
.page-404_info-bottom div:first-of-type {
  margin: 0 0 0.3vw;
}
.page-404_info-top span {
  margin: 0 1vw;
}
.video-1 .video-wrap {
  height: 27.625vw;
  max-height: 588px;
  position: relative;
  margin-left: 250px;
}
.video-2 .video-wrap {
  height: 17.8125vw;
  max-height: 342px;
  width: 30.20833vw;
  max-width: 580px;
  position: relative;
}
.video-wrap-player {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video-wrap-player iframe {
  width: 100%;
  height: 100%;
}

.start-video {
  position: absolute;
  top: 80px;
  padding: 12px;
  left: 174px;
  
  cursor: pointer;
  transition: all 0.3s;
}







div.thumbnail_container {
  
  
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

img.thumbnail {
  position: absolute;
  bottom: 0;
  
  
}

.news-caption {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.articles_item {
  cursor: pointer;
}
.request_form form {
  display: flex;
  flex-flow: column;
}
.next-arrow-icon {
  display: inline-block;
  width: 3.1rem;
  height: 1.7rem;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.prev-arrow-icon {
  display: inline-block;
  width: 3.1rem;
  height: 1.7rem;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(180deg);
}
.news-page-prev {
  display: block;
  margin-right: 5.5rem;
  transition: 0.2s;
}
.news-page-next {
  display: block;
  margin-left: 5.5rem;
  transition: 0.2s;
}
button {
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #424e9c;
  overflow-x: hidden;
  background: #f5f5f3;
  width: 100%;
}

body {
  font-family: "Avanti", sans-serif;
}

body.fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

a {
  text-decoration: none;
}
.ya-share2__badge {
  background-color: transparent !important;
}
.ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("../img/facebook_black.svg") !important;
}
.ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url("../img/telegram_black.svg") !important;
}
.ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("../img/twitter_black.svg") !important;
}
.banner {
  width: 100%;
  position: relative;
}

.banner__img {
  width: 100%;
  position: relative;
}

/* мобильная версия */
@media (max-width: 768px) {
  .banner {
    height: 420px; /* нужную высоту подбери */
    overflow: hidden;
  }

  .banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* чтобы картинка не тянулась */
  }
}


.banner__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* степень затемнения */
  pointer-events: none;
}

.banner__img img {
  width: 100%;
  display: block;
}


.banner__img img:nth-child(2) {
  display: none;
}

.header {
  position: absolute;
  top: 10px;
  width: 100%;
  font-family: "Circe-Light", sans-serif;
  z-index: 100;
  transition: 0.7s;
}

.header.active {
  background: #424e9c;
  transition: 0.7s;
}

.header.relative {
  position: relative;
}

.header.relative a {
  color: #424e9c;
  font-family: "Circe", sans-serif;
}

.header.relative .logo_text {
  color: #424e9c;
  font-family: "Roboto", sans-serif;
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 17px;
}

.header__items_logo {
  display: flex;
  align-items: center;
  margin: 0 0 0 75px;
  font-family: "Roboto", sans-serif;
}

.logo_img {
  width: 100px;
  margin: 0 20px 0 0;
}

.logo_img img {
  width: 100%;
  display: block;
}

.logo_text {
  color: #fff;
}

.logo_text p:first-child {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.logo_text p:last-child {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.header__items_menu {
  display: flex;
  align-items: center;
}

.header__items_menu a {
  letter-spacing: 0.8px;
  color: #f5f5f3;
  margin: 0 45px 0 0;
  transition: 0.3s;
}

.header__items_menu a:last-child {
  margin: 0 15px 0 0;
}

.header__items_phone {
  margin: 0 75px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header__items_phone a {
  color: #fff;
  font-size: 18px;
  position: relative;
}

a.header__items_message {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #424e9c;
  display: flex;
  padding: 32px 50px 32px 50px;
  margin: 0 10px 0 0;
  transition: 0.3s;
}

a.header__items_message:hover {
  background: #313131;
  transition: 0.3s;
}

a.header__items_message.light {
  background: #f5f5f3;
}

a.header__items_message.light p {
  color: #424e9c;
}

.message_text {
  margin: 2px 34px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 400;
  font-family: "Circe", sans-serif;
  color: #fff;
}

.line {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #5c5551;
  z-index: 100;
}

.line_left_items {
  height: 270px;
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #5c5551;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin: -135px 0 0 75px;
  letter-spacing: 2px;
}

.line_center_items {
  display: flex;
  flex-direction: column;
  height: 220px;
  justify-content: space-between;
  margin: -258px 0 0 0;
}
.line_center_items h1,
.line_center_items p:first-child {
  font-size: 90px;
  font-weight: 700;
  color: #f5f5f3;
  margin: 0 0 0 300px;
}

.line_left_items p {
  font-family: "Circe-Extra-Bold", sans-serif;
}

.line_center_items p:nth-child(2) {
  color: #d5d4d2;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 18px;
  max-width: 800px;
  margin: 0 0 0 350px;
  line-height: 1.7;
  letter-spacing: 0.3px;
}

.line_left_items p:first-child {
  padding: 0 0 20px 0;
  position: relative;
}

.line_left_items p:first-child::after {
  content: "";
  background: #f5f5f3;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  bottom: 9px;
  right: 50%;
}

.line_right_items {
  margin: -115px 0 0 calc(100% - 350px);
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  height: 320px;
}

.line_right_items p:first-child {
  letter-spacing: 3px;
}

.banner__bottom_items {
  left: 10px;
  right: 70px;
  width: calc(100% - 80px);
  align-items: center;
  bottom: 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
}

.more_info {
  width: 720px;
  padding: 0 0 0 65px;
  height: 160px;
  display: flex;
  flex-direction: column;
  background: #f5f5f3;
  justify-content: center;
  position: relative;
}

.more_info:hover .arrow {
  right: 50px;
  transition: 0.5s;
}

.more_info p:nth-child(1) {
  margin: 0 0 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Circe", sans-serif;
  color: #000;
  letter-spacing: 3.25px;
}

.more_info p:nth-child(2) {
  font-size: 28px;
  font-weight: 700;
  color: #424e9c;
  font-family: "Avanti-Bold", sans-serif;
}

.arrow {
  position: absolute;
  right: 70px;
  transition: 0.5s;
}

.arrow img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.social {
  font-family: "Circe", sans-serif;
  display: flex;
  margin: 70px 0 0 0;
}

.social a {
  margin: 0 40px 0 0;
  color: #fff;
  transition: 0.5s;
}

.social a:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

.social a:last-child {
  margin: 0 0 0 0;
}

.directions {
  display: flex;
  padding: 135px 0;
  background: #424e9c;
  width: 100%;
}

.directions .photo {
  width: 58.5%;
}

.directions .photo img {
  width: 100%;
  display: block;
}

.directions .photo img:nth-child(1) {
  display: block;
}

.directions .photo img:nth-child(2) {
  display: none;
}

.directions_text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 41.5%;
}

.directions_text p.title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
      margin: 114px 0 40px 25px;
}

.directions_text p.medium_title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px -20px;
  font-family: "Circe-Extra-Bold", sans-serif;
  letter-spacing: 1.8px;
}

.directions_text_ammount {
  display: flex;
  margin: 0 0 0 90px;
}

.directions_text_ammount a {
  margin: 0 0 15px 0;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-family: "Circe", sans-serif;
  font-size: 17px;
}

.directions_text_ammount a::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 15px;
  background: #fff;
  left: -20px;
  z-index: 1;
  transition: 0.3s;
}

.directions_text_ammount a:hover {
  color: #fff;
}

.directions_text_ammount a:hover::before {
  height: 1px;
  width: 25px;
  background: #fff;
  left: -30px;
  transition: 0.3s;
}

.left_amount {
  display: flex;
  flex-direction: column;
  max-width: calc(43% - 20px);
  margin: 0 35px 0 0;
  z-index: 10;
}

.right_amount {
  display: flex;
  flex-direction: column;
  max-width: calc(43% - 20px);
  margin: 0 35px 0 0;
  position: relative;
  z-index: 10;
}

a.consultation_wrapper {
  position: absolute;
  right: 65px;
  bottom: 45px;
}

.pie {
  display: inline-block;
  margin: 0.5em;
  width: 270px;
  height: 270px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.pie:after {
  border-radius: 50%;
  display: block;
  content: "";
  background: #424e9c;
  position: absolute;
  left: 1px;
  top: 1px;
  height: 268px;
  width: 268px;
}

.p3 {
  background:
    linear-gradient(170deg, transparent 50%, #6d6d6d 50%),
    linear-gradient(135deg, #303030 50%, #6d6d6d 50%);
}

.pie_text {
  z-index: 150;
  letter-spacing: 3px;
  color: #fff;
  font-size: 17px;
  font-family: "Circe-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pie_text p:first-child {
  margin: 0 0 20px 0;
  position: relative;
}

.pie_text p:first-child:after {
  content: "";
  background: #f5f5f3;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  bottom: -10px;
  right: 50%;
}

.stages {
  padding: 130px 0 250px 0;
  background: #f5f5f3;
}

.basic_title {
  font-size: 56px;
}

.stages .basic_title {
  margin: 0 0 60px 0;
}

.stages_items_wrapper {
  display: flex;
  justify-content: space-between;
}

.stages_item {
  width: 31%;
  position: relative;
}

.stages_item img {
  width: 100%;
  display: block;
}

.stages_item_text {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  background: #f5f5f3;
  width: 61%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stages_item_text p:first-child {
  color: #000;
  text-transform: uppercase;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 15px 0;
}

.stages_item_text p:last-child {
  font-size: 27px;
  font-weight: 700;
}
.stages_item_text .step-text,
.stages_item_text a {
  color: #424e9c;
  font-size: 24px;
  font-weight: 700;
}

.appointment {
  display: flex;
  padding: 0 0 250px 0;
  background: #f5f5f3;
}

.appointment .basic_title {
  width: 40%;
}

.experience_count {
  font-size: 66px;
  font-family: "Avanti", sans-serif;
  letter-spacing: 3px;
  color: #000;
  font-weight: 700;
  margin: 0 20px 0 0;
}

.experience {
  display: flex;
  align-items: center;
  color: #545754;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px -5px;
}

.experience_text {
  letter-spacing: 2px;
  font-size: 12px;
  padding: 8px 0 0 0;
  font-family: "Circe-Light", sans-serif;
}

.experience_text p:first-child {
  margin: 0 0 5px 0;
}

.experience_text p {
  position: relative;
}

.experience_text p:nth-child(2):before {
  content: ".";
  position: absolute;
  left: -5px;
  bottom: 0.5px;
}

.appointment .basic_title {
  margin: 0 18% 0 0;
}

.appointment_text {
  width: 36%;
}

.appointment_summary {
  margin: 0 0 30px 0;
  font-family: "Circe", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}
.page-404_link,
a.appointment_more_info {
  color: #424e9c;
  text-transform: uppercase;
  border-bottom: 2px solid #424e9c;
  padding: 1px 5px;
  letter-spacing: 2px;
  font-family: "Circe-Bold", sans-serif;
}

.swiper-container {
  width: 100%;
  
  height: auto;
}

.swiper-container .swiper-slide {
  width: 100% !important;
  height: 31.25vw;
  max-height: 600px;
  overflow: hidden;
}

.swiper-container .swiper-slide img {
  width: 100%;
}









.slider {
  padding: 0 0 250px 6.3%;
  display: flex;
  background: #f5f5f3;
  position: relative;
}

.slider_arrows {
  display: flex;
  position: absolute;
  bottom: 45px;
  left: 85px;
}

p.slider_title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px 0;
  font-family: "Avanti-Bold", sans-serif;
}

p.slider_text {
  color: #fff;
  line-height: 1.5;
  font-family: "Circe", sans-serif;
  font-size: 19px;
}

.slider_left_block {
  background: #fff;
  padding: 70px 150px 60px 95px;
  margin: 35px 0;
  position: relative;
  
  
  
}

.menu_circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: -15px;
  border: 1px solid transparent;
}

.menu_circle.active {
  background: #424e9c;
  border: 1px solid #f5f5f3;
}

.menu_circle.active .circle_dot {
  background: #fff;
}

.menu_circle.dark {
  background: #424e9c;
}

.header.relative .circle_items a {
  color: #f5f5f3;
}

.menu_circle.dark .circle_dot {
  background: #fff;
}

.circle_items {
  display: none;
  background: #424e9c;
  padding: 10px 20px;
  border: 1px solid #f5f5f3;
  border-radius: 50px;
}

.circle_items a {
  padding: 0 0 10px 0;
  margin: 0;
}

.circle_items a:last-child {
  margin: 0;
}

.circle_items.active {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.circle_dot {
  height: 2px;
  width: 2px;
  border-radius: 50%;
  background: #505050;
  margin: 0 0 4px 0;
}

.circle_dot:last-child {
  margin: 0 0 0 0;
  position: relative;
}

.swiper_numbers {
  margin: 0 0 45px 0;
}

.swiper-button-next {
  background-image: url("../img/arrow.svg") !important;
  background-repeat: no-repeat;
  content: "" !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 2px !important;
}

.swiper-button-prev {
  background-image: url("../img/arrow.svg") !important;
  background-repeat: no-repeat;
  content: "" !important;
  margin: 0 40px 0 0 !important;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none !important;
  border: none !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-next,
.swiper-button-prev {
  height: 14px !important;
  width: 60px !important;
  bottom: 20px !important;
  margin-top: auto !important;
  position: relative !important;
}

.request {
  margin: 0 0 170px 0;
}

.request_bg {
  width: 100%;
  position: relative;
}

.request_bg img {
  width: 100%;
  display: block;
}

.request_bg img:nth-child(1) {
  display: block;
}

.request_bg img:nth-child(2) {
  display: none;
}

.request_form {
  position: absolute;
  top: calc(50% - 285px);
  width: 29%;
  margin: 0 35.5%;
  display: flex;
  flex-direction: column;
}

p.request_form_title {
  color: #f5f5f3;
  font-size: 46px;
  text-align: center;
  margin: 0 0 55px 0;
  letter-spacing: 2px;
}

.request_form input {
  background: none;
  border-bottom: #f5f5f3 1px solid;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0 0 50px 0;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.request_form input:focus {
  outline: none;
}

.request_form textarea {
  background: none;
  border: #f5f5f3 1px solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  outline: none;
  box-shadow: none;
  resize: none;
  -moz-appearance: none;
  position: relative;
  width: calc(100% - 20px);
  height: 130px;
  margin: 10px 0 30px 0;
  padding: 0 10px 10px 10px;
  font-size: 18px;
  resize: none;
}

.border_left {
  background: #f5f5f3;
  position: absolute;
  width: 1px;
  height: 65%;
  left: 0px;
  bottom: 34px;
}

.border_right {
  background: #f5f5f3;
  position: absolute;
  width: 1px;
  height: 157px;
  right: 0px;
  top: 9px;
}

.request_form label {
  color: #f5f5f3;
  font-family: "Circe", sans-serif;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  font-size: 16px;
  font-family: "Circe-Bold", sans-serif;
  letter-spacing: 3px;
}

.request_form label.comment {
  padding: 0 0 0 0;
}

textarea {
  padding: 0 10px 10px 10px;
  color: #fff;
  font-size: 18px;
}

textarea:active {
  outline: none;
}

textarea:focus {
  outline: none;
}

.textarea_wrapper {
  position: relative;
  width: 100%;
}

.request_form label.comment {
  position: absolute;
  left: 0;
  top: 15px;
  background: #6c6c6c;
  padding: 0 20px 0 0;
  z-index: 100;
}

.textarea_name {
  display: flex;
  align-items: center;
  position: relative;
}

.textarea_name_line {
  background: #f5f5f3;
  flex-grow: 1;
  height: 1px;
}

.textarea_name p {
  z-index: 1000;
  color: #f5f5f3;
  font-family: "Circe-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px 0 0;
}

.request_form .send {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.request_form .send button {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
}
.request_form .send button,
.request_form .send a {
  border-bottom: 2px solid #f5f5f3;
  font-size: 16px;
  padding: 0 4px 3px 4px;
  color: #f5f5f3;
  letter-spacing: 3px;
  font-family: "Circe-Bold", sans-serif;
}

.about {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 170px auto;
}

.about_left_block {
  width: 50%;
  position: relative;
}

.about_left_block img {
  height: 470px;
  
  display: block;
}

.play_video {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #5c5551;
}

.play_video_arrow {
  position: absolute;
  width: 250px;
  height: 250px;
  left: calc(50% - 125px);
  top: calc(50% - 125px);
  border-radius: 50%;
  border: 1px solid #5c5551;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.play_video_arrow img {
  display: block !important;
  width: 15px;
  height: auto;
  margin: 0 0 7px 0;
}

.play_video_arrow p {
  color: #000;
  margin: 0 0 7px 0;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.play_video_arrow p:last-child {
  margin: 0 0 0 0;
}

.about_right_block {
  margin: 0 195px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.about_right_block_title {
  font-family: "Circe-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 10px 0;
}

.about_right_block_summary {
  color: #000;
  text-transform: uppercase;
  font-family: "Circe-Light", sans-serif;
  font-size: 16px;
}

.about_right_block_photo {
  width: 95%;
  position: relative;
  overflow: hidden;
}

.about_right_block_photo:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.about_left_block_photo:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.about_right_block_photo img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.about_right_block_photo .play_video_arrow {
  width: 220px;
  height: 220px;
  left: calc(50% - 110px);
  top: calc(50% - 110px);
}

.about_right_block_photo .play_video_arrow img {
  width: 15px;
  display: block;
}

.page_text {
  width: 42%;
  margin: 0 auto 200px auto;
}

.page_text_title {
  font-size: 30px;
  font-family: "Avanti-Bold", sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.page_text_ammount {
  color: #000;
  font-family: "Circe", sans-serif;
  font-size: 20px;
}

.page_text_ammount p {
  margin: 0 0 40px 0;
  line-height: 1.3;
}

.footer {
  background: #424e9c;
  display: flex;
  flex-direction: column;
  font-family: "Circe", sans-serif;
  padding: 90px 0 40px 0px;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  width: 76.6%;
  max-width: 1920px;
  margin: 0 auto 50px auto;
}

.footer_logo {
}

.footer_logo_text {
  display: flex;
  flex-direction: column;
  color: #f5f5f3;
  justify-content: center;
}

.footer_block {
  display: flex;
  flex-direction: column;
}

.footer_logo_img {
  width: 70px;
  margin: 0 10px 0 0;
  
  filter: invert(1) brightness(2.9) contrast(1.1);


}

.footer_logo_img img {
  width: 100%;
  display: block;
}

.footer_logo_text_title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.footer_logo_text_summary {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Circe", sans-serif;
  letter-spacing: 0.8px;
}

.logo_wrapper {
  display: flex;
  justify-content: center;
}

.footer a {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 16px;
  transition: 0.1s;
  letter-spacing: 0.3px;
}

.footer a.footer_block_title {
  font-family: "Circe-Extra-Bold", sans-serif;
  letter-spacing: 1.2px;
}

.footer a:hover {
  color: #f5f5f3;
  transition: 0.1s;
}

a.footer_block_title {
  color: #f5f5f3;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.bottom_items {
  display: flex;
  justify-content: space-between;
  width: 76.6%;
  margin: 0 auto;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 20px 0 0 0;
}

.bottom_items_social {
  display: flex;
}

.bottom_items_social a {
  width: 25px;
  margin: 0 30px 0 0;
}

.bottom_items_social a:last-child {
  margin: 0 0 0 0;
}

.bottom_items_social a img:nth-child(1) {
  width: 100%;
  display: block;
  transition: 0.3s;
}

.bottom_items_social a img:nth-child(2) {
  width: 100%;
  display: none;
  transition: 0.3s;
}

.bottom_items_social a:hover img:nth-child(1) {
  display: none;
  transition: 0.3s;
}

.bottom_items_social a:hover img:nth-child(2) {
  display: block;
  transition: 0.3s;
}

.bottom_items_protect {
  font-size: 16px;
}

.swiper-pagination {
  position: relative !important;
  text-align: left !important;
}

.swiper-pagination-current {
  position: relative;
  padding: 0 27px 0 0;
  font-family: "Circe", sans-serif;
  color: #fff;
}

.swiper-pagination-total {
  position: relative;
  padding: 0 0 0 18px;
  font-family: "Circe", sans-serif;
  color: #c5c5c5;
  font-size: 15px;
}

.swiper-pagination-total::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 47px;
  top: 10px;
  left: -35px;
  background: #c5c5c5a6;
}

.swiper-pagination-current::after {
  position: absolute;
  right: -20px;
  background: #fff;
  height: 20px;
  width: 40px;
  content: "";
}

.hamburger {
  padding: 10px !important;
  margin: 0 0 0 10px !important;
  display: none !important;
}

.adaptive_call {
  margin: 0 20px 0 0;
  display: none;
}

.mob_city {
  display: none;
}
.about_left_block_photo img {
  display: block;
  transition: 0.5s;
}


















.about_left_block_photo {
  position: relative;
  overflow: hidden;
}

.mob_menu {
  display: none;
  z-index: 1000;
}

.directions_text_ammount a.consultation_wrapper::before {
  width: 0px;
}

.message_img {
  width: 26px;
}

.message_img img {
  width: 100%;
  display: block;
}

.basic_banner {
  width: 100%;
  position: relative;
  margin: 0 0 120px 0;
}

.basic_banner img {
  width: 100%;
  display: block;
}

.basic_banner_line {
  position: absolute;
  top: 55%;
  height: 1px;
  width: 100%;
  background: #ffffff40;
}

.basic_banner_arrow {
  position: absolute;
  width: 270px;
  height: 270px;
  left: calc(50% - 135px);
  top: calc(50% - 135px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff40;
  border-image: initial;
}

.basic_banner_arrow p {
  text-transform: uppercase;
  color: #f5f5f3;
  font-family: "Circe-Bold", sans-serif;
  letter-spacing: 2px;
}

.basic_banner_arrow p:first-child {
  margin: 0 0 20px 0;
  position: relative;
}

.basic_banner_title {
  font-family: "Avanti-Bold", sans-serif;
  font-size: 52px;
  color: #f5f5f3;
  position: absolute;
  top: 32%;
  width: 100%;
  text-align: center;
}

.basic_banner_summary {
  position: absolute;
  color: #f5f5f3;
  right: 90px;
  bottom: 20%;
  max-width: 450px;
  font-family: "Circe", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.pdf_items_wrapper {
  margin: 0 0 170px 0;
}

.pdf_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 81.2%;
  margin: 0 auto;
}

.pdf_item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #eeeeed;
  padding: 30px 20px 30px 20px;
  margin: 0 10px 10px 0;
  width: calc(20% - 50px);
}

.pdf_item:nth-child(2n) {
  background: #e4e4e3;
}

.pdf_item:nth-child(4) {
  background: #e4e4e3;
}

.pdf_item_date {
  display: flex;
  align-items: center;
  font-family: "Circe", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px 0;
}

.pdf_item_text {
  margin: 0 0 30px 0;
  font-family: "Avanti", sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

span.number {
  font-size: 12px;
  font-family: "Circe-Bold", sans-serif;
}

.pdf_item_date_line {
  height: 1px;
  width: 35px;
  margin: 0 10px;
  background: #c2c1c1;
}

.pdf_item_open a {
  text-transform: uppercase;
  color: #424e9c;
  letter-spacing: 1px;
  padding: 0 2px;
  border-bottom: 2px solid #424e9c;
  font-family: "Circe-Bold", sans-serif;
}

.basic_banner_title.doc_page {
  top: 18%;
}

.basic_banner_arrow p:first-child:after {
  content: "";
  background: #f5f5f3;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  bottom: -10.5px;
  right: 50%;
}

.docs_wrapper {
  width: 76.6%;
  margin: 0 auto 170px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.docs_item {
  width: calc(33.33333% - 70px);
  margin: 0 20px 20px 0;
  background: #eeeeed;
  padding: 25px 25px 30px 25px;
}

.docs_item_text {
  margin: 0 0 20px 0;
  font-family: "Circe";
  font-size: 20px;
}

.docs_item_download a {
  font-family: "Circe-Extra-Bold", sans-serif;
  text-transform: uppercase;
  color: #424e9c;
  padding: 0 3px;
  border-bottom: 2px solid #424e9c;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.questions {
  margin: 200px 0 0 0;
}

.questions_title {
  font-size: 65px;
  width: 100%;
  text-align: center;
  margin: 0 0 60px 0;
}

.categories {
  width: 56%;
  margin: 0 22% 150px 22%;
  display: flex;
  justify-content: space-between;
}

.categories a {
  color: #424e9c;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.categories a.active {
  border-bottom: 2px solid #424e9c;
}

.question_block_wrapper {
  width: 76%;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
  display: none;
  justify-content: space-between;
}

.question_block_wrapper.active {
  display: flex;
}

.question_block {
  width: calc(50% - 70px);
  margin: 0 0 90px 0;
}

.question_block_summary {
  display: flex;
}

.basic_banner_title.articles_page {
  font-size: 45px;
  left: 8%;
  top: 27%;
  text-align: left;
  max-width: 35%;
  display: flex;
  flex-direction: column;
}

.basic_banner_title.articles_page:before {
  content: "Полезно знать";
  color: #f5f5f3;
  font-size: 15px;
  color: #acacaf;
  text-transform: uppercase;
  font-family: "Circe-Light", sans-serif;
  margin: 0 0 20px 0;
}

p.name {
  color: #fff;
  text-transform: uppercase;
  font-family: "Circe", sans-serif;
  margin: 0 15px 0 0;
}

.block_question {
  font-family: "Circe-Bold", sans-serif;
  line-height: 1.3;
  font-size: 24px;
  margin: 0 0 20px 0;
}

.block_answer {
  font-family: "Circe", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}

.articles_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 76%;
  margin: 0 auto;
}

.articles_item {
  width: 23%;
  margin: 0 0 90px 0;
}

.artocles_item_img {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  height: 420px;
  max-height: 21.875vw;
  overflow: hidden;
}









.artocles_item_img img {
  width: 100%;
  display: block;
}

.contacts {
  background: #fefefe;
  padding: 200px 0 0 0;
}
.header__items_menu a {
    letter-spacing: 0.8px;
    color: #fff;
    margin: 0 45px 0 0;
    transition: 0.3s;
}
.article_title {
  display: flex;
  width: 88%;
  margin: 170px 0 170px 12%;
}

.article_title_image {
  width: 54%;
}

.article_title_image img {
  width: 100%;
  display: block;
}

.article_title_social_item {
  height: 19px;
}

.article_title_social_item img {
  height: 100%;
  width: auto;
  display: block;
}

.article_title_content {
  width: 46%;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article_title_text {
  font-size: 36px;
  letter-spacing: 0.5px;
  width: 70%;
  line-height: 1.3;
}

.article_title_content .pdf_item_date {
  margin: 0 0 40px 0;
}

.article_title_social {
  display: flex;
  align-items: baseline;
  font-family: "Circe", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 25px 0;
}

.article_title_social a {
  margin: 0 25px 0 0;
}

.article_title_social p {
  margin: 0 25px 0 0;
  letter-spacing: 2px;
  color: #fff;
}

.read_more_title {
  font-size: 46px;
  width: 76%;
  margin: 0 auto 40px auto;
}

.read_more {
  margin: 0 0 90px 0;
}

.servise_page_block .page_text {
  width: 100%;
  margin: 0 0 0 0;
}

.servise_page_block .page_text_title {
  margin: 0 29% 30px 29%;
}

.servise_page_block .page_text_ammount {
  margin: 0 29% 40px 29%;
  line-height: 1.3;
}

.servise_page_block .page_text_link {
  margin: 0 29% 130px 29%;
}

.servise_page_block .page_text_title,
.servise_page_block .page_text_ammount,
.servise_page_block .page_text_link {
  width: 42%;
}

.page_text_link a {
  color: #424e9c;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #424e9c;
  padding: 1px 5px;
  letter-spacing: 2px;
}

.page_text_img {
  width: 65%;
  margin: 0 auto 130px auto;
}

.page_text_img img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: contain;
}









.servise_page_block {
  margin: 0 0 130px 0;
}

.work_features {
  margin: 0 0 170px 0;
}

.work_features_title {
  width: 72%;
  margin: 0 auto 70px auto;
  font-size: 46px;
}

.work_features_wrapper {
  width: 72%;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.work_features_item {
  width: 31%;
}

.item_number {
  font-size: 40px;
  color: #000;
  font-family: "Avanti-Bold", sans-serif;
  margin: 0 0 40px 0;
}

.item_title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Circe-Extra-Bold", sans-serif;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

.item_ammount {
  font-family: "Circe", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.basic_banner_services {
  color: #f5f5f3;
  left: 10%;
  top: 70%;
  position: absolute;
  max-width: 32%;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.services {
  width: 76.6%;
  margin: 0 auto 170px auto;
}

.services_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.services_item {
  width: calc(25% - 33.75px);
  position: relative;
  margin: 0 45px 45px 0;
}

.services_item:nth-child(4n) {
  margin: 0 0 45px 0;
}

.services_item_img {
  width: 100%;
}

.services_item_img img {
  width: 100%;
  height: 250px;
    object-fit: cover;
}

.services_item_content {
  position: absolute;
  bottom: 10.5%;
  left: 9%;
  right: 9%;
}

.services_item_more_info {
  font-family: "Circe-Bold", sans-serif;
  color: #f5f5f3;
  padding: 0 2px;
  font-size: 16px;
  border-bottom: 2px solid #f5f5f3;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.servises_item_title {
  font-family: "Avanti", sans-serif;
  font-size: 20px;
  color: #f5f5f3;
  margin: 0 0 15px 0;
}

p.services_title {
  font-size: 52px;
  font-family: "Avanti", sans-serif;
  margin: 0 0 60px 0;
}

.double_prices_block {
  width: 76.6%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 170px auto;
}

.double_prices_block_item {
  width: 43%;
}

.price_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 2px solid #e9e9e9;
  position: relative;
  align-items: center;
}

.double_prices_block_item .price_item:nth-last-child(2) {
  border-bottom: 0px;
  margin: 0 0 40px 0;
}

.double_prices_block_item_photo {
  position: absolute;
  width: 146.5%;
  top: 0px;
  right: 0px;
}

.double_prices_block_item_photo img {
  width: 100%;
  display: block;
}

.double_prices_block_item_title {
  font-size: 36px;
  font-family: "Avanti", sans-serif;
  margin: 0 0 40px 0;
}

.price_item_title {
  color: #000;
  font-family: "Circe", sans-serif;
  font-size: 21px;
  margin: 0 30px 0 0;
}

.price_item_num {
  font-family: "Circe-Bold", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 19px;
}

.price_item_link a {
  text-transform: uppercase;
  color: #424e9c;
  padding: 1px 3px;
  border-bottom: 2px solid #424e9c;
  font-family: "Circe-Bold", sans-serif;
}

.map {
  width: 58%;
}

.contacts_content {
  padding: 90px 0 0 70px;
  width: 42%;
  flex-grow: 1;
}

.contacts_items {
  flex-wrap: wrap;
  display: flex;
  z-index: 10000;
}

.contacts_wrapper {
  display: flex;
}

.ymaps-2-1-76-map {
  width: 100% !important;
  height: 720px !important;
}

.contacts_title {
  font-size: 62px;
  font-family: "Avanti", sans-serif;
  color: #000;
  margin: 0 0 80px 0;
}

.contacts_item_title {
  color: #000;
  font-family: "Circe-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.contacts_item {
  margin: 0 5% 70px 0;
  display: flex;
  flex-direction: column;
  width: 40%;
}

.contacts_item a {
  color: #000;
  font-family: "Circe", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  z-index: 1000;
}

.underline {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #5c5551;
  z-index: 100;
}

.line.cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 70px 0 0;
  margin: -40px 0 0 0;
}

.contacts_social {
  display: flex;
}

.contacts_social a {
  color: #f5f5f3;
  margin: 0 40px 0 0;
}

.courts_all_wrapper .courts_all {
  width: 72%;
  margin: 0 auto 170px auto;
}

.courts_all_wrapper .courts_all:last-child {
  margin: 0 auto 70px auto;
}

.courts_title {
  font-family: "Avanti", sans-serif;
  font-size: 56px;
  color: #424e9c;
  margin: 0 0 70px 0;
}

.courts_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.court {
  width: calc(33.333% - 73.333px);
  background: #eeeeed;
  padding: 30px 20px;
}

.court .col_name {
  font-family: "Circe", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.court .court_item .col_text {
  font-family: "Avanti-Bold", sans-serif;
}

.court .court_item:first-child .col_text {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d0d0cf;
}

.court .court_item:last-child .col_text {
  margin: 0 0 0 0;
}

.court .court_item .col_text {
  margin: 0 0 30px 0;
}

.show_more {
  display: flex;
  justify-content: center;
}

.show_more a {
  text-transform: uppercase;
  color: #424e9c;
  padding: 2px 3px;
  border-bottom: 2px solid #424e9c;
  margin: 0 0 170px 0;
}

.basic_banner img:first-child {
  display: block;
}

.basic_banner img:nth-child(2) {
  display: none;
}

.banner_mob_content {
  display: none;
}

.ymaps-2-1-76-zoom,
.ymaps-2-1-76-gotoymaps-container,
.ymaps-2-1-76-controls__toolbar_right,
.ymaps-2-1-76-copyright__content,
.ymaps-2-1-76-controls__control_toolbar,
.ymaps-2-1-76-scaleline,
.ymaps-2-1-76-float-button {
  display: none !important;
}

.show_more_link {
  display: none;
}

.container {
  width: 76.6%;
  margin: 0 auto;
  max-width: 1470.7px;
}

.article_date_name .pdf_item_date {
  font-size: 16px;
  letter-spacing: 2px;
}

.article_date_name .pdf_item_date_line {
  width: 45px;
  margin: 0 25px;
}

.page_text.article {
  width: 54%;
  margin: 0 auto 200px auto;
  line-height: 1.5;
}

.articles_item_text {
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #424e9c;
}

.basic_banner_line.docs {
  top: 57%;
}

.basic_banner.services_pg .basic_banner_title {
  font-size: 62px;
  line-height: 1.3;
}

.price_item.no-bord {
  border-bottom: none;
}

.double_prices_block_item.no-link .price_item:nth-last-child(2) {
  border-bottom: 2px solid #e9e9e9;
}
.news-caption li {
  
  margin: 0 1rem;
}

.pagination {
  display: flex;
  align-items: center;
  font-family: "Circe", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 120px 0;
  justify-content: center;
}

.pagination .pagination_item {
  position: relative;
  margin: 0 15px 0 0;
  font-size: 20px;
  cursor: pointer;
  font-family: "Circe-Light", sans-serif;
  color: #fff;
}
.news-caption li.active .pagination_item {
  margin: 0 55px 0 0;
  color: #000000;
  transition: 0.1s;
}

.news-caption li.active .pagination_item::after {
  position: absolute;
  content: "";
  right: -45px;
  top: 50%;
  background: #000000;
  height: 1px;
  width: 30px;
}
.news-caption li:last-of-type.active .pagination_item::after {
  left: -45px;
  top: 50%;
}


.pagination .pagination_item.active {
  margin: 0 55px 0 0;
  color: #000000;
  transition: 0.1s;
}

















































.blocker {
  z-index: 1000 !important;
}

.modal {
  background: #f5f5f3 !important;
  max-width: 100% !important;
  width: 55% !important;
  padding: 120px 30px !important;
  z-index: 10000 !important;
  border-radius: 0px !important;
}

.modal label,
.modal p,
.modal a,
.modal button {
  color: #424e9c !important;
}

.modal input {
  border-bottom: 1px solid #e3e3e2;
  color: #424e9c;
}

.modal .request_form textarea {
  border: #e3e3e2 1px solid;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  color: #424e9c;
}

.modal a.close-modal {
  top: 27px !important;
  right: 27px !important;
  background-image: url("../img/cancel.svg") !important;
  width: 25px !important;
  height: 25px !important;
}

.modal .textarea_name_line {
  background: #e3e3e2;
}

.modal .border_left,
.modal .border_right {
  background: #e3e3e2;
}
.modal .request_form .send a,
.modal .request_form .send button {
  border-bottom: 2px solid #424e9c;
}

.modal .request {
  margin: 0 0 0 0;
}

.modal .request_form {
  position: relative;
  margin: 0 auto;
  width: 57%;
}

.mob_menu_items_wrapper.hide {
  display: none;
}

.header.relative.light .logo_img img:last-child {
  display: none;
}

.header.relative.light.open_menu .logo_text p:first-child {
  color: #fff;
}

.header.relative.light .adaptive_call img:first-child {
  opacity: 1;
  transition: 0.7s;
  display: block;
}

.header.relative.light.open_menu .adaptive_call img:first-child {
  opacity: 0;
  display: none;
  transition: 0.7s;
}

.header.relative.light .adaptive_call img:last-child {
  opacity: 0;
  display: none;
  transition: 0.7s;
}

.header.relative.light.open_menu .adaptive_call img:last-child {
  opacity: 1;
  display: block;
  transition: 0.7s;
}

.header_bg {
  display: none;
}

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

.user_item_img img {
  height: 18px;
  width: auto;
  display: block;
}

.user_item_txt {
  padding: 4px 0 0 0;
}

.user_category_item {
  display: flex;
  align-items: center;
}

.user_category_wrapper .user_category_item:last-child .user_item_img img {
  height: 25px !important;
}

.basic_banner.articles_all {
  margin: 0 0 90px 0;
}

.appointment.docs {
  padding: 0 0 175px 0;
}

.user_category_wrapper {
  display: flex;
  margin: 30px 0 30px 0;
}
@media (max-width: 1920px) {
  .page-404_info-top {
    font-size: 1.82vw;
    margin: 0 0 4.895833vw;
  }
  .news-caption li.active .pagination_item {
    margin: 0 2.86vw 0 0;
  }
  .breadcrumbs {
    margin: 30px auto;
  }
  .breadcrumbs .breadcrumbs-item {
    margin: 0 2.3437vw 0 0;
  }
  .modal__text {
    font-size: 2.083vw;
  }
  
  
  
  
  .modal-block__close {
    top: 2.083333vw;
    right: 2.083333vw;
  }
  .modal-block__close::before,
  .modal-block__close::after {
    top: 2.083333vw;
  }

  .contacts_item-text {
    font-size: 1vw;
    line-height: normal;
  }
}

@media only screen and (max-width: 1780px) {
  p.services_title {
    font-size: 48px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 56px;
  }

  .basic_banner_services {
    font-size: 18px;
  }

  .basic_banner_title.articles_page {
    font-size: 36px;
  }

  .docs_item_text {
    font-size: 18px;
  }

  .docs_item_download a {
    font-size: 13px;
  }

  .swiper-container {
    width: 935px;
    height: auto;
  }

  .about_left_block {
    align-self: flex-end;
    width: 50%;
  }

  .about_right_block {
    margin: 0 0 0 0;
    width: 50%;
  }

  .about_right_block_photo {
    width: 100%;
  }

  .about_right_block_title {
    font-size: 20px;
  }

  .about_right_block_summary {
    font-size: 12px;
  }

  .about_right_block_title {
    margin: 10px 0 10px 0;
  }
  .about {
    margin: 0 10% 170px 10%;
    width: 90%;
  }
}

@media only screen and (max-width: 1660px) {
  .basic_title {
    font-size: 54px;
  }

  p.services_title {
    font-size: 48px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 52px;
  }

  .basic_banner_title.articles_page {
    font-size: 34px;
  }

  .swiper-container {
    width: 835px;
    height: auto;
  }

  .swiper_numbers {
    margin: 0 0 35px 0;
  }

  p.slider_title {
    font-size: 26px;
  }

  p.slider_text {
    font-size: 18px;
  }

  .slider_arrows {
    bottom: 30px;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    font-size: 84px;
  }
}

@media only screen and (max-width: 1540px) {
  .border_right {
    height: 148px;
  }

  .pagination .pagination_item {
    font-size: 18px;
  }

  .work_features_title {
    margin: 0 auto 70px auto;
    font-size: 42px;
  }

  .item_title {
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .item_ammount {
    font-size: 16px;
  }

  .item_number {
    font-size: 36px;
    margin: 0 0 30px 0;
  }

  .categories {
    margin: 0 22% 120px 22%;
  }

  p.name {
    font-size: 12px;
  }

  .block_question {
    font-size: 20px;
  }

  .block_answer {
    font-size: 18px;
  }

  .categories a {
    font-size: 15px;
  }

  .questions_title {
    font-size: 52px;
  }

  .double_prices_block_item_title {
    font-size: 32px;
  }

  .price_item {
    padding: 17px 0;
  }

  p.services_title {
    font-size: 46px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 46px;
  }

  .basic_banner_services {
    font-size: 16px;
  }

  .basic_banner_title.articles_page {
    font-size: 32px;
  }

  .article_title_text {
    font-size: 32px;
  }

  .article_date_name .pdf_item_date {
    font-size: 12px;
  }

  .article_title_social {
    font-size: 16px;
  }

  .article_title_social p,
  .article_title_social a {
    margin: 0 20px 0 0;
  }

  .basic_banner {
    margin: 0 0 130px 0;
  }

  .swiper-container {
    width: 735px;
    height: auto;
  }

  .basic_title {
    font-size: 42px;
  }

  .logo_text p:first-child {
    font-size: 16px;
  }

  .logo_text p:last-child {
    font-size: 12px;
  }

  .header__items {
    font-size: 15px;
  }

  .header__items_phone a {
    font-size: 15px;
  }

  .message_text {
    font-size: 11px;
  }

  a.header__items_message {
    padding: 22px 40px 22px 40px;
  }

  .header__items_menu a {
    margin: 0 35px 0 0;
  }

  .header__items_phone {
    margin: 0 60px 0 10px;
  }

  .header__items_phone a {
    margin: 0;
  }

  .circle_items.active {
    width: 100%;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    font-size: 62px;
  }

  .line_center_items p:nth-child(2) {
    font-size: 16px;
  }

  .line_left_items p {
    font-size: 15px;
  }

  .line_right_items p:first-child {
    font-size: 10px;
  }

  .more_info {
    height: 120px;
    width: 630px;
  }

  .more_info p:nth-child(1) {
    font-size: 12px;
  }

  .more_info p:nth-child(2) {
    font-size: 24px;
  }

  .more_info p:nth-child(1) {
    margin: 0 0 7px 0;
  }

  .social a {
    font-size: 16px;
  }

  .line_center_items {
    height: 210px;
    margin: -247px 0 0 0;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    margin: 0 0 0 305px;
  }

  .directions_text p.title {
    font-size: 32px;
    margin: 30px 0 30px 25px;
  }

  .directions_text p.medium_title {
    font-size: 12px;
    margin: 0 0 15px -20px;
  }

  .directions_text_ammount a {
    margin: 0 0 10px 0;
    font-size: 16px;
  }

  .pie {
    width: 200px;
    height: 200px;
  }

  .pie:after {
    width: 198px;
    height: 198px;
  }

  .pie_text {
    font-size: 12px;
  }

  .stages_item_text p:first-child {
    font-size: 10px;
  }
  .stages_item_text .step-text,
  .stages_item_text a {
    font-size: 16px;
  }

  .stages_item_text {
    height: 100px;
    width: 65%;
  }

  .stages_item_text p:first-child {
    margin: 0 0 8px 0;
  }

  .basic_title {
    font-size: 36px;
  }

  .appointment_summary {
    font-size: 15px;
  }
  .page-404_link,
  a.appointment_more_info {
    font-size: 16px;
  }

  p.request_form_title {
    font-size: 24px;
    margin: 0 0 30px 0;
  }

  .request_form label {
    padding: 0 0 10px 0;
  }

  .request_form textarea {
    height: 120px;
  }

  .request_form {
    top: calc(50% - 235px);
  }

  .about {
    margin: 0 10% 170px 10%;
    width: 90%;
  }

  .about_left_block {
    align-self: flex-end;
    width: 50%;
  }

  .about_right_block {
    margin: 0 0 0 0;
    width: 50%;
  }

  .about_right_block_photo {
    width: 100%;
  }

  .about_right_block_title {
    font-size: 20px;
  }

  .about_right_block_summary {
    font-size: 12px;
  }

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

  .play_video_arrow p {
    font-size: 15px;
  }

  .footer_logo_text_title {
    font-size: 15px;
  }

  .footer_logo_text_summary {
    font-size: 11px;
  }

  .footer {
    padding: 90px 0 40px 0;
  }

  a.footer_block_title {
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .footer a {
    margin: 0 0 14px 0;
    font-size: 15px;
  }

  .footer .bottom_items_social a {
    margin: 0 30px 0 0;
  }

  .bottom_items_protect {
    font-size: 15px;
  }

  .page_text_title {
    font-size: 26px;
  }

  .page_text_ammount {
    font-size: 18px;
  }

  .slider_left_block {
    padding: 35px 60px 30px 45px;
  }

  .swiper_numbers {
    margin: 0 0 30px 0;
  }

  p.slider_title {
    font-size: 24px;
  }

  p.slider_title {
    font-size: 20px;
    margin: 0 0 15px 0;
  }

  .slider_arrows {
    bottom: 20px;
    left: 35px;
  }

  p.slider_text {
    font-size: 18px;
  }

  .stages {
    padding: 130px 0 220px 0;
  }

  .appointment {
    padding: 0 0 220px 0;
  }

  .basic_banner_title {
    font-size: 42px;
  }

  .basic_banner_arrow p:first-child:after {
    bottom: -7.5px;
  }

  .logo_img {
    width: 100px;
    margin: 0 15px 0 0;
  }

  .basic_banner_summary {
    font-size: 18px;
  }

  .basic_banner_arrow {
    width: 230px;
    height: 230px;
    left: calc(50% - 115px);
    top: calc(50% - 115px);
  }

  .basic_banner_arrow p {
    font-size: 15px;
  }

  .basic_banner_arrow p:first-child {
    margin: 0 0 15px 0;
  }

  .basic_banner_line {
    top: 56%;
  }

  .basic_banner_title {
    top: 33.5%;
  }

  .pdf_item_date {
    font-size: 12px;
    margin: 0 0 20px 0;
  }

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

  .pdf_item_open a {
    font-size: 12px;
  }

  .pdf_item_text {
    margin: 0 0 20px 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1366px) {
  .border_right {
    top: 7px;
  }

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

  .user_item_img img {
    height: 16px !important;
  }

  .user_category_wrapper {
    margin: 20px 0 20px 0 !important;
  }

  .docs_wrapper {
    margin: 0 auto 120px auto;
  }

  .basic_banner {
    margin: 0 0 120px 0;
  }

  .user_category_wrapper p {
    margin: 0 20px 0 0 !important;
  }

  .pagination .pagination_item {
    font-size: 16px;
  }

  .work_features_title {
    margin: 0 auto 60px auto;
    font-size: 38px;
  }

  .item_title {
    font-size: 16px;
    margin: 0 0 17px 0;
  }

  .item_ammount {
    font-size: 15px;
  }

  .item_number {
    margin: 0 0 20px 0;
  }

  .categories a {
    font-size: 16px;
  }

  .questions_title {
    font-size: 48px;
  }

  .docs_item_text {
    font-size: 16px;
  }

  .docs_item_download a {
    font-size: 11px;
  }

  .services {
    margin: 0 auto 120px auto;
  }

  .request_form input {
    margin: 0 0 40px 0;
  }

  .double_prices_block_item_title {
    font-size: 28px;
    margin: 0 0 30px 0;
  }

  .price_item {
    padding: 14px 0;
  }

  .price_item_title {
    font-size: 16px;
  }

  .price_item_num {
    font-size: 12px;
  }

  .price_item_link a {
    font-size: 13px;
  }

  .services_item {
    width: calc(25% - 22.5px);
    margin: 0 30px 30px 0;
  }

  .services_item:nth-child(4n) {
    margin: 0 0 30px 0;
  }

  .servises_item_title {
    font-size: 18px;
    margin: 0 0 7px 0;
  }

  .services_item_more_info {
    font-size: 10px;
  }

  p.services_title {
    font-size: 42px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 40px;
  }

  .basic_banner_services {
    font-size: 13px;
  }

  .basic_banner_title.articles_page {
    font-size: 30px;
  }

  .article_title {
    margin: 120px 0 120px 12%;
  }

  .article_title_text {
    font-size: 28px;
  }

  .article_title_social {
    margin: 0 0 15px 0;
  }

  .page_text_title {
    margin: 0 0 20px 0;
  }

  .page_text_ammount {
    font-size: 16px;
  }

  .page_text_ammount p {
    margin: 0 0 25px 0;
  }

  .articles_item_text {
    font-size: 15px;
  }

  .read_more_title {
    font-size: 32px;
  }

  .page_text.article {
    margin: 0 auto 120px auto;
  }

  .article_title_social {
    font-size: 12px;
  }

  .article_title_social p,
  .article_title_social a {
    margin: 0 15px 0 0;
  }

  .article_title_social_item {
    height: 15px;
  }

  .basic_banner_summary {
    right: 70px;
  }

  .basic_banner_arrow {
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
  }

  .basic_banner_arrow p {
    font-size: 13px;
  }

  .basic_banner_summary {
    line-height: 1.3;
    font-size: 17px;
  }

  .basic_banner_title {
    font-size: 40px;
  }

  .pdf_item_date {
    font-size: 10px;
  }

  .pdf_item_text {
    font-size: 13px;
  }

  .pdf_item_open a {
    font-size: 10px;
  }

  .line_center_items p:nth-child(2) {
    max-width: 700px;
  }

  .play_video_arrow {
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
  }

  .play_video_arrow p {
    font-size: 12px;
  }

  .play_video_arrow img {
    width: 10px;
  }

  .about_right_block_photo .play_video_arrow {
    width: 170px;
    height: 170px;
    left: calc(50% - 85px);
    top: calc(50% - 85px);
  }

  .about_right_block_photo .play_video_arrow img {
    width: 10px;
  }

  .page_text {
    width: 50%;
    margin: 0 25% 200px 25%;
  }

  .header__items_logo {
    margin: 0 0 0 60px;
  }
  .logo_img {
    width: 100px;
    margin: 0 10px 0 0;
  }

  .logo_text p:first-child {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .logo_text p:last-child {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .message_img {
    width: 24px;
  }
  .message_text {
    font-size: 10px;
    margin: 2px 24px 0 0;
    letter-spacing: 3px;
  }

  a.header__items_message {
    padding: 22px 40px 22px 40px;
  }

  /* .header__items_menu a:last-child {
    margin: 0 10px 0 0;
  } */

  .header__items_phone a {
    font-size: 13px;
  }

  .menu_circle {
    width: 20px;
    height: 20px;
    right: -25px;
    top: -13px;
  }

  .header__items_phone {
    margin: 0 80px 0 10px;
  }

  .header__items {
    font-size: 16px;
  }

  .circle_dot {
    margin: 0 0 2px 0;
  }

  .line_left_items {
    height: 200px;
    width: 200px;
    margin: -100px 0 0 60px;
  }

  .line_left_items p {
    font-size: 11px;
  }

  .line_center_items {
    height: 150px;
    margin: -180px 0 0 0;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    margin: -10px 0 0 225px;
  }

  .line_center_items p:nth-child(2) {
    margin: 0 0 0 257px;
    font-size: 16px;
  }

  .line_right_items {
    margin: -84px 0 0 calc(100% - 300px);
  }

  .line_right_items p:first-child {
    font-size: 9px;
  }

  .social a {
    font-size: 12px;
    margin: 0 30px 0 0;
  }

  .banner__bottom_items {
    width: calc(100% - 70px);
  }

  .more_info {
    width: 530px;
    padding: 0 0 0 50px;
  }

  .more_info p:nth-child(1) {
    font-size: 10px;
  }

  .more_info p:nth-child(2) {
    font-size: 20px;
  }

  .arrow {
    right: 50px;
  }

  .directions {
    padding: 105px 0;
  }

  .directions_text p.title {
    font-size: 36px;
  }

  .stages .basic_title {
    margin: 0 0 60px 0;
  }

  .appointment {
    padding: 0 0 150px 0;
  }

  .stages {
    padding: 110px 0 150px 0;
  }

  .slider {
    padding: 0 0 150px 6.3%;
  }

  .about {
    margin: 0 10% 150px 10%;
  }

  .footer_logo_img {
    width:70px;
  }

  .footer_logo_text_title {
    font-size: 16px;
  }

  .footer_logo_text_summary {
    font-size: 10px;
  }

  .footer a {
    margin: 0 0 10px 0;
    font-size: 13px;
  }

  .bottom_items_protect {
    font-size: 13px;
  }

  .footer .bottom_items_social a {
    margin: 0 20px 0 0;
    width: 20px;
  }

  .swiper-pagination-current,
  .swiper-pagination-total {
    font-size: 16px;
  }

  .slider_left_block {
    padding: 45px 60px 30px 45px;
  }

  .swiper-pagination-current,
  .swiper-pagination-total {
    font-size: 12px;
  }

  .swiper-pagination-total::before {
    width: 40px;
    top: 7px;
  }

  .swiper-pagination-total {
    padding: 0 0 0 12px;
  }

  p.slider_text {
    font-size: 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 45px !important;
  }

  .experience_count {
    font-size: 56px;
    margin: 0 15px 0 0;
  }

  .experience_text {
    padding: 8px 0 0 0;
  }

  .experience_text p:first-child {
    margin: 0 0 2px 0;
  }
  .experience_text p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1320px) {
  .pagination .pagination_item {
    font-size: 15px;
  }

  p.services_title {
    font-size: 40px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 40px;
  }

  .basic_banner_title.articles_page {
    font-size: 28px;
  }

  .basic_banner_summary {
    right: 50px;
  }

  .basic_banner_title {
    font-size: 36px;
  }

  .basic_banner_summary {
    max-width: 350px;
    font-size: 15px;
  }

  .basic_banner_arrow {
    width: 180px;
    height: 180px;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
  }

  .basic_banner_arrow p {
    font-size: 11px;
  }

  .basic_banner_arrow p:first-child {
    margin: 0 0 10px 0;
  }

  .basic_banner_arrow p:first-child:after {
    width: 2px;
    height: 2px;
    bottom: -5.5px;
  }
}

@media only screen and (max-width: 1220px) {
  .basic_banner {
    margin: 0 0 90px 0;
  }

  .page_text_link a {
    font-size: 16px;
  }

  .page_text_img {
    margin: 0 auto 90px auto;
  }

  .work_features_title {
    font-size: 32px;
  }

  .request {
    margin: 0 0 130px 0;
  }

  .servise_page_block {
    margin: 0 0 90px 0;
  }

  .servise_page_block .page_text_link {
    margin: 0 29% 90px 29%;
  }

  .user_item_txt {
    font-size: 13px;
  }

  .user_item_img img {
    height: 13px;
  }

  .user_category_wrapper {
    margin: 15px 0 15px 0;
  }

  .double_prices_block_item_title {
    font-size: 24px;
  }

  .pagination .pagination_item {
    font-size: 16px;
  }

  .work_features_title {
    margin: 0 auto 50px auto;
    font-size: 36px;
  }

  .item_title {
    font-size: 13px;
    margin: 0 0 14px 0;
  }

  .item_ammount {
    font-size: 16px;
  }

  .item_number {
    margin: 0 0 17px 0;
  }

  .questions_title {
    margin: 0 0 40px 0;
  }

  .categories {
    margin: 0 22% 90px 22%;
  }

  .categories a {
    font-size: 13px;
  }

  .block_question {
    font-size: 16px;
  }

  .block_answer {
    font-size: 16px;
  }

  .questions_title {
    font-size: 32px;
  }

  p.name {
    font-size: 10px;
  }

  .servises_item_title {
    font-size: 14.5px;
    margin: 0 0 2px 0;
  }

  .services_item_more_info {
    font-size: 8px;
  }

  p.services_title {
    font-size: 36px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 36px;
  }

  .basic_banner_services {
    font-size: 12px;
  }

  .basic_banner_title.articles_page {
    font-size: 26px;
  }

  .basic_banner_title.articles_page:before {
    font-size: 12px;
    margin: 0 0 10px 0;
  }

  .directions_text_ammount {
    margin: 0 0 0 65px;
  }

  .textarea_name p {
    font-size: 11px;
  }

  p.slider_title {
    font-size: 18px;
  }

  p.slider_text {
    font-size: 15px;
  }

  .slider_left_block {
    padding: 40px 60px 30px 45px;
  }

  .swiper_numbers {
    margin: 0 0 20px 0;
  }

  p.slider_text {
    line-height: 1.3;
  }

  .swiper-container {
    width: 635px;
  }

  p.request_form_title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .request_form label {
    font-size: 11px;
  }

  .request_form input {
    margin: 0 0 25px 0;
    height: 8px;
    font-size: 16px;
  }
  .request_form .send button,
  .request_form .send a {
    font-size: 16px;
  }

  .request_form textarea {
    height: 100px;
  }

  .request_form {
    top: calc(50% - 200px);
  }

  .request_form textarea {
    margin: 10px 0 30px 0;
  }

  .border_right {
    height: 125px;
  }

  .line_left_items p {
    font-size: 13px;
  }

  .more_info {
    height: 90px;
    width: 530px;
  }

  .logo_text p:first-child {
    font-size: 16px;
  }

  .logo_text p:last-child {
    font-size: 11px;
  }

  .header__items_menu a {
    margin: 0 20px 0 0;
    font-size: 16px;
  }

  a.header__items_message {
    padding: 15px 30px 15px 30px;
  }

  .message_text {
    font-size: 10px;
    margin: 0 20px 0 0;
  }

  .message_img {
    width: 20px;
  }

  .message_img img {
    width: 100%;
  }

  .menu_circle {
    width: 20px;
    height: 20px;
    right: -25px;
    top: -10px;
  }

  .circle_dot {
    margin: 0 0 2px 0;
  }

  .header__items_phone {
    margin: 0 30px 0 10px;
  }

  .footer {
    padding: 90px 0 40px 0;
  }

  .header__items_phone a {
    font-size: 12px;
  }

  .line_center_items p:nth-child(2) {
    max-width: 500px;
    font-size: 10px;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    font-size: 52px;
  }

  .line_center_items {
    height: 140px;
    margin: -178px 0 0 0;
  }

  .line_right_items {
    margin: -75px 0 0 calc(100% - 300px);
  }

  .article_title_text {
    font-size: 24px;
  }

  .article_title_content .pdf_item_date {
    margin: 0 0 30px 0;
    font-size: 11px;
  }

  .article_title_social {
    font-size: 11px;
  }

  .page_text_ammount p {
    margin: 0 0 20px 0;
  }

  .page_text_ammount {
    font-size: 15px;
  }

  .read_more_title {
    font-size: 28px;
    margin: 0 auto 30px auto;
  }

  .pdf_item_date {
    margin: 0 0 15px 0;
  }

  .articles_item_text {
    font-size: 16px;
  }

  .footer_logo_text_title {
    font-size: 12px;
  }

  .footer_logo_text_summary {
    font-size: 9px;
  }

  .footer_logo_img {
    width: 70px;
    margin: 0 7px 0 0;
  }

  .basic_banner_title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1120px) {
  .user_category_wrapper p {
    margin: 0 15px 0 0 !important;
  }

  .user_item_img {
    margin: 0 4px 0 0;
  }

  .user_category_wrapper p {
    font-size: 12px !important;
  }

  .user_item_img img {
    height: 11px;
  }

  .user_item_img img:first-child {
    height: 15px;
  }

  .slider_arrows {
    left: 45px;
  }

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

  .line_left_items {
    height: 160px;
    width: 160px;
    margin: -80px 0 0 60px;
  }

  .line_center_items {
    height: 125px;
    margin: -143px 0 0 0;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    margin: -10px 0 0 195px;
  }

  .line_center_items p:nth-child(2) {
    margin: 0 0 0 220px;
  }

  .line_left_items p {
    font-size: 10px;
  }

  .line_left_items p:first-child {
    padding: 0 0 16px 0;
  }

  .line_left_items p:first-child::after {
    bottom: 7px;
  }

  .more_info {
    width: 430px;
  }

  .more_info p:nth-child(1) {
    font-size: 9px;
  }

  .more_info p:nth-child(2) {
    font-size: 18px;
  }

  .arrow {
    width: 43px;
  }

  .arrow img {
    width: 100%;
  }

  .line_right_items {
    margin: -75px 0 0 calc(100% - 230px);
  }

  .line_right_items p:first-child {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .banner__bottom_items {
    width: calc(100% - 50px);
  }

  .social a {
    font-size: 11px;
    margin: 0 20px 0 0;
  }

  .directions_text_ammount a {
    font-size: 11px;
    line-height: 1.1;
  }

  .directions_text p.medium_title {
    font-size: 9px;
    line-height: 1.2;
  }

  .stages_item_text p:first-child {
    font-size: 9px;
    letter-spacing: 2px;
  }
  .stages_item_text .step-text,
  .stages_item_text a {
    font-size: 16px;
  }

  .directions {
    padding: 80px 0 70px 0;
  }

  .stages .basic_title {
    margin: 0 0 40px 0;
  }

  .experience_count {
    font-size: 42px;
    margin: 0 7px 0 0;
  }
  .experience_text {
    font-size: 9px;
    padding: 4px 0 0 0;
  }

  .appointment_summary {
    font-size: 11px;
  }
  .page-404_link,
  a.appointment_more_info {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .experience_text p {
    font-size: 9px;
  }

  .experience_text p:first-child {
    margin: 0 0 2px 0;
  }

  .appointment_summary {
    margin: 0 0 15px 0;
  }

  .experience {
    margin: 0 0 7px -5px;
  }

  .basic_title {
    font-size: 34px;
  }

  .slider_left_block {
    padding: 45px 55px 20px 55px;
  }

  .swiper-pagination-current,
  .swiper-pagination-total {
    font-size: 10px;
  }

  .swiper-pagination-total {
    padding: 0 0 0 10px;
  }

  .swiper-pagination-total::before {
    width: 35px;
    top: 6px;
    left: -33px;
  }

  p.slider_text {
    font-size: 11px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 37px !important;
  }

  p.request_form_title {
    font-size: 24px;
  }

  .request_form label {
    font-size: 10px;
  }

  .textarea_name p {
    font-size: 10px;
  }

  .request_form input {
    padding: 6px;
    margin: 0 0 35px 0;
  }

  .request_form .send button,
  .request_form .send a {
    font-size: 13px;
  }

  request_form textarea {
    margin: 20px 0 20px 0;
  }

  .request {
    margin: 0 0 120px 0;
  }

  .about {
    margin: 0 10% 120px 0;
  }

  .page_text {
    margin: 0 25% 140px 25%;
  }
}

@media only screen and (max-width: 1070px) {
  .slider_arrows {
    left: 55px;
  }

  .categories a {
    font-size: 10px;
  }

  .block_question {
    font-size: 16px;
  }

  .block_answer {
    font-size: 12px;
  }

  .servises_item_title {
    font-size: 16px;
    margin: 0 0 2px 0;
  }

  .services_item_more_info {
    font-size: 8px;
  }

  p.services_title {
    font-size: 32px;
  }

  .basic_banner.services_pg .basic_banner_title {
    font-size: 32px;
  }

  .basic_banner_title.articles_page {
    font-size: 24px;
  }

  .basic_banner_title {
    font-size: 25px;
  }

  .basic_banner_arrow p {
    font-size: 10px;
  }

  .footer_logo_text_summary {
    font-size: 7px;
  }

  .footer a {
    font-size: 11px;
  }

  .footer_logo_text_title {
    font-size: 10px;
  }

  .articles_item_text {
    font-size: 13px;
  }

  .read_more_title {
    font-size: 26px;
  }

  .page_text_ammount p {
    margin: 0 0 15px 0;
  }

  .page_text_ammount {
    font-size: 16px;
  }

  .page_text_title {
    font-size: 20px;
  }

  .article_title_text {
    font-size: 20px;
  }

  .logo_text p:first-child {
    font-size: 12px;
    margin: 0 0 2px 0;
  }

  .logo_text p:last-child {
    font-size: 10px;
  }

  a.header__items_message {
    padding: 15px 20px 15px 20px;
  }

  .message_text {
    font-size: 9px;
    margin: 0 10px 0 0;
    letter-spacing: 1.5px;
  }

  .message_img img {
    width: 90%;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    font-size: 42px;
  }

  .directions_text p.title {
    font-size: 26px;
  }

  .directions_text p.title {
    margin: 15px 0 25px -95px;
  }

  .pie_text p:first-child:after {
    bottom: -5px;
  }

  .directions_text_ammount {
    margin: 0 0 0 60px;
  }
  .directions_text_ammount a {
    margin: 0 0 9px 0;
    font-size: 11px;
  }

  .directions_text p.medium_title {
    font-size: 9px;
    margin: 0 0 10px -20px;
  }

  .pie {
    width: 150px;
    height: 150px;
  }

  .pie:after {
    width: 148px;
    height: 148px;
  }

  .pie_text {
    font-size: 10px;
  }

  .pie_text p:first-child {
    margin: 0 0 10px 0;
  }

  .appointment {
    padding: 0 0 220px 0;
  }

  .header__items_menu a {
    margin: 0 15px 0 0;
    font-size: 11px;
  }

  .basic_title {
    font-size: 32px;
  }

  .swiper-container {
    width: 530px;
  }

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

  .slider {
    padding: 0 0 260px 70px;
  }

  p.slider_title {
    margin: 0 0 10px 0;
    font-size: 15px;
  }

  .slider_left_block {
    padding: 40px 55px 20px 55px;
  }

  .slider_arrows {
    bottom: 20px;
  }

  .swiper-pagination-current,
  .swiper-pagination-total {
    font-size: 12px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 12px !important;
    width: 40px !important;
    bottom: 10px !important;
    left: 0 !important;
  }

  .swiper-button-prev {
    margin: 0 20px 0 0 !important;
  }

  .stages .basic_title {
    margin: 0 0 60px 0;
  }

  .header__items_phone a {
    font-size: 10px;
  }

  .stages {
    padding: 110px 0 100px 0;
  }

  .appointment {
    padding: 0 0 120px 0;
  }

  .slider {
    padding: 0 0 140px 70px;
  }

  .request {
    margin: 0 0 140px 0;
  }

  .about {
    margin: 0 10% 120px 0;
  }

  .page_text {
    margin: 0 25% 150px 25%;
  }
  .more_info {
    width: 380px;
  }

  p.slider_text {
    font-size: 12px;
  }
}

.user_category_wrapper p {
  font-family: "Circe", sans-serif;
  color: #fff;
  font-size: 15px;
  margin: 0 30px 0 0;
  white-space: nowrap;
}

@media only screen and (max-width: 920px) {
  .made {
    height: 13.8vw;
    padding-bottom: 0.1vw;
    margin: 0 0 1.5vw;
  }
  .made__text {
    font-size: 2.7vw;
    margin-right: 2%;
  }


  .made__author {
    font-size: 2.9vw;
  }

  table {
    width: 100% !important;
  }
  td:first-of-type {
    width: 65% !important;
    padding: 1vw;
  }
  td:last-of-type {
    width: 35% !important;
    padding: 1vw;
    text-align: center;
  }
  .about_right_block_photo img {
    height: 100%;
    width: auto;
  }
  .swiper-container .swiper-slide {
    width: 100% !important;
    height: 68vw;
    max-height: 100%;
  }
  .swiper-container .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .video-1 .video-wrap {
    max-height: 100%;
    height: 145vw;
    margin-left: 5px;
  }
  .video-2 .video-wrap {
    height: 78vw;
    max-height: 100%;
    width: 96vw;
    max-width: 100%;
    position: relative;
  }
  .video-2 .video-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-2 .video-img img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #ex2.modal {
    width: 100% !important;
    padding: 70px 30px !important;
  }

  .modal .request_form {
    width: 100%;
  }

  .right_amount {
    margin: 0 0 0 0;
  }

  .price_items .price_item:last-child {
    border-bottom: 0px;
  }

  .basic_banner {
    box-sizing: border-box;
    overflow: hidden;
  }

  .double_prices_block_item .price_item:nth-last-child(2) {
    margin: 0 0 40px 0;
  }

  .double_prices_block_item_photo {
    margin: 40px 0 0 0;
  }

  .double_prices_block:last-child
    .double_prices_block_item:last-child
    .price_item:nth-last-child(2) {
    margin: 0 0 0 0;
  }

  .price_items:last-child .price_item:last-child {
    margin: 0 0 40px 0;
  }

  .slider_arrows {
    left: auto;
  }

  .border_right {
    background: #f5f5f3;
    position: absolute;
    width: 1px;
    height: 161px;
    right: 0px;
    top: 9px;
  }

  .work_features {
    margin: 0 0 70px 0;
  }

  
  
  

  
  
  

  .about.services_page {
    margin: 0 10% 0 0;
  }

  .user_category_wrapper {
    display: none;
  }

  .request.questions {
    margin: 0 0 0 0;
  }

  .header.relative.light.open_menu {
    background: transparent;
  }

  .header.relative.light.open_menu .hamburger.hamburger--spring {
    background: transparent !important;
    transition: 0.7s;
  }

  .header.relative.light.open_menu
    .hamburger--spring.is-active
    .hamburger-inner::before {
    background: #fff !important;
  }

  .header.relative.light.open_menu
    .hamburger--spring.is-active
    .hamburger-inner::after {
    background: #fff !important;
  }

  .header.relative.light.open_menu .hamburger-inner::before,
  .header.relative.light.open_menu .hamburger-inner::after {
    background: #fff !important;
  }

  .logo_img img:first-child {
    display: block;
    transition: 0.7s;
  }

  .logo_img img:last-child {
    transition: 0.7s;
  }

  .header.relative.open_menu .logo_img img:first-child {
    display: none;
  }

  .header.relative.open_menu .logo_img img:last-child {
    display: block;
  }

  .experience_text {
    padding: 8px 0 0 0;
  }

  .experience_text p {
    font-size: 12px;
  }

  .request_form.menu {
    position: relative;
    top: auto;
    width: 100%;
    margin: 0 0;
  }

  .header {
    z-index: 1100;
  }

  .bottom_items {
    width: 100%;
  }

  .block_question {
    font-size: 17px;
  }

  .block_answer {
    font-size: 16px;
  }

  p.name {
    font-size: 12px;
  }

  .pdf_item_date {
    font-size: 12px;
  }

  .pagination {
    display: none !important;
  }

  .mob_menu_contacts_numbers a {
    font-size: 18px;
  }

  
  
  

  
  
  

  .banner_mob_content.services .basic_banner_title p {
    width: calc(100% - 40px);
  }

  .work_features_title {
    margin: 0 auto 50px auto;
    font-size: 36px;
  }

  .item_title {
    font-size: 16px;
    margin: 0 0 14px 0;
  }

  .item_ammount {
    font-size: 17px;
  }

  .item_number {
    margin: 0 0 17px 0;
    font-size: 42px;
  }

  .contacts_content {
    width: 100%;
  }

  .page_text.top-space {
    margin: 70px 20px 0 20px;
  }

  .question_block {
    margin: 0 0 70px 0;
  }

  .categories a {
    font-size: 12px;
  }

  .questions {
    margin: 40px 0 0 0;
  }

  .question_block {
    width: 100%;
  }

  .appointment.practice {
    padding: 0 0 70px 0;
  }

  .docs_item_text {
    font-size: 18px;
  }

  .docs_item_download a {
    font-size: 16px;
  }

  .slider.services_page {
    margin: 0 0 70px 0;
  }

  .page_text_title {
    font-size: 24px;
  }

  .request_form label {
    font-size: 16px;
  }

  .textarea_name p {
    font-size: 16px;
  }

  .request_form input {
    height: 14px;
    margin: 0 0 40px 0;
    padding: 14px 5px;
  }

  .request_form textarea {
    height: 170px;
  }

  .price_item_link {
    display: none;
  }

  .double_prices_block_item_photo {
    position: relative;
  }

  .prices {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;
  }

  .double_prices_block {
    width: 76.6%;
    margin: 0 auto 0 auto;
    width: 100%;
    flex-direction: column-reverse;
  }

  .double_prices_block_item_title {
    position: relative;
    font-size: 18px;
    font-family: "Avanti", sans-serif;
    background: #fff;
    padding: 20px 30px 20px 30px;
    margin: 0 0 10px 0;
  }

  .double_prices_block_item_title.active::after {
    transform: rotate(90deg);
  }

  .double_prices_block_item_title::after {
    position: absolute;
    content: "";
    background-image: url("../img/right.svg");
    width: 20px;
    height: 100%;
    background-position-x: center;
    background-position-y: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    right: 30px;
    top: 0;
  }

  .banner_mob_content.prices {
    width: 100%;
  }

  .banner_mob_content.prices .basic_banner_title p {
    max-width: 95%;
  }

  .double_prices_block_item {
    width: 100%;
  }

  .price_items {
    display: none;
  }

  .price_items.active {
    display: block;
  }

  .categories {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .question_block_wrapper {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }

  .categories a {
    margin: 0 30px 0 0;
  }

  .footer_logo_img {
    width: 70px;
    margin: 0 10px 0 0;
  }

  .footer_logo_text_title {
    font-size: 17px;
    text-transform: capitalize;
  }

  .footer_logo_text_summary {
    text-transform: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
  }

  .footer .bottom_items_social a {
    margin: 0 20px 0 0;
    width: 25px;
  }

  .articles_item .pdf_item_date {
    font-size: 16px;
  }

  .articles_item_text {
    font-size: 20px;
  }

  
  
  

  
  
  

  .footer a {
    font-size: 16px;
  }

  .page_text.article {
    width: calc(100% - 40px);
  }

  .page_text.article {
    line-height: 1.1;
  }

  .experience_text {
    padding: 0 0 0 0;
  }

  .container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .contacts {
    padding: 90px 0 0 0;
  }

  .contacts_wrapper {
    flex-direction: column;
  }

  .map {
    width: 100%;
    margin: 0 0 70px 0;
    height: 70vw;
  }

  .ymaps-2-1-76-map {
    height: 420px !important;
  }

  .line.cont {
    display: none;
  }

  .contacts_title {
    font-size: 32px;
  }

  .contacts_content {
    padding: 0 0 0 0;
    width: calc(100% - 40px);
    margin: 0 auto 70px auto;
  }

  .banner_mob_content.services_mob {
    width: 100%;
  }

  .banner_mob_content.services_mob .basic_banner_title p {
    max-width: 100%;
  }

  .servise_page_block .page_text_title,
  .servise_page_block .page_text_ammount,
  .servise_page_block .page_text_link {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }

  .servise_page_block .page_text_title {
    margin: 0 auto 20px auto;
  }

  .servise_page_block .page_text_ammount {
    margin: 0 auto 20px auto;
  }

  .page_text_img {
    width: calc(100% - 20px);
    margin: 0 20px 50px 0;
  }

  .work_features_title {
    width: calc(100% - 40px);
    margin: 0 auto 70px auto;
    font-size: 32px;
  }

  .work_features_wrapper {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }

  .work_features_item {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .services {
    width: calc(100% - 40px);
    margin: 0 auto 90px auto;
  }

  .services_item {
    width: calc(50% - 10px);
    position: relative;
    margin: 0 20px 20px 0;
  }

  .services_item_more_info {
    font-size: 16px;
  }

  p.services_title {
    font-size: 32px;
    margin: 0 0 30px 0;
  }

  .services_item_content {
    left: 20px;
    bottom: 30px;
  }

  .servises_item_title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }

  .services_item:nth-child(2n) {
    margin: 0 0 20px 0;
  }

  .banner_mob_content.services {
    width: 100%;
  }

  .banner_mob_content.services .basic_banner_title p {
    font-size: 32px;
  }

  .banner_mob_content.services .basic_banner_summary p:first-child {
    font-size: 17px;
  }

  .banner_mob_content.services .basic_banner_take_consultation p:first-child {
    font-size: 12px;
  }

  .banner_mob_content.services .basic_banner_take_consultation {
    font-size: 13px;
  }

  .banner_mob_content.services .basic_banner_title p {
    max-width: 100%;
  }

  .basic_banner_services {
    display: none;
  }

  .docs_wrapper {
    width: calc(100% - 40px);
    margin: 0 20px 170px 20px;
  }

  .docs_item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .banner_mob_content.docs {
    width: 100%;
  }

  .banner_mob_content.docs .basic_banner_title p {
    max-width: calc(100% - 40px);
    font-size: 36px;
  }

  .banner_mob_content.docs .basic_banner_summary p:first-child {
    max-width: 100%;
  }

  .articles {
    margin: 0 0 70px 0;
  }

  .articles_wrapper .articles_item:last-child {
    margin: 0 0 30px 0;
  }

  p.important {
    font-family: "Circe-Light", sans-serif;
    letter-spacing: 1px;
    color: #f5f5f3;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
  }

  .banner_mob_content.articles .basic_banner_title p {
    margin: 0 0 50px 0;
  }

  .banner_mob_content.articles .basic_banner_title {
    margin: 0 0 100px 0;
  }

  .articles_item {
    width: 100%;
  }

  .articles_wrapper {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;
  }

  .banner_mob_content.articles {
    width: 100%;
  }

  .banner_mob_content.articles .basic_banner_summary p:first-child {
    max-width: 100%;
  }

  .banner_mob_content.articles .basic_banner_take_consultation {
    border-bottom: none;
  }

  .banner_mob_content.articles .basic_banner_title p {
    font-size: 26px;
    max-width: 100%;
  }

  .basic_banner_title.articles_page {
    display: none;
  }

  .line_center_items {
    align-items: center;
  }

  .read_more {
    display: none;
  }

  .article_title_content .pdf_item_date {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .article_title_social p {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .article_title_social a:last-child {
    margin: 0 0 0 0;
  }

  .article_title_social {
    flex-wrap: wrap;
    justify-content: center;
  }

  .article_date_name {
    margin: 0 0 70px 0;
  }

  .header.relative {
    background: #f5f5f3;
  }

  .article_title_content {
    width: 72%;
    margin: 0 auto 70px auto;
  }

  .article_title_text {
    width: 100%;
    font-size: 26px;
    text-align: center;
  }

  .article_title_content .pdf_item_date {
    justify-content: center;
  }

  .header.relative .hamburger.hamburger--spring {
    background: #f5f5f3 !important;
  }

  .header.relative .hamburger-inner,
  .header.relative .hamburger-inner::before,
  .header.relative .hamburger-inner::after {
    background: #424e9c !important;
  }

  .header.relative .hamburger--spring.is-active .hamburger-inner::before {
    background: #424e9c !important;
  }

  .article_title {
    flex-direction: column;
    width: 100%;
    margin: 70px 0 70px 0;
  }

  .article_title_image {
    width: 100%;
  }

  .header.relative .hamburger--spring.is-active .hamburger-inner::after {
    background: #424e9c !important;
  }

  .pdf_items {
    width: 89%;
  }

  .mob_basic_banner_line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5c5551;
  }

  .banner_mob_content {
    display: block;
    z-index: 100;
    position: absolute;
    top: 40%;
  }

  .banner_mob_content .basic_banner_title {
    top: auto;
    position: relative;
    font-size: 52px;
    margin: 0 auto 70px auto;
    display: block;
  }

  .banner_mob_content .basic_banner_title p {
    max-width: 70%;
    margin: 0 auto 30px auto;
  }

  .banner_mob_content .basic_banner_summary {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .banner_mob_content .basic_banner_summary {
    display: block;
  }

  .basic_banner_title {
    display: none;
  }

  .basic_banner_summary {
    display: none;
  }

  .basic_banner_take_consultation_wrapper p {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .pdf_item {
    width: 100%;
  }

  .pdf_item_text {
    font-size: 16px;
  }

  .pdf_item_open a {
    font-size: 12px;
  }

  .basic_banner_summary p:first-child {
    margin: 0 auto 70px auto;
    max-width: 82%;
  }

  .basic_banner_take_consultation p {
    font-size: 16px;
    font-family: "Circe-Extra-Bold", sans-serif;
  }

  basic_banner_take_consultation .dot {
    width: 5px;
    height: 5px;
    margin: 0 14px;
  }

  .basic_banner_take_consultation_wrapper {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .basic_banner_take_consultation {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5f5f3;
    text-transform: uppercase;
    border-bottom: 2px solid #f5f5f3;
  }

  .basic_banner_take_consultation_wrapper p:first-child {
    margin: 0 0 0 0;
  }

  .basic_banner_line {
    display: none;
  }

  .basic_banner_summary {
    right: auto;
    bottom: auto;
    font-size: 24px;
    top: 50%;
    text-align: center;
    max-width: 100%;
  }

  .basic_banner {
    display: block;
  }

  .basic_banner img:first-child {
    display: none;
  }

  .basic_banner img:nth-child(2) {
    display: flex;
    width: 100%;
  }

  .hamburger.hamburger--spring {
    background: transparent !important;
    -webkit-appearance: none !important;
  }

  .directions_text {
    width: 100%;
  }

  .banner {
    background: #f5f5f3;
  }

  .header__items_menu {
    display: none;
  }

  .header {
    background: transparent;
    top: 0px;
    height: 90px;
    display: flex;
    align-items: center;
  }

  .header__items {
    justify-content: space-between;
    width: 100%;
  }

  .hamburger {
    display: block !important;
  }

  .header__items_logo {
    margin: 0 0 0 0;
    justify-content: center;
  }

  .logo_text p:last-child {
    display: none;
  }

  .logo_text {
    max-width: 60%;
  }

  .logo_text p:first-child {
    font-size: 16px;
  }

  .logo_img {
    width: 70px;
  }

  .adaptive_call {
    width: 28px;
    display: block;
  }

  .adaptive_call img {
    width: 100%;
    display: block;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .banner__img img:nth-child(1) {
    display: none;
  }

  .banner__img img:nth-child(2) {
    display: block;
    height: 420px;
    object-fit: cover;
  }

  .line_left_items {
    display: none;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    margin: 0 0 0 0;
    font-size: 36px;
  }

  .line_right_items p:first-child {
    display: none;
  }

  .line_center_items p:nth-child(2) {
    margin: 0 20px 20px 20px;
    width: auto;
    font-size: 18px;
    text-align: center;
    font-family: "Circe", sans-serif;
    line-height: 1.3;
  }

  .line_center_items {
    margin: -130px 0 0 0;
  }

  .banner__bottom_items {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
  }

  .more_info {
    width: 100%;
    padding: 7px 0 0 20px;
    height: 80px;
  }

  .social {
    display: none;
  }

  .more_info p:nth-child(1) {
    font-size: 10px;
    margin: 0 0 12px 0;
  }

  .more_info p:nth-child(2) {
    font-size: 20px;
  }

  .arrow {
    right: 22px;
  }

  .more_info p:nth-child(1) {
    letter-spacing: 2.7px;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    max-width: 40%;
    margin: 30px auto 50px auto;
    font-size: 16px;
    text-align: center;
  }

  .directions .photo img:nth-child(1) {
    display: none;
  }

  .directions .photo img:nth-child(2) {
    display: block;
  }

  .directions .photo {
    width: 100%;
  }

  .directions {
    flex-direction: column;
    padding: 0 0 40px 0;
  }

  a.consultation_wrapper {
    display: none;
  }

  .directions_text_ammount a.consultation_wrapper::before {
    width: 0px;
  }

  .directions_text_ammount {
    margin: 0 20px 0 20px;
  }

  .directions_text_ammount a::before {
    display: none;
  }

  .directions_text p.medium_title {
    margin: 0 0 20px 0;
    font-size: 13px;
  }

  .directions_text_ammount {
    flex-direction: column;
  }

  .left_amount {
    justify-content: space-between;
    max-width: 100%;
  }

  .adaptive_delimiter {
    display: flex;
    margin: 0 0 20px 0;
    justify-content: space-between;
  }

  .delimiter {
    width: 48.5%;
  }

  .directions_text_ammount a {
    font-size: 15px;
    line-height: 1.3;
  }

  .logo_text p:first-child {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .right_amount {
    max-width: 100%;
  }

  .stages {
    padding: 70px 0 0 0;
  }

  .stages_items_wrapper {
    flex-direction: column;
    margin: 0 0 0 0;
  }

  .stages_items_wrapper .stages_item:last-child {
    margin: 0 0 0 0;
  }

  .stages .basic_title {
    margin: 0 0 40px 0;
  }

  .basic_title {
    font-size: 32px;
  }

  .stages_item {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .appointment {
    padding: 70px 0 70px 0;
    flex-direction: column;
  }

  .appointment_text {
    width: 100%;
  }

  .slider {
    flex-direction: column-reverse;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
  }

  .swiper-container {
    width: 100%;
  }

  .slider_left_block {
    padding: 250px 20px 40px 20px;
    margin: -195px 0 0 0;
  }

  .slider_arrows {
    position: relative;
    bottom: auto;
  }

  p.slider_text {
    margin: 0 0 70px 0;
    font-size: 16px;
  }

  .swiper-pagination-current,
  .swiper-pagination-total {
    font-size: 16px;
  }

  .slider_left_block {
    padding: 230px 20px 40px 20px;
  }

  .swiper-pagination-total::before {
    width: 47px;
    top: 8px;
    left: -35px;
  }

  p.slider_title {
    font-size: 24px;
  }

  .swiper-pagination-total {
    padding: 0 0 0 19px;
  }
  .slider_right_block {
    margin: -20px 0 0 20px;
    width: calc(100% - 20px);
  }

  .request_bg img:nth-child(1) {
    display: none;
  }

  .request_bg img:nth-child(2) {
    display: block;
  }

  .about_left_block img {
    margin: 150px 0 0 0;
  }

  .request_form {
    margin: 0 40px;
    width: calc(100% - 80px);
    top: calc(50% - 197px);
  }

  .about {
    flex-direction: column;
  }

  .about_left_block {
    width: 100%;
    margin: 15vw 0 0;
  }

  .about_right_block {
    width: 100%;
    position: initial;
  }

  .page_text {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .play_video_arrow img {
    margin: 0 0 7px 0;
  }

  .play_video {
    width: 100%;
  }

  .play_video_arrow {
    border: none;
  }

  .play_video_arrow p {
    font-size: 12px;
  }

  .footer {
    padding: 90px 20px 50px 20px;
  }

  .footer_content {
    flex-direction: column;
    width: 100%;
  }

  .logo_wrapper {
    justify-content: left;
    margin: 0 0 40px 0;
  }

  .about_right_content {
    position: absolute;
    top: 0px;
    left: 20px;
  }

  .about {
    position: relative;
  }

  .mob_city {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob_city p {
    font-size: 12px !important;
    text-transform: uppercase;
    margin: 0 !important;
    color: #f5f5f3;
    letter-spacing: 1px;
  }

  .dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #f5f5f3;
    margin: 0 7px 3px 7px;
  }

  .line {
    top: 53%;
  }

  .directions_text p.title {
    font-size: 32px;
    margin: 14px 20px 30px 20px;
  }

  .directions_text_ammount a {
    margin: 0 0 10px 0;
  }

  .stages_item_text {
    height: 100px;
  }

  .stages_item_text p:first-child {
    font-size: 12px;
  }
  .stages_item_text .step-text,
  .stages_item_text a {
    font-size: 20px;
  }

  .stages_item_text p:first-child {
    margin: 0 0 10px 0;
  }

  .appointment .basic_title {
    margin: 0 0 40px 0;
    width: auto;
    font-size: 32px;
  }

  .experience_count {
    font-size: 52px;
  }

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

  .appointment_summary {
    font-size: 16px;
  }

  .swiper_numbers {
    margin: 0 0 30px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 50px !important;
  }

  p.request_form_title {
    font-size: 26px;
  }

  p.request_form_title {
    margin: 0 0 30px 0;
  }

  .request_form label {
    padding: 0 0 10px 0;
  }

  .request_form textarea {
    border-left: transparent;
    padding: 0 7px 5px 7px;
    width: calc(100% - 14px);
    margin: 10px 0 30px 0;
    font-size: 15px;
  }

  .border_right {
    height: 192px;
  }

  .left_amount {
    margin: 0 0 0 0;
  }

  .textarea_name::after {
    height: 38px;
  }

  .about_left_block_photo .play_video {
    top: calc(50% + 50px);
  }

  
  
  

  
  
  

  
  
  

  
  
  

  .about_left_block_photo {
    width: calc(100% - 20px);
    margin: 0 20px 30px 0;
  }

  .about_right_block_photo {
    width: calc(100% - 20px);
    margin: 0 0 30px 20px;
  }

  .mob_menu {
    display: flex;
    left: -100%;
    flex-direction: column;
    position: absolute;
    top: 0px;
    z-index: 100;
    background: #424e9c;
    padding: 120px 20px 0 20px;
    width: calc(100% - 40px);
    height: 100vh;
    transition: 0.7s;
  }

  .mob_menu.active {
    display: flex;
    left: 0;
    transition: 0.7s;
    z-index: 1001;
  }

  .mob_menu.form.active {
    transition: 0.1s;
  }

  .mob_menu_items {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
  }

  .mob_menu_items a {
    font-size: 24px;
    margin: 0 0 30px 0;
  }

  .mob_menu_social {
    display: flex;
    margin: 0 0 50px 0;
  }

  .mob_menu_social a {
    width: 35px;
    margin: 0 30px 0 0;
  }

  .mob_menu_social img {
    width: 100%;
  }

  .mob_menu a {
    color: #f5f5f3;
    font-family: "Circe", sans-serif;
  }

  .mob_menu_consultation {
    margin: 0 0 40px 0;
  }

  .mob_menu_consultation a {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #f5f5f3;
    font-family: "Circe-Bold", sans-serif;
    letter-spacing: 0.7px;
    padding: 1px 0;
  }

  .mob_menu_contacts_numbers {
    display: flex;
    flex-direction: column;
  }

  .mob_menu_contacts_numbers a:first-child {
    margin: 0 0 7px 0;
  }

  .mob_menu_contacts_img {
    width: 35px;
    margin: 0 14px 0 0;
    display: flex;
    align-items: center;
  }

  .mob_menu_contacts_img img {
    width: 100%;
  }

  .mob_menu_contacts {
    display: flex;
  }

  .footer {
    background: #424e9c;
  }

  .bottom_items {
    border-top: none;
    flex-direction: column;
  }

  .bottom_items_social {
    margin: 0 0 20px 0;
  }

  .about {
    width: 100%;
    margin: 0 10% 70px 0;
  }

  .page_text_ammount {
    margin: 0 0 90px 0;
    font-size: 17px;
    line-height: 1.3;
  }

  .footer_logo_img {
    margin: 0 15px 0 0;
  }

  .footer_block {
    margin: 0 0 20px 0;
  }

  .footer_content {
    margin: 0 0 0 0;
  }

  .slider_left_block {
    background: none;
  }

  .slider {
    background: #fff;
  }

  .show_more_link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
  }

  .show_more_link a {
    color: #424e9c;
    text-transform: uppercase;
    border-bottom: 2px solid #424e9c;
    font-family: "Circe-Bold", sans-serif;
  }

  .article_title_social_item {
    height: 20px;
  }

  .article_title_social a {
    margin: 0 35px 0 0;
  }

  .appointment_summary {
    margin: 0 0 25px 0;
  }

  .experience {
    margin: 0 0 12px -5px;
  }
  .page-404_link,
  a.appointment_more_info {
    font-size: 16px;
  }

  .questions_title {
    margin: 0 0 50px 0;
  }

  .basic_banner_take_consultation p {
    font-size: 12px;
  }

  .servise_page_block .page_text_link {
    margin: 0 auto 50px auto;
  }
}

@media only screen and (max-width: 920px) and (min-width: 520px) {
  .about_right_block_photo {
    margin: 0 0 0 20px;
  }

  .docs_item_text {
    font-size: 24px;
  }

  .docs_item_download a {
    font-size: 18px;
  }

  .docs_wrapper {
    margin: 0 20px 90px 20px;
  }

  .show_more_link {
    margin: 40px 0 0 0;
  }

  .show_more_link a {
    font-size: 20px;
  }

  .articles_item .pdf_item_date {
    font-size: 16px;
  }

  p.important {
    font-size: 18px;
  }

  .articles_item_text {
    font-size: 25px;
  }

  .basic_banner_take_consultation p {
    font-size: 15px;
  }

  .banner_mob_content.articles .basic_banner_title p {
    font-size: 36px;
  }

  .about_right_block_title {
    font-size: 28px;
    margin: 0 0 20px 0;
  }

  .about_right_block_summary {
    font-size: 18px;
  }

  .header_bg {
    background: transparent;
    left: calc(-100% - 1px);
    top: 0px;
    transition: 0.7s;
  }

  .header_bg.active {
    display: block;
    height: 90px;
    width: 100%;
    position: absolute;
    background: #424e9c;
    transition: 0.7s;
  }

  .play_video_arrow p {
    font-size: 18px;
  }

  .play_video_arrow img {
    width: 15px;
  }

  .about_right_block_photo .play_video_arrow img {
    width: 15px;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    font-size: 58px;
  }

  .line_center_items p:nth-child(2) {
    font-size: 24px;
  }

  .line_center_items {
    margin: -155px 0 0 0;
  }

  .mob_city p {
    font-size: 18px !important;
  }

  .dot {
    margin: 0 10px 3px 10px;
  }

  .line_center_items p:nth-child(2) {
    max-width: 80%;
  }

  .logo_text p:first-child {
    font-size: 18px;
  }

  .logo_img {
    width: 70px;
  }

  .more_info p:nth-child(1) {
    font-size: 16px;
  }

  .more_info p:nth-child(2) {
    font-size: 26px;
  }

  .more_info {
    height: 100px;
  }

  .directions_text p.title {
    font-size: 36px;
    margin: -24px 20px 30px 20px;
  }

  .directions_text p.medium_title {
    font-size: 16px;
  }

  .directions_text_ammount a {
    font-size: 18px;
  }

  .basic_title {
    font-size: 42px;
  }

  .stages_item_text p:first-child {
    font-size: 16px;
  }
  .stages_item_text .step-text,
  .stages_item_text a {
    font-size: 26px;
  }

  .appointment .basic_title {
    font-size: 36px;
    max-width: 80%;
  }

  .appointment_summary {
    font-size: 18px;
  }
  .page-404_link,
  a.appointment_more_info {
    font-size: 16px;
  }

  p.request_form_title {
    font-size: 32px;
  }

  .request_form input {
    height: 9px;
    margin: 0 0 40px 0;
  }

  .about_left_block_photo {
    width: calc(100% - 20px);
    margin: 0 20px 50px 0;
  }

  .about_left_block img {
    margin: 120px 0 0 0;
  }

  .play_video_arrow img {
    margin: 0 0 7px 0;
  }

  .page_text_title {
    font-size: 28px;
  }

  .page_text_ammount {
    font-size: 20px;
  }

  .footer a {
    font-size: 18px;
    margin: 0 0 15px 0;
  }

  .footer_logo_text_title {
    font-size: 20px;
  }

  .footer_logo_text_summary {
    font-size: 17px;
  }

  .footer_logo_img {
    width: 70px;
  }

  .footer .bottom_items_social a {
    margin: 0 27px 0 0;
    width: 36px;
  }

  .bottom_items_protect {
    font-size: 17px;
  }
}

@media only screen and (max-width: 640px) {
  .about_right_block_photo {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 630px) {
  .banner_mob_content.docs {
    top: 40%;
  }

  .border_left {
    bottom: 35px;
  }

  .border_right {
    height: 122px;
    top: 6px;
  }

  .about_right_block_photo {
    margin: 0 0 0 20px;
  }

  .services {
    margin: 0 auto 70px auto;
  }

  .docs_wrapper {
    margin: 0 20px 70px 20px;
  }

  .appointment.docs {
    padding: 0 0 75px 0;
  }

  .banner_mob_content.docs .basic_banner_title p {
    font-size: 34px;
  }

  p.slider_text {
    margin: 0 0 40px 0;
  }

  .border_left {
    height: 55%;
  }

  .appointment.no-top-space {
    padding: 0 0 70px 0;
  }

  .appointment .basic_title {
    margin: 0 0 30px 0;
    font-size: 30px;
  }

  p.services_title {
    font-size: 28px;
  }

  .basic_banner_summary p:first-child {
    max-width: 85%;
  }

  .servises_item_title {
    font-size: 20px;
    margin: 0 10px 10px 0;
  }

  .double_prices_block_item_title {
    font-size: 16px;
  }

  .question_block {
    margin: 0 0 70px 0;
  }

  .categories a {
    font-size: 12px;
  }

  .questions_title {
    font-size: 30px;
  }

  .request_form textarea {
    height: 100px;
  }

  .request_form label {
    font-size: 11px;
  }

  .textarea_name p {
    font-size: 11px;
  }

  .request_form input {
    height: 7px;
    margin: 0 0 20px 0;
  }

  .line_center_items p:nth-child(2) {
    font-size: 15px;
  }

  .article_title {
    margin: 50px 0 70px 0;
  }

  .article_title_content .pdf_item_date {
    margin: 0 0 30px 0;
  }

  .article_date_name {
    margin: 0 0 45px 0;
  }

  .article_title_social p {
    font-size: 12px;
  }

  .article_title_text {
    font-size: 22px;
  }

  .article_title_content .pdf_item_date {
    font-size: 11px;
  }

  .article_title_content .pdf_item_date_line {
    width: 30px;
    margin: 0 15px;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    max-width: 61%;
  }

  .price_item_title {
    font-size: 15px;
  }

  .price_item_num {
    font-size: 11px;
    font-family: "Avanti", sans-serif;
  }
}

@media only screen and (max-width: 520px) {
  .modal a.close-modal {
    width: 21px !important;
    height: 21px !important;
  }

  p.request_form_title {
    font-size: 22px;
  }

  .mob_menu_contacts_img {
    width: 28px;
  }

  .mob_menu_items a {
    margin: 0 0 25px 0;
  }

  .mob_menu_social a {
    width: 32px;
  }

  .page_text.top-space {
    margin: 40px 20px 0 20px;
  }

  .services_item_content {
    left: 10px;
    bottom: 20px;
  }

  .servises_item_title {
    margin: 0 0 4px 0;
    font-size: 13px;
  }

  .services_item_more_info {
    font-size: 9px;
  }

  .banner_mob_content {
    top: 30%;
  }

  .banner_mob_content.services .basic_banner_summary p:first-child {
    line-height: 1.3;
  }

  .questions_title {
    font-size: 28px;
  }

  .double_prices_block_item_title::after {
    width: 20px;
    background-size: 12px auto;
    right: 25px;
  }

  .double_prices_block_item_title {
    padding: 20px 20px 20px 20px;
  }

  .page_text_link a {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 1px 3px;
  }

  .experience_count {
    font-size: 52px;
  }

  .experience_text {
    padding: 4px 0 0 0;
  }

  .experience_text p:first-child {
    margin: 0 0 2px 0;
  }

  .experience_text p {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .page-404_link,
  a.appointment_more_info {
    padding: 1px 3px;
  }

  .articles_item .pdf_item_date {
    font-size: 12px;
  }

  .articles_item_text {
    font-size: 16px;
  }

  .banner_mob_content.articles {
    top: 35%;
  }

  .banner_mob_content.articles .basic_banner_title p {
    font-size: 24px;
  }

  .docs_item_text {
    font-size: 16px;
  }

  .docs_item_download a {
    font-size: 11px;
  }
  .stages_item_text .step-text,
  .stages_item_text a {
    font-size: 18px;
  }

  .stages_item_text p:first-child {
    font-size: 10px;
  }

  .basic_title {
    font-size: 30px;
  }

  .request {
    margin: 0 0 70px 0;
  }

  .about_left_block img {
    margin: 90px 0 0 0;
  }

  .play_video_arrow img {
    margin: 0 0 7px 0;
  }

  .page_text_ammount {
    margin: 0 0 70px 0;
  }

  .footer {
    padding: 70px 20px 50px 20px;
  }

  .logo_wrapper {
    margin: 0 0 40px 0;
  }

  .banner_mob_content .basic_banner_title p {
    font-size: 36px;
    margin: 0 auto 30px auto;
  }

  .banner_mob_content.practice {
    top: 32%;
  }

  .banner_mob_content .basic_banner_title {
    margin: 0 auto 70px auto;
  }

  .basic_banner_summary {
    font-size: 19px;
  }

  .basic_banner_take_consultation p {
    font-size: 12px;
  }

  .basic_banner_summary p:first-child {
    margin: 0 auto 30px auto;
  }

  .basic_banner_take_consultation_wrapper p:first-child {
    margin: 0 0 0 0;
  }

  .basic_banner {
    margin: 0 0 65px 0;
  }

  .pdf_items {
    width: 90%;
  }

  .pdf_item {
    margin: 0 0 20px 0;
  }

  .pdf_item_text {
    font-size: 16px;
  }

  .pdf_item_open a {
    font-size: 12px;
  }

  .pdf_items_wrapper {
    margin: 0 0 70px 0;
  }

  .work_features_title {
    font-size: 26px;
    margin: 0 auto 40px auto;
  }

  .item_number {
    margin: 0 0 17px 0;
    font-size: 36px;
  }

  .item_title {
    margin: 0 0 10px 0;
    font-size: 15px;
  }

  .item_ammount {
    font-size: 16px;
  }

  .item_ammount {
    font-size: 16px;
  }

  .work_features {
    margin: 0 0 0 0;
  }

  .servise_page_block {
    margin: 0 0 70px 0;
  }

  .contacts_title {
    font-size: 26px;
    margin: 0 0 50px 0;
  }

  .contacts_item_title {
    font-size: 13px;
  }

  .contacts_item:nth-child(2n) {
    margin: 0 0 40px 0;
  }

  .contacts_item {
    width: 47.5%;
    margin: 0 0 40px 0;
  }

  .contacts_item a {
    font-size: 13px;
  }

  .contacts_social a {
    font-size: 13px;
  }

  .contacts_items {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 390px) {
  .page_text_ammount {
    font-size: 16px;
  }

  .basic_banner_summary p:first-child {
    max-width: 95%;
  }

  .services_item_content {
    left: 10px;
    bottom: 20px;
  }

  .double_prices_block_item_title {
    font-size: 16px;
  }

  .banner_mob_content.services .basic_banner_title p {
    font-size: 28px;
    margin: 0 auto 20px auto;
  }

  .banner_mob_content.services .basic_banner_take_consultation p:first-child {
    font-size: 11px !important;
  }

  .basic_banner_take_consultation p {
    font-size: 11px;
  }

  .basic_banner.services_pg .basic_banner_title {
    margin: 0 auto 50px auto;
  }

  .banner_mob_content .basic_banner_title {
    margin: 0 auto 70px auto;
  }

  .banner_mob_content.services .basic_banner_summary p:first-child {
    font-size: 16px;
  }

  .banner_mob_content.services {
    top: 34%;
  }

  .servises_item_title {
    font-size: 13px;
    margin: 0 0 4px 0;
  }

  .services_item_more_info {
    font-size: 8px;
  }

  p.services_title {
    font-size: 24px;
  }

  .services {
    width: calc(100% - 40px);
    margin: 0 auto 70px auto;
  }

  .banner_mob_content.services .basic_banner_summary p:first-child {
    font-size: 16px;
  }

  p.important {
    font-size: 13px;
    margin: 0 0 20px 0;
  }

  .banner_mob_content.articles .basic_banner_title p {
    font-size: 20px;
    margin: 0 20px 50px 20px;
  }

  .show_more_link {
    font-size: 16px;
  }

  .pdf_item_text {
    font-size: 16px;
  }

  .pdf_item_open a {
    font-size: 10px;
  }

  .swiper-pagination-current,
  .swiper-pagination-total {
    font-size: 12px;
  }

  p.slider_title {
    font-size: 22px;
  }

  p.slider_text {
    font-size: 15px;
  }

  .swiper_numbers {
    margin: 0 0 15px 0;
  }

  p.slider_text {
    margin: 0 0 40px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
  }

  .slider_left_block {
    padding: 230px 20px 30px 20px;
  }
}

@media only screen and (max-width: 350px) {
  .border_right {
    height: 100px;
  }

  .about_right_content {
    top: 10px;
  }

  .show_more_link {
    font-size: 12px;
  }

  .about_right_block_title {
    font-size: 16px;
  }

  .about_right_block_summary {
    font-size: 11px;
  }

  .logo_img {
    width: 100px;
    margin: 0 7px 0 0;
  }

  .logo_text p:first-child {
    font-size: 11px;
  }

  .line {
    top: 49%;
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    font-size: 36px;
  }

  .line_center_items p:nth-child(2) {
    font-size: 16px;
  }

  .line_center_items {
    margin: -100px 0 0 0;
  }

  .stages_item:last-child {
    margin: 0 0 0 0;
  }

  p.request_form_title {
    font-size: 22px;
    margin: 0 0 20px 0;
  }

  .request_form textarea {
    height: 80px;
  }

  .request_form label {
    font-size: 10px;
  }

  .textarea_name p {
    font-size: 10px;
  }

  .request_form .send button,
  .request_form .send a {
    font-size: 12px;
  }

  .request_form {
    top: calc(50% - 177px);
  }
  .line_center_items h1,
  .line_center_items p:first-child {
    margin: 0 auto 35px auto;
  }

  .pdf_item_text {
    font-size: 16px;
  }

  .pdf_item_open a {
    font-size: 10px;
  }

  .banner_mob_content.docs .basic_banner_title p {
    font-size: 24px;
  }

  .basic_banner_take_consultation p,
  .basic_banner_take_consultation p:first-child {
    font-size: 11px;
  }

  .dot {
    margin: 0 4px 2px 4px;
  }

  .banner_mob_content .basic_banner_title p {
    font-size: 32px;
  }

  .banner_mob_content .basic_banner_title p {
    margin: 0 auto 20px auto;
  }

  .basic_banner_summary p:first-child {
    margin: 0 auto 20px auto;
    font-size: 16px;
  }

  .banner_mob_content .basic_banner_title {
    margin: 0 auto 40px auto;
  }

  .basic_banner_take_consultation_wrapper p:first-child {
    margin: 0 0 0 0;
    font-size: 10px;
  }

  .basic_banner_take_consultation p {
    font-size: 10px !important;
  }

  .basic_banner_take_consultation p {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .article_title_text {
    font-size: 22px;
  }

  .article_title_content .pdf_item_date {
    margin: 0 0 25px 0;
  }

  .article_date_name {
    margin: 0 0 40px 0;
  }

  .article_title_content .pdf_item_date {
    font-size: 12px;
  }

  .article_title_social p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 340px) {
  .footer_logo_text_title {
    font-size: 13px;
  }

  .footer_logo_text_summary {
    font-size: 9px;
  }

  .footer_logo_img {
    margin: 0 10px 0 0;
    width: 70px;
  }

  .footer a {
    font-size: 13px;
  }

  .appointment .basic_title {
    margin: 0 0 30px 0;
    font-size: 26px;
  }

  p.services_title {
    font-size: 22px;
  }

  .servises_item_title {
    font-size: 11px;
    margin: 0 0 1px 0;
  }

  .page_text_ammount {
    font-size: 15px;
  }

  .banner_mob_content.services .basic_banner_title p {
    font-size: 24px;
    margin: 0 auto 15px auto;
  }

  .basic_banner.services_pg .basic_banner_title {
    margin: 0 auto 35px auto;
  }

  .banner_mob_content.services .basic_banner_summary p:first-child {
    font-size: 13px;
  }

  .banner_mob_content.services .basic_banner_take_consultation p:first-child {
    font-size: 10px !important;
  }

  .basic_banner_take_consultation p {
    font-size: 10px;
  }

  .page_text_title {
    font-size: 20px;
  }
}
