@font-face {
  font-family: "HelveticaNeueCyrLight";
  src: url("../fonts/HelveticaNeueCyrLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyrLight.ttf');
  src: local('☺'),
    url('../fonts/HelveticaNeueCyrLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyrMedium.ttf');
  src: local('☺'),
    url('../fonts/HelveticaNeueCyrMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyrMedium.ttf');
  src: local('☺'),
    url('../fonts/HelveticaNeueCyrMedium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}


@font-face {
  font-display: swap;
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyrBold.ttf');
  src: local('☺'),
    url('../fonts/HelveticaNeueCyrBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}



@font-face {
  font-display: swap;
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueCyr.eot');
  src: local('☺'), url('../fonts/HelveticaNeueCyr.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/**********общее***************/
body {
  background-color: #f9f9f9;
  margin: 0px;
}

section.no_marg_top
{
  margin-top: 0px;
}

.main_wrapper
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.my_checkbox {
  position: relative;
  height: 28px;
  width: 28px;
  border: 1px solid #4A4B4B;
  cursor: pointer;
  border-radius: 4px;
}
.my_checkbox .galka {
  display: none;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.my_checkbox.active {
  background-color: #01909F;
  border: 1px solid #01909F;
}
.my_checkbox.active .galka {
  display: block;
}

section .slick-dots li button::before {
  font-size: 38px;
}

section .slick-dots li.slick-active button::before {
  color: #02909F;
}

section .slick-dots li button::before {
  color: rgba(2, 144, 159, 0.1490196078);
  opacity: 1;
}

section .slick-dots li {
  margin: 0px;
}

section .slick-dots {
  bottom: -35px;
}

section {
  margin-top: 80px;
}

.white {
  background-color: white;
}

.title_sec {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}

.title_sec.shift {
  margin-left: 30px;
}

input, textarea {
  outline: none;
  border: none;
}

.univ_butt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #F9F9F9;
  background: linear-gradient(to left, #04657D, #067F8B);
}

* {
  box-sizing: border-box;

  hyphens: auto;
}

.main_wrapper *:not([class*="bx-"]) {
  font-family: HelveticaNeueCyrMedium, sans-serif;
	font-family: 'Helvetica Neue', Helvetica, HelveticaNeueCyr, "Open Sans", Arial, sans-serif;
}


header,
header *,
footer,
footer *,
section,
section *
{
	transition: all 0.3s ease;
}


.last_line.protiv {
  padding: 50px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.wrap {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

button {
  cursor: pointer;
  border: none;
}
/*
h1, h2, h3, p {
  margin: 0px;
}
*/
a {
  /* color: #222222; */
  color: #005e7f;
  text-decoration: none;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

a:hover,
button:hover {
  opacity: 0.7;
}

/**********общее***************/
header {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

header .menu_box_mob
{
	width: calc(100% - 170px - 173px);
}

header .menu li a.active {
  font-weight: 600;
}
header .univ_butt.for_desc {
  width: 173px;
  height: 37px;
  padding: 0px;
}
header .first_line {
  margin-bottom: 20px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .city_search {
  display: flex;
  align-items: center;
}
header .city {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
header .city.active {
  font-weight: bold;
  color: #04657D;
}
header .search_box {
  position: relative;
  margin: 0 10px;
}
header .search_inp {
  background-color: #F2F2F2;
  border-radius: 200px;
  height: 39px;
  width: 210px;
  padding: 0 35px 0 20px;
}
header .search_inp::placeholder,
header .search_inp {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
header .loopa {
  position: absolute;
  right: 20px;
  top: 12px;
}
header .vars {
  margin-right: 25px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
header .phone {
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
header .cont_box {
  display: flex;
  align-items: center;
}
header .menu_box {
  border-radius: 18px;
  background: #F2F2F2;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 170px;
}
header .menu {
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
header .menu li a {
  margin: 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.main_slider {
  margin-top: 0px;
}
.main_slider .slide_item {
  border-radius: 30px;
  position: relative;
  padding: 160px 50px 20px 50px;
  min-height: 580px
}
.main_slider .slide_back {
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -1;
}
.main_slider .label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.main_slider .slide_title {
  margin: 20px 0;
  width: 100%;
  max-width: 560px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
.main_slider .univ_butt {
  height: 46px;
  width: 215px;
  font-size: 20px;
}
.main_slider .order_butt {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #F9F9F9;
  width: 153px;
  height: 153px;
  background-color: #0FA8AE;
  border-radius: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  box-shadow: 0px 0px 20px 2px rgba(51, 181, 187, 0.8);
}

.about_clinic {
  padding-bottom: 60px;
}
.about_clinic .item {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}
.about_clinic .item span {
  margin-right: 15px;
}

.serv_boxx {
  padding: 100px 0;
}
.serv_boxx .tab_wrap {
  margin-bottom: 20px;
}
.serv_boxx .tab_wrap.active svg {
  transform: rotate(180deg);
}
.serv_boxx .tab_item {
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px 40px 30px;
  background-color: #E6EFF2;
}
.serv_boxx .tab_item .arrow {
  cursor: pointer;
}
.serv_boxx .arrow.active {
  transform: rotate(180deg);
}
.serv_boxx .hide_box {
  display: none;
  transition: none;
}
.serv_boxx .grid_box {
  background-color: #f9f9f9;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 50px;
  padding: 40px 100px 50px 100px;
}
.serv_boxx .hide_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #020202;
}
.serv_boxx .img_name {
  display: flex;
  align-items: center;
}
.serv_boxx .tab_img {
  width: 47px;
  margin-right: 40px;
}
.serv_boxx .tab_name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #020202;
}
.serv_boxx .title_sec {
  margin-bottom: 70px;
}

.serv_boxx .title_sec.center
{
	text-align: center;
}

.comand .spec_box {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.comand .spec_box .arrow {
  transform: rotate(90deg);
}
.comand .spec_box.active .arrow {
  transform: rotate(270deg);
}
.comand .spec_title {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: black;
}
.comand .filter_box {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.comand .spec_vars_wrap {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  left: 0px;
  width: 100%;
  transition: none;
}
.comand .spec_vars {
  background-color: white;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 50px;
  padding: 50px;
}
.comand .spec_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.comand .search_box {
  position: relative;
  margin: 0 10px;
  width: 210px;
}
.comand .search_inp {
  background-color: #F2F2F2;
  border-radius: 200px;
  height: 39px;
  width: 210px;
  padding: 0 35px 0 20px;
}
.comand .search_inp {
  background-color: #F2F2F2;
  border-radius: 200px;
  height: 39px;
  width: 100%;
  padding: 0 35px 0 20px;
}
.comand .loopa {
  position: absolute;
  right: 20px;
  top: 12px;
}
.comand .desc {
  margin-bottom: 70px;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.comand .pers_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.comand .perse_item {
  background-color: #ECF0F2;
  padding: 0 10px 50px 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comand .pers_img {
  display: block;
  width: calc(100% + 20px);
  transform: translateX(-10px);
  margin-bottom: 20px;
  border-radius: 12px 12px 0 0;
}
.comand .pers_name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #067B89;
}
.comand .position {
  text-align: center;
  margin: 10px 0 15px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #4A4B4B;
}
.comand .title_sec {
  margin-bottom: 20px;
}
.comand .univ_butt {
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  height: 38px;
}
.comand .more_items {
  text-decoration: underline;
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}

.advs .grid_box {
  gap: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.advs .grid_item {
  border-radius: 18px;
  padding: 40px;
  background-color: gray;
}
.advs .grid_item.big {
  grid-column: 3/5;
}
.advs .about_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.advs .grid_item.green {
  background-color: #02909F;
}
.advs .grid_item.green .about_text {
  color: #FFFFFF;
}
.advs .grid_item.yell {
  background-color: rgba(207, 89, 39, 0.1);
}
.advs .grid_item.yell {
  display: flex;
  align-items: flex-end;
}
.advs .more {
  margin-right: 5px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(2, 144, 159);
}
.advs .big_num {
  font-size: 96px;
  font-weight: 500;
  line-height: 0.8;
  color: rgb(2, 144, 159);
}
.advs .more_num {
  margin-right: 5px;
}
.advs .grid_item.blue {
  line-height: 1.6;
  background: rgba(2, 144, 159, 0.1);
}
.advs .light_yell {
  background: rgba(207, 89, 39, 0.05);
}
.advs .ligh_blue {
  background: rgba(2, 144, 159, 0.05);
}
.advs .num_pers {
  display: flex;
  align-items: flex-end;
  margin: 25px 0 10px 0;
}
.advs .num {
  font-size: 40px;
  font-weight: 500;
  line-height: 0.8;
  color: rgb(2, 144, 159);
}
.advs .yelll {
  background-color: rgba(207, 89, 39, 0.1);
}
.advs .title_sec {
  margin-bottom: 70px;
}

.tech {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 120px;
}
.tech .tech_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.tech .tech_itemm {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgb(249, 249, 249);
}
.tech .img_box {
  width: 45%;
  position: relative;
  height: 100%;
  min-height: 355px;
}
.tech .img_box img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px 0 0 12px;
}
.tech .text_box {
  width: 55%;
  padding: 20px;
}
.tech .title_sec {
  margin-bottom: 60px;
}
.tech .tech_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.tech .tech_item {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.tech .more_items {
  text-decoration: underline;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}

.call_formm {
  margin-top: 0px;
  background-color: #02909F;
  padding: 120px 0;
}
.call_formm .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.call_formm .form_title {
  margin-right: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFFFFF;
}

    .call_formm .form_title br{
      display: none;
    }
.call_formm .form_line {
  display: flex;
}
.call_formm input {
  width: 220px;
  height: 45px;
  border-radius: 200px;
  border: 1px solid #FFFFFF;
  background-color: #02909F;
  margin-right: 15px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #81C8CF;
}
.call_formm input,
.call_formm input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #81C8CF;
}
.call_formm .butt {
  border-radius: 200px;
  width: 222px;
  height: 45px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #02909F;
}
.call_formm .about_form {
  margin-top: 15px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
}
.call_formm .form_box {
  margin-top: 10px;
}

.rews {
  margin-top: 100px;
  padding-bottom: 30px;
}

.rews .slick-track
{
  display: flex;
}

.rews .slide_item
{
  height: auto;
  background: white;
}

.rews .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100000;
  cursor: pointer;
}
.rews .prev_photo {
  left: 3px;
}
.rews .next_photo {
  right: -3px;
}
.rews .slick-list {
  padding: 30px 10px;
}
.rews .title_sec {
  text-align: center;
  margin-bottom: 30px;
}
.rews .slide_item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 10px;
  width: 326px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 1px rgba(44, 44, 44, 0.1);
}
.rews .first_line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rews .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.rews .from {
  margin: 5px 0 15px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.rews .star_box {
  display: flex;
  align-items: center;
}
.rews .num {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.rews .text_box {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.rews .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}

.white.rew_title {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}

.comp_rews {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.comp_rews .comp_img {
  display: block;
  /*width: 100%;
  max-width: 130px;*/
  margin: 0 auto;
}
.comp_rews .star_box {
  margin: 30px 0 15px 0;
  display: flex;
  justify-content: center;
}
.comp_rews .star {
  margin: 0 5px;
}
.comp_rews .descr {
  opacity: 0.5;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  color: #384656;
}
.comp_rews .rew_item {
  margin: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.clinics {
  padding-top: 100px;
  padding-bottom: 120px;
}
.clinics #yndex_map,
.clinics #yndex_map * {
  transition: none !important;
}
.clinics #yndex_map > ymaps {
  border-radius: 12px;
  overflow: hidden;
}
.clinics .map_box {
  display: flex;
}
.clinics .left {
  width: 441px;
  padding-right: 30px;
}
.clinics .map {
  border-radius: 12px;
  width: calc(100% - 441px);
}
.clinics .butt {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  padding: 25px;
  background-color: rgba(0, 87, 119, 0.05);
}
.clinics .butt.active {
  background: rgba(0, 87, 119, 0.15);
}
.clinics .name {
  width: calc(100% - 24px);
  padding-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
.clinics .map_img {
  width: 100%;
  border-radius: 12px;
}
.clinics .title_sec {
  margin: 0 0 50px 30px;
}

footer {
  padding: 140px 0 120px 0;
  background: rgba(0, 87, 119, 0.1);
}
footer .wrap {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:30px;
}
footer .logo {
  width: 137px;
  margin-bottom: 20px;
}
footer .cont_item {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
footer .social {
  display: flex;
}
footer .soc_item {
  margin-right: 20px;
}
footer .menu_box {
  gap: 40px 120px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
footer .menu_item.big {
  grid-column: 3/4;
  grid-row: 1/3;
}
footer .menu_title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #005777;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer ul li {
  list-style-type: none;
}
footer .menu_el {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
footer .cont_box {
  margin-top: 50px;
}


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

.nav_chain .wrap
{
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.nav_chain .nav_item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.nav_chain .arrow {
  margin: 0 10px;
}
.nav_chain .nav_item.active {
  color: #005777;
}

.doctor {
  background-color: white;
  border-radius: 18px;
  padding: 60px 60px 120px 60px;
}
.doctor .photo_name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.doctor .photo {
  width: 450px;
  display: block;
  border-radius: 16px;
}
.doctor .fio {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #067B89;
}
.doctor .posit {
  margin: 10px 0 40px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.doctor .name_box {
  padding-left: 20px;
  margin-bottom: 70px;
}
.doctor .univ_butt {
  width: 264px;
  height: 45px;
}
.doctor .prop_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 20px;
  margin-top: 50px;
}
.doctor .img_name .name {
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.doctor .img_name svg {
  width: 30px;
}
.doctor .img_name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.doctor .prop_item {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.directions {
  margin-top: 20px !important;
  padding: 120px 0;
}

.directions .text_box,
.directions .text_box *
{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.directions .text_box ul
{
  padding: 0 0 0 20px;
}

.directions .dir_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 20px;
}
.directions .dir_item {
  display: flex;
  align-items: flex-start;
}
.directions .dir_item svg {
  margin-top: 5px;
}
.directions .dir_title {
  width: calc(100% - 12px);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.directions .dir_title *
{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222 !important;
}

.directions .title_sec {
  margin-bottom: 50px;
}

.sertif {
  margin-top: 120px;
}
.sertif .slide_item a,
.sertif .slide_item img {
  display: block;
  width: 100%;
}
.sertif .slide_item {
  margin: 0 5px;
}
.sertif .title_sec {
  margin-bottom: 60px;
}
.sertif .slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
}
.sertif .prev_photo {
  left: -15px;
}
.sertif .next_photo {
  right: 0px;
}

.price {
  padding: 90px 0 120px 0;
}
.price .title_sec {
  text-align: center;
}
.price .price_item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 16px;
  padding: 30px 50px;
}
.price .price_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  width: calc(100% - 150px);
}
.price .price_num {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  width: 150px;
  text-align: right;
}
.price .title_sec {
  margin-bottom: 60px;
}

.pop_serv .title_sec {
  text-align: center;
}
.pop_serv .serv_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.pop_serv .serv_item {
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pop_serv .img_box {
  height: 300px;
  border-radius: 12px 12px 0 0;
}
.pop_serv .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px 12px 0 0;
}
.pop_serv .serv_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
  margin: 30px 0;
  text-transform: uppercase;
}
.pop_serv .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}
.pop_serv .date {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
  margin: 20px 0 50px 0;
  padding: 0 15px;
}
.pop_serv .text_box {
  padding: 0 15px;
}
.pop_serv .title_sec {
  margin-bottom: 50px;
}
.pop_serv .more_info {
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}

.serv_det_ban {
  border-radius: 30px;
  padding: 200px 30px 70px 30px;
  position: relative;
}
.serv_det_ban .max_w {
  width: 100%;
  max-width: 500px;
}
.serv_det_ban .serv_name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.serv_det_ban .about {
  margin: 20px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.serv_det_ban .about ul {
  margin: 0px;
  padding: 0px;
}
.serv_det_ban .fon_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
}
.serv_det_ban .univ_butt {
  height: 45px;
  width: 250px;
  font-size: 20px;
}
.serv_det_ban .shade {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background: linear-gradient(to left, rgba(237, 238, 240, 0), rgb(237, 238, 240));
}

.refs_box {
  padding: 30px 0 20px 0;
}
.refs_box .wrap {
  display: flex;
  flex-wrap: wrap;
}
.refs_box .link {
  padding: 20px;
  min-width: 133px;
  margin: 0 25px 10px 0;
  border-radius: 8px;
  background-color: rgb(242, 242, 242);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.refs_box .link svg {
  margin-right: 15px;
}
.refs_box .link.first {
  min-width: 326px;
  background-color: #02909F;
  color: #FFFFFF;
}
.refs_box .link.rent {
  min-width: 204px;
}

.about_serv {
  display: flex;
  align-items: center;
  margin-top: 140px;
}
.about_serv .img_box {
  width: 35%;
  height: 539px;
  border-radius: 16px;
}
.about_serv .img_box img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.about_serv .right_box {
  width: 65%;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.about_serv .right_box ul {
  padding: 0px;
  margin: 20px 0;
}
.about_serv .right_box .title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.about_serv .right_box .bold {
  margin-bottom: 20px;
  font-weight: 700;
}

.dir_serv {
  padding: 120px 0;
}
.dir_serv .title_sec {
  text-align: center;
  margin-bottom: 60px;
}
.dir_serv .serv_name {
  text-align: center;
}
.dir_serv .dir_box {
  gap: 10px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dir_serv .dir_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  background: #F9F9F9;
  padding: 30px 40px;
  border-radius: 18px;
}

.about_serv.white {
  padding: 120px 0;
  display: block;
}
.about_serv.white .wrap {
  display: flex;
  align-items: center;
}

.adv_serv {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.adv_serv .descrr {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.adv_serv .adv_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.adv_serv .adv_item.big {
  grid-column: 2/4;
  grid-row: 2/3;
}
.adv_serv .adv_item {
  border-radius: 18px;
  padding: 40px 20px 50px 20px;
}
.adv_serv .adv_item.green {
  background: rgb(2, 144, 159);
}
.adv_serv .adv_item.green * {
  color: white;
}
.adv_serv .adv_item.pink {
  background: rgb(251, 239, 234);
}
.adv_serv .adv_item.blue {
  background: rgba(2, 144, 159, 0.1);
}
.adv_serv .adv_item.light_pink {
  background: rgba(207, 89, 39, 0.05);
}
.adv_serv .adv_item.light_blue {
  background-color: rgba(2, 144, 159, 0.05);
}
.adv_serv .title_line {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.adv_serv .title_line svg {
  width: 40px;
}
.adv_serv .title {
  width: calc(100% - 40px);
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}
.adv_serv .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}

.comand.three {
  margin-top: 0px;
  padding-bottom: 120px;
}
.comand.three .wrap {
  max-width: 1100px;
}
.comand.three .title_sec {
  text-align: center;
  margin-bottom: 50px;
}
.comand.three .pers_box {
  grid-template-columns: 1fr 1fr 1fr;
}

.price.serv {
  padding: 20px 15px;
}
.price.serv .price_item {
  background-color: white;
}

.about_service {
  margin-top: 0px;
  padding-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.about_service .box {
  background-color: #F9F9F9;
  padding: 50px 40px;
  border-radius: 16px;
}

.price_boxx
{
	margin-bottom: 100px;
}

.search_result
{
  background: white;
  height: 300px;
  overflow: auto;
}

.search_result .search_line
{
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid black;
}

.search_result .search_line:last-child
{
  border: none;
}

.search_result *
{
  font-size: 12px;
  /*font-weight: 400;*/
}

.search_result .name
{
  padding-right: 10px;
  width: calc(100% - 100px);
  color: black;
}

.search_result .price
{
  padding: 0px !important;
  margin: 0px !important;
  width: 100px;
  color: gray;
  text-align: right;
}

.price_boxx .hide_box {
  display: none;
}
.price_boxx .title_sec {
  text-align: center;
}
.price_boxx .search_inp {
  padding: 0 115px 0 20px;
  background: white;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
}
.price_boxx .search_inp::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(74, 75, 75, 0.5);
}
.price_boxx .search_box {
  position: relative;
  display: inline-block;
  width: 32%;
  margin-bottom: 60px;
}
.price_boxx .search_butt {
  cursor: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 56px;
  background-color: #01909F;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
}

.price_boxx .search_butt:hover
{
  opacity: 1;
}

.price_boxx .butt_name {
  margin-left: 5px;
}
.price_boxx .var_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.price_boxx .type {
  width: 32%;
}
.price_boxx .type .item {
  cursor: pointer;
  margin-bottom: 1px;
  padding: 20px 20px 20px 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.price_boxx .check {
  background-color: #FFFFFF;
  border-radius: 8px;
  width: calc(50% - 40px);
  padding: 30px;
}
.price_boxx .total {
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 18%;
  padding: 30px 20px 40px 20px;
}
.price_boxx .check_item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.price_boxx .check_item * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.price_boxx .check_item:last-child {
  margin-bottom: 0px;
}
.price_boxx .price_item {
  width: 100px;
  text-align: right;
}
.price_boxx .check_text {
  width: calc(100% - 100px);
  padding-right: 100px;
  display: flex;
  align-items: flex-start;
}
.price_boxx .descr {
  width: calc(100% - 28px);
  padding-left: 20px;
}
.price_boxx .tot_item {
  display: flex;
  justify-content: space-between;
}
.price_boxx .tot_item.quant {
  margin-bottom: 50px;
}

.analises {
  padding: 70px 0;
}
.analises .analises_box {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.analises .anali_item {
  border-radius: 12px;
  padding: 40px;
  display: flex;
  align-items: center;
}
.analises .anali_item svg, .analises .anali_item img {
  width: 70px;
}
.analises .ana_title {
  padding-left: 30px;
  width: calc(100% - 70px);
}
.analises .anali_item:first-child img {
  width: 40px;
}
.analises .anali_item:first-child .ana_title {
  width: calc(100% - 40px);
}
.analises .analises_box .anali_item:nth-child(4n+1) {
  background-color: #ECF3F4;
}
.analises .analises_box .anali_item:nth-child(4n+2) {
  background-color: #F6F0EE;
}
.analises .analises_box .anali_item:nth-child(4n+3) {
  background-color: #E1EFF1;
}
.analises .analises_box .anali_item:nth-child(4n+4) {
  background-color: #F6EAE5;
}
.analises .title_sec {
  text-align: center;
  margin-bottom: 60px;
}

.pop_anal {
  margin-top: 0px;
  padding: 40px 0 130px 0;
}
.pop_anal .title_sec {
  text-align: center;
  margin-bottom: 50px;
}
.pop_anal .pop_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pop_anal .pop_item {
  border-radius: 12px;
  background-color: #F9F9F9;
}
.pop_anal .title {
  margin-bottom: 10px;
  border-radius: 12px 12px 0 0;
  padding: 20px 10px;
  background-color: #01909F;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFFFFF;
}
.pop_anal .item {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.pop_anal .item:last-child {
  padding-bottom: 20px;
}

.var_anal {
  margin-top: 100px;
  padding-bottom: 100px;
}
.var_anal .title_sec {
  text-align: center;
  margin-bottom: 50px;
}
.var_anal .vars_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 100px;
}
.var_anal .var_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.anali_detail .ana_item {
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 50px 40px;
}
.anali_detail .name_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.anali_detail .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
}
.anali_detail .priceee {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
.anali_detail .descr {
  margin: 40px 0 60px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.anali_detail .prop_box {
  display: flex;
  flex-wrap: wrap;
}
.anali_detail .prop_item {
  display: flex;
  align-items: flex-start;
  margin: 0 40px 10px 0;
}
.anali_detail .right_box {
  padding-left: 10px;
  padding-top: 2px;
}
.anali_detail .prop_name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
}
.anali_detail .prop_descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.anali_detail .title_sec {
  text-align: center;
  margin-bottom: 60px;
}

.rews_link {
  margin-top: 40px;
}
.rews_link .rews_box {
  background-color: #02909F;
  border-radius: 18px;
  padding: 50px;
}
.rews_link .title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.rews_link .ref {
  text-transform: uppercase;
  width: 252px;
  height: 56px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #02909F;
}

.search_rews {
  margin-top: 40px;
}
.search_rews form {
  background: #F2F2F2;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.search_rews .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.search_rews .inp_box {
  position: relative;
  margin: 0 20px;
}
.search_rews .inp_box svg {
  position: absolute;
  top: 12px;
  right: 25px;
}
.search_rews .inp_box input {
  padding: 0 45px 0 30px;
  border-radius: 200px;
  width: 317px;
  height: 40px;
  background-color: #FFFFFF;
}
.search_rews .inp_box input,
.search_rews .inp_box input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.search_rews .sel_box {
  position: relative;
  width: 330px;
  margin-right: 20px;
}
.search_rews .my_select {
  position: absolute;
  top: -20px;
  left: 0px;
  cursor: pointer;
  padding: 10px 25px;
  width: 100%;
  border-radius: 40px;
  background: #FFFFFF;
}
.search_rews .var_itemm {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  text-align: center;
  padding: 5px;
}
.search_rews .var_itemm:hover {
  color: #04657D;
}
.search_rews .my_select.active {
  border-radius: 20px;
  border: 1px solid #02909F;
}
.search_rews .my_select.active .arrow {
  transform: rotate(180deg);
}
.search_rews .hide_box {
  transition: none;
  height: 100px;
  overflow: auto;
  display: none;
}
.search_rews .title_line {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.search_rews .title_line .title {
  width: calc(100% - 20px);
}
.search_rews .univ_butt {
  width: 173px;
  height: 37px;
}

.rews.no_slider {
  margin-top: 25px;
}
.rews.no_slider .slide_item {
  width: 100%;
  margin: 0 0 25px 0;
  box-shadow: none;
  background: #FFFFFF;
}

.rews_form {
  margin-top: 60px;
}
.rews_form .title_sec {
  text-align: center;
  margin-bottom: 70px;
}
.rews_form .inp_line {
  display: flex;
  justify-content: space-between;
}
.rews_form input {
  background: #F9F9F9;
  width: calc(33.3% - 15px);
  height: 62px;
  border-radius: 6px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.rews_form input::placeholder,
.rews_form textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.rews_form textarea {
  background: #F9F9F9;
  margin-top: 20px;
  width: 100%;
  height: 223px;
  border-radius: 6px;
  padding: 20px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.rews_form button {
  height: 51px;
  border-radius: 12px;
  width: 603px;
  margin: 30px auto 20px auto;
}
.rews_form .about_line {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.rews_form form {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 100px 50px;
  margin-bottom: 120px;
}

.vacansii .hide_box {
  margin: 60px 0 20px 0;
  display: none;
  transition: none;
}
.vacansii .arrow.active {
  transform: rotate(180deg);
}
.vacansii .hide_box .hide_box * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #020202;
}
.vacansii .hide_box ul {
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
}
.vacansii .hide_box ul li {
  margin: 10px 0;
}
.vacansii .title_sec {
  text-align: center;
  margin-bottom: 50px;
}
.vacansii .tab_item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px 50px;
  margin-bottom: 25px;
}
.vacansii .title_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vacansii .title_line svg {
  cursor: pointer;
}
.vacansii .tab_title {
  padding-right: 5px;
  width: calc(100% - 22px);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #02909F;
}

.dmss {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 120px;
}

.dmss.aboutt
{
	padding-bottom: 0px;
}

.dmss .dms_ban {
  border-radius: 30px;
  position: relative;
  padding: 500px 30px 30px 30px;
}
.dmss .title {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
}
.dmss .dms_img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
}
.dmss .shade {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(rgba(0, 42, 57, 0) 50%, rgb(0, 42, 57) 100%);
}
.dmss .text_box * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #222222;
}
.dmss .text_box ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.dmss .text_box .title {
  text-align: left;
  margin: 50px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
}

.company_box {
  margin-top: 130px;
  margin-bottom: 120px;
}

.company_box .grid
{
  gap: 40px 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.company_box .box_item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 80px 30px;
}
.company_box .logo {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.adv_boxx {
  margin-top: 40px;
}
.adv_boxx .item {
  padding: 40px 20px 50px 20px;
  border-radius: 18px;
  background-color: #02909F;
}
.adv_boxx .flex {
  display: flex;
  justify-content: space-between;
}
.adv_boxx .top_box .item {
  width: calc(50% - 10px);
}
.adv_boxx .bottom_box {
  margin-top: 20px;
}
.adv_boxx .bottom_box .item {
  width: calc(33.3% - 15px);
}
.adv_boxx .top_line {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.adv_boxx .top_line svg {
  width: 36px;
}
.adv_boxx .title {
  width: calc(100% - 36px);
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
}
.adv_boxx .text {
  width: 100%;
  max-width: 550px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.adv_boxx .item.green {
  background-color: #02909F;
}
.adv_boxx .item.green * {
  color: white;
}
.adv_boxx .item.light_pink {
  background-color: rgba(207, 89, 39, 0.1);
}
.adv_boxx .item.light_blue {
  background-color: rgba(2, 144, 159, 0.05);
}
.adv_boxx .item.pink {
  background-color: rgba(207, 89, 39, 0.05);
}
.adv_boxx .item.blue {
  background-color: rgba(2, 144, 159, 0.1);
}

.spector {
  margin-top: 120px;
  padding-top: 110px;
  padding-bottom: 100px;
}
.spector .descr {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.spector .title_sec {
  margin-bottom: 20px;
}
.spector .props_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 50px;
}
.spector .prop_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.spector .prop_item span {
  font-weight: 600;
}

.special {
  margin-top: 110px;
  margin-bottom: 120px;
}
.special .descr,
.special .var_item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.special .vars_box {
  padding: 0 30px;
  margin: 70px 0;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.special .title_sec {
  margin-bottom: 20px;
}

.book
{
	margin-bottom: 70px;
}

.book .book_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
}
.book .title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
}
.book .item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  margin-bottom: 10px;
}
.book .sec_box {
  margin-bottom: 50px;
}
.book .title_sec {
  margin-bottom: 50px;
}

.politic .title_sec {
  text-align: center;
  margin-bottom: 50px;
}
.politic .text,
.politic .text * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}
.politic .text .underline {
  text-decoration: underline;
}
.politic .text ul {
  padding: 0 0 0 20px;
  margin: 10px 0;
}

.house_doc {
  padding: 70px 0 120px 0;
  margin-top: 0px;
}
.house_doc .title_sec {
  text-align: center;
}
.house_doc .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: center;
}
.house_doc .proc_box {
  margin-top: 60px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.house_doc .proc_item {
  background-color: #F9F9F9;
  border-radius: 12px;
  padding: 25px;
}
.house_doc .proc_item svg {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
.house_doc .title {
  text-align: center;
  margin: 40px 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.house_doc .ref {
  text-decoration: underline;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #02909F;
}

.stepss {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 120px;
}
.stepss .step_item {
  background-color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 40px 30px;
}
.stepss .round {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  background: #02909F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepss .num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
}
.stepss .descr {
  width: calc(100% - 88px);
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}

.doc_form {
  margin-top: 120px;
  margin-bottom: 130px;
}
.doc_form form {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 100px 60px;
}
.doc_form .title_sec {
  text-align: center;
  margin-bottom: 0px;
}
.doc_form input {
  padding-bottom: 10px;
  margin-top: 90px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(2, 144, 159, 0.5);
}
.doc_form input.first {
  margin-top: 60px;
}
.doc_form input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(1, 144, 159, 0.5);
}
.doc_form .check_text {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.doc_form .descr {
  padding-left: 10px;
  width: calc(100% - 28px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.doc_form .univ_butt {
  width: 443px;
  height: 60px;
  margin: 50px auto 0 auto;
  font-size: 20px;
}

.quest_form {
  display: flex;
  justify-content: space-between;
}
.quest_form .info {
  width: 30%;
  background: #02909F;
  padding: 170px 50px;
  border-radius: 30px;
}
.quest_form form {
  width: calc(70% - 20px);
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 30px;
}
.quest_form .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.quest_form .item svg {
  width: 20px;
}
.quest_form .text {
  padding-left: 10px;
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
}
.quest_form .info_box.top {
  margin-bottom: 70px;
}
.quest_form .form_wrap {
  width: 100%;
  max-width: 631px;
  margin: 0 auto;
}
.quest_form .title_sec {
  text-align: center;
  margin: 0px;
}
.quest_form .descr {
  text-align: center;
  margin: 20px auto 60px auto;
  width: 100%;
  max-width: 500px;
}
.quest_form .form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 50px;
}
.quest_form .big_inp {
  grid-column: 1/3;
  grid-row: 3/4;
}
.quest_form input {
  padding-bottom: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  border-bottom: 1px solid rgba(2, 144, 159, 0.5);
}
.quest_form input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(1, 144, 159, 0.5);
}
.quest_form .check_text {
  padding: 0 30px;
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.quest_form .descrr {
  padding-left: 10px;
  width: calc(100% - 28px);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.quest_form .univ_butt {
  width: 100%;
  height: 51px;
  font-size: 20px;
}

.ans_qw .title_sec {
  margin-bottom: 50px;
}
.ans_qw .quest_item {
  margin-bottom: 20px;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #02909F;
}
.ans_qw .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.ans_qw .qest_ans {
  margin: 20px 0 10px 0;
  display: flex;
  justify-content: space-between;
}
.ans_qw .quest {
  padding-right: 10px;
  width: calc(100% - 140px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.ans_qw .ref {
  width: 140px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #02909F;
}
.ans_qw .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.ans_qw .more_info {
  display: block;
  text-decoration: underline;
  margin-top: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #02909F;
}

.quest_box {
  margin-top: 120px;
  background-color: #02909F;
  padding: 150px 0 120px 0;
}
.quest_box .title {
  text-transform: uppercase;
  width: 340px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.7;
  color: #FFFFFF;
}
.quest_box .wrap {
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
}
.quest_box .form_box {
  padding-left: 10px;
  width: calc(100% - 340px);
}
.quest_box form {
  width: 100%;
  max-width: 573px;
  margin-left: auto;
}
.quest_box input, .quest_box textarea {
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  background-color: #02909F;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 0 20px;
}
.quest_box input, .quest_box textarea,
.quest_box input::placeholder,
.quest_box textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #81C8CF;
}
.quest_box textarea {
  height: 114px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.quest_box button {
  margin-top: 10px;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #02909F;
}

.quest_item.answ {
  border-bottom: none;
  border-radius: 8px;
}
.quest_item.answ .date {
  width: 65px;
}
.quest_item.answ .quest {
  width: calc(100% - 65px);
}
.quest_item.answ .delim {
  width: calc(100% + 80px);
  transform: translateX(-40px);
  margin: 40px 0;
  height: 2px;
  background-color: #02909F;
}
.quest_item.answ .answ {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}

.blog
{
	margin-bottom: 100px;
}

.blog .tag_box {
  display: flex;
  flex-wrap: wrap;
}
.blog .tag_item {
  text-align: center;
  min-width: 72px;
  background-color: #F2F2F2;
  padding: 12px 15px;
  border-radius: 200px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.blog .tag_item.active {
  background: #02909F;
  color: #FFFFFF;
}
.blog .teg_box_wrap {
  transition: none !important;
}
.blog .more {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.blog .more div {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}
.blog .more.active svg {
  transform: rotate(180deg);
}

.blog .blog_box {
  margin-top: 60px;
}
.blog .blog_item {
  display: flex;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid #02909F;
}
.blog .img_box {
  width: 306px;
  height: 306px;
  border-radius: 30px;
}
.blog .img_box img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.blog .text_box {
  width: calc(100% - 306px);
  padding-left: 30px;
}
.blog .top_line {
  display: flex;
}
.blog .top_line .item {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #4A4B4B;
}

.blog .title {
  margin: 5px 0;
  width: 100%;
  max-width: 460px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.blog .text {
  width: 100%;
  max-width: 780px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}
.blog .blog_box .blog_item:last-child {
  border: none;
}

.top_blog_ban {
  margin-top: 0px;
  padding-top: 30px;
}
.top_blog_ban .blue_box {
  background: #00202B;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  align-items: center;
}
.top_blog_ban .img_box {
  width: 40%;
  height: 542px;
  border-radius: 20px;
}
.top_blog_ban .img_box img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}
.top_blog_ban .right_text {
  width: 60%;
  padding-left: 40px;
  padding-top: 80px;
}
.top_blog_ban .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
}
.top_blog_ban .title {
  width: 100%;
  max-width: 460px;
  margin: 5px 0 20px 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFFFFF;
}
.top_blog_ban .text {
  width: 100%;
  max-width: 630px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF !important;
}

.top_blog_ban .text *
{
  color: #FFFFFF !important;
}

.top_blog_ban .auth_box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.top_blog_ban .round {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.top_blog_ban .round img {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.top_blog_ban .name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFFFFF;
  margin-left: 10px;
}

.refs_text {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 60px;
}
.refs_text .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.refs_text .ref_box {
  width: 325px;
}
.refs_text .text_box {
  width: calc(100% - 325px - 20px);
}
.refs_text .text_box,
.refs_text .ref_box {
  background: #F9F9F9;
  border-radius: 16px;
  padding: 40px 30px;
}
.refs_text .ref_item {
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
}

.refs_text .ref_item *
{
  color: black !important;
}

.refs_text .title {
  width: calc(100% - 26px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.refs_text .text_box,
.refs_text .text_box * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
}
.refs_text h2 {
  font-weight: 800;
  margin: 40px 0 20px 0;
}

.refs_text h2,
.refs_text h3,
.refs_text h4,
.refs_text h5,
.refs_text h6,
.refs_text h2 *,
.refs_text h3 *,
.refs_text h4 *,
.refs_text h5 *,
.refs_text h6 *
{
  font-weight: 600 !important;
}

.license {
  margin-top: 50px;
  margin-bottom: 130px;
}
.license .title_sec {
  text-align: center;
  margin-bottom: 70px;
}
.license .lic_box {
  gap: 120px 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.license .img_box {
  display: block;
  height: 393px;
  border-radius: 12px;
}
.license .img_box img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.license .title {
  margin: 20px 0 30px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
}
.license .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
}

.problems
{
	margin-bottom: 120px;
}

.problems .title_sec {
  text-align: center;
}
.problems .descr {
  margin: 20px 0 50px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.problems .vars {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.problems .var_item {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #020202;
  padding: 10px 50px;
}
.problems .var_item.active {
  border-bottom: 2px solid #02909F;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #02909F;
}
.problems .areas {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.problems .img_box {
  position: relative;
  width: 30%;
}
.problems .img_box img {
  display: block;
  width: 100%;
}
.problems .img_box .sect {
  padding: 3px 20px;
  background: #97D0D5;
  border-radius: 2000px;
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #005777;
}
.problems .img_box .sect.active {
  color: #97D0D5;
  background-color: #005777;
}
.problems .img_box #head {
  top: 3%;
  left: 9%;
}
.problems .img_box #neck {
  top: 6%;
  right: 5%;
}
.problems .img_box #back {
  top: 15%;
  left: 0%;
}
.problems .img_box #breast {
  top: 25%;
  right: 12%;
}
.problems .img_box #stomach {
  top: 38%;
  right: calc(50% - 44px);
}
.problems .img_box #penis {
  top: 50%;
  right: calc(50% - 84px);
}
.problems .img_box #legs {
  top: 71%;
  left: 10%;
}
.problems .img_box #feet {
  bottom: 7%;
  right: 12%;
}
.problems .var_box {
  width: 70%;
  padding-left: 100px;
}
.problems .two_col {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.problems .col {
  width: calc(50% - 25px);
}
.problems .item {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.problems .letters_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
}
.problems .letter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 15px 0;
  background-color: #ECF0F2;
  cursor: pointer;
  width: 49px;
  height: 49px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.problems .letter.active {
  color: #97D0D5;
  background-color: #005777;
}
.problems .let_box {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.problems .sec_let {
  padding: 0 60px 0 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
}
.problems .varss {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 50px;
  width: calc(100% - 105px);
}
.problems .itemm {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}

.payment
{
	margin-bottom: 80px;
}

.payment .title_sec,
.payment .descr {
  text-align: center;
}
.payment .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #020202;
}
.payment .pay_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 100px;
}
.payment .pay_item {
  border-radius: 24px;
  background: #FFFFFF;
  padding: 40px 20px;
}
.payment .pay_item svg {
  display: block;
  margin: 0 auto;
}
.payment .title {
  margin: 20px 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #020202;
}
.payment .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #020202;
}


 .scroll-top-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;

 
    width: 50px;
    height: 50px;
    background-color: #02909F; 
    border: none;
    border-radius: 50%; 
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(2, 144, 159, 0.3); 
    
 
    display: flex;
    align-items: center;
    justify-content: center;


    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }


  .scroll-top-btn.shows {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }


  .scroll-top-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(2, 144, 159, 0.4);
    background-color: #027a87; 
  }

 
  .scroll-top-btn svg {
    width: 16px;  
    height: auto;
    fill: white; 
    transform: rotate(90deg); 
    display: block;
  }

  .cookie-banner {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 90%;
max-width: 900px;
background: #f4f4f4;
border-radius: 16px;
padding: 20px 28px;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
font-size: 16px;
color: #444;
    z-index: 999999999;
}


.cookie-text {
flex: 1;
line-height: 1.4;
}


.cookie-text a {
color: #007d97;
text-decoration: none;
font-weight: 600;
}


.cookie-btn {
background: #007d97;
color: #fff;
border: none;
padding: 12px 22px;
border-radius: 50px;
font-size: 16px;
cursor: pointer;
white-space: nowrap;
}

#show-more-price{
  background: #005e7f;
  font-weight: bold;
}

@media (max-width: 600px) {
.cookie-banner {
flex-direction: column;
text-align: center;
padding: 18px 20px;
}


.cookie-btn {
width: 100%;
padding: 14px 0;
font-size: 17px;
}
}

@media screen and (min-width: 750px)
{
	.show_mobb
	{
		display: none !important;
	}

    .price_boxx .type .item.active
    {
        background-color: #01909F;
    }

    .price_boxx .type .item.active span
    {
        color: white;
    }
}

@media screen and (max-width: 1100px)
{
    header .vars
    {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px)
{
    header .univ_butt.for_desc
    {
        display: none;
    }

    header .loopa_inp
    {
        display: flex;
    }

    header .loopa_boorg.active
    {
        width: 100%;
    }

    header .loopa_boorg.active .loopa_inp
    {
        width: calc(100% - 27px);
    }

    header .search_mob_inp
    {
        width: calc(100% - 36px);
        padding-right: 10px;
        background-color: #F2F2F2;
    }

    header .search_mob_inp,
    header .search_mob_inp::placeholder
    {
        font-size: 16px;
        color: black;
        font-weight: 400;
    }

    .wrap
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    header .vars
    {
        display: none;
    }

    header
    {
        position: relative;
    }

    header .menu_box_mob
    {
        position: absolute;
        z-index: 999;
        top: calc(100% - 20px);
        left: -100%;
        width: 100%;
        padding: 20px 30px;
        background-color: white;
        height: calc(100vh - 104px);
        overflow: auto;
    }

    header .menu_box_mob.active
    {
        left: 0px;
    }

    header .menu
    {
        flex-direction: column;
    }

    header .menu li a
    {
        margin: 0 0 20px 0;
        display: inline-block;
        font-size: 12px;
    }

    header .menu
    {
        width: calc(100% - 116px);
        padding-right: 10px;
    }

    header .menu_box_mob .univ_butt
    {
        width: 116px;
        height: 26px;
        padding: 0px;
        font-size: 12px;
    }

    header .menu_box_mob
    {
        display: flex;
        align-items: flex-start;
    }

    header .logo
    {
        width: 120px;
    }

    header .menu_box
    {
        padding: 10px 20px;
        border-radius: 6px;
    }

    header .first_line
    {
        margin-bottom: 5px;
    }

    header .loopa_boorg
    {
        display: flex !important;
        align-items: center;
    }

    header .mob_loopa
    {
        margin-right: 15px;
    }
}

@media screen and (max-width: 750px)
{
	.problems {
		margin-bottom: 0px;
	}

	.license {
	  margin-bottom: 0px;
	}

	.blog
	{
		padding-bottom: 50px;
	}

	.book
	{
		margin-bottom: 0px;
	}

	.price_boxx {
		margin-bottom: 60px;
	}

	.show_mobb
	{
		display: block !important;
	}

	section .slick-dots li button::before {
		font-size: 25px;
	}

	section .slick-dots li
	{
		width: 10px;
	}

    header .city_search
    {
        position: relative;
    }

    header .city_box
    {
        background-color: white;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 176px;
        border-radius: 6px;
    }

    header .city_var
    {
      color: #666768;
      font-weight: 400;
      font-size: 12px;
      text-align: center;
      padding: 7px;
      display: block;
    }

    header .city_var.active
    {
        color: #005777;
        font-weight: 600;
    }

    header .city_var.top
    {
        border-bottom: 1px solid #F2F2F2;
    }

    section {
        margin-top: 40px;
    }

    .about_clinic .item
    {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .title_sec
    {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .for_desc
    {
        display: none !important;
    }

    .for_mob
    {
        display: block !important;
    }

    .mob_slider .slick-arrow
    {
        position: absolute;
        top: 150px;
        z-index: 5;
    }

    .mob_slider .prev_photo
    {
        left: 10px;
    }

    .mob_slider .next_photo
    {
        right: 10px;
    }

    .mob_slider .arw
    {
      background: rgba(255, 255, 255, 0.6);
      width: 26px;
      height: 26px;
      border-radius: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .main_slider .slide_item
    {
    	min-height: 1px;
        padding: 0;
        display: flex !important;
        flex-direction: column-reverse;
    }

    .main_slider .for_mob.hide
    {
        height: 300px;
        border-radius: 6px 6px 0 0;
    }

    .main_slider .img_mob
    {
        border-radius: 6px 6px 0 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 90% 50%;
    }

    .main_slider .order_butt
    {
        position: absolute;
        right: 15px;
        top: 240px;
        width: 78px;
        height: 78px;
        font-size: 16px;
    }

    .main_slider .slide_title
    {
        font-size: 16px;
    }

    .main_slider .for_mobile
    {
        padding: 30px 15px;
        background: white;
        border-radius: 0 0 6px 6px;
    }

    .main_slider .label
    {
        text-transform: unset;
        font-size: 12px;
    }

    .main_slider .slide_title
    {
        margin: 10px 0;
    }

    .main_slider .univ_butt
    {
        height: 33px;
        width: 100%;
        font-size: 12px;
    }

    header .search_box
    {
        display: none;
    }

    header .cont_box
    {
        flex-direction: row-reverse;
    }

    header .first_line
    {
        padding: 0px;
    }

    header .wats_icon
    {
        width: 13px;
        margin-right: 5px;
        margin-top: 5px;
    }

    header .phone
    {
        font-size: 10px;
    }

    header .city
    {
        font-size: 12px;
        display: none;
    }

    header .city svg
    {
        margin-right: 10px;
    }

    header .city.active
    {
        color: #222222;
        font-weight: 400;
        display: flex;
        align-items: center;
    }

    header
    {
        padding-top: 15px !important;
    }

    header .phone
    {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1000px)
{
    .serv_boxx .grid_box
    {
        padding: 30px;
    }
}

@media screen and (max-width: 1100px)
{
    .comand .pers_box
    {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 750px)
{
    .comand .spec_vars
    {
        grid-template-columns: 1fr;
        gap:20px;
        padding:20px;
        height: 200px;
        overflow: auto;
    }

    .comand .spec_item
    {
        font-size: 10px;
        text-align: center;
    }

    .serv_boxx .tab_wrap {
        margin-bottom: 10px;
    }

    .serv_boxx .tab_img
    {
        width: 23px;
        margin-right: 10px;
    }

    .serv_boxx .tab_name
    {
        font-size: 12px;
    }

    .serv_boxx .tab_item
    {
        padding: 15px 25px;
    }

    .serv_boxx .tab_item svg
    {
        width: 10px;
        display: block;
    }

    .serv_boxx .img_name
    {
        width: calc(100% - 10px);
        padding-right: 10px;
    }

    .serv_boxx {
        padding: 60px 0;
    }

    .serv_boxx .title_sec {
        margin-bottom: 30px;
    }

    .serv_boxx .grid_box {
        padding: 20px;
    }

    .serv_boxx .grid_box
    {
        grid-template-columns: 1fr;
        gap: 10px 0;
        padding: 20px;
    }

    .comand .pers_box
    {
        display: block;
    }

    .comand .prev_photo {
        left: -7px;
    }

    .comand .next_photo {
        right: -7px;
    }

    .comand .perse_item {
        padding: 0 10px 40px 10px;
    }

    .comand .pers_name
    {
        font-size: 16px;
    }

    .comand .position
    {
        font-size: 12px;
    }

    .comand .position {
        margin: 5px 0 10px 0;
    }

    .comand .univ_butt {
        height: 33px;
        font-size: 14px;
    }

    .comand .more_items
    {
        color: #02909F;
        font-size: 10px;
        margin: 15px 0 0 0;
        text-decoration: underline !important;
    }

    .comand .desc
    {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .comand .title_sec {
        margin-bottom: 10px;
    }

    .comand
    {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1300px)
{
    .advs .grid_item
    {
        padding: 20px;
    }

    .advs .big_num
    {
        font-size: 76px;
    }

    .advs .grid_box
    {
        gap: 10px;
    }
}

@media screen and (max-width: 1000px)
{
    .advs .grid_item.big {
        grid-column: unset;
        display: none;
    }

    .advs .grid_box {
        gap: 25px;
        grid-template-columns: 1fr 1fr;
    }

    .advs .grid_item {
        padding: 25px 15px 15px 15px;
    }

    .advs .grid_item.green svg
    {
        width: 30px;
        height: 30px;
    }

    .advs .about_text
    {
        font-size: 12px;
    }

    .advs .about_text
    {
        margin-top: 5px;
    }

    .advs .grid_item
    {
        border-radius: 6px;
    }

    .advs .grid_item.yell
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .advs .more_num
    {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .advs .big_num
    {
        font-size: 32px;
    }

    .advs .more
    {
        font-size: 12px;
        margin-left: 5px;
    }

    .advs .more_num
    {
        margin: 0 0 5px 0;
    }

    .advs .title_sec {
        margin-bottom: 30px;
    }

    .advs .num_pers
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .advs .num
    {
        font-size: 30px;
    }

    .advs .num_pers
    {
        margin: 0px;
    }

    .advs .light_yell .more
    {
        margin: 0 0 5px 0;
    }

    .advs .ligh_blue svg
    {
        width: 40px;
        height: 40px;
        display: block;
    }

    .advs .yelll svg
    {
        width: 28px;
        height: 32px;
    }

    .tech .tech_box {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 750px)
{
	.serv_boxx .tab_item
	{
		border-radius: 4px;
	}

	.serv_boxx.no_marg_top .tab_item {
		padding: 10px 20px;
	}

	.serv_boxx .title_sec.center
	{
		text-transform: uppercase;
	}

	.serv_boxx.no_marg_top
	{
		padding: 30px 0 0 0;
	}

	.nav_chain
	{
		padding-top: 0px;
	}

    .tech .tech_itemm
    {
        flex-direction: column;
    }

    .tech .img_box,
    .tech .text_box
    {
        width: 100%;
    }

    .tech .img_box
    {
        border-radius: 12px 12px 0 0;
    }

    .tech .img_box img
    {
        border-radius: 12px 12px 0 0;
    }

    .tech .img_box
    {
        height: 196px;
        min-height: 1px;
    }

    .tech .tech_title {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .tech .tech_item
    {
        font-size: 12px;
    }

    .tech .text_box
    {
        padding: 20px 20px 40px 20px;
    }

    .tech .title_sec {
        margin-bottom: 30px;
    }

    .tech .slick-arrow
    {
        top: 100px;
    }

    .mob_slider .prev_photo {
        left: -7px;
    }

    .mob_slider .next_photo {
        right: -7px;
    }

    .tech .more_items
    {
        margin-top: 10px;
        font-size: 12px;
        color: #02909F;
        text-decoration: underline;
    }

    .tech
    {
        margin-top: 30px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 1100px)
{
    .call_formm .form_title
    {
        font-size: 28px;

    }
}

@media screen and (max-width: 1000px)
{
    .call_formm .wrap
    {
        flex-direction: column;
        align-items: center;
    }

    .call_formm .form_title
    {
        margin: 0 0 30px 0;

    }

    .call_formm .form_title br{
      display: block;
    }

    .call_formm .about_form
    {
        text-align: center;
    }
}

@media screen and (max-width: 750px)
{
	.rews .modern-page-navigation
	{
		display: none;
	}

    .call_formm
    {
        padding: 50px 0;
    }

    .call_formm .form_line
    {
        flex-direction: column;
    }

    .call_formm input
    {
        width: 100%;
        margin: 0 0 10px 0;
        height: 36px;
        font-size: 10px;
    }

    .call_formm input::placeholder
    {
    	font-size: 10px;
    }

    .call_formm .butt
    {
        width: 100%;
    }

    .call_formm .about_form
    {
        font-size: 10px;
    }

    .call_formm .form_title
    {
        font-size: 16px;
        margin: 0 0 15px 0;
        text-align: center;
    }



    .call_formm .butt
    {
        height: 36px;
        margin-top: 10px;
        font-size: 14px;
    }

    .call_formm .about_form
    {
        margin-top: 10px;
    }

    .tech {
        padding-bottom: 50px;
    }

    .rews .slide_item
    {
        margin: 0;
        border-radius: 6px;
    }

    .rews .slick-list
    {
        padding: 15px 0;
    }

    .rews .prev_photo
    {
        left: -7px;
    }

    .rews .next_photo
    {
        right: -7px;
    }

    .rews .arw
    {
      background: rgba(255, 255, 255, 0.6);
      width: 26px;
      height: 26px;
      border-radius: 26px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .rews .slide_item
    {
        padding: 20px;
    }

    .rews .name
    {
        font-size: 14px;
    }

    .rews .from
    {
        font-size: 10px;
    }

    .rews .text_box
    {
        font-size: 12px;
    }

    .rews .date
    {
        font-size: 10px;
    }

    .rews .title_sec
    {
        margin-bottom: 10px;
    }

    .rews .slick-dots {
        bottom: -15px;
    }

    .rews .slick-arrow
    {
        top: calc(50% - 10px);
    }

    .rews .text_box {
        line-height: 1.6;
    }

    .rews {
        margin-top: 50px;
    }

    .white.rew_title
    {
       font-size: 12px;
    }

    .white.rew_title {
        padding: 7px 0;
    }

    .rews .slick-dotted.slick-slider
    {
        margin-bottom: 40px;
    }

    .comp_rews .comp_img
    {
        max-width: 32px;
    }

    .comp_rews .star
    {
        width: 5px;
        height: 5px;
    }

    .comp_rews .descr
    {
        display: none;
    }

    .comp_rews .star {
        margin: 0 1px;
    }

    .comp_rews .star_box {
        margin: 10px 0 0 0;
    }

    .comp_rews .rew_item {
        margin: 10px;
    }

    .comp_rews
    {
        margin-top: 35px;
    }

    .clinics .left
    {
        width: 300px;
    }
}

@media screen and (max-width: 1000px)
{
    .clinics .left
    {
        width: 300px;
    }

    .clinics .map
    {
        width: calc(100% - 300px);
    }

    .clinics .name
    {
        font-size: 16px;
    }

    .clinics .butt
    {
        padding: 10px;
    }
}

@media screen and (max-width: 750px)
{
    .clinics .map_box
    {
        flex-direction: column;
    }

    .clinics .map
    {
        height: 142px;
        margin-bottom: 10px;
    }

    .clinics .map,
    .clinics .left
    {
        width: 100%;
        padding: 0px;
    }

    .clinics .title_sec {
        margin: 0 0 20px 10px;
        text-transform: uppercase;
    }

    .clinics
    {
        padding-top: 40px;
    }

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

    .clinics .name
    {
        padding-left: 15px;
    }

    .clinics .butt
    {
        margin-bottom: 10px;
    }

    .clinics .butt
    {
        padding: 7px;
        border-radius: 3px;
    }

    .clinics .map_img,
    .clinics .map
    {
        border-radius: 6px;
    }
}

@media screen and (max-width: 1000px)
{
    footer
    {
        padding: 50px 0;
    }

    footer .wrap
    {
        padding: 0 20px;
    }

    .last_line.protiv
    {
        padding: 15px 0;
        font-size: 10px;
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }

    .doctor
    {
        border-radius: 0px;
    }

    .doctor .fio
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px)
{
    footer .wrap
    {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    footer .menu_box
    {
        gap: 25px;
        grid-template-columns: 1fr;
    }

    footer .menu_item.big
    {
        grid-column: unset;
        grid-row: unset;
    }

    footer .cont_box
    {
        margin: 0px;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    footer .logo
    {
        width: 89px;
    }

    footer .cont_item,
    footer .menu_title,
    footer .menu_el
    {
        font-size: 12px;
    }

    footer .cont_item
    {
        margin-bottom: 5px;
    }

    footer .cont_item.social
    {
        margin: 30px 0 10px 0;
        color: #005777;
        font-weight: 600;
    }

    footer .soc_item
    {
        margin-right: 5px;
    }

    footer .soc_item:last-child
    {
        margin-right: 0px;
    }

    footer .soc_item .vk
    {
        width: 16px;
    }

    footer .soc_item .in
    {
        width: 12px;
    }

    footer .soc_item .f
    {
        width: 6px;
    }

    footer .social
    {
        align-items: center;
    }

    footer .menu_title
    {
        margin-bottom: 15px;
    }

    .clinics
    {
        padding-bottom: 0px;
    }

    footer
    {
        margin-top: 60px;
    }

    .nav_chain .nav_item
    {
        font-size: 10px;
    }

    .nav_chain
    {
        margin: 0px;
    }

    .comand {
        margin-top: 30px;
    }

    .comand .filter_box
    {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .comand .search_box
    {
        margin: 0px;
        width: 32%;
    }

    .comand .search_inp
    {
        border-radius: 6px;
        height: 31px;
        font-size: 10px;
        padding: 0 27px 0 20px;
    }

    .comand .search_inp::placeholder
    {
        font-size: 10px;
    }

    .comand .loopa {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 10px;
    }

    .comand .spec_box
    {
        width: calc(68% - 5px);
        margin: 0px;
        height: 31px;
        background-color: #F2F2F2;
        justify-content: space-between;
        padding: 0 15px;
        border-radius: 6px;
    }

    .comand .spec_title
    {
        width: calc(100% - 20px);
        padding-right: 10px;
        font-size: 10px;
        font-weight: 400;
    }

    .comand .title_sec
    {
        text-align: center;
        margin-left: 0px;
    }

    .comand.no_slider .pers_box
    {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .comand .filter_box {
        margin-bottom: 15px;
    }

    .comand.no_slider .perse_item {
        padding: 10px 10px 30px 10px;
    }

    .comand.no_slider .position {
        margin: 0px 0 15px 0;
        font-size: 10px;
    }

    .comand.no_slider .pers_img {
        margin-bottom: 10px;
    }

    .comand.no_slider .univ_butt
    {
        max-width: 200px;
    }

    .comand.no_slider .univ_butt
    {
        font-size: 12px;
    }

    .doctor .photo_name
    {
        flex-direction: column;
    }

    .doctor .photo,
    .doctor .name_box
    {
        width: 100%;
        padding: 0px;
    }

    .doctor .prop_box
    {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .doctor
    {
        margin-top: 0px;
        padding-top: 40px;
    }

    .doctor .photo
    {
        border-radius: 6px;
    }

    .doctor .fio
    {
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
    }

    .doctor .posit {
        margin: 5px 0 20px 0;
        font-size: 10px;
        text-align: center;
    }

    .doctor .univ_butt
    {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }

    .doctor .prop_box
    {
        margin-top: 0px;
    }

    .doctor .name_box {
        margin-bottom: 50px;
    }

    .doctor .img_name .name
    {
        font-size: 14px;
    }

    .doctor .prop_item .prop_item
    {
        display: flex;
        align-items: flex-start;
    }

    .doctor .prop_item .prop_item svg
    {
        width: 4px;
        margin-top: 5px;
    }

    .doctor .prop_item .prop_item div
    {
        font-size: 12px;
        /*width: calc(100% - 4px);
        padding: 0 0 0 5px;*/
    }

    .doctor .img_name
    {
        margin-bottom: 10px;
    }

    .doctor
    {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 750px)
{
    .directions .text_box,
    .directions .text_box *
    {
      font-size: 12px;
    }

    .directions .mob_box
    {
        border-radius: 8px;
        background: #F9F9F9;
        padding: 60px 20px;
    }

    .directions .dir_box
    {
        grid-template-columns:1fr;
        gap: 20px;
    }

    .directions .title_sec {
        margin-bottom: 30px;
    }

    .directions .dir_title {
        width: calc(100% - 14px);
        padding-left: 10px;
        font-size: 12px;
    }

    .directions .dir_title *
    {
      font-size: 12px;
    }

    .directions .dir_item svg
    {
        margin-top: 0px;
    }

    .directions {
        margin-top: 0px !important;
        padding: 0 0 60px 0;
    }

    .sertif .prev_photo {
        left: -5px;
    }

    .sertif .next_photo {
        right: -4px;
    }

    .sertif .title_sec {
        margin-bottom: 30px;
    }

    .sertif {
        margin-top: 60px;
    }

    .sertif .slide_item {
        margin: 0 10px;
    }

    .price .price_title
    {
        font-size: 12px;
        width: calc(100% - 60px);
    }

    .price .price_num
    {
        font-size: 12px;
        width: 60px;
    }

    .price .title_sec {
        margin-bottom: 30px;
    }

    .price .price_item
    {
        border-radius: 6px;
    }

    .price .price_item {
        padding: 20px 15px;
    }

    .price
    {
        margin-top: 40px;
        padding: 50px 0 50px 0;
    }
}

@media screen and (max-width: 1000px)
{
    .pop_serv .serv_box {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 750px)
{
    .pop_serv
    {
        background: white;
    }

    .pop_serv .img_box
    {
        height: 200px;
    }

    .pop_serv .img_box,
    .pop_serv .img_box img
    {
        border-radius: 6px 6px 0 0;
    }

    .pop_serv .serv_item
    {
        background: #F9F9F9;
    }

    .pop_serv .serv_title
    {
        margin: 20px 0 10px 0;
        color: #067B89;
        font-size: 14px;
    }

    .pop_serv .descr
    {
        font-size: 12px;
    }

    .pop_serv .date {
        font-size: 8px;
        margin: 10px 0 30px 0;
    }

    .pop_serv .serv_item
    {
        border-radius: 6px;
        margin: 0 15px;
    }

    .pop_serv .title_sec {
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .pop_serv .more_info
    {
        display: none;
    }

    .pop_serv .serv_box
    {
        display: block;
        position: relative;
    }

    .pop_serv .slick-arrow
    {
        position: absolute;
        top: 100px;
        z-index: 999;
    }

    .pop_serv .prev_photo
    {
        left: 5px;
    }

    .pop_serv .next_photo
    {
        right: 5px;
    }

    .pop_serv
    {
        padding-top: 50px;
        margin-top: 0px;
        padding-bottom: 70px;
    }

    .serv_det_ban .fon_img
    {
        border-radius: 6px;
        position: static;
    }

    .serv_det_ban
    {
        padding: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .serv_det_ban .shade
    {
        display: none;
    }

    .serv_det_ban .img_box
    {
        height: 315px;
        border-radius: 6px;
    }

    .serv_det_ban_wrap
    {
        margin-top: 0px;
        background: white;
        padding-top: 25px;
    }

    .serv_det_ban .serv_name
    {
        font-size: 16px;
        margin-top: 25px;
    }

    .serv_det_ban .about
    {
        font-size: 12px;
        line-height: 1.7;
    }

    .serv_det_ban .univ_butt
    {
        width: 250px;
        margin: 0 auto;
        height: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px)
{
    .refs_box .link
    {
        min-width: auto;
        padding: 10px 20px;
        margin: 0 10px 10px 0;
    }
}

@media screen and (max-width: 1000px)
{
    .refs_box .wrap
    {
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 750px)
{
    .refs_box
    {
        margin-top: 0px;
    }

    .refs_box .link
    {
        min-width: auto !important;
    }

    .refs_box .link
    {
        font-size: 12px;
        border-radius: 4px;
        padding: 7px 20px;
    }

    .refs_box .link svg
    {
        width: 12px;
        margin-right: 10px;
    }
  
    .about_service.white
    {
      font-size: 12px;
    }
    .about_service.white table
    {
      font-size: 10px;
    }
    .about_service .box {
        padding: 30px 20px;
        border-radius: 6px;
    }

    .about_serv
    {
        flex-direction: column;
    }

    .about_serv .img_box,
    .about_serv .right_box
    {
        width: 100%;
        padding: 0px;
    }

    .about_serv .img_box
    {
        height: 318px;
    }

    .about_serv {
        margin-top: 30px;
    }

    .about_serv .right_box .bold
    {
        font-size: 16px;
        margin: 20px 0;
    }

    .about_serv .right_box *,
    .about_serv .right_box
    {
        font-size: 12px;
        line-height: 2;
    }

    .dir_serv .dir_box {
        gap: 7px;
        grid-template-columns: 1fr;
    }

    .dir_serv .title_sec
    {
        font-size: 20px;
        text-align: left;
        margin-bottom: 30px;
    }

    .dir_serv {
        padding: 50px 0;
    }

    .dir_serv .dir_item
    {
        font-size: 12px;
        padding: 10px 20px;
        border-radius: 6px;
    }

    .about_serv.white .wrap
    {
        flex-direction: column;
    }

    .about_serv.white {
        padding: 50px 0;
    }

    .about_serv.white
    {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1000px)
{
    .adv_serv .adv_box
    {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .adv_serv .adv_item.big {
        grid-column: unset;
        grid-row: unset;
    }

    .adv_serv .descrr {
        font-size: 12px;
    }

    .adv_serv .descrr {
        margin-bottom: 30px;
    }

    .adv_serv .adv_item
    {
        border-radius: 6px;
    }

    .adv_serv .title_line svg {
        width: 22px;
    }

    .adv_serv .title {
        width: calc(100% - 22px);
        padding-left: 10px;
        font-size: 12px;
    }

    .adv_serv .adv_item {
        padding: 20px 20px 30px 20px;
    }

    .adv_serv .descr
    {
        font-size: 12px;
    }

    .adv_serv .title_line
    {
        margin-bottom: 10px;
    }

    .adv_serv
    {
        padding-top: 50px;
    }
}

@media screen and (max-width: 750px)
{

    .comand.three .slick-arrow
    {
        position: absolute;
        top: 120px;
        z-index: 10;
    }

    .comand.three .title_sec {
        margin-bottom: 20px;
    }

    .comand.three {
        padding-bottom: 60px;
    }

    .comand .perse_item
    {
        border-radius: 6px;
    }

    .comand .pers_img
    {
      border-radius: 6px 6px 0 0;
    }

    .adv_serv {
        padding-bottom: 60px;
    }

    .price .title_sec
    {
        text-transform: uppercase;
    }
}

@media screen and (max-width: 1200px)
{
    .price_boxx .check_text
    {
        padding-right: 10px;
    }

    .price_boxx .price_item {
        width: 90px;
    }

    .price_boxx .check_text {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 1000px)
{
    .price_boxx .check_item *,
    .price_boxx .type .item,
    .price_boxx .tot_item.quant,
    .price_boxx .total *
    {
        font-size: 12px;
    }

    .price_boxx .descr {
        padding-left: 10px;
    }

    .price_boxx .check,
    .price_boxx .type .item,
    .price_boxx .total
    {
        padding: 20px;
    }
}

@media screen and (max-width: 750px)
{
    .price_boxx .check
    {
        display: none;
    }

    .price_boxx .var_box
    {
        flex-direction: column;
    }

    .price_boxx .type,
    .price_boxx .total
    {
        width: 100%;
    }

    .price_boxx .search_box
    {
        width: 100%;
    }

    .price_boxx
    {
        margin-top: 30px;
    }

    .price_boxx .search_inp,
    .price_boxx .search_butt
    {
        height: 36px;
        border-radius: 4px;
    }

    .price_boxx .title_sec
    {
        margin-bottom: 30px;
    }

    .price_boxx .butt_name
    {
        font-size: 10px;
    }

    .price_boxx .search_butt svg
    {
        width: 10px;
    }

    .price_boxx .search_butt
    {
        width: 77px;
    }

    .price_boxx .search_inp,
    .price_boxx .search_inp::placeholder
    {
        font-size: 12px;
    }

    .price_boxx .search_inp {
        padding: 0 90px 0 20px;
    }

    .price_boxx .type .item
    {
        display: flex;
        align-items: center;
    }

    .price_boxx .type .item span
    {
        width: calc(100% - 14px);
        padding-right: 10px;
    }

    .price_boxx .hide_box
    {
        transition: none;
        display: none;
        padding: 50px 0 50px 10px;
    }

    .price_boxx .arrow.active
    {
        transform: rotate(180deg);
    }

    .price_boxx .price_item {
        width: 70px;
    }

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

    .price_boxx .type .item
    {
        padding: 15px;
    }

    .my_checkbox
    {
        width: 20px;
        height: 20px;
    }

    .my_checkbox .galka {
        left: 6px;
        top: 3px;
    }

    .price_boxx .search_box
    {
        margin-bottom: 25px;
    }

    .price_boxx .total
    {
        background-color: #01909F;
        margin-top: 20px;
        border-radius: 0px;
        width: calc(100% + 30px);
        transform: translateX(-15px);
    }

    .price_boxx .total *
    {
        color: white;
    }

    .price_boxx .tot_item.quant
    {
        margin: 0px;
    }

    .price_boxx .total
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 50px 50px 50px;
    }

    .price_boxx .count
    {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1300px)
{
    .analises .anali_item
    {
        padding: 20px;
    }

    .analises .ana_title
    {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1000px)
{
    .analises .analises_box
    {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .analises .ana_title br
    {
        display: none;
    }
}

@media screen and (max-width: 750px)
{
    .analises .anali_item svg
    {
        width: 40px;
    }

    .analises .ana_title
    {
        width: calc(100% - 40px);
    }

    .analises .anali_item:first-child img
    {
        width: 25px;
    }

    .analises
    {
        margin-top: 0px;
    }

    .analises {
        padding: 30px 0;
    }

    .analises .title_sec {
        margin-bottom: 30px;
    }

    .analises .anali_item:first-child img
    {
        width: 20px;
    }

    .analises .anali_item:first-child .ana_title
    {
        width: calc(100% - 20px);
        padding-left: 20px;
    }

    .analises .ana_title
    {
        font-size: 12px;
    }

    .analises .anali_item
    {
        padding: 15px;
        border-radius: 6px;
    }

    .analises .anali_item:nth-child(2) svg
    {
        width: 34px;
        height: 36px;
    }

    .analises .anali_item:nth-child(3) svg
    {
        width: 32px;
        height: 32px;
    }

    .analises .anali_item:nth-child(4) svg
    {
        width: 23px;
        height: 29px;
    }

    .analises .ana_title {
        width: calc(100% - 34px);
    }

    .analises .analises_box {
        gap: 10px;
    }
}

@media screen and (max-width: 1000px)
{
    .pop_anal .pop_box
    {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .anali_detail .ana_item
    {
        padding: 20px;
    }
}

@media screen and (max-width: 750px)
{
    .pop_anal .pop_box
    {
        grid-template-columns: 1fr;
    }

    .prop_box
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 10px;
    }

    .pop_anal .title_sec
    {
        margin-bottom: 30px;
    }

    .pop_anal .pop_item
    {
        border-radius: 6px;
    }

    .pop_anal .title
    {
        font-size: 12px;
        border-radius: 6px 6px 0 0;
    }

    .pop_anal .title
    {
        padding: 15px;
    }

    .pop_anal .item
    {
        font-size: 12px;
        padding: 5px;
    }

    .pop_anal {
        padding: 20px 0 60px 0;
    }

    .var_anal .vars_box
    {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .var_anal .var_item
    {
        font-size: 12px;
        line-height: 1;
    }

    .var_anal .title_sec {
        margin-bottom: 30px;
    }

    .var_anal {
        margin-top: 40px;
    }

    .anali_detail
    {
        background: white;
    }

    .anali_detail .ana_item
    {
        background-color: #F9F9F9;
        border-radius: 6px;
    }

    .anali_detail
    {
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .anali_detail .title_sec {
        margin-bottom: 30px;
    }

    .anali_detail .name
    {
        font-size: 12px;
        width: calc(100% - 70px);
        padding-right: 10px;
    }

    .anali_detail .priceee
    {
        font-size: 14px;
        width: 70px;
        text-align: right;
        font-weight: 600;
    }

    .anali_detail .name_price
    {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .anali_detail .descr
    {
        font-size: 12px;
        margin: 20px 0;
        line-height: 1.5;
    }

    .prop_box
    {
        padding: 0px;
    }

    .anali_detail .prop_box
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .anali_detail .prop_name
    {
        font-size: 10px;
    }

    .anali_detail .prop_item svg
    {
        width: 14px;
        height: 14px;
        margin-top: 3px;
    }

    .anali_detail .right_box
    {
        width: calc(100% - 14px);
        padding-left: 5px;
    }

    .anali_detail .prop_item
    {
        margin: 0px;
    }

    .anali_detail .prop_descr
    {
        font-size: 10px;
    }

    .anali_detail .ana_item
    {
        margin-bottom: 10px;
    }

    .anali_detail .ana_item
    {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 750px)
{
    .rews_link .rews_box
    {
        padding: 30px;
    }

    .rews_link .rews_box
    {
        border-radius: 4px;
    }

    .rews_link .ref
    {
        width: 137px;
        margin: 0 auto;
        font-size: 10px;
        height: 37px;
    }

    .rews_link .title
    {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .rews_link {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1070px)
{
    .search_rews .univ_butt {
        width: 75px;
    }

    .search_rews .inp_box input
    {
        width: 230px;
    }

    .search_rews .sel_box
    {
        width: 200px;
    }
}

@media screen and (max-width: 750px)
{
    .search_rews .all_button
    {
        width: calc(50% - 5px);
        height: 25px;
        background: #FFFFFF;
        border-radius: 4px;
        font-size: 10px;
        color: #222222;
        font-weight: 400;
    }

    .search_rews form {
        background: #f9f9f9;
        padding: 0px;
        border-radius: 0px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .search_rews .inp_box
    {
        width: calc(50% - 5px);
        margin: 0px;
    }

    .search_rews .inp_box input
    {
        width: 100%;
        background: #01909F;
       border-radius: 4px;
       height: 25px;
    }

    .search_rews .inp_box svg
    {
        top: 5px;
        right: auto;
        left: 10px;
        width: 10px;
    }

    .search_rews .inp_box svg path
    {
        fill: #FFFFFF;
    }

    .search_rews .inp_box input,
    .search_rews .inp_box input::placeholder
    {
        font-size: 10px;
        color: #FFFFFF;
    }

    .search_rews .inp_box input {
        padding: 0 10px 0 30px;
    }

    .search_rews {
        margin-top: 30px;
    }

    .rews.no_slider .slide_item
    {
        margin-bottom: 15px;
        box-shadow: 0px 0px 2px 1px rgba(44, 44, 44, 0.1);
    }

    .rews .more
    {
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        text-decoration: underline;
        color: #02909F;
    }

    .rews_form form {
        padding: 100px 30px;
        margin-bottom: 0px;
    }

    .rews_form .inp_line
    {
        flex-direction: column;
    }

    .rews_form input
    {
        width: 100%;
        margin-bottom: 10px;
        height: 42px;
    }

    .rews_form button
    {
        width: 100%;
    }

    .rews_form.wrap
    {
        padding: 0px !important;
        margin-top: 60px;
    }

    .rews_form .title_sec {
        margin-bottom: 20px;
    }

    .rews_form form {
        padding: 50px 15px;
    }

    .rews_form textarea
    {
        margin: 0px;
    }

    .rews_form input,
    .rews_form input::placeholder,
    .rews_form textarea,
    .rews_form textarea::placeholder
    {
        font-size: 10px;
    }

    .rews_form input::placeholder,
    .rews_form textarea::placeholder
    {
        color: #4A4B4B;
    }

    .rews_form button
    {
        border-radius: 4px;
    }

    .rews_form button
    {
        margin: 20px 0;
    }

    .rews_form .about_line
    {
        font-size: 10px;
    }

    .rews_form {
        margin-top: 20px;
    }

    .rews_form form
    {
        border-radius: 0px;
    }

    .vacansii .tab_item {
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 10px;
    }

    .vacansii .tab_title
    {
        font-size: 12px;
    }

    .vacansii .title_line svg
    {
        width: 10px;
        height: 12px;
    }

    .vacansii .tab_title {
        width: calc(100% - 10px);
    }

    .vacansii .title_line svg path
    {
        fill: #4A4B4B;
    }

    .vacansii .hide_box {
        margin: 20px 0 20px 0;
    }

    .hide_box,
    .hide_box *
    {
        font-size: 12px;
    }

    .vacansii .hide_box ul {
        margin: 0 0 20px 0;
    }

    .vacansii .title_sec {
        margin-bottom: 30px;
    }

    .vacansii {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1000px)
{
    .company_box
    {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .company_box .grid
    {
      gap: 20px;
      grid-template-columns: repeat(3, 1fr);
    }

    .adv_boxx .bottom_box
    {
        flex-direction: column;
    }

    .adv_boxx .bottom_box .item
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px)
{
    .dmss .dms_ban {
        padding: 330px 20px 20px 20px;
    }

    .dmss .title
    {
        font-size: 16px;
    }

    .dmss .dms_ban,
    .dmss .dms_img,
    .dmss .shade
    {
        border-radius: 16px;
    }

    .dmss .text_box .title
    {
        font-size: 14px;
    }

    .dmss .text_box .title
    {
        margin: 30px 0;
    }

    .dmss .text_box *
    {
        font-size: 12px;
    }

    .dmss
    {
        padding-bottom: 60px;
    }

    .company_box .box_item
    {
        padding: 20px 10px;
        border-radius: 4px;
    }

    .company_box .grid
    {
        gap: 15px;
    }

    .adv_boxx .flex
    {
        flex-direction: column;
    }

    .adv_boxx .top_box .item
    {
        width: 100%;
    }

    .adv_boxx .item
    {
        margin-bottom: 10px !important;
    }

    .adv_boxx .bottom_box
    {
        margin: 0px;
    }

    .adv_boxx {
        margin-top: 20px;
    }

    .adv_boxx .top_line svg
    {
        width: 30px;
    }

    .adv_boxx .title {
        width: calc(100% - 30px);
        font-size: 12px;
    }

    .adv_boxx .item {
        padding: 20px 20px 25px 20px;
        border-radius: 6px;
    }

    .adv_boxx .top_line
    {
        margin-bottom: 10px;
    }

    .adv_boxx .text
    {
        font-size: 12px;
    }

    .spector {
        padding-top: 60px;
    }

    .spector .descr {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .spector .props_box {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .spector .prop_item
    {
        font-size: 12px;
        line-height: 1.7;
    }

    .spector {
        padding-bottom: 60px;
        margin-top: 60px;
    }

    .special {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .special .title_sec
    {
        text-align: center;
    }

    .special .descr, .special .var_item
    {
        font-size: 12px;
    }

    .special .vars_box {
        grid-template-columns: 1fr;
    }

    .special .vars_box
    {
        margin: 30px 0;
    }
}

@media screen and (max-width: 750px)
{
    .arrow.active
    {
        transform: rotate(180deg);
    }

    .book .book_box
    {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .book
    {
        background-color: #f9f9f9;
    }

    .book .sec_box
    {
       background-color: #FFFFFF;
       padding: 15px;
       border-radius: 4px;
    }

    .book .title
    {
        display: flex;
        align-items: center;
        margin: 0px;
    }

    .book .title span
    {
        font-weight: 400;
        width: calc(100% - 14px);
        padding-right: 10px;
    }

    .book .title span
    {
        font-size: 12px;
    }

    .book .item
    {
        font-size: 12px;
    }

    .book .vars
    {
        margin-top: 20px;
        display: none;
        transition: none;
    }

    .book .sec_box
    {
        margin-bottom: 0px;
    }

    .book .title_sec {
        margin-bottom: 30px;
        text-align: center;
    }

    .politic .text,
    .politic .text *
    {
        font-size: 12px;
    }

    .politic .title_sec {
        margin-bottom: 30px;
        text-align: left;
    }

    .politic
    {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1200px)
{
    .house_doc .proc_box
    {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 750px)
{
    .house_doc .descr
    {
        font-size: 12px;
        text-align: left;
    }

    .house_doc {
        padding: 30px 0 60px 0;
        margin-top: 0px;
    }

    .house_doc .title_sec
    {
        text-align: left;
    }

    .house_doc .proc_box
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .house_doc .ref
    {
        display: none;
    }

    .house_doc .title {
        margin: 10px 0 0px 0;
        font-size: 12px;
    }

    .house_doc .proc_item svg
    {
        width: 65px;
        height: 65px;
    }

    .house_doc .proc_item
    {
        padding: 20px;
    }

    .house_doc .proc_box
    {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1100px)
{
    .stepss {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 750px)
{
    .stepss {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .stepss .round
    {
        width: 37px;
        height: 37px;
    }

    .stepss .num
    {
        font-size: 20px;
    }

    .stepss .descr {
        width: calc(100% - 37px);
        padding-left: 10px;
        font-size: 12px;
    }

    .stepss
    {
        margin-top: 60px;
    }

    .stepss .step_item
    {
        padding: 20px;
        border-radius: 4px;
    }

    .doc_form form {
        padding: 40px 20px 50px 20px;
        border-radius: 12px;
    }

    .doc_form
    {
    	margin-bottom: 0px;
    }

    .doc_form .univ_butt
    {
        width: 100%;
        height: 33px;
        font-size: 12px;
    }

    .doc_form input.first,
    .doc_form input
    {
        margin-top: 40px;
    }

    .doc_form .check_text
    {
        align-items: flex-start;
    }

    .doc_form .check_text
    {
        margin-top: 25px;
    }

    .doc_form .my_checkbox
    {
        width: 13px;
        height: 13px;
    }

    .doc_form .descr
    {
        font-size: 10px;
        width: calc(100% - 13px);
    }

    .doc_form .my_checkbox .galka {
        width: 5px;
        height: 9px;
    }

    .doc_form .my_checkbox .galka {
        left: 3px;
        top: 0px;
    }

    .doc_form .univ_butt
    {
        margin: 30px auto 0 auto;
    }

    .doc_form {
        margin-top: 60px;
    }

    .doc_form input::placeholder,
    .doc_form input
    {
        font-size: 10px;
    }

    .doc_form input
    {
        padding: 0 10px 10px 10px;
    }
}

@media screen and (max-width: 1000px)
{
    .quest_form
    {
        flex-direction: column-reverse;
    }

    .quest_form .info,
    .quest_form form
    {
        width: 100%;
    }

    .quest_form .info
    {
        padding: 50px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px)
{
    .quest_form form
    {
        padding: 50px 20px;
    }

    .quest_form .form_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .quest_form .big_inp {
        grid-column: unset;
        grid-row: unset;
    }

    .quest_form .title_sec
    {
        margin-bottom: 50px;
    }

    .quest_form form
    {
        border-radius: 12px;
    }

    .quest_form input::placeholder,
    .quest_form input
    {
        font-size: 10px;
    }

    .quest_form .title_sec {
        margin-bottom: 35px;
    }

    .quest_form .my_checkbox .galka {
        left: 3px;
        top: 0px;
        width: 5px;
        height: 9px;
    }

    .quest_form .my_checkbox
    {
        width: 13px;
        height: 13px;
    }

    .quest_form .descrr {
        padding-left: 5px;
        width: calc(100% - 13px);
        font-size: 10px;
    }

    .quest_form .check_text {
        padding: 0 10px;
        align-items: flex-start;
        margin: 25px 0;
    }

    .quest_form .univ_butt
    {
        height: 33px;
        font-size: 12px;
    }

    .quest_form .info
    {
        margin-top: 20px;
    }

    .quest_form .info
    {
        padding: 40px 20px 30px 20px;
        border-radius: 12px;
    }

    .quest_form .item svg
    {
        width: 14px;
    }

    .quest_form .text
    {
        width: calc(100% - 14px);
        font-size: 12px;
        font-weight: 400;
    }

    .quest_form .info_box.top {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 750px)
{
	.blog {
		    margin-bottom: 0px;
		}

    .ans_qw .title_sec
    {
        display: none;
    }

    .ans_qw .quest_item
    {
        padding: 20px;
    }

    .ans_qw .name,
    .quest_item.answ .quest
    {
        font-size: 12px;
        padding: 0px;
    }

    .ans_qw .qest_ans
    {
        flex-direction: column;
    }

    .quest_item.answ .quest,
    .quest_item.answ .date
    {
        width: 100%;
    }

    .quest_item.answ .date
    {
        font-size: 10px;
        margin-top: 20px;
    }

    .quest_item.answ .delim {
        width: calc(100% + 40px);
        transform: translateX(-20px);
        margin: 20px 0;
        height: 1px;
    }

    .quest_item.answ .date
    {
        margin-top: 10px;
    }

    .quest_item.answ .answ
    {
        font-size: 12px;
    }

    .quest_item.answ
    {
        border-radius: 4px;
    }

    .ans_qw .quest
    {
        width: 100%;
    }

    .ans_qw .quest
    {
        font-size: 12px;
        padding: 0px;
    }

    .ans_qw .date
    {
        font-size: 10px;
    }

    .ans_qw .more_info {
        margin-top: 20px;
        font-size: 12px;
        text-decoration: underline;
    }

    .blog .tags_container
    {
        position: relative;
    }

    .blog
    {
        background-color: white;
        margin-top: 0px;
        padding-top: 30px;
    }

    .blog .cat_title
    {
        padding: 10px 20px;
        border-radius: 6px;
        background-color: #F9F9F9;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .blog .cat_title span
    {
        font-size: 10px;
        color: #000000;
        font-weight: 400;
        padding-right: 10px;
        width: calc(100% - 11px);
    }

    .blog .title_sec
    {
        text-align: center;
    }

    .teg_box_wrap
    {
        display: none;
    }

    .blog .tag_box
    {
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #F9F9F9;
        width: 100%;
        height: 200px;
        overflow: auto;
        display: block;
        /* border: 1px solid black; */
        padding: 0 10px;
        border-radius: 6px;
    }

    .blog .tag_item
    {
        font-size: 10px;
        display: block;
        margin: 10px 0;
        padding: 0px;
        background: none !important;
        color: #4A4B4B !important;
    }

    .blog .blog_item
    {
        flex-direction: column;
    }

    .blog .img_box,
    .blog .text_box
    {
        width: 100%;
        padding: 0px;
    }

    .blog .img_box
    {
        height: 330px;
        border-radius: 6px;
    }

    .blog .img_box img
    {
        border-radius: 6px;
    }

    .blog .blog_box
    {
        margin-top: 0px;
    }

    .blog .blog_item
    {
        padding: 30px 0;
    }

    .blog .top_line .item
    {
        margin: 10px 0 10px 10px;
        font-size: 10px;
    }

    .blog .title
    {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }

    .blog .text
    {
        font-size: 14px;
    }

    .blog .date {
        margin: 10px 0 0 10px;
        font-size: 10px;
    }
}

@media screen and (max-width: 750px)
{
    .top_blog_ban .blue_box
    {
        flex-direction: column;
    }

    .top_blog_ban .img_box,
    .top_blog_ban .right_text
    {
        width: 100%;
        padding: 0px;
    }

    .top_blog_ban .title_sec
    {
        text-align: center;
        text-transform: uppercase;
    }

    .top_blog_ban .blue_box
    {
        padding: 0px;
        /* background: white; */
    }

    .top_blog_ban .right_text
    {
        display: flex;
        flex-direction: column;
    }

    .top_blog_ban .mobile_boxx
    {
        order: 0;
    }

    .top_blog_ban .title
    {
        order: 1;
    }

    .top_blog_ban .text
    {
        order: 2;
    }

    .top_blog_ban .title
    {
        font-size: 14px;
        color: #222222;
    }

    .top_blog_ban .text
    {
        font-size: 12px;
        color: #222222 !important;
    }

    .top_blog_ban .text *
    {
      color: #222222 !important;
    }

    .top_blog_ban .blue_box
    {
        background-color: white;
        border-radius: 0px;
    }

    .top_blog_ban .name
    {
        color: #4A4B4B;
    }

    .top_blog_ban .round {
        width: 24px;
        height: 24px;
    }

    .top_blog_ban .img_box
    {
        height: 288px;
    }

    .top_blog_ban .img_box,
    .top_blog_ban .img_box img
    {
        border-radius: 8px;
    }

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

    .top_blog_ban .titles_box
    {
        display: flex !important;
        flex-wrap: wrap;
        margin: 10px 0 20px 0;
    }

    .top_blog_ban .title_item
    {
        font-weight: 400;
        font-size: 10px;
        color: #222222;
        margin: 0 7px 7px 0;
        background-color: #F2F2F2;
        border-radius: 200px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1000px)
{
    .refs_text .ref_box {
        width: 225px;
        padding: 20px;
    }

    .refs_text .text_box {
        width: calc(100% - 225px - 20px);
    }
}

@media screen and (max-width: 750px)
{
    .refs_text .wrap
    {
        flex-direction: column;
    }

    .refs_text .ref_box
    {
        display: none;
    }

    .refs_text .text_box
    {
        width: 100%;
        padding: 0px;
        background-color: white;
    }

    .refs_text .text_box,
    .refs_text .text_box *
    {
        font-size: 12px;
    }

    .refs_text h2 {
        margin: 25px 0;
    }

    .refs_text .date
    {
      color: #4A4B4B;
      font-size: 10px;
      margin-top: 10px;
    }

    .refs_text
    {
        padding-top: 10px;
    }
}

@media screen and (max-width: 1000px)
{
    .license .lic_box
    {
        /* gap: 120px 25px; */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 750px)
{
    .license .lic_box
    {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .license .img_box img
    {
        object-fit: fill;
    }

    .license .img_box
    {
        height: auto;
    }

    .license .img_box,
    .license .img_box img
    {
        display: block;
    }

    .license .title,
    .license .text
    {
        display: none;
    }

    .license {
        margin-top: 30px;
    }

    .license .title_sec {
        margin-bottom: 40px;
    }

    .license
    {
        background-color: white;
        padding: 30px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1000px)
{
    .problems .img_box #neck {
        top: 8%;
    }

    .problems .var_box {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1070px)
{
    .payment .pay_box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 750px)
{
	.payment
	{
		margin-bottom: 40px;
	}

    .problems .areas
    {
        flex-direction: column;
    }

    .problems .img_box
    {
        width: 100%;
    }

    .problems .title_sec,
    .problems .descr
    {
        text-align: left;
    }

    .problems .descr
    {
        font-size: 12px;
    }

    .problems
    {
        margin-top: 30px;
    }

    .problems .title_sec
    {
        margin-bottom: 10px;
    }

    .problems .descr {
        margin: 10px 0 20px 0;
    }

    .problems .var_item {
        font-size: 10px !important;
        padding: 5px;
    }

    .problems .var_item
    {
        margin: 0 5px;
    }

    .problems .img_box
    {
        width: 170px;
        margin: 0 auto;
    }

    .problems .vars
    {
        margin-bottom: 20px;
    }

    .problems .img_box .sect
    {
        font-size: 12px;
    }

    .problems .img_box #back {
        top: 23%;
        left: -20%;
    }

    .problems .img_box #breast {
        top: 25%;
        right: 2%;
    }

    .problems .img_box #neck {
        top: 15%;
        right: 0%;
    }

    .problems .img_box #stomach {
        right: calc(50% - 37px);
    }

    .problems .img_box #penis {
        right: calc(50% - 65px);
    }

    .problems .img_box #feet {
        right: 5%;
    }

    .problems .var_box
    {
        width: 100%;
        padding: 0px;
    }

    .problems .item
    {
        font-size: 10px;
    }

    .problems .two_col {
        margin-top: 30px;
    }

    .problems .letter {
        margin: 0 10px 0px 0;
        background-color: #ECF0F2;
        width: 24px;
        height: 24px;
        border-radius: 2px;
        font-size: 10px;
        display: flex !important;
    }

    .problems .letters_box
    {
        width: calc(100% + 15px);
    }

    .problems .let_box
    {
        align-items: flex-start;
    }

    .problems .varss {
        grid-template-columns: 1fr;
        gap: 15px;
        width: calc(100% - 35px);
        margin-top: 5px;
    }

    .problems .sec_let
    {
        padding: 0 10px;
    }

    .problems .itemm
    {
        font-size: 12px;
    }

    .problems .letters_box {
        margin: 0 auto 40px auto;
    }

    .problems .let_box {
        margin-bottom: 30px;
    }

    .problems .areas
    {
        margin-top: 60px;
    }

    .payment .descr
    {
        font-size: 12px;
    }

    .payment .pay_box
    {
        margin-top: 30px;
    }

    .payment .pay_item svg
    {
        width: 100%;
    }

    .payment .pay_item {
        border-radius: 9px;
        padding: 20px;
    }

    .payment .text,
    .payment .title
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px)
{
	.quest_box .wrap
	{
		flex-direction: column;
	}

	.quest_box .title,
	.quest_box .form_box
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.quest_box .form_box form
	{
		margin: 0px;
		max-width: 100%;
	}

	.quest_box .title
	{
		font-size: 16px;
		text-align: center;
		margin-bottom: 30px;
	}

	.quest_box .title br
	{
		display: none;
	}

	.quest_box
	{
		padding: 40px 0;
		margin-top: 40px;
	}

	.quest_box button
	{
		font-size: 12px;
		margin: 5px 0 0 0;
	}

	.quest_box input, .quest_box textarea
	{
		margin-bottom: 10px;
	}

	.quest_box input, .quest_box textarea, .quest_box input::placeholder, .quest_box textarea::placeholder {
		font-size: 10px;
	}

  footer .wrap {
    flex-wrap: nowrap;

  }

  .menu_group{
    display: flex;
    flex-direction: column;
    gap:30px;
  }
}

