* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  font-family: "Nunito Sans", serif;
}

html {
  font-size: 0.0520833333vw;
  overflow-x: hidden;
  background-color: rgb(243, 249, 249);
}

ul {
  list-style: none;
}

.container {
  max-width: 1760rem;
  margin: 0 auto;
}

.scroll_top {
  position: fixed;
  z-index: -1;
  right: 84rem;
  bottom: 324rem;
  width: 40rem;
  height: 40rem;
  border-radius: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #355F69;
  cursor: pointer;
  opacity: 0;
}
.scroll_top svg {
  width: 14rem;
  height: 7rem;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
}
.header .header__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 8rem;
}
.header .header__wrap .mobile_btn {
  display: none;
}
.header .header__wrap .header__logo {
  margin-right: 64rem;
  padding: 0 10rem;
}
.header .header__wrap .header__logo .header__logo_img {
  height: 40rem;
}
.header .header__wrap .header__nav_menu {
  margin-right: auto;
}
.header .header__wrap .header__nav_menu ul {
  display: flex;
  align-items: center;
  gap: 52rem;
}
.header .header__wrap .header__nav_menu ul .main a {
  display: flex;
  position: relative;
}
.header .header__wrap .header__nav_menu ul .main a::before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  background-image: url("../img/ar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.header .header__wrap .header__nav_menu ul li {
  position: relative;
}
.header .header__wrap .header__nav_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 21.82rem;
  color: #fff;
  padding: 12rem 20rem;
  transition: all 0.4s;
  border-radius: 30rem;
}
.header .header__wrap .header__nav_menu ul li a:hover {
  background-color: #5EA7B1;
}
.header .header__wrap .header__nav_menu ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 816rem;
  border-radius: 20rem;
  background-color: #5EA7B1;
  padding: 40rem 48rem 40rem 56rem;
}
.header .header__wrap .header__nav_menu ul li .sub-menu a::before {
  display: none !important;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .menu-item-has-children a::before {
  display: none !important;
}
.header .header__wrap .header__nav_menu ul li .sub-menu::before {
  content: "";
  width: 1rem;
  background-color: #fff;
  height: calc(100% - 80rem);
  position: absolute;
  left: 408rem;
  top: 40rem;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .sub-menu {
  display: none !important;
  left: 448rem;
  top: 40rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .sub-menu::before {
  display: none;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .sub-menu li a {
  padding: 0;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .sub-menu li:not(:last-child) {
  padding-bottom: 40rem;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .sub-menu li:hover a {
  color: #355F69 !important;
}
.header .header__wrap .header__nav_menu ul li .sub-menu .show {
  display: block !important;
}
.header .header__wrap .header__nav_menu ul li .sub-menu li {
  position: static;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header__wrap .header__nav_menu ul li .sub-menu li a {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header__wrap .header__nav_menu ul li .sub-menu li:not(:last-child) {
  padding-bottom: 58rem;
}
.header .header__wrap .header__nav_menu ul li .sub-menu li:hover a {
  color: #355F69;
}
.header .header__wrap .header__nav_menu ul li .sub-menu li:hover .sub-menu a {
  color: #fff;
}
.header .header__wrap .header__nav_menu ul li:hover .sub-menu {
  display: block;
}
.header .header__wrap .header__nav_menu ul li:hover .sub-menu li .sub-menu {
  display: none;
}
.header .header__wrap .header__search_wrap {
  display: flex;
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
  transition: all 0.4s;
}
.header .header__wrap .header__search_wrap form {
  width: 0;
  transition: all 0.4s;
  overflow: hidden;
  position: absolute;
}
.header .header__wrap .header__search_wrap form input {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 48rem;
  font-family: "Nunito Sans", serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 19.1rem;
  color: #fff;
  padding-left: 12rem;
}
.header .header__wrap .header__search_wrap form input::-moz-placeholder {
  color: #fff !important;
}
.header .header__wrap .header__search_wrap form input::placeholder {
  color: #fff !important;
}
.header .header__wrap .header__search_wrap .header__search_btn {
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.header .header__wrap .header__search_wrap .header__search_btn svg path {
  fill: #fff;
}
.header .header__wrap .header__search_wrap .header__search_btn:hover {
  background-color: rgb(94, 167, 177);
}
.header .header__wrap .open_search {
  width: 298rem;
  height: 48rem;
  background-color: rgb(94, 167, 177);
  border-radius: 50rem;
}
.header .header__wrap .open_search form {
  width: 100%;
}
.header .header__wrap .open_search .header__search_btn {
  background-color: rgb(94, 167, 177);
}
.header .header__wrap .header__phone_btn {
  margin-left: 20rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.header .header__wrap .header__phone_btn svg path {
  fill: #fff;
}
.header .header__wrap .header__phone_btn:hover {
  background-color: rgb(94, 167, 177);
}
.header .header__wrap .header__btn {
  margin-left: 40rem;
  font-family: "Inter", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 19.36rem;
  color: #fff;
  width: 200rem;
  height: 48rem;
  border-radius: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(146, 199, 205);
  cursor: pointer;
  transition: all 0.4s;
}
.header .header__wrap .header__btn:hover {
  background-color: #5EA7B1;
}

.black .header__wrap .header__nav_menu ul li a {
  color: rgb(75, 81, 83);
}

.breadcrumbs {
  position: absolute;
  top: 92rem;
  left: 80rem;
  z-index: 999;
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 16.37rem;
  color: rgb(106, 112, 114);
}
.breadcrumbs a::after {
  content: "/";
  margin: 0 10rem;
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 16.37rem;
  color: rgb(106, 112, 114);
}
.breadcrumbs span {
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 16.37rem;
  color: rgb(106, 112, 114);
  display: flex;
  align-items: center;
  cursor: default;
}

.section__hero {
  width: 100%;
  height: 960rem;
  background-image: url("../img/main_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 180rem;
}
.section__hero .hero__title {
  font-family: "Philosopher", serif;
  font-size: 140rem;
  font-weight: 400;
  line-height: 140rem;
  letter-spacing: 0.04em;
  color: #fff;
  max-width: 757rem;
  text-transform: uppercase;
  margin-bottom: 100rem;
}
.section__hero .hero__subtitle {
  font-family: "Nunito Sans", serif;
  font-size: 36rem;
  font-weight: 400;
  line-height: 49.1rem;
  letter-spacing: 0.02em;
  color: rgb(235, 241, 243);
  padding-bottom: 15rem;
  border-bottom: 1rem solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 36rem;
}
.section__hero .hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.78rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 261rem;
  height: 48rem;
  border-radius: 50rem;
  transition: all 0.4s;
}
.section__hero .hero__btn span {
  margin-left: 8rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.section__hero .hero__btn span svg {
  width: 18rem;
  height: 22rem;
}
.section__hero .hero__btn span svg path {
  fill: #fff;
}
.section__hero .hero__btn:hover {
  background-color: rgb(94, 167, 177);
}
.section__hero .hero__btn:hover span {
  background-color: rgb(94, 167, 177);
}

.section__services {
  padding: 160rem 0 50rem 0;
}
.section__services .servises__title {
  font-family: "Philosopher", serif;
  font-size: 48rem;
  font-weight: 400;
  line-height: 53.76rem;
  color: rgb(65, 71, 73);
  text-align: center;
  margin-bottom: 64rem;
}
.section__services .services__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section__services .services__wrap .service__item {
  cursor: pointer;
  position: relative;
  width: 33.3333333333%;
  height: 320rem;
  border: 1rem solid rgba(147, 199, 205, 0.5);
  padding: 11rem 12rem;
  background: radial-gradient(50.08% 49.76% at 50% 50.24%, rgba(243, 249, 249, 0) 0%, #F3F9F9 100%);
  display: flex;
  flex-direction: column;
}
.section__services .services__wrap .service__item::before {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 80rem;
  content: "";
  width: 100%;
  height: 48rem;
  background: linear-gradient(0deg, rgba(243, 249, 249, 0) 10.87%, #F3F9F9 50%);
}
.section__services .services__wrap .service__item::after {
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: 0;
  content: "";
  width: 100%;
  height: 48rem;
  background: linear-gradient(180deg, rgba(243, 249, 249, 0) 10.87%, #F3F9F9 50%);
}
.section__services .services__wrap .service__item .service__item_title {
  margin-bottom: 12rem;
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  color: rgb(75, 81, 83);
}
.section__services .services__wrap .service__item .service__item_subtitle {
  font-family: "Nunito Sans", serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 19.1rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}
.section__services .services__wrap .service__item .service__item_img {
  position: absolute;
  left: 50%;
  bottom: 16rem;
  transform: translate(-50%, 0);
}
.section__services .services__wrap .service__item .service__item_img img {
  height: 199rem;
}
.section__services .services__wrap .service__item .service__item_img_hover {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 16rem;
  transform: translate(-50%, 0);
  transition: all 0.4s;
}
.section__services .services__wrap .service__item .service__item_img_hover img {
  height: 199rem;
}
.section__services .services__wrap .service__item .service__item_img_mob {
  display: none;
}
.section__services .services__wrap .service__item .service__item_img_mob:hover {
  transition: all 0.4s;
  background-color: rgb(94, 167, 177);
  background: radial-gradient(50.08% 49.76% at 50% 50.24%, rgba(94, 167, 177, 0) 0%, #5EA7B1 100%);
}
.section__services .services__wrap .service__item .service__item_img_mob:hover::before {
  transition: all 0.4s;
  background: linear-gradient(0deg, rgba(94, 167, 177, 0) 10.87%, #5EA7B1 50%);
}
.section__services .services__wrap .service__item:hover {
  transition: all 0.4s;
  background-color: rgb(94, 167, 177);
  background: radial-gradient(50.08% 39.76% at 50% 50.24%, rgba(94, 167, 177, 0) 0%, #5EA7B1 100%);
}
.section__services .services__wrap .service__item:hover::after {
  transition: all 0.4s;
  background: linear-gradient(180deg, rgba(94, 167, 177, 0) 10.87%, #5EA7B1 50%);
}
.section__services .services__wrap .service__item:hover::before {
  opacity: 0;
}
.section__services .services__wrap .service__item:hover .service__item_img {
  transition: all 0.4s;
  opacity: 0;
}
.section__services .services__wrap .service__item:hover .service__item_img_hover {
  transition: all 0.4s;
  opacity: 1;
}
.section__services .services__wrap .service__item:hover .service__item_title {
  transition: all 0.4s;
  color: #fff;
}
.section__services .services__wrap .service__item:hover .service__item_subtitle {
  transition: all 0.4s;
  color: #fff;
}

.section__reviews {
  padding: 50rem 0 100rem 0;
}
.section__reviews .reviews__title {
  font-family: "Philosopher", serif;
  font-size: 48rem;
  font-weight: 400;
  line-height: 53.76rem;
  color: rgb(65, 71, 73);
  text-align: center;
  margin-bottom: 64rem;
}
.section__reviews .reviews__slider_wrap {
  width: 100%;
  height: 800rem;
  position: relative;
}
.section__reviews .reviews__slider_wrap .reviews_dots {
  position: absolute;
  bottom: -80rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section__reviews .reviews__slider_wrap .reviews_dots .slick-dots {
  display: flex;
  gap: 15rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.section__reviews .reviews__slider_wrap .reviews_dots .slick-dots li button {
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  background-color: rgb(190, 222, 226);
  cursor: pointer;
  transition: all 0.4s;
}
.section__reviews .reviews__slider_wrap .reviews_dots .slick-dots li button:hover {
  background-color: rgb(94, 167, 177);
}
.section__reviews .reviews__slider_wrap .reviews_dots .slick-dots .slick-active button {
  background-color: rgb(94, 167, 177);
}
.section__reviews .reviews__slider_wrap .prev {
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 50%;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  cursor: pointer;
  z-index: 99;
  left: 500rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: rotate(180deg);
  padding-left: 5rem;
}
.section__reviews .reviews__slider_wrap .prev svg {
  height: 20rem;
}
.section__reviews .reviews__slider_wrap .prev:hover {
  background-color: rgb(94, 167, 177);
}
.section__reviews .reviews__slider_wrap .next {
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 50%;
  right: 500rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  padding-left: 5rem;
}
.section__reviews .reviews__slider_wrap .next svg {
  height: 20rem;
}
.section__reviews .reviews__slider_wrap .next:hover {
  background-color: rgb(94, 167, 177);
}
.section__reviews .reviews__slider_wrap .reviews__slider {
  height: 100%;
}
.section__reviews .reviews__slider_wrap .reviews__slider .slick-list {
  height: 100%;
}
.section__reviews .reviews__slider_wrap .reviews__slider .slick-track {
  height: 100%;
}
.section__reviews .reviews__slider_wrap .reviews__slider .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section__reviews .reviews__slider_wrap .reviews__slider .img {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section__reviews .reviews__slider_wrap .reviews__slider .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(190, 222, 226, 0.5);
  transition: all 0.4s;
  max-height: 800rem;
}
.section__reviews .reviews__slider_wrap .reviews__slider .img img {
  height: 100%;
  max-height: 800rem;
  width: auto;
}
.section__reviews .reviews__slider_wrap .reviews__slider .slick-current .bg {
  opacity: 0;
}

.section__result_main {
  padding: 50rem 0 150rem 0;
}
.section__result_main .result__title {
  font-family: "Philosopher", serif;
  font-size: 48rem;
  font-weight: 400;
  line-height: 53.76rem;
  color: rgb(65, 71, 73);
  text-align: center;
  margin-bottom: 64rem;
}
.section__result_main .result__slider_wrap {
  width: 100%;
  height: 600rem;
  position: relative;
}
.section__result_main .result__slider_wrap .result_dots {
  position: absolute;
  bottom: -80rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section__result_main .result__slider_wrap .result_dots .slick-dots {
  display: flex;
  gap: 15rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.section__result_main .result__slider_wrap .result_dots .slick-dots li button {
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  background-color: rgb(190, 222, 226);
  cursor: pointer;
  transition: all 0.4s;
}
.section__result_main .result__slider_wrap .result_dots .slick-dots li button:hover {
  background-color: rgb(94, 167, 177);
}
.section__result_main .result__slider_wrap .result_dots .slick-dots .slick-active button {
  background-color: rgb(94, 167, 177);
}
.section__result_main .result__slider_wrap .prev {
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 50%;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  cursor: pointer;
  z-index: 99;
  left: 500rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  transform: rotate(180deg);
  padding-left: 5rem;
}
.section__result_main .result__slider_wrap .prev svg {
  height: 20rem;
}
.section__result_main .result__slider_wrap .prev:hover {
  background-color: rgb(94, 167, 177);
}
.section__result_main .result__slider_wrap .next {
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 50%;
  right: 500rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  padding-left: 5rem;
}
.section__result_main .result__slider_wrap .next svg {
  height: 20rem;
}
.section__result_main .result__slider_wrap .next:hover {
  background-color: rgb(94, 167, 177);
}
.section__result_main .result__slider_wrap .result__slider {
  height: 100%;
}
.section__result_main .result__slider_wrap .result__slider .slick-list {
  height: 100%;
}
.section__result_main .result__slider_wrap .result__slider .slick-track {
  height: 100%;
}
.section__result_main .result__slider_wrap .result__slider .slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section__result_main .result__slider_wrap .result__slider .img {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section__result_main .result__slider_wrap .result__slider .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(190, 222, 226, 0.5);
  transition: all 0.4s;
  max-height: 500rem;
}
.section__result_main .result__slider_wrap .result__slider .img img {
  height: 100%;
  max-height: 500rem;
  width: auto;
}
.section__result_main .result__slider_wrap .result__slider .img .dis {
  margin-top: 10rem;
  font-size: 24rem;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  max-width: 500rem;
}
.section__result_main .result__slider_wrap .result__slider .slick-current .dis {
  opacity: 1;
}
.section__result_main .result__slider_wrap .result__slider .slick-current .bg {
  opacity: 0;
}

.section__lidform {
  background-image: url("../img/form_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 640rem;
  padding: 420rem 0 160rem 0;
}
.section__lidform .form_wrap {
  border: 1rem solid rgb(191, 222, 226);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40rem 0 82rem 0;
  display: flex;
  flex-direction: column;
}
.section__lidform .form_wrap .form_title {
  font-family: "Philosopher", serif;
  font-size: 40rem;
  font-weight: 400;
  line-height: 44.8rem;
  letter-spacing: 0.02em;
  color: rgb(53, 95, 105);
  text-align: center;
  margin-bottom: 40rem;
}
.section__lidform .form_wrap .type {
  display: flex;
  align-items: center;
  margin-right: 22rem;
}
.section__lidform .form_wrap .type .type_title {
  font-family: "Philosopher", serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 22.4rem;
  color: rgb(75, 81, 83);
  margin-right: 40rem;
  margin-left: 60rem;
}
.section__lidform .form_wrap .type .type_wrap {
  display: flex;
  align-items: center;
  gap: 50rem;
}
.section__lidform .form_wrap .type .type_wrap .item {
  display: flex;
  align-items: center;
  gap: 21rem;
  cursor: pointer;
}
.section__lidform .form_wrap .type .type_wrap .item .item_check_wrap {
  width: 24rem;
  height: 24rem;
  background-image: url("../img/check_2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.section__lidform .form_wrap .type .type_wrap .item span {
  font-family: "Nunito Sans", serif;
  font-size: 16rem;
  font-weight: 300;
  line-height: 19.2rem;
  letter-spacing: -0.04em;
  color: rgb(135, 141, 143);
  transition: all 0.4s;
}
.section__lidform .form_wrap .type .type_wrap .current .item_check_wrap {
  width: 24rem;
  height: 24rem;
  background-image: url("../img/check_2 current.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.section__lidform .form_wrap .type .type_wrap .current span {
  color: rgb(75, 81, 83);
}
.section__lidform .form_wrap form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 54rem;
  display: flex;
  flex-direction: column;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 40rem;
}
.section__lidform .form_wrap form .form__row {
  display: flex;
  align-items: center;
}
.section__lidform .form_wrap form .form__row input[type=text] {
  width: 640rem;
  height: 62rem;
  border: none;
  border-bottom: 1px solid rgb(191, 222, 226);
  padding: 0 0 0 20rem;
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 300;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  color: rgb(53, 95, 105);
  outline: none;
}
.section__lidform .form_wrap form .form__row input[type=tel] {
  width: 640rem;
  height: 62rem;
  border: none;
  border-bottom: 1rem solid rgb(191, 222, 226);
  padding: 0 0 0 20rem;
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 300;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  color: rgb(53, 95, 105);
  outline: none;
}
.section__lidform .form_wrap form .form__row .wpcf7-not-valid {
  color: red !important;
  border-bottom: 1rem solid red !important;
}
.section__lidform .form_wrap form .form__row .wpcf7-not-valid::-moz-placeholder {
  color: red !important;
}
.section__lidform .form_wrap form .form__row .wpcf7-not-valid::placeholder {
  color: red !important;
}
.section__lidform .form_wrap form .form__row .wpcf7-not-valid:focus {
  color: rgb(53, 95, 105) !important;
  border-bottom: 1rem solid rgb(191, 222, 226) !important;
}
.section__lidform .form_wrap form .form__row .wpcf7-not-valid:focus::-moz-placeholder {
  color: rgb(53, 95, 105) !important;
}
.section__lidform .form_wrap form .form__row .wpcf7-not-valid:focus::placeholder {
  color: rgb(53, 95, 105) !important;
}
.section__lidform .form_wrap form .form__row input[type=submit] {
  font-family: "Inter", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 19.36rem;
  color: #fff;
  width: 200rem;
  height: 48rem;
  border-radius: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(146, 199, 205);
  cursor: pointer;
  transition: all 0.4s;
  border: none;
}
.section__lidform .form_wrap form .form__row input[type=submit]:hover {
  background-color: #5EA7B1;
}
.section__lidform .form_wrap form .form__row .personal {
  margin-right: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section__lidform .form_wrap form .form__row .personal .custom_check {
  width: 24rem;
  height: 24rem;
  border-radius: 8rem;
  border: 1rem solid rgb(147, 199, 205);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__lidform .form_wrap form .form__row .personal .custom_check .item {
  opacity: 0;
  transition: all 0.4s;
}
.section__lidform .form_wrap form .form__row .personal .custom_check .active {
  opacity: 1;
}
.section__lidform .form_wrap form .form__row .personal span {
  display: flex;
  margin-left: 8rem;
  font-family: "Inter", serif;
  font-size: 12rem;
  font-weight: 300;
  line-height: 14.52rem;
  color: rgb(75, 81, 83);
  max-width: 295rem;
}

.section__contacts {
  margin-top: 180rem;
  margin-bottom: 120rem;
  padding: 0 80rem;
}
.section__contacts .contacts__title {
  font-family: "Philosopher", serif;
  font-size: 36rem;
  font-weight: 400;
  line-height: 40.32rem;
  color: rgb(53, 95, 105);
  margin-bottom: 80rem;
  text-align: center;
}
.section__contacts .contacts__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__contacts .contacts__wrap .contacts__content .contact_info {
  padding-bottom: 72rem;
  border-bottom: 1rem solid rgb(53, 95, 105);
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
.section__contacts .contacts__wrap .contacts__content .contact_info .sity {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  letter-spacing: 0.02em;
  color: rgb(35, 41, 43);
  text-transform: uppercase;
}
.section__contacts .contacts__wrap .contacts__content .contact_info .adress {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  letter-spacing: 0.02em;
  color: rgb(35, 41, 43);
}
.section__contacts .contacts__wrap .contacts__content .contact_info .adress span {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  letter-spacing: 0.02em;
  color: rgb(35, 41, 43);
  text-transform: uppercase;
}
.section__contacts .contacts__wrap .contacts__content .contact_info .tel {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  letter-spacing: 0.02em;
  color: rgb(35, 41, 43);
}
.section__contacts .contacts__wrap .contacts__content .contacts__btn {
  margin-top: 72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  gap: 8rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.78rem;
  color: rgb(75, 81, 83);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 261rem;
  height: 48rem;
  border-radius: 50rem;
  transition: all 0.4s;
}
.section__contacts .contacts__wrap .contacts__content .contacts__btn span {
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.section__contacts .contacts__wrap .contacts__content .contacts__btn span svg {
  width: 18rem;
  height: 22rem;
}
.section__contacts .contacts__wrap .contacts__content .contacts__btn span svg path {
  fill: #fff;
}
.section__contacts .contacts__wrap .contacts__content .contacts__btn:hover {
  color: #fff;
  background-color: rgb(94, 167, 177);
}
.section__contacts .contacts__wrap .contacts__content .contacts__btn:hover span {
  background-color: rgb(94, 167, 177);
}
.section__contacts .contacts__wrap .contacts__map {
  border: 1rem solid rgb(94, 167, 177);
  width: 958rem;
  height: 462rem;
}

.section__about_main {
  background-color: rgb(227, 245, 248);
}
.section__about_main .about__main_wrap {
  padding-top: 200rem;
  padding-bottom: 104rem;
  display: flex;
  padding-left: 981rem;
  position: relative;
}
.section__about_main .about__main_wrap .about_main__img {
  margin-right: 221rem;
  position: absolute;
  width: 680rem;
  height: 800rem;
  left: 80rem;
  top: 160rem;
}
.section__about_main .about__main_wrap .about_main__img img {
  width: 100%;
  height: auto;
}
.section__about_main .about__main_wrap .about_main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__about_main .about__main_wrap .about_main__content .title {
  font-family: "Philosopher", serif;
  font-size: 96rem;
  font-weight: 400;
  line-height: 96rem;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 513rem;
  margin-bottom: 104rem;
  color: rgb(53, 95, 105);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section__about_main .about__main_wrap .about_main__content .title::after {
  content: "";
  width: 458rem;
  height: 1rem;
  background-color: rgb(53, 95, 105);
  position: absolute;
  bottom: -50rem;
}
.section__about_main .about__main_wrap .about_main__content .dis {
  display: flex;
  flex-direction: column;
  gap: 36rem;
  max-width: 469rem;
  margin-bottom: 74rem;
}
.section__about_main .about__main_wrap .about_main__content .dis p {
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  text-align: center;
  color: rgb(106, 112, 114);
}
.section__about_main .about__main_wrap .about_main__content .about_main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.78rem;
  color: rgb(35, 41, 43);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 261rem;
  height: 48rem;
  border-radius: 50rem;
  transition: all 0.4s;
}
.section__about_main .about__main_wrap .about_main__content .about_main__btn span {
  margin-left: 8rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(146, 199, 205);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.section__about_main .about__main_wrap .about_main__content .about_main__btn span svg {
  width: 18rem;
  height: 22rem;
}
.section__about_main .about__main_wrap .about_main__content .about_main__btn span svg path {
  fill: #fff;
}
.section__about_main .about__main_wrap .about_main__content .about_main__btn:hover {
  color: #fff;
  background-color: rgb(94, 167, 177);
}
.section__about_main .about__main_wrap .about_main__content .about_main__btn:hover span {
  background-color: rgb(94, 167, 177);
}

.section__education {
  padding: 220rem 0 144rem 0;
}
.section__education .title {
  font-family: "Philosopher", serif;
  font-size: 36rem;
  font-weight: 700;
  line-height: 40.32rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgb(53, 95, 105);
  margin-bottom: 64rem;
  text-transform: uppercase;
}
.section__education .show_more {
  display: none;
}
.section__education .education__content {
  max-width: 808rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
.section__education .education__content .item {
  padding: 5rem 0;
}
.section__education .education__content .item .item_title {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  letter-spacing: 0.02em;
  color: rgb(35, 41, 43);
  margin-bottom: 12rem;
}
.section__education .education__content .item .item_dis {
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}

.section__about {
  padding: 80rem 0;
  background-color: rgb(227, 245, 248);
}
.section__about .about__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__about .about__wrap .about__content {
  max-width: 820rem;
}
.section__about .about__wrap .about__content .title {
  font-family: "Philosopher", serif;
  font-size: 36rem;
  font-weight: 700;
  line-height: 40.32rem;
  letter-spacing: 0.02em;
  color: rgb(53, 95, 105);
  margin-bottom: 64rem;
  text-transform: uppercase;
}
.section__about .about__wrap .about__content p {
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}
.section__about .about__wrap .about__content p:not(:last-child) {
  margin-bottom: 40rem;
}
.section__about .about__wrap .show_more {
  display: none;
}
.section__about .about__wrap .about__img img {
  width: 680rem;
  height: 640rem;
}

.section__sertificats {
  padding: 160rem 0 232rem 0;
}
.section__sertificats .section__title {
  font-family: "Philosopher", serif;
  font-size: 36rem;
  font-weight: 700;
  line-height: 40.32rem;
  letter-spacing: 0.02em;
  color: rgb(53, 95, 105);
  margin-bottom: 80rem;
  text-transform: uppercase;
  text-align: center;
}
.section__sertificats .sertificats__wrap {
  display: flex;
  gap: 80rem;
  justify-content: center;
  flex-wrap: wrap;
}
.section__sertificats .sertificats__wrap .item {
  width: 352rem;
  height: 244rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section__sertificats .sertificats__wrap .item img {
  width: 100%;
}
.section__sertificats .sertificats__wrap .item:nth-child(2n) {
  margin-top: 53rem;
}
.section__sertificats .sertificats__nav {
  display: none !important;
}

.section__price_header {
  padding: 170rem 0 52rem 0;
  background-image: url("../img/price_header.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section__price_header .price_header__wrap .title {
  font-family: "Philosopher", serif;
  font-size: 80rem;
  font-weight: 400;
  line-height: 89.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 40rem;
}
.section__price_header .price_header__wrap .price_header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.78rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 261rem;
  height: 48rem;
  border-radius: 50rem;
  transition: all 0.4s;
}
.section__price_header .price_header__wrap .price_header_btn span {
  margin-left: 8rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(147, 199, 205);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.section__price_header .price_header__wrap .price_header_btn span svg {
  width: 18rem;
  height: 22rem;
}
.section__price_header .price_header__wrap .price_header_btn span svg path {
  fill: #fff;
}
.section__price_header .price_header__wrap .price_header_btn:hover {
  background-color: rgb(94, 167, 177);
}
.section__price_header .price_header__wrap .price_header_btn:hover span {
  background-color: rgb(94, 167, 177);
}

.section__prices {
  padding: 120rem 0 160rem 0;
}
.section__prices .accordeon {
  max-width: 1166rem;
  margin-left: auto;
  margin-right: auto;
}
.section__prices .accordeon dl dt {
  background-color: rgb(190, 222, 226);
  font-size: 16rem;
  cursor: pointer;
  padding: 12rem;
  transition: all 0.4s;
}
.section__prices .accordeon dl dt .title {
  border: 1rem solid rgb(255, 255, 255);
  padding: 20rem 32rem 20rem 32rem;
  font-family: "Philosopher", serif;
  font-size: 32rem;
  font-weight: 400;
  line-height: 35.84rem;
  color: rgb(65, 71, 73);
  transition: all 0.4s;
  display: flex;
  align-items: center;
  position: relative;
}
.section__prices .accordeon dl dt .title::after {
  content: "";
  width: 32rem;
  height: 32rem;
  background-image: url("../img/ac.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32rem 32rem;
  position: absolute;
  right: 32rem;
  transition: all 0.4s;
}
.section__prices .accordeon dl dt .title .price_single {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  color: rgb(65, 71, 73);
  transition: all 0.4s;
}
.section__prices .accordeon dl dt .sing {
  justify-content: space-between;
}
.section__prices .accordeon dl dt .sing::after {
  display: none !important;
}
.section__prices .accordeon dl dt:hover {
  background-color: rgb(94, 167, 177);
}
.section__prices .accordeon dl dt:hover .title {
  color: #fff;
}
.section__prices .accordeon dl dt:hover .title::after {
  content: "";
  width: 32rem;
  height: 32rem;
  background-image: url("../img/ac_h.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32rem 32rem;
  position: absolute;
  right: 32rem;
}
.section__prices .accordeon dl dt:hover .title .price_single {
  color: #fff;
}
.section__prices .accordeon dl:nth-child(2n) dt {
  background-color: rgb(227, 245, 248);
}
.section__prices .accordeon dl:nth-child(2n) dt:hover {
  background-color: rgb(94, 167, 177);
}
.section__prices .accordeon dl .active {
  background-color: rgb(94, 167, 177);
}
.section__prices .accordeon dl .active .title {
  color: #fff;
}
.section__prices .accordeon dl .active .title::after {
  content: "";
  width: 32rem;
  height: 32rem;
  background-image: url("../img/ac_h.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32rem 32rem;
  position: absolute;
  right: 32rem;
  transform: rotate(180deg);
}
.section__prices .accordeon dl dd {
  display: flex;
  flex-direction: column;
}
.section__prices .accordeon dl dd .item {
  padding: 20rem 32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1rem solid #fff;
  transition: all 0.4s;
}
.section__prices .accordeon dl dd .item .item_title {
  font-family: "Nunito Sans", serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 27.28rem;
  color: rgb(65, 71, 73);
  transition: all 0.4s;
}
.section__prices .accordeon dl dd .item .item_price {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  color: rgb(65, 71, 73);
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.section__prices .accordeon dl dd .item .item_price .sku {
  font-family: "Philosopher";
  font-size: 18rem;
  font-weight: 400;
  line-height: 20.16rem;
  color: rgb(135, 141, 143);
  margin-right: 12rem;
  text-decoration: line-through;
}
.section__prices .accordeon dl dd .item:hover {
  background-color: rgb(94, 167, 177);
}
.section__prices .accordeon dl dd .item:hover .item_title {
  color: #fff;
  cursor: default;
}
.section__prices .accordeon dl dd .item:hover .item_price {
  color: #fff;
  cursor: default;
}

.section__service_header {
  padding: 170rem 0 203rem 0;
}
.section__service_header .page_title {
  font-family: "Philosopher", serif;
  font-size: 80rem;
  font-weight: 400;
  line-height: 89.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 80rem;
  text-transform: uppercase;
}
.section__service_header .page_subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 32.74rem;
  letter-spacing: 0.02em;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #fff;
  margin-bottom: 36rem;
}
.section__service_header .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.78rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 261rem;
  height: 48rem;
  border-radius: 50rem;
  transition: all 0.4s;
}
.section__service_header .btn span {
  margin-left: 8rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.section__service_header .btn span svg {
  width: 18rem;
  height: 22rem;
}
.section__service_header .btn span svg path {
  fill: #fff;
}
.section__service_header .btn:hover {
  background-color: rgb(94, 167, 177);
}
.section__service_header .btn:hover span {
  background-color: rgb(94, 167, 177);
}

.service__about .about__wrap {
  padding: 80rem 0;
  max-width: 900rem;
  margin: 0 auto;
}
.service__about .about__wrap .title {
  font-family: "Philosopher", serif;
  font-size: 64rem;
  font-weight: 400;
  line-height: 64rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgb(53, 95, 105);
  margin-bottom: 64rem;
}
.service__about .about__wrap .content {
  display: flex;
  flex-direction: column;
  gap: 28rem;
}
.service__about .about__wrap .content p {
  font-family: "Times New Roman Cyr";
  font-size: 23rem;
  font-weight: 400;
  line-height: 33rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}
.service__about .about__wrap .show_more {
  display: none;
}

.section__service_links {
  padding: 80rem 0;
  background-color: rgba(191, 222, 226, 0.5);
}
.section__service_links .service_link__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20rem;
}
.section__service_links .service_link__wrap .service__item {
  padding: 52rem 0;
  width: 573rem;
  height: 240rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(190, 222, 226);
  position: relative;
  transition: all 0.4s;
}
.section__service_links .service_link__wrap .service__item:nth-child(2n) {
  background-color: rgb(227, 245, 248);
}
.section__service_links .service_link__wrap .service__item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 24rem);
  height: calc(100% - 24rem);
  border: 1rem solid #fff;
}
.section__service_links .service_link__wrap .service__item .service__item_title {
  max-width: 485rem;
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  text-align: center;
  color: rgb(65, 71, 73);
  transition: all 0.4s;
}
.section__service_links .service_link__wrap .service__item .price {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  text-align: center;
  color: rgb(65, 71, 73);
  display: flex;
  gap: 30rem;
  transition: all 0.4s;
}
.section__service_links .service_link__wrap .service__item .price .sku {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  text-align: center;
  color: rgb(135, 141, 143);
  text-decoration: line-through;
  transition: all 0.4s;
}
.section__service_links .service_link__wrap .service__item:hover {
  background-color: rgb(94, 167, 177);
}
.section__service_links .service_link__wrap .service__item:hover .service__item_title {
  color: #fff;
}
.section__service_links .service_link__wrap .service__item:hover .price {
  color: #fff;
}
.section__service_links .service_link__wrap .service__item:hover .price .sku {
  color: #fff;
}

.footer {
  background-color: rgb(53, 95, 105);
  padding: 40rem 0 32rem 0;
}
.footer .footer__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer__wrap .footer__col {
  display: flex;
  flex-direction: column;
}
.footer .footer__wrap .footer__col:nth-child(3) {
  align-items: center;
}
.footer .footer__wrap .footer__col .footer__logo {
  padding: 8rem 10rem;
  margin-bottom: 80rem;
}
.footer .footer__wrap .footer__col .footer__logo .footer__logo_img {
  height: 48rem;
}
.footer .footer__wrap .footer__col .footer__social {
  display: flex;
  gap: 40rem;
}
.footer .footer__wrap .footer__col .footer__social a {
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.footer .footer__wrap .footer__col .footer__social a:hover {
  background-color: rgb(94, 167, 177);
}
.footer .footer__wrap .footer__col .footer__social a:hover svg path {
  fill: #fff;
}
.footer .footer__wrap .footer__col .footer__nav {
  padding-top: 30rem;
}
.footer .footer__wrap .footer__col .footer__nav ul {
  display: flex;
  align-items: center;
  gap: 52rem;
}
.footer .footer__wrap .footer__col .footer__nav ul .menu-item-has-children a {
  display: flex;
  position: relative;
}
.footer .footer__wrap .footer__col .footer__nav ul .menu-item-has-children a::before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  background-image: url("../img/ar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24rem 24rem;
}
.footer .footer__wrap .footer__col .footer__nav ul li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__wrap .footer__col .footer__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 21.82rem;
  color: #fff;
  padding: 12rem 20rem;
  transition: all 0.4s;
  border-radius: 30rem;
}
.footer .footer__wrap .footer__col .footer__nav ul li a:hover {
  background-color: #5EA7B1;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu {
  display: none;
  position: absolute;
  bottom: 50rem;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 816rem;
  border-radius: 20rem;
  background-color: #5EA7B1;
  padding: 40rem 48rem 40rem 56rem;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .menu-item-has-children a::before {
  display: none !important;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu::before {
  content: "";
  width: 1rem;
  background-color: #fff;
  height: calc(100% - 80rem);
  position: absolute;
  left: 408rem;
  top: 40rem;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .sub-menu {
  display: none !important;
  left: 448rem;
  top: 40rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .sub-menu::before {
  display: none;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .sub-menu li:not(:last-child) {
  padding-bottom: 40rem;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .sub-menu li a {
  padding: 0;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .sub-menu li:hover a {
  color: #355F69 !important;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu .show {
  display: block !important;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu li {
  position: static;
  text-align: left;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu li a {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__wrap .footer__col .footer__nav ul li .sub-menu li:not(:last-child) {
  padding-bottom: 58rem;
}
.footer .footer__wrap .footer__col .footer__nav ul li:hover .sub-menu {
  display: block;
}
.footer .footer__wrap .footer__col .footer__nav ul li:hover .sub-menu li .sub-menu {
  display: none;
}
.footer .footer__wrap .footer__col .footer__row {
  display: flex;
  gap: 20rem;
}
.footer .footer__wrap .footer__col .footer__search_wrap {
  display: flex;
  position: relative;
  justify-content: flex-end;
  transition: all 0.4s;
}
.footer .footer__wrap .footer__col .footer__search_wrap form {
  width: 0;
  transition: all 0.4s;
  position: absolute;
}
.footer .footer__wrap .footer__col .footer__search_wrap form input {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 48rem;
  font-family: "Nunito Sans", serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 19.1rem;
  color: #fff;
  padding-left: 12rem;
}
.footer .footer__wrap .footer__col .footer__search_wrap form input::-moz-placeholder {
  color: #fff !important;
}
.footer .footer__wrap .footer__col .footer__search_wrap form input::placeholder {
  color: #fff !important;
}
.footer .footer__wrap .footer__col .footer__search_wrap .footer__search_btn {
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  z-index: 99;
}
.footer .footer__wrap .footer__col .footer__search_wrap .footer__search_btn svg path {
  fill: rgb(53, 95, 105);
}
.footer .footer__wrap .footer__col .footer__search_wrap .footer__search_btn:hover {
  background-color: rgb(94, 167, 177);
}
.footer .footer__wrap .footer__col .footer__search_wrap .footer__search_btn:hover svg path {
  fill: #fff;
}
.footer .footer__wrap .footer__col .open_search form {
  width: 100%;
}
.footer .footer__wrap .footer__col .open_search form input {
  position: absolute;
  right: 0;
  width: 298rem;
  height: 48rem;
  background-color: rgb(94, 167, 177);
  border-radius: 50rem;
}
.footer .footer__wrap .footer__col .open_search .header__search_btn {
  background-color: rgb(94, 167, 177);
}
.footer .footer__wrap .footer__col .footer__tel {
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.footer .footer__wrap .footer__col .footer__tel svg path {
  fill: rgb(53, 95, 105);
}
.footer .footer__wrap .footer__col .footer__tel:hover {
  background-color: rgb(94, 167, 177);
}
.footer .footer__wrap .footer__col .footer__tel:hover svg path {
  fill: #fff;
}
.footer .footer__wrap .footer__col .footer__btn {
  margin-top: 20rem;
  font-family: "Inter", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 19.36rem;
  color: #fff;
  width: 200rem;
  height: 48rem;
  border-radius: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(146, 199, 205);
  cursor: pointer;
  transition: all 0.4s;
}
.footer .footer__wrap .footer__col .footer__btn:hover {
  background-color: #5EA7B1;
}
.footer .footer__wrap .footer__col .police {
  margin-top: 40rem;
  font-family: "Inter", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 14.52rem;
  color: #fff;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(53, 95, 105, 0.2);
  display: flex;
}

.form_done {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1rem solid rgb(191, 222, 226);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 140rem 69rem 100rem 80rem;
}
.form_done .close {
  position: absolute;
  top: 20rem;
  right: 20rem;
  cursor: pointer;
}
.form_done .title {
  font-family: "Philosopher", serif;
  font-size: 40rem;
  font-weight: 400;
  line-height: 44.8rem;
  letter-spacing: 0.02em;
  color: rgb(53, 95, 105);
  text-transform: uppercase;
  margin-bottom: 40rem;
}
.form_done .subtitle {
  font-family: "Philosopher", serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 22.4rem;
  text-align: center;
  color: rgb(75, 81, 83);
}
.form_done .btn {
  margin-top: 72rem;
  font-family: "Inter", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 19.36rem;
  color: #fff;
  width: 200rem;
  height: 48rem;
  border-radius: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(146, 199, 205);
  cursor: pointer;
  transition: all 0.4s;
}
.form_done .btn:hover {
  background-color: #5EA7B1;
}

.show_bg {
  opacity: 1;
  z-index: 999999;
}

.show_done {
  opacity: 1;
  z-index: 99999999;
}

.page_404 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center;
}
.page_404 .section__404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_404 .section__404 img {
  width: 496rem;
  height: 173rem;
  margin-bottom: 60rem;
}
.page_404 .section__404 p {
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  color: rgb(35, 41, 43);
}

.page_police {
  padding-top: 184rem;
  padding-bottom: 160rem;
}
.page_police .section__police .title {
  font-family: "Philosopher", serif;
  font-size: 48rem;
  font-weight: 400;
  line-height: 53.76rem;
  color: rgb(35, 41, 43);
  margin-bottom: 64rem;
  text-align: center;
}
.page_police .section__police h6 {
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
  text-transform: uppercase;
  margin: 9rem 0;
  display: block;
}
.page_police .section__police p {
  font-family: "Nunito Sans", serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.6rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  right: -100%;
  width: 277rem;
  height: 100vh;
  background-color: rgb(147, 199, 205);
  padding: 92rem 0 0 40rem;
}
.mobile_menu ul {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.mobile_menu ul li {
  width: 100%;
  height: 48rem;
}
.mobile_menu ul li a {
  font-family: "Nunito Sans", serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: 19.1rem;
  color: #fff;
}
.mobile_menu ul li .sub-menu {
  display: none;
  padding-left: 20rem;
}
.mobile_menu ul li .sub-menu li {
  height: 19rem;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile_menu ul li .sub-menu li:not(:last-child) {
  margin-bottom: 16rem;
}
.mobile_menu ul li .sub-menu .sub-menu {
  display: none !important;
}
.mobile_menu ul li:hover {
  height: -moz-fit-content;
  height: fit-content;
}
.mobile_menu ul li:hover a {
  color: rgb(53, 95, 105);
}
.mobile_menu ul li:hover .sub-menu {
  margin: 10rem 0 16rem 0;
  display: block;
}
.mobile_menu ul li:hover .sub-menu li a {
  color: rgb(53, 95, 105);
}
.mobile_menu ul li:hover .sub-menu .sub-menu {
  display: none !important;
}
.mobile_menu .social {
  display: flex;
  padding-left: 33rem;
  gap: 64rem;
  margin-top: 40rem;
}
.mobile_menu .social a {
  width: 40rem;
  height: 40rem;
  border: 1rem solid #fff;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_nav {
  position: fixed;
  justify-content: flex-end;
  z-index: 999999;
  bottom: 12rem;
  right: 12rem;
  display: none;
  width: 100%;
  gap: 20rem;
}
.mobile_nav .mobile_search_wrap {
  display: none;
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
  transition: all 0.4s;
}
.mobile_nav .mobile_search_wrap form {
  width: 0;
  transition: all 0.4s;
  overflow: hidden;
  position: absolute;
}
.mobile_nav .mobile_search_wrap form input {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 40rem;
  font-family: "Nunito Sans", serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 19.1rem;
  color: #fff;
  padding-left: 12rem;
}
.mobile_nav .mobile_search_wrap form input::-moz-placeholder {
  color: #fff !important;
}
.mobile_nav .mobile_search_wrap form input::placeholder {
  color: #fff !important;
}
.mobile_nav .mobile_search_wrap .mobile_search_btn {
  width: 40rem;
  height: 40rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.mobile_nav .mobile_search_wrap .mobile_search_btn svg path {
  fill: #fff;
}
.mobile_nav .mobile_search_wrap .mobile_search_btn:hover {
  background-color: rgb(94, 167, 177);
}
.mobile_nav .open_search {
  width: 298rem;
  height: 40rem;
  background-color: rgb(94, 167, 177);
  border-radius: 50rem;
}
.mobile_nav .open_search form {
  width: 100%;
}
.mobile_nav .nav_next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile_nav .nav_next .nav {
  display: none;
  align-items: center;
  padding: 0 4rem;
  display: flex;
  background-color: rgb(147, 199, 205);
  height: 48rem;
  border-radius: 50rem;
}
.mobile_nav .nav_next .nav .serv {
  width: 90rem;
  height: 40rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 400;
  line-height: 12rem;
  letter-spacing: -0.04em;
  color: #fff;
  border-radius: 50rem;
}
.mobile_nav .nav_next .nav .serv span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_nav .nav_next .nav .ab {
  width: 90rem;
  height: 40rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 400;
  line-height: 12rem;
  letter-spacing: -0.04em;
  color: #fff;
  border-radius: 50rem;
}
.mobile_nav .nav_next .nav .ab span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_nav .nav_next .nav .price {
  width: 90rem;
  height: 40rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 400;
  line-height: 12rem;
  letter-spacing: -0.04em;
  color: #fff;
  border-radius: 50rem;
}
.mobile_nav .nav_next .nav .price span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_nav .nav_next .nav .tel {
  width: 90rem;
  height: 40rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  font-family: "Nunito Sans", serif;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 400;
  line-height: 12rem;
  letter-spacing: -0.04em;
  color: #fff;
  border-radius: 50rem;
}
.mobile_nav .nav_next .nav .tel span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_nav .nav_next .nav .current {
  color: #fff;
  background-color: rgb(94, 167, 177);
}
.mobile_nav .nav_next .open_nav {
  display: flex;
  background-color: rgb(147, 199, 205);
  height: 48rem;
  border-radius: 50rem;
}
.mobile_nav .nav_next .open_btn {
  width: 40rem;
  height: 40rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.mobile_nav .nav_next .open_btn svg path {
  fill: #fff;
}
.mobile_nav .nav_next .open_btn:hover {
  background-color: rgb(94, 167, 177);
}

.mobile_list_serv {
  z-index: -1;
  position: fixed;
  opacity: 0;
  transition: all 0.4s;
  bottom: 12rem;
  right: 12rem;
  width: 100%;
  max-width: calc(100% - 22rem);
  background-color: rgb(147, 199, 205);
  border-radius: 30rem;
  display: flex;
  flex-direction: column;
  padding: 0 12rem 48rem 12rem;
}
.mobile_list_serv .service__item {
  width: 100%;
  height: 70rem;
  padding: 0 20rem 0 12rem;
  border-bottom: 1rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mobile_list_serv .service__item .service__item_title {
  font-family: "Philosopher", serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 17.92rem;
  color: rgb(75, 81, 83);
}
.mobile_list_serv .service__item span {
  width: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile_list_serv .service__item span img {
  max-height: 52rem;
  width: auto;
}
.mobile_list_serv .service__item .t {
  position: absolute;
  top: 0;
  width: 100rem;
  right: 12rem;
  height: 30rem;
  background: linear-gradient(180deg, rgba(147, 199, 205, 0) 0%, #93C7CD 59.5%);
  transform: rotate(180deg);
}
.mobile_list_serv .service__item .t_2 {
  position: absolute;
  bottom: 0;
  width: 100rem;
  right: 12rem;
  height: 30rem;
  background: linear-gradient(180deg, rgba(147, 199, 205, 0) 0%, #93C7CD 59.5%);
}

.mobile_list_serv_open {
  z-index: 99999;
  opacity: 1;
}

.section__single_serv {
  margin-top: 150rem;
}
.section__single_serv .single_serv__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section__single_serv .single_serv__wrap .content {
  max-width: 830rem;
}
.section__single_serv .single_serv__wrap .content .head {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section__single_serv .single_serv__wrap .content .head::after {
  position: absolute;
  bottom: -20rem;
  content: "";
  width: 458rem;
  height: 1rem;
  background-color: rgb(53, 95, 105);
}
.section__single_serv .single_serv__wrap .content .head .title {
  font-family: "Philosopher", serif;
  font-size: 56rem;
  font-weight: 400;
  line-height: 56rem;
  letter-spacing: -0.02em;
  color: rgb(65, 71, 73);
  margin-bottom: 12rem;
  text-transform: uppercase;
}
.section__single_serv .single_serv__wrap .content .head .subtitle {
  font-family: "Philosopher", serif;
  font-size: 32rem;
  font-weight: 400;
  line-height: 35.84rem;
  color: rgb(65, 71, 73);
  width: -moz-fit-content;
  width: fit-content;
}
.section__single_serv .single_serv__wrap .content .btn {
  margin-top: 56rem;
  margin-bottom: 147rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 21.78rem;
  color: rgb(65, 71, 73);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 261rem;
  height: 48rem;
  border-radius: 50rem;
  transition: all 0.4s;
}
.section__single_serv .single_serv__wrap .content .btn span {
  margin-left: 8rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50rem;
  background-color: rgb(190, 222, 226);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
.section__single_serv .single_serv__wrap .content .btn span svg {
  width: 18rem;
  height: 22rem;
}
.section__single_serv .single_serv__wrap .content .btn span svg path {
  fill: #fff;
}
.section__single_serv .single_serv__wrap .content .btn:hover {
  color: #fff;
  background-color: rgb(94, 167, 177);
}
.section__single_serv .single_serv__wrap .content .btn:hover span {
  background-color: rgb(94, 167, 177);
}
.section__single_serv .single_serv__wrap .content .text p {
  font-family: "Times New Roman Cyr";
  font-size: 23rem;
  font-weight: 400;
  line-height: 33rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}
.section__single_serv .single_serv__wrap .content .text p:not(:last-child) {
  margin-bottom: 20rem;
}
.section__single_serv .single_serv__wrap .content .show_more {
  display: none;
}
.section__single_serv .single_serv__wrap .content .price {
  margin-top: 147rem;
  height: 100rem;
  border-left: 8rem solid rgb(147, 199, 205);
  padding-left: 40rem;
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", serif;
  font-size: 20rem;
  font-weight: 300;
  line-height: 27.28rem;
  color: rgb(53, 95, 105);
  text-transform: uppercase;
}
.section__single_serv .single_serv__wrap .content .price span {
  margin-left: 24rem;
  font-family: "Philosopher", serif;
  font-size: 24rem;
  font-weight: 400;
  line-height: 26.88rem;
  color: rgb(65, 71, 73);
}
.section__single_serv .single_serv__wrap .img {
  border: 1rem solid rgb(190, 222, 226);
  width: 890rem;
  height: 756rem;
  overflow: hidden;
}
.section__single_serv .single_serv__wrap .img .head_mob {
  display: none;
}
.section__single_serv .single_serv__wrap .img img {
  height: 100%;
  width: auto;
}

.section__steps {
  margin-top: 120rem;
  margin-bottom: 120rem;
}
.section__steps .steps_wrap {
  display: flex;
  align-items: flex-start;
  padding-left: 80rem;
}
.section__steps .steps_wrap .show_more {
  display: none;
}
.section__steps .steps_wrap .steps_img {
  width: 870rem;
  overflow: hidden;
  border: 1rem solid rgb(190, 222, 226);
}
.section__steps .steps_wrap .steps_img img {
  width: 100%;
}
.section__steps .steps_wrap .steps_content {
  margin-top: 40rem;
  padding: 32rem 80rem;
  background-color: rgb(227, 245, 248);
  width: 100%;
  max-width: 970rem;
}
.section__steps .steps_wrap .steps_content .steps_title {
  font-family: "Philosopher", serif;
  font-size: 32rem;
  font-weight: 700;
  line-height: 35.84rem;
  color: rgb(53, 95, 105);
  margin-bottom: 40rem;
  text-transform: uppercase;
}
.section__steps .steps_wrap .steps_content .steps {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
.section__steps .steps_wrap .steps_content .steps .step {
  display: flex;
  align-items: center;
}
.section__steps .steps_wrap .steps_content .steps .step .num {
  min-width: 68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Philosopher", serif;
  font-size: 100rem;
  font-weight: 400;
  line-height: 120rem;
  letter-spacing: -0.04em;
  color: rgb(190, 222, 226);
  margin-right: 20rem;
}
.section__steps .steps_wrap .steps_content .steps .step .text {
  font-family: "Times New Roman Cyr";
  font-size: 23rem;
  font-weight: 400;
  line-height: 33rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}

.section__result {
  margin-bottom: 120rem;
}
.section__result .result__wrap {
  display: flex;
  gap: 61rem;
}
.section__result .result__wrap .result_main_slider {
  width: 870rem;
  height: 582rem;
  overflow: hidden;
}
.section__result .result__wrap .result_main_slider .slick-list {
  height: 100%;
}
.section__result .result__wrap .result_main_slider .slick-list .slick-track {
  height: 100%;
}
.section__result .result__wrap .result_main_slider .slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section__result .result__wrap .result_main_slider .slide img {
  height: 100%;
  width: auto;
}
.section__result .result__wrap .result_content {
  display: flex;
  flex-direction: column;
  max-width: 686rem;
  min-height: 582rem;
}
.section__result .result__wrap .result_content .title {
  font-family: "Philosopher", serif;
  font-size: 32rem;
  font-weight: 700;
  line-height: 35.84rem;
  color: rgb(35, 41, 43);
  padding-bottom: 28rem;
  border-bottom: 1rem solid rgb(53, 95, 105);
  margin-bottom: 28rem;
}
.section__result .result__wrap .result_content .text {
  font-family: "Times New Roman Cyr";
  font-size: 23rem;
  font-weight: 400;
  line-height: 33rem;
  letter-spacing: -0.04em;
  color: rgb(106, 112, 114);
}
.section__result .result__wrap .result_content .result__slider_nav {
  margin-top: auto;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns {
  padding-left: 16rem;
  display: flex;
  align-items: center;
  gap: 36rem;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev {
  width: 48rem;
  height: 48rem;
  cursor: pointer;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev svg {
  width: 48rem;
  height: 48rem;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev:hover svg rect {
  fill: rgb(53, 95, 105);
  stroke: rgb(53, 95, 105);
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev:hover svg path {
  fill: #fff;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .next {
  width: 48rem;
  height: 48rem;
  cursor: pointer;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .next svg {
  width: 48rem;
  height: 48rem;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .next:hover svg rect {
  fill: rgb(53, 95, 105);
  stroke: rgb(53, 95, 105);
}
.section__result .result__wrap .result_content .result__slider_nav .nav_btns .next:hover svg path {
  fill: #fff;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_imgs {
  height: 164rem;
  display: flex;
  gap: 20rem;
  margin-top: 39rem;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_imgs .slick-list {
  width: 100%;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_imgs .slick-track {
  display: flex;
  gap: 20rem;
  margin: 0;
  transform: none !important;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_imgs .slick-track .slick-current {
  border: 1rem solid rgb(53, 95, 105);
}
.section__result .result__wrap .result_content .result__slider_nav .nav_imgs .item {
  border: 1rem solid transparent;
  min-width: 164rem;
  height: 164rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__result .result__wrap .result_content .result__slider_nav .nav_imgs .item img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .mobile_nav {
    display: flex;
  }
  html {
    font-size: 0.2564102564vw;
  }
  .container {
    max-width: 90%;
  }
  .mobile_menu {
    display: block;
    transition: all 0.4s;
  }
  .mobile_nav {
    display: flex;
  }
  .open_menu {
    right: 0;
  }
  .scroll_top {
    position: fixed;
    z-index: -1;
    right: 84rem;
    bottom: 324rem;
    width: 40rem;
    height: 40rem;
    border-radius: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #355F69;
    cursor: pointer;
    opacity: 0;
  }
  .scroll_top svg {
    width: 14rem;
    height: 7rem;
  }
  .header .header__wrap {
    padding-top: 12rem;
  }
  .header .header__wrap .mobile_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40rem;
    height: 40rem;
    border-radius: 50rem;
    background-color: rgb(190, 222, 226);
    background-image: url("../img/menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24rem 24rem;
    box-shadow: 2rem 2rem 6rem 0rem rgba(120, 152, 156, 0.24);
  }
  .header .header__wrap .open_menu {
    background-image: url("../img/close_menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24rem 24rem;
  }
  .header .header__wrap .header__logo {
    margin-right: auto;
    padding: 0;
  }
  .header .header__wrap .header__logo .header__logo_img {
    height: 35.77rem;
  }
  .header .header__wrap .header__nav_menu {
    display: none;
  }
  .header .header__wrap .header__search_wrap {
    display: none;
  }
  .header .header__wrap .header__phone_btn {
    display: none;
  }
  .header .header__wrap .header__btn {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .section__hero {
    width: 100%;
    height: 800rem;
    background-image: url("../img/main_bg_mob.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 353rem;
  }
  .section__hero .hero__title {
    font-size: 56rem;
    line-height: 56rem;
    max-width: 300rem;
    margin-bottom: 7rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__hero .hero__subtitle {
    font-size: 18rem;
    line-height: 24rem;
    padding-bottom: 12rem;
    border-bottom: 1rem solid #fff;
    margin-bottom: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__hero .hero__btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 14rem;
    width: 220rem;
    height: 40rem;
  }
  .section__hero .hero__btn span {
    margin-left: 10rem;
    width: 40rem;
    height: 40rem;
  }
  .section__services {
    padding: 64rem 0;
  }
  .section__services .servises__title {
    font-size: 28rem;
    line-height: 31.36rem;
    margin-bottom: 28rem;
  }
  .section__services .services__wrap {
    flex-direction: column;
  }
  .section__services .services__wrap .service__item {
    width: 100%;
    height: 100rem;
    padding: 23rem 20rem;
  }
  .section__services .services__wrap .service__item::after {
    display: none;
  }
  .section__services .services__wrap .service__item .service__item_title {
    margin-bottom: 12rem;
    font-size: 16rem;
    line-height: 17.92rem;
  }
  .section__services .services__wrap .service__item .service__item_subtitle {
    font-size: 12rem;
    line-height: 12rem;
    max-width: 220rem;
  }
  .section__services .services__wrap .service__item .service__item_img {
    display: none;
  }
  .section__services .services__wrap .service__item .service__item_img_mob {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 62rem;
    height: 73rem;
    right: 28rem;
    bottom: auto;
    overflow: hidden;
    top: 13rem;
  }
  .section__services .services__wrap .service__item .service__item_img_mob img {
    height: 100%;
  }
  .section__services .services__wrap .service__item .service__item_img_hover {
    display: none;
  }
  .section__services .services__wrap .service__item:hover .service__item_img_hover {
    transition: all 0.4s;
    opacity: 0;
  }
  .section__lidform {
    background-image: url("../img/form_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 185rem;
    padding: 185rem 0 64rem 0;
  }
  .section__lidform .form_wrap {
    width: 100%;
    padding: 40rem 0 64rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section__lidform .form_wrap .form_title {
    font-size: 24rem;
    line-height: 26.8rem;
    margin-bottom: 28rem;
    max-width: 220rem;
  }
  .section__lidform .form_wrap .type {
    flex-direction: column;
    margin-right: auto;
    max-width: 292rem;
    margin-left: auto;
  }
  .section__lidform .form_wrap .type .type_title {
    font-size: 18rem;
    line-height: 20rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32rem;
  }
  .section__lidform .form_wrap .type .type_wrap {
    gap: 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .section__lidform .form_wrap .type .type_wrap .item {
    display: flex;
    align-items: center;
    gap: 21rem;
    cursor: pointer;
  }
  .section__lidform .form_wrap .type .type_wrap .item span {
    font-size: 16rem;
    line-height: 16rem;
  }
  .section__lidform .form_wrap form {
    margin-top: 40rem;
    gap: 20rem;
    max-width: 350rem;
  }
  .section__lidform .form_wrap form .form__row {
    flex-direction: column;
  }
  .section__lidform .form_wrap form .form__row input[type=text] {
    width: 100%;
    height: 54rem;
    border: none;
    font-size: 12rem;
    line-height: 14rem;
    border-bottom: 1px solid rgb(191, 222, 226);
  }
  .section__lidform .form_wrap form .form__row input[type=tel] {
    width: 100%;
    height: 54rem;
    border: none;
    font-size: 12rem;
    line-height: 14rem;
    border-bottom: 1px solid rgb(191, 222, 226);
  }
  .section__lidform .form_wrap form .form__row .personal {
    margin-right: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 32rem;
  }
  .section__contacts {
    margin-top: 100rem;
    margin-bottom: 128rem;
    padding: 0;
  }
  .section__contacts .contacts__title {
    font-size: 24rem;
    line-height: 26rem;
    margin-bottom: 40rem;
  }
  .section__contacts .contacts__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .section__contacts .contacts__wrap .contacts__content {
    margin-bottom: 65rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contact_info {
    padding-bottom: 40rem;
    gap: 20rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contact_info .sity {
    font-size: 18rem;
    line-height: 20rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contact_info .adress {
    font-size: 18rem;
    line-height: 20rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contact_info .adress span {
    font-size: 18rem;
    line-height: 20rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contact_info .tel {
    font-size: 18rem;
    line-height: 20rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contacts__btn {
    font-size: 14rem;
    width: 220rem;
    height: 40rem;
  }
  .section__contacts .contacts__wrap .contacts__content .contacts__btn span {
    margin-left: 10rem;
    width: 40rem;
    height: 40rem;
  }
  .section__contacts .contacts__wrap .contacts__map {
    width: 100%;
    height: 264rem;
  }
  .section__about_main {
    margin-bottom: 320rem;
  }
  .section__about_main .container {
    max-width: 100%;
  }
  .section__about_main .about__main_wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    padding-left: 0;
    position: relative;
  }
  .section__about_main .about__main_wrap .about_main__img {
    margin-right: 0;
    position: relative;
    width: 100%;
    height: 400rem;
    left: auto;
    top: auto;
  }
  .section__about_main .about__main_wrap .about_main__img img {
    width: 100%;
    height: auto;
  }
  .section__about_main .about__main_wrap .about_main__content {
    position: absolute;
    width: 100%;
    top: 274rem;
    background-color: rgb(227, 245, 248);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 46rem 0 42rem 0;
  }
  .section__about_main .about__main_wrap .about_main__content .title {
    font-size: 56rem;
    line-height: 56rem;
    max-width: 300rem;
    margin-bottom: 32rem;
  }
  .section__about_main .about__main_wrap .about_main__content .title::after {
    content: "";
    width: 100%;
    height: 1rem;
    background-color: rgb(53, 95, 105);
    position: absolute;
    bottom: -12rem;
  }
  .section__about_main .about__main_wrap .about_main__content .dis {
    display: flex;
    flex-direction: column;
    gap: 36rem;
    max-width: 350rem;
    margin-bottom: 40rem;
  }
  .section__about_main .about__main_wrap .about_main__content .dis p {
    font-size: 16rem;
    line-height: 19rem;
  }
  .section__about_main .about__main_wrap .about_main__content .about_main__btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 14rem;
    width: 220rem;
    height: 40rem;
  }
  .section__about_main .about__main_wrap .about_main__content .about_main__btn span {
    margin-left: 10rem;
    width: 40rem;
    height: 40rem;
  }
  .section__education {
    padding: 132rem 0 40rem 0;
  }
  .section__education .title {
    font-size: 28rem;
    line-height: 31rem;
    margin-bottom: 40rem;
  }
  .section__education .show_more {
    margin-top: 26rem;
    display: flex;
    gap: 7.79rem;
    align-items: center;
    justify-content: center;
    width: 116rem;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__education .show_more span {
    font-family: "Nunito Sans", serif;
    font-size: 12rem;
    font-weight: 400;
    line-height: 14.4rem;
    letter-spacing: -0.04em;
    color: rgb(146, 199, 205);
  }
  .section__education .show_more_active svg {
    transition: all 0.4s;
    transform: rotate(180deg);
  }
  .section__education .education__content {
    max-width: 350rem;
    gap: 28rem;
  }
  .section__education .education__content .item {
    padding: 5rem 0;
    display: none;
  }
  .section__education .education__content .item .item_title {
    font-size: 18rem;
    line-height: 20rem;
  }
  .section__education .education__content .item .item_dis {
    font-size: 16rem;
    line-height: 19rem;
  }
  .section__education .education__content .item:nth-child(1) {
    display: block;
  }
  .section__education .open .item {
    display: block !important;
  }
  .section__about {
    padding: 40rem 0 140rem 0;
  }
  .section__about .about__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .section__about .about__wrap .about__content {
    max-width: 100%;
  }
  .section__about .about__wrap .about__content .title {
    font-size: 24rem;
    line-height: 26rem;
    margin-bottom: 28rem;
    text-align: center;
  }
  .section__about .about__wrap .about__content .text {
    height: 57rem;
    overflow: hidden;
  }
  .section__about .about__wrap .about__content .open {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section__about .about__wrap .about__content p {
    font-size: 16rem;
    line-height: 19rem;
  }
  .section__about .about__wrap .about__content p:not(:last-child) {
    margin-bottom: 20rem;
  }
  .section__about .about__wrap .show_more {
    margin-top: 26rem;
    display: flex;
    gap: 7.79rem;
    align-items: center;
    justify-content: center;
    width: 116rem;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__about .about__wrap .show_more span {
    font-family: "Nunito Sans", serif;
    font-size: 12rem;
    font-weight: 400;
    line-height: 14.4rem;
    letter-spacing: -0.04em;
    color: rgb(146, 199, 205);
  }
  .section__about .about__wrap .show_more_active svg {
    transition: all 0.4s;
    transform: rotate(180deg);
  }
  .section__about .about__wrap .about__img {
    margin-top: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__about .about__wrap .about__img img {
    width: 277rem;
    height: 244rem;
  }
  .section__sertificats {
    padding: 64rem 0 80rem 0;
    background-color: rgb(243, 249, 249);
  }
  .section__sertificats .section__title {
    font-size: 28rem;
    line-height: 31rem;
    margin-bottom: 40rem;
  }
  .section__sertificats .sertificats__wrap {
    display: flex;
    gap: 80rem;
    justify-content: center;
  }
  .section__sertificats .sertificats__wrap .slick-track {
    display: flex;
    gap: 12rem;
  }
  .section__sertificats .sertificats__wrap .item {
    width: 352rem;
    height: auto;
  }
  .section__sertificats .sertificats__wrap .item img {
    width: 100%;
  }
  .section__sertificats .sertificats__wrap .item:nth-child(2) {
    margin-top: 0;
  }
  .section__sertificats .sertificats__nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 64rem;
    margin-top: 20rem;
  }
  .section__sertificats .sertificats__nav .btn {
    width: 40rem;
    height: 40rem;
    border: 1rem solid rgb(147, 199, 205);
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__sertificats .sertificats__nav .next {
    transform: rotate(180deg);
  }
  .section__price_header {
    padding: 90rem 0 20rem 0;
  }
  .section__price_header .price_header__wrap .title {
    font-size: 28rem;
    line-height: 31rem;
    margin-bottom: 20rem;
  }
  .section__price_header .price_header__wrap .price_header_btn {
    font-size: 14rem;
    width: 220rem;
    height: 40rem;
  }
  .section__price_header .price_header__wrap .price_header_btn span {
    margin-left: 10rem;
    width: 40rem;
    height: 40rem;
  }
  .section__prices {
    padding: 40rem 0 64rem 0;
  }
  .section__prices .container {
    max-width: 100%;
  }
  .section__prices .accordeon {
    max-width: 100%;
  }
  .section__prices .accordeon dl dt {
    cursor: pointer;
    padding: 8rem;
    transition: all 0.4s;
  }
  .section__prices .accordeon dl dt .title {
    padding: 12rem 16rem 12rem 16rem;
    font-size: 20rem;
    line-height: 22rem;
  }
  .section__prices .accordeon dl dt .title::after {
    content: "";
    width: 24rem;
    height: 24rem;
    background-image: url("../img/ac.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24rem 24rem;
    position: absolute;
    right: 16rem;
    transition: all 0.4s;
  }
  .section__prices .accordeon dl dt .title .price_single {
    font-size: 16rem;
    line-height: 14rem;
  }
  .section__prices .accordeon dl dt:hover .title::after {
    content: "";
    width: 24rem;
    height: 24rem;
    background-image: url("../img/ac_h.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24rem 24rem;
    position: absolute;
    right: 16rem;
  }
  .section__prices .accordeon dl dt:hover .title .price_single {
    color: #fff;
  }
  .section__prices .accordeon dl .active .title::after {
    content: "";
    width: 24rem;
    height: 24rem;
    background-image: url("../img/ac_h.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24rem 24rem;
    position: absolute;
    right: 16rem;
    transform: rotate(180deg);
  }
  .section__prices .accordeon dl dd {
    display: flex;
    flex-direction: column;
  }
  .section__prices .accordeon dl dd .item {
    padding: 18rem 16rem;
  }
  .section__prices .accordeon dl dd .item .item_title {
    font-size: 14rem;
    line-height: 15rem;
  }
  .section__prices .accordeon dl dd .item .item_price {
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 16rem;
    line-height: 17rem;
  }
  .section__prices .accordeon dl dd .item .item_price .sku {
    font-size: 14rem;
    line-height: 15rem;
  }
  .section__service_header {
    padding: 106rem 0 40rem 0;
    height: 400rem;
    display: flex;
    flex-direction: column;
  }
  .section__service_header .container {
    height: 100%;
    max-width: 90%;
    min-width: 90%;
    display: flex;
    flex-direction: column;
  }
  .section__service_header .page_title {
    font-size: 28rem;
    line-height: 31rem;
    margin-bottom: 80rem;
    margin-bottom: auto;
  }
  .section__service_header .page_subtitle {
    font-size: 16rem;
    line-height: 21rem;
    margin-bottom: 40rem;
  }
  .section__service_header .btn {
    font-size: 14rem;
    width: 220rem;
    height: 40rem;
  }
  .section__service_header .btn span {
    margin-left: 10rem;
    width: 40rem;
    height: 40rem;
  }
  .service__about .about__wrap {
    padding: 32rem 0 64rem 0;
    max-width: 350rem;
  }
  .service__about .about__wrap .title {
    font-size: 24rem;
    line-height: 24rem;
    margin-bottom: 16rem;
  }
  .service__about .about__wrap .content {
    height: 51rem;
    overflow: hidden;
    gap: 18rem;
  }
  .service__about .about__wrap .content p {
    font-size: 14rem;
    line-height: 16rem;
  }
  .service__about .about__wrap .show_more {
    margin-top: 26rem;
    display: flex;
    gap: 7.79rem;
    align-items: center;
    justify-content: center;
    width: 116rem;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  .service__about .about__wrap .show_more span {
    font-family: "Nunito Sans", serif;
    font-size: 12rem;
    font-weight: 400;
    line-height: 14.4rem;
    letter-spacing: -0.04em;
    color: rgb(146, 199, 205);
  }
  .service__about .about__wrap .show_more_active svg {
    transition: all 0.4s;
    transform: rotate(180deg);
  }
  .service__about .about__wrap .open {
    height: -moz-fit-content;
    height: fit-content;
  }
  .section__service_links {
    padding: 40rem 0;
  }
  .section__service_links .service_link__wrap {
    flex-direction: column;
    gap: 0;
  }
  .section__service_links .service_link__wrap .service__item {
    padding: 0 0;
    width: 100%;
    height: 116rem;
    align-items: center;
    justify-content: center;
  }
  .section__service_links .service_link__wrap .service__item .service__item_title {
    max-width: 262rem;
    font-size: 18rem;
    line-height: 20rem;
    text-align: center;
  }
  .section__service_links .service_link__wrap .service__item .price {
    font-size: 18rem;
  }
  .footer {
    padding: 40rem 0 82rem 0;
    position: relative;
  }
  .footer .footer__wrap {
    flex-direction: column;
  }
  .footer .footer__wrap .footer__col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer .footer__wrap .footer__col:nth-child(3) {
    align-items: center;
  }
  .footer .footer__wrap .footer__col .footer__logo {
    padding: 8rem 10rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .footer .footer__wrap .footer__col .footer__logo .footer__logo_img {
    height: 48rem;
  }
  .footer .footer__wrap .footer__col .footer__social {
    display: flex;
    gap: 40rem;
    position: absolute;
    bottom: 107rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .footer .footer__wrap .footer__col .footer__social a {
    width: 48rem;
    height: 48rem;
    border-radius: 50rem;
    background-color: rgb(190, 222, 226);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
  }
  .footer .footer__wrap .footer__col .footer__social a:hover {
    background-color: rgb(94, 167, 177);
  }
  .footer .footer__wrap .footer__col .footer__social a:hover svg path {
    fill: #fff;
  }
  .footer .footer__wrap .footer__col .footer__nav {
    padding-top: 0;
    padding: 28rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .footer__wrap .footer__col .footer__nav ul {
    display: flex;
    align-items: center;
    gap: 20rem;
    flex-direction: column;
    width: 100%;
  }
  .footer .footer__wrap .footer__col .footer__nav ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .footer__wrap .footer__col .footer__nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: 21.82rem;
    color: #fff;
    padding: 16rem 20rem;
    border-radius: 30rem;
  }
  .footer .footer__wrap .footer__col .footer__row {
    display: flex;
    gap: 20rem;
  }
  .footer .footer__wrap .footer__col .footer__search_wrap {
    display: none;
  }
  .footer .footer__wrap .footer__col .footer__tel {
    display: none;
  }
  .footer .footer__wrap .footer__col .footer__btn {
    display: none;
  }
  .footer .footer__wrap .footer__col .police {
    margin-top: 0;
    font-size: 12rem;
    line-height: 14.52rem;
    margin-bottom: 80rem;
  }
  .footer .footer__wrap .footer__col .des {
    margin-bottom: 0;
  }
  .form_done {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1rem solid rgb(191, 222, 226);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 140rem 69rem 100rem 80rem;
  }
  .form_done .close {
    position: absolute;
    top: 20rem;
    right: 20rem;
    cursor: pointer;
  }
  .form_done .title {
    font-family: "Philosopher", serif;
    font-size: 40rem;
    font-weight: 400;
    line-height: 44.8rem;
    letter-spacing: 0.02em;
    color: rgb(53, 95, 105);
    text-transform: uppercase;
    margin-bottom: 40rem;
  }
  .form_done .subtitle {
    font-family: "Philosopher", serif;
    font-size: 20rem;
    font-weight: 400;
    line-height: 22.4rem;
    text-align: center;
    color: rgb(75, 81, 83);
  }
  .form_done .btn {
    margin-top: 72rem;
    font-family: "Inter", sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: 19.36rem;
    color: #fff;
    width: 200rem;
    height: 48rem;
    border-radius: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(146, 199, 205);
    cursor: pointer;
    transition: all 0.4s;
  }
  .form_done .btn:hover {
    background-color: #5EA7B1;
  }
  .page_404 .section__404 img {
    width: 70%;
    height: auto;
    margin-bottom: 30rem;
  }
  .page_404 .section__404 p {
    font-size: 18rem;
    line-height: 19rem;
  }
  .page_police {
    padding-top: 100rem;
    padding-bottom: 64rem;
  }
  .page_police .section__police .title {
    font-size: 24rem;
    line-height: 26rem;
    margin-bottom: 20rem;
  }
  .page_police .section__police h6 {
    font-size: 12rem;
    line-height: 14rem;
  }
  .page_police .section__police p {
    font-size: 12rem;
    line-height: 14rem;
  }
  .section__single_serv {
    margin-top: 0;
    margin-bottom: 120rem;
  }
  .section__single_serv .container {
    max-width: 100%;
  }
  .section__single_serv .single_serv__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    position: relative;
  }
  .section__single_serv .single_serv__wrap .content {
    padding-top: 400rem;
    max-width: 100%;
  }
  .section__single_serv .single_serv__wrap .content .head {
    display: none;
  }
  .section__single_serv .single_serv__wrap .content .btn {
    margin-top: 12rem;
    margin-bottom: 40rem;
    font-size: 16rem;
    line-height: 16rem;
    width: 228rem;
    height: 40rem;
    margin-left: 20rem;
  }
  .section__single_serv .single_serv__wrap .content .btn span {
    margin-left: 13rem;
    width: 40rem;
    height: 40rem;
  }
  .section__single_serv .single_serv__wrap .content .btn span svg {
    width: 18rem;
    height: 22rem;
  }
  .section__single_serv .single_serv__wrap .content .text {
    height: 85rem;
    overflow: hidden;
    width: calc(100% - 40rem);
    margin-left: auto;
    margin-right: auto;
  }
  .section__single_serv .single_serv__wrap .content .text p {
    font-size: 14rem;
    line-height: 100%;
  }
  .section__single_serv .single_serv__wrap .content .text p:not(:last-child) {
    margin-bottom: 10rem;
  }
  .section__single_serv .single_serv__wrap .content .show_more {
    margin-top: 12rem;
    display: flex;
    gap: 7.79rem;
    align-items: center;
    justify-content: center;
    width: 116rem;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__single_serv .single_serv__wrap .content .show_more span {
    font-family: "Nunito Sans", serif;
    font-size: 12rem;
    font-weight: 400;
    line-height: 14.4rem;
    letter-spacing: -0.04em;
    color: rgb(146, 199, 205);
  }
  .section__single_serv .single_serv__wrap .content .show_more_active svg {
    transition: all 0.4s;
    transform: rotate(180deg);
  }
  .section__single_serv .single_serv__wrap .content .price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 40rem;
    height: 36rem;
    border-left: 4rem solid rgb(147, 199, 205);
    padding-left: 16rem;
    font-size: 12rem;
    line-height: 12rem;
    justify-content: space-between;
    padding-right: 20rem;
    margin-left: 20rem;
  }
  .section__single_serv .single_serv__wrap .content .price span {
    margin-left: 0;
    font-size: 16rem;
    line-height: 16rem;
  }
  .section__single_serv .single_serv__wrap .img {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 400rem;
  }
  .section__single_serv .single_serv__wrap .img .head_mob {
    position: absolute;
    bottom: 24rem;
    left: 20rem;
    width: calc(100% - 40rem);
    display: flex;
    flex-direction: column;
    padding-bottom: 20rem;
    border-bottom: 1rem solid #fff;
  }
  .section__single_serv .single_serv__wrap .img .head_mob .title {
    font-size: 28rem;
    line-height: 100%;
    margin-bottom: 12rem;
    color: #fff;
    text-transform: uppercase;
  }
  .section__single_serv .single_serv__wrap .img .head_mob .subtitle {
    font-size: 18rem;
    line-height: 18rem;
    color: #fff;
  }
  .section__steps {
    margin-top: 0;
    margin-bottom: 64rem;
    background-color: rgb(227, 245, 248);
    padding-bottom: 32rem;
  }
  .section__steps .steps_wrap {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .section__steps .steps_wrap .show_more {
    margin-top: 40rem;
    display: flex;
    gap: 7.79rem;
    align-items: center;
    justify-content: center;
    width: 116rem;
    height: 26rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section__steps .steps_wrap .show_more span {
    font-family: "Nunito Sans", serif;
    font-size: 12rem;
    font-weight: 400;
    line-height: 14.4rem;
    letter-spacing: -0.04em;
    color: rgb(146, 199, 205);
  }
  .section__steps .steps_wrap .show_more_active svg {
    transition: all 0.4s;
    transform: rotate(180deg);
  }
  .section__steps .steps_wrap .steps_img {
    height: 220rem;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__steps .steps_wrap .steps_content {
    margin-top: 0;
    padding: 32rem 20rem 0 20rem;
    background-color: rgb(227, 245, 248);
    width: 100%;
    max-width: 100%;
  }
  .section__steps .steps_wrap .steps_content .steps_title {
    font-size: 24rem;
    line-height: 100%;
    margin-bottom: 40rem;
    text-align: center;
  }
  .section__steps .steps_wrap .steps_content .steps {
    display: flex;
    flex-direction: column;
    gap: 40rem;
    height: 96rem;
    overflow: hidden;
  }
  .section__steps .steps_wrap .steps_content .steps .step {
    display: flex;
    align-items: flex-start;
  }
  .section__steps .steps_wrap .steps_content .steps .step .num {
    min-width: 50rem;
    font-size: 80rem;
    line-height: 120%;
    margin-right: 8rem;
  }
  .section__steps .steps_wrap .steps_content .steps .step .text {
    font-size: 14rem;
    line-height: 16rem;
  }
  .section__result {
    margin-bottom: 64rem;
  }
  .section__result .result__wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 30rem;
  }
  .section__result .result__wrap .result_main_slider {
    width: 100%;
    height: 280rem;
  }
  .section__result .result__wrap .result_main_slider .slick-list {
    height: 100%;
  }
  .section__result .result__wrap .result_main_slider .slick-list .slick-track {
    height: 100%;
  }
  .section__result .result__wrap .result_content {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .section__result .result__wrap .result_content .title {
    font-size: 24rem;
    line-height: auto;
    padding-bottom: 28rem;
    border-bottom: 1rem solid rgb(53, 95, 105);
    text-align: center;
  }
  .section__result .result__wrap .result_content .text {
    font-size: 14rem;
    line-height: 120%;
  }
  .section__result .result__wrap .result_content .result__slider_nav {
    margin-top: 20rem;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns {
    position: absolute;
    top: 0;
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 36rem;
    justify-content: space-between;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev {
    width: 48rem;
    height: 48rem;
    cursor: pointer;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev svg {
    width: 48rem;
    height: 48rem;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev:hover svg rect {
    fill: rgb(53, 95, 105);
    stroke: rgb(53, 95, 105);
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .prev:hover svg path {
    fill: #fff;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .next {
    width: 48rem;
    height: 48rem;
    cursor: pointer;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .next svg {
    width: 48rem;
    height: 48rem;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .next:hover svg rect {
    fill: rgb(53, 95, 105);
    stroke: rgb(53, 95, 105);
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_btns .next:hover svg path {
    fill: #fff;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_imgs {
    height: 80rem;
    margin-top: 30rem;
  }
  .section__result .result__wrap .result_content .result__slider_nav .nav_imgs .item {
    min-width: 103rem;
    height: 80rem;
  }
  .section__result_main {
    padding: 100rem 0;
  }
  .section__result_main .result__title {
    font-size: 28rem;
    line-height: 31.36rem;
    margin-bottom: 28rem;
  }
  .section__result_main .result__slider_wrap {
    width: 90%;
    margin: 0 auto;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .section__result_main .result__slider_wrap .result_dots {
    position: absolute;
    bottom: -80rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 50rem;
  }
  .section__result_main .result__slider_wrap .result_dots .slick-dots {
    display: flex;
    gap: 15rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }
  .section__result_main .result__slider_wrap .result_dots .slick-dots li {
    padding: 0;
    margin: 0;
  }
  .section__result_main .result__slider_wrap .result_dots .slick-dots li button {
    font-size: 0;
    color: transparent;
    border: none;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    background-color: rgb(190, 222, 226);
    cursor: pointer;
    transition: all 0.4s;
  }
  .section__result_main .result__slider_wrap .result_dots .slick-dots li button:hover {
    background-color: rgb(94, 167, 177);
  }
  .section__result_main .result__slider_wrap .result_dots .slick-dots .slick-active button {
    background-color: rgb(94, 167, 177);
  }
  .section__result_main .result__slider_wrap .prev {
    width: 20rem;
    height: 20rem;
    left: 10rem;
    padding: 0;
  }
  .section__result_main .result__slider_wrap .prev svg {
    height: 10rem;
  }
  .section__result_main .result__slider_wrap .next {
    width: 20rem;
    height: 20rem;
    right: 10rem;
    padding: 0;
  }
  .section__result_main .result__slider_wrap .next svg {
    height: 10rem;
  }
  .section__result_main .result__slider_wrap .result__slider {
    height: 100%;
  }
  .section__result_main .result__slider_wrap .result__slider .slick-list {
    height: 100%;
    padding: 0 !important;
  }
  .section__result_main .result__slider_wrap .result__slider .slick-track {
    height: 100%;
  }
  .section__result_main .result__slider_wrap .result__slider .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section__result_main .result__slider_wrap .result__slider .img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section__result_main .result__slider_wrap .result__slider .img .bg {
    display: none;
  }
  .section__result_main .result__slider_wrap .result__slider .img .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350rem;
    overflow: hidden;
  }
  .section__result_main .result__slider_wrap .result__slider .img .img_wrap img {
    height: auto;
    width: 100%;
  }
  .section__result_main .result__slider_wrap .result__slider .img .dis {
    font-size: 16rem;
  }
  .section__result_main .result__slider_wrap .result__slider .slick-current .bg {
    opacity: 0;
  }
  .section__reviews {
    padding: 50rem 0;
  }
  .section__reviews .reviews__title {
    font-size: 28rem;
    line-height: 31.36rem;
    margin-bottom: 28rem;
  }
  .section__reviews .reviews__slider_wrap {
    width: 100%;
    height: 500rem;
    position: relative;
  }
  .section__reviews .reviews__slider_wrap .reviews_dots {
    position: absolute;
    bottom: -80rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 50rem;
  }
  .section__reviews .reviews__slider_wrap .reviews_dots .slick-dots {
    display: flex;
    gap: 15rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }
  .section__reviews .reviews__slider_wrap .reviews_dots .slick-dots li {
    padding: 0;
    margin: 0;
  }
  .section__reviews .reviews__slider_wrap .reviews_dots .slick-dots li button {
    font-size: 0;
    color: transparent;
    border: none;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    background-color: rgb(190, 222, 226);
    cursor: pointer;
    transition: all 0.4s;
  }
  .section__reviews .reviews__slider_wrap .reviews_dots .slick-dots li button:hover {
    background-color: rgb(94, 167, 177);
  }
  .section__reviews .reviews__slider_wrap .reviews_dots .slick-dots .slick-active button {
    background-color: rgb(94, 167, 177);
  }
  .section__reviews .reviews__slider_wrap .prev {
    width: 20rem;
    height: 20rem;
    left: 10rem;
    padding: 0;
  }
  .section__reviews .reviews__slider_wrap .prev svg {
    height: 10rem;
  }
  .section__reviews .reviews__slider_wrap .next {
    width: 20rem;
    height: 20rem;
    right: 10rem;
    padding: 0;
  }
  .section__reviews .reviews__slider_wrap .next svg {
    height: 10rem;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider {
    height: 100%;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .slick-list {
    height: 100%;
    padding: 0 !important;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .slick-track {
    height: 100%;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .img {
    width: auto;
    height: 100%;
    max-width: 340rem;
    position: relative;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .img .bg {
    display: none;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .img img {
    height: 100%;
    max-height: 100%;
  }
  .section__reviews .reviews__slider_wrap .reviews__slider .slick-current .bg {
    opacity: 0;
  }
}
.hidden {
  display: none !important;
}

.wpcf7-response-output, .wpcf7-spinner {
  display: none !important;
}

.hidde {
  display: none !important;
}/*# sourceMappingURL=style.css.map */