html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-family: "Montserrat", Sans-Serif;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.section-inner {
  padding: 100px 0;
}

@media (max-width: 1023px) {
  .section-inner {
    padding: 40px 0;
  }
}

input {
  padding: 14px 18px;
  border-radius: 8px;
  border: none;
  width: 100%;
  font-family: "Montserrat", Sans-Serif;
  font-size: 14px;
}

.input--opacity {
  background-color: #ffffff1a;
  color: #ffffff;
}

input::placeholder {
  font-family: "Montserrat", Sans-Serif;
  font-size: 14px;
}

.input--opacity::placeholder {
  color: #ffffff;
}

.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #6c76cc;
  transition: background-color 0.5s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: auto;
  height: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #dcddeb;
  transition: background-color 0.5s;
}

@media (max-width: 1023px) {
  .slider-navigation {
    margin-top: 20px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}

.wrapper__doc .slick-list {
  overflow: hidden;
}

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

.wrapper__doc .slider__doc {
  margin-left: 108px;
}

@media (max-width: 1179px) {
  .wrapper__doc .slider__doc {
    margin-left: 0px;
  }
}

.team .wrapper__doc .doc ul {
  padding-bottom: 55px;
}

.wrapper__doc .slider__doc {
  position: relative;
  padding-top: 20px;
}

.wrapper__doc .slider__doc .slick-arrow {
  position: absolute;
  top: 0%;
  font-size: 0;
}

.wrapper__doc .slick-arrow.slick-prev {
  cursor: pointer;
  right: 118px;
  width: 20px;
  height: 16px;
  border: none;
  background: url("./arl.png") 0 0 / 100% no-repeat;
}

.wrapper__doc .slick-arrow.slick-next {
  cursor: pointer;
  right: 50px;
  border: none;
  width: 20px;
  height: 16px;
  background: url("./arr.png") 0 0 / 100% no-repeat;
}

.wrapper__doc .slider__item {
  padding: 5px;
}

@media (max-width: 439px) {
  .wrapper__doc .slider__item {
    padding: 2px;
  }
}

.wrapper__doc .slider__doc__item {
  padding: 6px;
}

.wrapper__doc .team.top .doc {
  height: 775px;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 5;
}

.popup.active {
  display: block;
}

.popup .wrap {
  position: absolute;
  width: 400px;
  height: auto;
  padding: 20px;
  background: #fff;
  left: 50%;
  margin-left: -220px;
  top: 150px;
  border-radius: 10px;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("/res/x.png");
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  font-size: 0;
}

.popup .title {
  font-size: 22px;
  font-weight: 600;
}

.popup p {
  font-size: 14px;
}

.popup input {
  border: none;
  margin: 0;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  width: calc(100% - 26px);
  background: #fff;
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ddd;
}

.popup input:hover {
  border: 1px solid #666;
}

.popup input:focus {
  border: 1px solid #666;
}

.popup button[type="submit"] {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #6c76cc;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #6c76cc;
  margin-right: 20px;
  vertical-align: middle;
  font-family: "Montserrat", Sans-Serif;
  transition: 0.5s;
  cursor: pointer;
  width: 100%;
}

.popup button[type="submit"]:hover {
  background: #9ba6ff;
  border: 1px solid #9ba6ff;
}

.popup .inf {
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  display: block;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
}

.wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 1px 0;
}

.cols:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-family: "Montserrat", Sans-Serif;
  background: linear-gradient(91.59deg, #6c76cc 0%, #8a94ff 100%);
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #6c76cc;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
  bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

.btn--white {
  color: #6c76cc;
  background: #ffffff;
  width: 100%;
}

.btn:hover {
  background: #9ba6ff;
  border: 1px solid #9ba6ff;
}

.btn.grey {
  background: #f4f3f8;
  border: 1px solid #252528;
  color: #252528;
}

.btn.grey:hover {
  background: #f4f3f8;
  border: 1px solid #6c76cc;
  color: #6c76cc;
}

.btn.grey.wazzup,
.btn.grey.wazzup2 {
  padding-left: 56px;
  background: #f4f3f8 url("/res/wazzup.png") 20px center no-repeat;
}

p {
  line-height: 22.4px;
}

.subtitle {
  font-size: 20px;
  line-height: 28px;
}

.medium {
  font-weight: 600;
}

p.listitem {
  padding-left: 24px;
  position: relative;
  margin: 0 0 10px;
  line-height: 24px;
}

p.listitem:before {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  content: "";
  background: #6c76cc;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.title-first {
  font-family: "Manrope", Sans-Serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

h2,
.title-secondary {
  margin-bottom: 50px;
  display: block;
  font-family: "Manrope", Sans-Serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

section {
  position: relative;
  z-index: 1;
}

.container-img_license {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-img_license img {
  width: 300px;
  padding: 10px;
}

.topsection {
  padding-bottom: 100px;
}

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

.topsection__text {
  max-width: 720px;
}

.topsection__title {
  margin-bottom: 24px;
}

.topsection__description {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 10px;
  background-color: #f3f3f8;
}

.topsection__img {
  border-radius: 10px;
}

.topsection__list {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.topsection__item {
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  border-right: 1px solid #e2e4f5;
  color: #6c76cc;
}

.topsection__item:last-of-type {
  border-right: none;
}

.topsection__btn {
  min-width: 300px;
}

@media (max-width: 1180px) {
  .topsection__text {
    max-width: 530px;
  }
}

@media (max-width: 1023px) {
  .title-first {
    font-size: 28px;
  }

  h2,
  .title-secondary {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .topsection {
    padding-bottom: 80px;
  }

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

  .topsection__text {
    max-width: 100%;
  }

  .topsection__title {
    margin-bottom: 16px;
  }

  .topsection__description {
    margin-bottom: 24px;
    padding: 20px;
  }

  .topsection__img {
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    max-width: 413px;
    height: auto;
  }

  .topsection__list {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .topsection__item {
    padding-right: 0;
    border-right: none;
  }

  .topsection__btn {
    min-width: 100%;
  }
}

.guarantee {
  background-color: #f3f3f8;
}

.guarantee__list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.guarantee__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: calc(50% - 10px);
  min-height: 193px;
  background-color: #ffffff;
  border-radius: 10px;
}

.guarantee__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.guarantee__item-title {
  font-weight: 600;
  font-size: 20px;
  color: #6c76cc;
}

@media (max-width: 768px) {
  .guarantee__list {
    flex-direction: column;
    gap: 10px;
  }

  .guarantee__item {
    padding: 20px;
    width: 100%;
    min-height: 193px;
  }

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

.experience {
  background-color: #f3f3f8;
}

.experience__list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.experience__item {
  padding: 25px 41px 34px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(33% - 11px);
  min-height: 240px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 18px;
}

.experience__item-title {
  margin-bottom: auto;
  font-family: "Manrope", Sans-Serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  color: #6c76cc;
}

.experience__item:nth-of-type(even) {
  color: #ffffff;
  background-color: #6c76cc;
}

.experience__item:nth-of-type(even) .experience__item-title {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .experience__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .experience__list {
    gap: 10px;
  }

  .experience__item {
    padding: 20px;
    width: 100%;
    min-height: 147px;
    font-size: 16px;
  }

  .experience__item-title {
    font-size: 24px;
    line-height: 130%;
  }
}

@media (min-width: 769px) {
  .steps .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .steps-slider__navigation {
    display: none;
  }

  .steps .swiper-wrapper {
    flex-wrap: wrap;
    gap: 30px 20px;
  }

  .step {
    width: calc(50% - 10px);
  }
}

.steps__slider {
  padding-top: 23px;
}

.step {
  padding: 24px;
  display: flex;
  flex-direction: column;
  width: calc(25% - 15px);
  min-height: 296px;
  border-radius: 10px;
  background-color: #f3f3f8;
}

.step__icon {
  margin-top: -47px;
  margin-bottom: 24px;
}

.step__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.step--form {
  color: #ffffff;
  background-color: #6c76cc;
}

.step__bottom {
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #ffffff33;
}

.step__bottom span {
  font-size: 12px;
}

.step__tel {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.step__tel::before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-image: url("/res/images/icons/phone.svg");
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inf {
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 768px) {
  .steps__slider {
    overflow: hidden;
  }

  .steps .swiper-wrapper {
    align-items: center;
  }

  .step {
    padding: 20px;
    min-height: 0;
  }

  .step__icon {
    margin-bottom: 20px;
  }

  .step__title {
    font-size: 18px;
  }

  .step__bottom {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .our-services .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.our-service {
  position: relative;
  width: calc(33% - 15px);
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.our-services img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-service__info {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  padding: 16px 16px 16px 20px;
  border-radius: 8px;
  background-color: #f3f3f8;
}

.our-service__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #6c76cc;
}

.our-service--call {
  padding: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  background-color: #6c76cc;
}

.our-service--call .our-service__title {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}

.our-service__tel {
  margin-bottom: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.our-service__tel::before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-image: url("/res/images/icons/phone.svg");
}

@media (max-width: 1182px) {
  .our-service {
    height: 350px;
  }

  .our-service__info {
    left: 10px;
    right: 10px;
    bottom: 10px;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .our-services__slider {
    overflow: hidden;
  }

  .our-service__title {
    font-size: 16px;
    line-height: 120%;
  }
}

.credit__wrapper {
  padding: 28px 50px 0 50px;
  display: flex;
  gap: 49px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #6c76cc;
}

.credit__text {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}

p.credit__title {
  margin-bottom: 24px;
  font-family: "Manrope", Sans-Serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 2%;
}

.credit__list {
  margin-top: 30px;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.credit__item {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background-color: #ffffff1a;
}

.credit__number {
  font-family: "Manrope", Sans-Serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
}

.credit__btn {
  margin-top: 30px;
  margin-right: auto;
  width: auto;
}

@media (min-width: 1023px) AND (max-width: 1290px) {
  .credit__img {
    display: none;
  }
}

@media (max-width: 1023px) {
  .credit__wrapper {
    flex-direction: column;
    gap: 26px;
  }

  .credit__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .credit__img {
    margin: 0 auto;
    width: 100%;
    max-width: 355px;
    height: auto;
  }

  .credit__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .credit__wrapper {
    padding: 30px 20px 0 20px;
  }

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

  .credit__list {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .credit__item {
    width: 100%;
    flex-direction: row;
  }

  .credit__btn {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .credit__item:last-of-type {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.content h2 {
  margin-bottom: 50px;
  font-family: "Manrope", Sans-Serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 150%;
  letter-spacing: 2%;
}

.content h2:not(:first-of-type) {
  margin-top: 50px;
}

.content h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.content h3:not(:first-of-type) {
  margin-top: 40px;
}

.content p {
  margin-bottom: 18px;
}

.content ul,
.content ol {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content ul li {
  position: relative;
  padding-left: 20px;
}

.content ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #6c76cc;
}

.content ol li {
  position: relative;
  padding-top: 3px;
  padding-left: 36px;
}

.content ol li::marker {
  content: none;
}

.content ol li::before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #6c76cc;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.content blockquote {
  margin: 20px 0 40px 0;
  position: relative;
  padding: 30px 30px 30px 84px;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #6c76cc;
}

.content blockquote p {
  margin: 0;
}

.content blockquote::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  left: 30px;
  top: 30px;
  background-image: url("/res/images/icons/quote.svg");
}

.content blockquote::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 39px;
  top: 60px;
  bottom: 30px;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .content h2 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 130%;
  }

  .content h2:not(:first-of-type) {
    margin-top: 24px;
  }

  .content h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
  }

  .content h3:not(:first-of-type) {
    margin-top: 0;
  }

  .content p {
    margin-bottom: 16px;
  }

  .content blockquote {
    margin: 0 0 24px 0;
    padding: 54px 20px 20px 20px;
    font-size: 14px;
  }

  .content blockquote::before {
    left: 20px;
    top: 20px;
  }

  .content blockquote::after {
    width: auto;
    height: 1px;
    left: 52px;
    top: 29px;
    right: 20px;
  }
}

.cases__slider {
  overflow: hidden;
}

.case {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 10px;
  background-color: #f3f3f8;
}

.case__top {
  display: flex;
  gap: 10px;
}

.case__diagnosis {
  padding: 10px 20px;
  border-radius: 40px;
  color: #ffffff;
  background-color: #6c76cc;
}

.case__name {
  padding: 10px 20px;
  border-radius: 40px;
  color: #6c76cc;
  background-color: #6c76cc1a;
}

.case__item {
  position: relative;
  padding-left: 22px;
}

.case__item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background-color: #6c76cc;
}

.case__item:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcddeb;
}

.case__item b {
  margin-bottom: 8px;
  display: block;
}

.cases__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cases__pagination {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #6c76cc;
}

@media (max-width: 768px) {
  .case {
    padding: 20px;
    gap: 20px;
  }

  .case__top {
    flex-direction: column;
    gap: 8px;
  }

  .case__diagnosis {
    padding: 6px 14px;
  }

  .case__name {
    margin-right: auto;
    padding: 6px 14px;
  }

  .case__item {
    margin-right: auto;
    padding-left: 18px;
  }

  .case__item::before {
    width: 8px;
    height: 8px;
  }

  .case__item:not(:last-of-type) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .case__item b {
    margin-bottom: 6px;
  }

  .cases__bottom {
    margin-top: 0;
    justify-content: center;
  }

  .cases__pagination {
    display: none;
  }
}

.swiper-pagination-total {
  opacity: 0.7;
}

.features {
  background-color: #f3f3f8;
}

.features__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: calc(50% - 10px);
  height: auto;
  min-height: 193px;
  background-color: #ffffff;
  border-radius: 10px;
}

.features__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.features__item-title {
  font-weight: 600;
  font-size: 20px;
  color: #6c76cc;
}

@media (min-width: 768px) {
  .features .swiper-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .features-slider__navigation {
    display: none;
  }
}

@media (max-width: 768px) {
  .features__slider {
    overflow: hidden;
  }

  .features__item {
    padding: 20px;
    min-height: 0;
  }

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

.formblock__wrapper {
  padding: 30px 30px 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #6c76cc;
}

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

.formblock .title-secondary {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 120%;
}

.formblock .form {
  margin: 40px 0;
  max-width: 400px;
}

.formblock__tel {
  margin-right: auto;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  border-radius: 8px;
  background-color: #ffffff1a;
}

.formblock__tel::before {
  content: "";
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-image: url("/res/images/icons/phone.svg");
}

.formblock__img {
  padding: 20px 20px 0 20px;
  border-radius: 10px;
  background-color: #ffffff1a;
  min-width: 459px;
  overflow: hidden;
}

.formblock--question .formblock__img {
  padding: 0;
  min-width: 361px;
  width: 361px;
  height: 361px;
}

.formblock--question .formblock__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formblock--question .form {
  margin: 0;
  margin-top: auto;
}

@media (max-width: 1023px) {
  .formblock__wrapper {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .formblock .title-secondary {
    font-size: 26px;
  }

  .formblock .form {
    margin: 30px 0;
    max-width: 100%;
  }

  .formblock__tel {
    margin-right: 0;
    padding: 16px 18px;
    width: 100%;
  }

  .formblock__img {
    min-width: 0;
    width: 100%;
    max-width: 459px;
    height: auto;
  }

  .formblock--question .formblock__img {
    min-width: 0;
    width: 100%;
    max-width: 361px;
    height: auto;
  }

  .formblock--question .formblock__img img {
    margin: 0 auto;
    object-fit: cover;
  }
}

.galeryblock {
  background-color: #f3f4f8;
}

.galeryblock .wrap {
  position: relative;
}

.galeryblock__slider {
  overflow: hidden;
}

.galeryblock__slide {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.galeryblock__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .galeryblock__slide {
    height: 190px;
  }
}

.services {
  background: #f4f3f8;
  padding-bottom: 117px;
}

.services h2 {
  margin-top: 110px;
}

.services .col {
  padding-left: 108px;
}

.services .accordeon {
  margin-bottom: 50px;
}

.services .accordeon .tab {
  background: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 20px;
  position: relative;
}

.services .accordeon .tab:after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 22px;
  right: 20px;
  background: url("/res/plus.png") center no-repeat;
}

.services .accordeon .tab.active:after {
  background: url("/res/minus.png") center no-repeat;
}

.services .accordeon .tab .title {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: normal;
}

.services .accordeon .tab.active .title {
  font-weight: 600;
}

.services .accordeon .tab .content {
  display: none;
  margin-top: 24px;
}

.services .accordeon .tab.active .content {
  display: block;
}

.services .accordeon .tab .content .service {
  height: 24px;
  line-height: 24px;
  padding: 18px 10px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.services .accordeon .tab .content .service:hover {
  background: #f4f3f8;
  cursor: pointer;
}

.services .accordeon .tab .content .service .servicetitle {
  display: inline-block;
  width: 820px;
  margin: 0;
  font-weight: normal;
}

.services .accordeon .tab .content .service .servicetitle a {
  color: black;
  font-weight: normal;
}

.services .accordeon .tab .content .service .serviceprice {
  display: inline-block;
  width: 150px;
  text-align: center;
}

.services .accordeon .tab .content .service .calltoaction {
  display: inline-block;
  width: 130px;
  text-align: center;
}

.services .accordeon .tab .content .service a {
  display: inline-block;
  color: #6c76cc;
  font-weight: 600;
  text-decoration: none;
}

section.calltoaction2 {
  padding-top: 60px;
}

.calltoaction2 .wrap img {
  display: block;
  float: right;
  margin-top: 50px;
}

.advantages {
  padding-top: 60px;
}

.advantages .wrap > img {
  display: block;
  margin-left: 108px;
  float: left;
}

.advantages .content {
  width: 630px;
  float: right;
}

.advantages .content .round {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #6c76cc;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 25px;
}

.advantages .content .round img {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.doctors .wrap {
  position: relative;
}

.doctors__slider {
  height: 100%;
  overflow: hidden;
}

.doctor {
  padding: 10px 10px 20px 10px;
  height: auto;
  border-radius: 10px;
  background-color: #f3f3f8;
  display: flex;
  flex-direction: column;
}

.doctor__img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 285px;
  height: 285px;
  border-radius: 8px;
  overflow: hidden;
}

.doctor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor__experience {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 16px;
  border-radius: 40px;
  font-weight: 500;
  color: #6c76cc;
  border: 1px solid #6c76cc33;
  background-color: #f1f2fa;
}

.doctor__text {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.doctor__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #212121;
}

.doctor__prof {
  color: #6c76cc;
}

.doctor__spec {
  padding-top: 16px;
  border-top: 1px solid #dcddeb;
}

.doctor .btn {
  margin-top: auto;
}

.doctors-slider__navigation,
.licensies-slider__navigation,
.reviews-slider__navigation,
.galeryblock-slider__navigation,
.stocks-slider__navigation {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .doctor__img {
    max-width: 285px;
    height: 276px;
  }

  .doctors-slider__navigation,
  .licensies-slider__navigation,
  .reviews-slider__navigation,
  .galeryblock-slider__navigation,
  .stocks-slider__navigation {
    position: static;
  }
}

.licensies .wrap {
  position: relative;
}

.licensies__slider {
  overflow: hidden;
}

.license {
  max-height: 420px;
  border-radius: 10px;
  border: 1px solid #6c76cc33;
  overflow: hidden;
}

.license img {
  max-height: 420px;
  width: auto;
  object-fit: cover;
}

.videos .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.videos__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.videos__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video {
  width: calc(50% - 10px);
  max-height: 350px;
  border-radius: 10px;
  overflow: hidden;
}

.video.hidden {
  display: none;
}

.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .videos__list {
    flex-direction: column;
    gap: 10px;
  }

  .video {
    width: 100%;
    max-height: 180px;
  }

  .videos__btn {
    margin: 0 auto;
    margin-top: 24px;
    position: static;
    width: auto;
  }
}

.team {
  padding-top: 60px;
  overflow: hidden;
}

.team .slider {
  margin-left: 108px;
  width: 1700px;
}

.team .doc {
  width: 413px;
  padding-right: 20px;
  float: left;
}

.team .doc:nth-cild(3n) {
  padding-right: 0;
}

.team .doc img {
  margin-bottom: 30px;
}

.team .doc .name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #6c76cc;
  padding-right: 34px;
}

.team .doc a {
  text-decoration: none;
}

.team .doc ul {
  margin: 20px 0 72px;
}

.reviews .wrap {
  position: relative;
}

.reviews__slider {
  height: 100%;
  overflow: hidden;
}

.review {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  border-radius: 10px;
  background-color: #f3f3f8;
}

.review__bottom {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcddeb;
}

.review__name {
  font-weight: 500;
}

.review__date {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .review {
    padding: 20px;
  }

  .review__bottom {
    padding-top: 16px;
  }
}

.calldoc {
  height: 651px;
  background: #f4f3f8;
  position: relative;
  margin-top: 120px;
  color: #252528;
}

.accordeon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordeon .tab {
  background: #f4f3f8;
  border-radius: 10px;
  padding: 26px 46px 26px 26px;
  position: relative;
}

.accordeon .tab:after {
  display: block;
  content: "";
  width: 18px;
  height: 10px;
  position: absolute;
  top: 28px;
  right: 30px;
  background: url("/res/images/icons/down.svg") center no-repeat;
  transition: transform 0.5s;
}

.accordeon .tab.active:after {
  transform: rotate(180deg);
  transition: transform 0.5s;
}

.accordeon .tab .title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.accordeon .tab .content {
  display: none;
  margin-top: 24px;
  line-height: 150%;
}

.accordeon .tab.active .content {
  display: block;
}

@media (max-width: 768px) {
  .accordeon .tab {
    padding: 20px 45px 20px 20px;
  }

  .accordeon .tab:after {
    top: 20px;
    right: 20px;
  }

  .accordeon .tab .title {
    font-size: 16px;
  }

  .accordeon .tab .content {
    margin-top: 16px;
  }
}

.lcnsblock,
.svcssearchblock {
  padding-top: 60px;
  overflow: hidden;
}

.lcnsblock .slider {
  width: 1920px;
  margin-left: 108px;
}

.lcnsblock .slider a {
  display: block;
  height: 450px;
  margin-right: 20px;
  float: left;
}

.svcssearchblock form {
  display: block;
  position: relative;
  width: calc(100% - 248px);
  height: 44px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #8b9596;
  margin-left: 108px;
}

.svcssearchblock form input[type="text"] {
  border: none;
  margin: 0;
  padding: 0 60px;
  height: 44px;
  line-height: 44px;
  width: 380px;
  background: rgba(0, 0, 0, 0);
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
}

.svcssearchblock form input[type="submit"].icon {
  border: none;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  width: 20px;
  background: url("/res/s.png") center no-repeat;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 2px;
  left: 25px;
}

.svcssearchblock form input[type="submit"].btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #6c76cc;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #6c76cc;
  margin-right: 20px;
  vertical-align: middle;
  position: absolute;
  right: -140px;
  cursor: pointer;
  font-family: "Montserrat", Sans-Serif;
}

.svcssearchblock form .ex {
  border: none;
  margin: 0 20px;
  padding: 0;
  height: 44px;
  line-height: 44px;
  width: 20px;
  background: url("/res/x.png") center no-repeat;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

.svcssearchblock .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
  margin: 0;
  padding: 35px 0 0 108px;
}

.svcssearchblock .links li {
  margin: 0;
  padding: 14px 0 5px 0;
}

.svcssearchblock .links li a {
  padding: 0 80px 0 0;
  display: block;
  background: url("/res/ar.png") 240px 10px no-repeat;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #252528;
}

.city {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  z-index: 10000;
  display: none;
}

.city.active {
  display: block;
}

.city .wrap {
  position: relative;
}

.city .h2 {
  padding-left: 108px;
  margin-bottom: 30px;
}

.city .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("/res/x.png");
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
}

.city form {
  display: block;
  position: relative;
  width: calc(100% - 248px);
  height: 44px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #8b9596;
  margin-left: 108px;
  margin-top: 20px;
}

.city form input[type="text"] {
  border: none;
  margin: 0;
  padding: 0 60px;
  height: 44px;
  line-height: 44px;
  width: 380px;
  background: rgba(0, 0, 0, 0);
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
}

.city form input[type="submit"].icon {
  border: none;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  width: 20px;
  background: url("/res/s.png") center no-repeat;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 2px;
  left: 25px;
}

.city form input[type="submit"].btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #6c76cc;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #6c76cc;
  margin-right: 0;
  vertical-align: middle;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Montserrat", Sans-Serif;
}

.city form .ex {
  border: none;
  margin: 0 20px;
  padding: 0;
  height: 44px;
  line-height: 44px;
  width: 20px;
  background: url("/res/x.png") center no-repeat;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

.city .links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px;
  margin: 0;
  padding: 35px 0 0 108px;
  height: calc(100vh - 250px);
  overflow-y: scroll;
}

.city .links.top-cities{
    margin-top: 60px;
    grid-auto-rows: 30px;
    height: 100%;
}

.city .links p {
    white-space: nowrap;
}

@media(max-width: 1024px) {
    .city .links p {
    white-space: wrap;
}

.city .links.top-cities{
    height: 200px;
}
}

.city .links li {
  margin: 0;
  padding: 14px 0 5px 0;
}

.city .links li a {
  display: block;
  background: url("/res/ar.png") 240px 10px no-repeat;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #252528;
  margin-bottom: 10px;
}

.city .links li span {
  font-size: 20px;
}

.top h1 {
  display: block;
  font-family: "Manrope", Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 500;
  line-height: 75px;
  margin-top: 50px;
}

.calltoaction.top {
  padding: 1px 0 60px;
}

.team.top {
  padding-top: 10px;
  padding-bottom: 60px;
}

.team.top .cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  margin: 0;
  padding: 0;
}

.team.top .doc {
  width: 413px;
  padding-right: 0;
  float: none;
  padding-top: 10px;
  position: relative;
}

.reviews.top {
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 40px;
}

.reviews.top .cols {
  columns: 3;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  padding-left: 108px;
}

.reviews.top .review {
  width: 374px;
  padding: 20px;
  float: none;
  margin-right: 0;
  border-radius: 10px;
  border: 1px solid #252528;
  box-sizing: border-box;
  margin-bottom: 20px;
  break-inside: avoid-column;
}

.calltoaction.top .wrap img {
  margin-top: 100px;
}

.calltoaction.top.doc .wrap img {
  margin-top: 20px;
}

.calltoaction.top.doc h1 {
  padding-left: 108px;
}

.calltoaction.top.doc .tels {
  padding-left: 50px;
  background: url("/res/t.png") left center no-repeat;
  line-height: 24px;
}

.calltoaction.top.doc .tels a {
  text-decoration: none;
  color: #252528;
}

.calltoaction.top.doc .btn {
  margin-top: 30px;
}

.formblock.svcs {
  height: 550px;
}

.formblock.svcs .btn {
  margin-top: 30px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  width: 20px;
  height: 16px;
  background: url("/res/arr.png");
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  position: absolute;
  top: -90px;
  left: 1150px;
  cursor: pointer;
  transition: 0.5s;
}

.slick-prev.slick-arrow {
  background: url("/res/arl.png");
  left: 1090px;
}

.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
  opacity: 0.5;
}

section.menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #252528;
  display: none;
  z-index: 3;
}

section.menumobile.active {
  display: block;
}

section.menumobile .wrap {
  padding: 40px 0;
  position: relative;
}

section.menumobile .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("/res/x.png");
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
}

.menumobile .wrap a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}

.menumobile .wrap a:hover {
  text-decoration: underline;
  color: #9ba6ff;
}

.menumobile .wrap > a {
  display: block;
  font-weight: 600;
  margin: 20px 0;
}

.menumobile .wrap ul {
  margin: 0;
  padding: 0;
}

.menumobile .wrap ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

@media (max-width: 1280px) and (min-width: 1180px) {
  .wrap {
    width: 1180px;
  }

  .header .mid form {
    left: 200px;
    width: 404px;
  }

  .header .mid form input[type="text"] {
    padding: 0 60px;
    width: 280px;
  }

  .header .mid .btn {
    position: absolute;
    left: 620px;
    top: 33px;
  }

  .header .mid .tel {
    left: 870px;
  }

  .header .mid .tel2 {
    left: auto;
    right: 0;
  }

  .header .bottom ul li {
    margin: 0 20px 0 0;
  }

  .header .submenu .wrap > ul {
    margin-left: 200px;
  }

  .services .col {
    padding-left: 80px;
  }

  .services .accordeon .tab .content .service .servicetitle {
    width: 750px;
  }

  .calltoaction .content {
    padding-left: 80px;
  }

  .advantages .wrap > img {
    margin-left: 80px;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    left: 1070px;
    cursor: pointer;
    transition: 0.5s;
  }

  .slick-prev.slick-arrow {
    background: url("/res/arl.png");
    left: 1010px;
  }

  .team .slider {
    margin-left: 80px;
    width: 1700px;
  }

  .team.top .doc {
    width: 380px;
  }

  .team.top .doc img {
    width: 380px;
  }

  .faqblock .wrap > .content {
    padding-left: 80px;
  }

  .calltoaction.top.doc h1 {
    padding-left: 80px;
  }

  .reviews.top .cols {
    padding-left: 80px;
  }

  .reviews.top .review {
    width: 350px;
  }

  .lcnsblock .slider {
    margin-left: 80px;
  }

  .svcssearchblock form {
    display: block;
    position: relative;
    width: calc(100% - 140px);
    height: 44px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8b9596;
    margin-left: 0;
  }

  .svcssearchblock .links {
    padding: 35px 0 0 0;
  }

  .svcssearchblock .links li a {
    padding: 0 40px 0 0;
    background: url("/res/ar.png") 220px 10px no-repeat;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #252528;
  }

  .city .h2 {
    padding-left: 0;
  }

  .city form {
    width: calc(100% - 140px);
    margin-left: 0;
  }

  .city .links {
    padding: 35px 0 0 0;
  }
}

@media (max-width: 1179px) and (min-width: 980px) {
  .wrap {
    width: 980px;
  }

  .header .mid form {
    left: 150px;
    width: 304px;
  }

  .header .mid form input[type="text"] {
    padding: 0 60px;
    width: 180px;
  }

  .header .mid .btn {
    position: absolute;
    left: 465px;
    top: 33px;
  }

  .header .mid .tel {
    left: 680px;
  }

  .header .mid .tel2 {
    left: auto;
    right: 0;
  }

  .header .bottom ul {
    left: 0px;
  }

  .header .bottom ul li {
    margin: 0 10px 0 0;
  }

  .header .bottom ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .header .submenu .wrap > ul {
    margin-left: 0;
  }

  .services .col {
    padding-left: 0;
  }

  .services .accordeon .tab .content .service .servicetitle {
    width: 630px;
  }

  .calltoaction .wrap img {
    display: block;
    float: right;
    margin-top: 50px;
    max-width: 440px;
  }

  .calltoaction .content {
    width: 520px;
    padding-left: 0;
    margin-top: 30px;
  }

  .advantages .wrap > img {
    margin-left: 0;
  }

  .advantages .content {
    width: 520px;
    float: right;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    left: 950px;
    cursor: pointer;
    transition: 0.5s;
  }

  .slick-prev.slick-arrow {
    background: url("/res/arl.png");
    left: 890px;
  }

  .team .slider {
    margin-left: 0;
    width: 1700px;
  }

  .team.top .doc {
    width: 315px;
  }

  .team.top .doc img {
    width: 315px;
  }

  .faqblock .wrap > .content {
    padding-left: 0;
  }

  .calltoaction.top.doc h1 {
    padding-left: 0;
  }

  .reviews.top .cols {
    padding-left: 0;
  }

  .reviews.top .review {
    width: 310px;
  }

  .faqblock .wrap > .content {
    width: 529px;
    padding-left: 0;
    margin-top: 30px;
  }

  .lcnsblock .slider {
    margin-left: 0;
  }

  .svcssearchblock form {
    display: block;
    position: relative;
    width: calc(100% - 140px);
    height: 44px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8b9596;
    margin-left: 0;
  }

  .svcssearchblock .links {
    padding: 35px 0 0 0;
  }

  .svcssearchblock .links li a {
    padding: 0 40px 0 0;
    background: url("/res/ar.png") 220px 10px no-repeat;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #252528;
  }

  .city .h2 {
    padding-left: 0;
  }

  .city form {
    width: calc(100% - 130px);
    margin-left: 0;
  }

  .city .links {
    padding: 35px 0 0 0;
  }

  section.content .wrap p {
    padding-left: 0;
  }
}

@media (max-width: 979px) and (min-width: 700px) {
  h2,
  .h2 {
    font-size: 46px;
  }

  .wrap {
    width: 700px;
  }

  .header .mid form {
    left: 170px;
    width: 334px;
    top: 50px;
  }

  .header .mid form input[type="text"] {
    padding: 0 60px;
    width: 180px;
  }

  .header .mid .btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 50px;
    margin: 0;
  }

  .header .mid .tel {
    left: 170px;
    height: 24px;
    line-height: 24px;
    top: 20px;
  }

  .header .mid .tel2 {
    left: 320px;
  }

  .header .bottom ul {
    left: 0px;
  }

  .header .bottom ul li {
    margin: 0 10px 0 0;
  }

  .header .bottom ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .header .submenu .wrap > ul {
    margin-left: 0;
  }

  .header .bottom .choosecity {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: -95px;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
  }

  .header .bottom .choosecity span {
    padding-left: 20px;
    margin-left: 5px;
    background: url("res/poi.png") 3px 4px no-repeat;
  }

  .services .col {
    padding-left: 0;
  }

  .services .accordeon .tab .content .service .servicetitle {
    width: 340px;
  }

  .calltoaction .wrap img {
    display: block;
    float: none;
    margin: 20px 0;
  }

  .calltoaction .content {
    width: 520px;
    padding-left: 0;
    margin-top: 30px;
  }

  .advantages .wrap > img {
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
  }

  .advantages .content {
    width: 100%;
    float: none;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    left: 680px;
    cursor: pointer;
    transition: 0.5s;
    top: -70px;
  }

  .slick-prev.slick-arrow {
    background: url("/res/arl.png");
    left: 630px;
  }

  .team .slider {
    margin-left: 0;
    width: 1700px;
  }

  .team.top .cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
    margin: 0;
    padding: 0;
  }

  .team.top .doc {
    width: 340px;
  }

  .team.top .doc img {
    width: 340px;
  }

  .reviews.top .cols {
    columns: 2;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    padding-left: 108px;
  }

  .faqblock .wrap > .content {
    padding-left: 0;
  }

  .calltoaction.top.doc h1 {
    padding-left: 0;
  }

  .reviews.top .cols {
    padding-left: 0;
  }

  .reviews.top .review {
    width: 335px;
  }

  .faqblock .wrap img {
    display: block;
    float: none;
    margin-bottom: 30px;
  }

  .faqblock .wrap > .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .lcnsblock .slider {
    margin-left: 0;
  }

  .svcssearchblock form {
    display: block;
    position: relative;
    width: calc(100% - 140px);
    height: 44px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8b9596;
    margin-left: 0;
  }

  .svcssearchblock .links {
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 0 0 0;
  }

  .svcssearchblock .links li a {
    padding: 0 40px 0 0;
    background: url("/res/ar.png") 280px 10px no-repeat;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #252528;
  }

  .city .h2 {
    padding-left: 0;
  }

  .city form {
    width: calc(100% - 130px);
    margin-left: 0;
  }

  .city .links {
    padding: 35px 0 0 0;
    grid-template-columns: repeat(3, 1fr);
  }

  section.content .wrap p {
    padding-left: 0;
  }
}

@media (max-width: 699px) and (min-width: 600px) {
  .calltoaction.top .wrap img {
    margin-top: 30px;
  }

  .wrap {
    width: 600px;
  }

  img {
    max-width: 100%;
  }

  .header {
    height: 300px;
  }

  .header .wrap {
    height: 300px;
  }

  .header .mid form {
    left: auto;
    width: 334px;
    top: 90px;
    right: 0;
  }

  .header .mid form input[type="text"] {
    padding: 0 60px;
    width: 180px;
  }

  .header .mid .btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 150px;
    margin: 0;
    width: 334px;
    text-align: center;
    padding: 0;
  }

  .header .mid .tel {
    left: 300px;
    height: 24px;
    line-height: 24px;
    top: 50px;
  }

  .header .mid .tel2 {
    left: auto;
    right: 0;
  }

  .header .bottom ul {
    left: 0px;
  }

  .header .bottom ul li {
    margin: 0 5px 0 0;
  }

  .header .bottom ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .header .bottom .choosecity {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: -200px;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
  }

  .header .bottom .choosecity span {
    padding-left: 20px;
    margin-left: 5px;
    background: url("/res/poi.png") 3px 4px no-repeat;
  }

  .header .submenu {
    top: 300px;
  }

  .header .submenu .wrap > ul {
    margin-left: 0;
    width: 270px;
  }

  .header .submenu .wrap > ul > li > ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 1px;
    top: 0;
    left: 270px;
    width: 300px;
    display: none;
  }

  .services {
    padding-bottom: 50px;
  }

  .services h2 {
    margin-top: 60px;
  }

  .services .col {
    padding-left: 0;
  }

  .services .accordeon .tab .content .service .servicetitle {
    width: 250px;
  }

  section.calltoaction {
    padding-top: 20px;
  }

  .calltoaction .wrap img {
    display: block;
    float: none;
    margin: 20px 0;
  }

  .calltoaction .content {
    width: 520px;
    padding-left: 0;
    margin-top: 30px;
  }

  .advantages {
    padding-top: 20px;
  }

  .advantages .wrap > img {
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
  }

  .advantages .content {
    width: 100%;
    float: none;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    left: 580px;
    cursor: pointer;
    transition: 0.5s;
    top: -50px;
  }

  .slick-prev.slick-arrow {
    background: url("/res/arl.png");
    left: 530px;
  }

  .team {
    padding-top: 20px;
    overflow: hidden;
  }

  .team .slider {
    margin-left: 0;
    width: 1700px;
  }

  .team.top .cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px;
    margin: 0;
    padding: 0;
  }

  .team.top .doc {
    width: 340px;
  }

  .team.top .doc img {
    width: 340px;
  }

  .reviews.top .cols {
    columns: 2;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    padding-left: 108px;
  }

  .faqblock .wrap > .content {
    padding-left: 0;
  }

  .calltoaction.top.doc h1 {
    padding-left: 0;
  }

  .reviews.top .cols {
    padding-left: 0;
  }

  .reviews.top .review {
    width: 335px;
  }

  .faqblock {
    padding-top: 20px;
  }

  .faqblock .wrap img {
    display: block;
    float: none;
    margin-bottom: 30px;
  }

  .faqblock .wrap > .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .lcnsblock .slider {
    margin-left: 0;
  }

  .svcssearchblock form {
    display: block;
    position: relative;
    width: calc(100% - 140px);
    height: 44px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8b9596;
    margin-left: 0;
  }

  .svcssearchblock .links {
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 0 0 0;
  }

  .svcssearchblock .links li a {
    padding: 0 40px 0 0;
    background: url("/res/ar.png") 280px 10px no-repeat;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #252528;
  }

  .city {
    top: 0;
  }

  .city .h2 {
    padding-left: 0;
  }

  .city form {
    width: calc(100% - 150px);
    margin-left: 0;
  }

  .city form input[type="text"] {
    padding-right: 0;
  }

  .city .links {
    padding: 35px 0 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 599px) and (min-width: 440px) {
  .calltoaction.top .wrap img {
    margin-top: 30px;
  }

  .wrap {
    width: 92%;
  }

  img {
    max-width: 100%;
  }

  .header .consult {
    font-size: 9px;
    text-align: center;
  }

  .header {
    height: 300px;
  }

  .header .wrap {
    height: 300px;
  }

  .header .mid form {
    left: auto;
    width: 290px;
    top: 90px;
    right: 0;
  }

  .header .mid form input[type="text"] {
    padding: 0 60px;
    width: 180px;
  }

  .header .mid .btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 150px;
    margin: 0;
    width: 290px;
    text-align: center;
    padding: 0;
  }

  .header .mid .tel {
    left: 150px;
    height: 24px;
    line-height: 24px;
    top: 50px;
  }

  .header .mid .tel2 {
    left: auto;
    right: 0;
  }

  .header .bottom .menumobile {
    display: block;
  }

  .header .bottom ul {
    left: 0px;
  }

  .header .bottom ul li {
    margin: 0 5px 0 0;
    display: none;
  }

  .header .bottom ul li.hassubmenu {
    display: inline-block;
  }

  .header .bottom ul li a {
    font-size: 16px;
    font-weight: 500;
  }

  .header .bottom .choosecity {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: -200px;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
  }

  .header .bottom .choosecity span {
    padding-left: 25px;
    margin-left: 5px;
    background: url("/res/poi.png") 3px 4px no-repeat;
  }

  .header .submenu {
    top: 300px;
  }

  .header .submenu .wrap > ul {
    margin-left: 0;
    width: 220px;
  }

  .header .submenu .wrap > ul > li {
    width: 200px;
    padding: 0;
    height: auto;
    line-height: 20px;
    margin: 10px 0;
    font-size: 14px;
  }

  .header .submenu .wrap > ul > li > ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 1px;
    top: 0;
    left: 200px;
    width: 240px;
    display: none;
  }

  .header .submenu .wrap > ul > li > ul li {
    margin: 0;
    padding: 10px 0 0 40px;
  }

  .header .submenu .wrap .close {
    position: absolute;
    top: 15px;
    right: 0;
    background: url("/res/x.png");
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
  }

  .services {
    padding-bottom: 50px;
  }

  .services h2 {
    margin-top: 60px;
  }

  .services .col {
    padding-left: 0;
  }

  .services .accordeon .tab .content .service {
    margin-bottom: 0;
    padding: 10px 10px;
    height: auto;
  }

  .services .accordeon .tab .content .service .servicetitle {
    width: 100%;
  }

  .services .accordeon .tab .content .service .serviceprice {
    width: 100%;
    text-align: left;
  }

  .services .accordeon .tab .content .service .calltoaction {
    width: 100%;
    text-align: left;
  }

  section.calltoaction {
    padding-top: 20px;
  }

  .calltoaction .wrap img {
    display: block;
    float: none;
    margin: 20px 0;
  }

  .calltoaction .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .calltoaction .content .price {
    font-size: 30px;
    height: 45px;
    line-height: 45px;
  }

  .calltoaction .btn {
    margin-right: 10px;
  }

  .advantages {
    padding-top: 20px;
  }

  .advantages .wrap > img {
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
  }

  .advantages .content {
    width: 100%;
    float: none;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    left: 440px;
    cursor: pointer;
    transition: 0.5s;
    top: -50px;
  }

  .slick-prev.slick-arrow {
    background: url("/res/arl.png");
    left: 390px;
  }

  .team {
    padding-top: 20px;
    overflow: hidden;
  }

  .team .slider {
    margin-left: 0;
    width: 1700px;
  }

  .team.top .cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    margin: 0;
    padding: 0;
  }

  .team.top .doc {
    width: 100%;
  }

  .team.top .doc img {
    width: 100%;
  }

  .reviews.top .cols {
    columns: 1;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    padding-left: 108px;
  }

  .faqblock .wrap > .content {
    padding-left: 0;
  }

  .calltoaction.top.doc h1 {
    padding-left: 0;
  }

  .reviews.top .cols {
    padding-left: 0;
  }

  .reviews.top .review {
    width: 100%;
  }

  .faqblock {
    padding-top: 20px;
  }

  .faqblock .wrap img {
    display: block;
    float: none;
    margin-bottom: 30px;
  }

  .faqblock .wrap > .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .lcnsblock .slider {
    margin-left: 0;
  }

  .svcssearchblock form {
    display: block;
    position: relative;
    width: calc(100% - 110px);
    height: 44px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8b9596;
    margin-left: 0;
    margin-right: 0;
  }

  .svcssearchblock form input[type="text"] {
    width: 180px;
  }

  .svcssearchblock form input {
    margin-right: 0;
  }

  .svcssearchblock form input[type="submit"].btn {
    margin-right: 0;
    right: -120px;
  }

  .svcssearchblock .links {
    grid-template-columns: repeat(1, 1fr);
    padding: 35px 0 0 0;
  }

  .svcssearchblock .links li {
    margin: 0;
    padding: 0 50px 0 0;
  }

  .svcssearchblock .links li a {
    padding: 0 10px 0 0;
    background: none;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #252528;
    background: url("/res/ar.png") right 10px no-repeat;
  }

  .city {
    top: 0;
  }

  .city .h2 {
    padding-left: 0;
  }

  .city form {
    width: calc(100%);
    margin-left: 0;
    margin-bottom: 60px;
  }

  .city form input[type="text"] {
    padding-right: 0;
  }

  .city form input[type="submit"].btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0;
  }

  .city .links {
    margin: 35px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    height: calc(100vh - 250px);
    overflow-y: scroll;
  }
}

@media (max-width: 439px) {
  ul.bullets {
    margin-bottom: 20px;
  }

  .header ::placeholder {
    color: #fff;
    opacity: 1;
  }

  .calltoaction.top .wrap img {
    margin-top: 30px;
  }

  .wrap {
    width: 92%;
  }

  img {
    max-width: 100%;
  }

  .header .consult {
    font-size: 8.5px;
    text-align: center;
    line-height: 12px;
    padding-top: 4;
  }

  .header:before {
    height: 30px;
  }

  .header {
    height: 250px;
  }

  .header .wrap {
    height: 250px;
  }

  .header .mid .logo {
    top: 35px;
    left: 0;
  }

  .header .mid .logo img {
    width: 100px;
  }

  .header .mid form {
    left: auto;
    width: 140px;
    top: 95px;
    right: 0;
  }

  .header .mid form input[type="text"] {
    padding: 0 0 0 40px;
    width: 100px;
  }

  .header .mid form input[type="submit"] {
    border: none;
    padding: 0 10px;
    height: 40px;
    line-height: 44px;
    width: 20px;
    background: url("/res/s.png") center no-repeat;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 2px;
    left: 15px;
  }

  .header .mid form .ex {
    display: none;
  }

  .header .mid .btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 40px;
    margin: 0;
    width: 140px;
    text-align: center;
    padding: 0;
    font-size: 12px;
  }

  .header .mid .tel {
    left: 0;
    height: 24px;
    line-height: 24px;
    top: 95px;
  }

  .header .mid .tel2 {
    top: 120px;
  }

  .header .bottom .menumobile {
    display: block;
  }

  .header .bottom ul {
    left: 0px;
    height: 58px;
  }

  .header .bottom ul li {
    margin: 0 5px 0 0;
    display: none;
    height: 58px;
  }

  .header .bottom ul li.hassubmenu.mobile {
    display: inline-block;
  }

  .header .bottom ul li a {
    font-size: 16px;
    font-weight: 500;
    height: 58px;
  }

  .header .bottom .choosecity {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: -158px;
    font-size: 12px;
  }

  .header .bottom .choosecity span {
    padding-left: 25px;
    margin-left: 5px;
    background: url("res/poi.png") 3px 4px no-repeat;
  }

  .header .submenu {
    top: 250px;
  }

  .header .submenu .wrap > ul {
    margin-left: 0;
    width: 220px;
  }

  .header .submenu .wrap > ul > li {
    width: 200px;
    padding: 0;
    height: auto;
    line-height: 20px;
    margin: 10px 0;
    font-size: 14px;
  }

  .header .submenu .wrap > ul > li > ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 1px;
    top: 0;
    left: 70px;
    width: 240px;
    display: none;
    background: #fff;
  }

  .header .submenu .wrap > ul > li > ul li {
    margin: 0;
    padding: 10px 0 0 40px;
  }

  .header .submenu .wrap .close {
    position: absolute;
    top: 15px;
    right: 0;
    background: url("/res/x.png");
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
  }

  .services {
    padding-bottom: 50px;
  }

  .services h2 {
    margin-top: 60px;
  }

  .services .col {
    padding-left: 0;
  }

  .services .accordeon .tab .content .service {
    margin-bottom: 0;
    padding: 10px 10px;
    height: auto;
  }

  .services .accordeon .tab .content .service .servicetitle {
    width: 100%;
  }

  .services .accordeon .tab .content .service .serviceprice {
    width: 100%;
    text-align: left;
  }

  .services .accordeon .tab .content .service .calltoaction {
    width: 100%;
    text-align: left;
  }

  section.calltoaction {
    padding-top: 20px;
  }

  .calltoaction .wrap img {
    display: block;
    float: none;
    margin: 20px 0;
  }

  .calltoaction .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .calltoaction .content .price {
    font-size: 30px;
    height: 45px;
    line-height: 45px;
  }

  .calltoaction .btn {
    margin-right: 10px;
  }

  .advantages {
    padding-top: 20px;
  }

  .advantages .wrap > img {
    margin-left: 0;
    float: none;
    margin-bottom: 30px;
  }

  .advantages .content {
    width: 100%;
    float: none;
  }

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    left: 280px;
    cursor: pointer;
    transition: 0.5s;
    top: -50px;
  }

  .slick-prev.slick-arrow {
    background: url("/res/arl.png");
    left: 250px;
  }

  .team {
    padding-top: 20px;
    overflow: hidden;
  }

  .team .slider {
    margin-left: 0;
    width: 1300px;
  }

  .team.top .cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    margin: 0;
    padding: 0;
  }

  .team .doc {
    width: 300px;
  }

  .team.top .doc {
    width: 100%;
    heigt: 642px;
  }

  .team .doc img {
    width: 300px;
  }

  .team.top .doc img {
    width: 100%;
  }

  .reviews.top .cols {
    columns: 1;
    column-gap: 10px;
    margin: 0;
    padding: 0;
    padding-left: 108px;
  }

  .faqblock .wrap > .content {
    padding-left: 0;
  }

  .calltoaction.top.doc h1 {
    padding-left: 0;
  }

  .reviews.top .cols {
    padding-left: 0;
  }

  .reviews.top .review {
    width: 100%;
  }

  .faqblock {
    padding-top: 20px;
  }

  .faqblock .wrap img {
    display: block;
    float: none;
    margin-bottom: 30px;
  }

  .faqblock .wrap > .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .lcnsblock .slider {
    margin-left: 0;
  }

  .svcssearchblock form {
    display: block;
    position: relative;
    width: calc(100%);
    height: 44px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #8b9596;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .svcssearchblock form input[type="text"] {
    width: 180px;
  }

  .svcssearchblock form input {
    margin-right: 0;
  }

  .svcssearchblock form input[type="submit"].btn {
    margin-right: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }

  .svcssearchblock .links {
    grid-template-columns: repeat(1, 1fr);
    padding: 35px 0 0 0;
  }

  .svcssearchblock .links li {
    margin: 0;
    padding: 0 50px 0 0;
  }

  .svcssearchblock .links li a {
    padding: 0 10px 0 0;
    background: none;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #252528;
    background: url("res/ar.png") right 10px no-repeat;
  }

  .city {
    top: 0;
  }

  .city .h2 {
    padding-left: 0;
  }

  .city form {
    width: calc(100%);
    margin-left: 0;
    margin-bottom: 60px;
  }

  .city form input[type="text"] {
    padding-right: 0;
  }

  .city form input[type="submit"].btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0;
  }

  .city .links {
    margin: 35px 0 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    height: calc(100vh - 250px);
    overflow-y: scroll;
  }

  .city .links li a {
    background: none;
  }

  .popup .wrap {
    position: absolute;
    width: 280px;
    padding: 10px;
    margin-left: -150px;
    /*top: 50px;*/
    top: 150px;
  }

  .popup .title {
    font-size: 16px;
    font-weight: 600;
  }

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

  .popup input[type="text"] {
  }

  .popup input[type="submit"] {
  }

  .popup input[type="submit"]:hover {
    background: #9ba6ff;
    border: 1px solid #9ba6ff;
  }

  .popup .inf {
    font-size: 11px;
    width: 100%;
    display: block;
    position: relative;
    top: -10px;
    margin-bottom: 10px;
  }
}

ol.bullets_services {
  padding-left: 141px;
}

@media (max-width: 1190px) {
  .calltoaction2 .content_services {
    width: 100%;
    padding-left: 0px;
  }

  section.content .wrap p {
    padding-left: 0px;
  }

  ol.bullets_services {
    padding-left: 24px;
  }
}

@media (max-width: 979px) {
  .calltoaction2 .content {
    padding-left: 10px;
    width: 95%;
  }

  .calltoaction2 .content .price {
    display: contents;
  }
}

@media (max-width: 934px) {
  .calltoaction2 .content_services {
    display: flex;
    padding-left: 0px;
    padding-top: 30px;
    width: 100%;
  }

  .calltoaction2 .wrap img {
    display: block;
    float: left;
    margin-top: 50px;
  }

  section.content .wrap p {
    padding-left: 0px;
  }
}

@media (max-width: 670px) {
  section.calltoaction2 {
    padding-top: 10px;
  }

  .calltoaction2 .wrap img {
    margin-top: 11px;
  }

  .slick-track {
    margin-left: 10px;
  }
}

@media (max-width: 402px) {
  ul.bullets {
    margin-bottom: 55px;
  }

  section.content_services .wrap p {
    padding-left: 0px;
  }

  .licences_bloc .slider img {
    height: 429px;
    width: 291px;
  }

  .licences_bloc .slider {
    height: 429px;
  }
}

@media (max-width: 713px) {
  .team.top .cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 19px;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 439px) {
  .team.top .wrapper__doc .doc img {
    width: 315px;
  }

  .team.top {
    padding-bottom: 0px;
  }
}

.header-icon {
  display: flex;
  position: absolute;
  right: 4.5em;
  bottom: 0.2em;
}

.header-icon a {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0 1.5em;
  filter: invert(100%);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-icon .ok {
  background-image: url(/res/ok.svg);
}

.header-icon .vk {
  background-image: url(/res/vk.svg);
}

@media (max-width: 991px) {
  .header-icon {
    display: none;
  }
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.contacts__map {
  flex: 1 0 300px;
  height: 100%;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/res/map.jpg");
  background-size: cover;
}

.map__btn.active {
  display: none;
}

.feedback-gos {
  margin-top: 40px;
}

.feedback-gos form {
  padding-bottom: 100px;
  max-width: 600px;
  margin: 0 auto;
}

.feedback-gos .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 24px;
}

.feedback-gos p {
  font-size: 14px;
}

.feedback-gos input {
  border: none;
  margin: 0;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  width: 93%;
  background: #fff;
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ddd;
  margin-top: 8px;
}

.feedback-gos textarea {
  border: none;
  margin: 0;
  padding: 0 12px;
  height: 102px;
  line-height: 42px;
  width: 93%;
  background: #fff;
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ddd;
}

.feedback-gos input:hover {
  border: 1px solid #666;
}

.feedback-gos input:focus {
  border: 1px solid #666;
}

.feedback-gos button[type="submit"] {
  display: block;
  height: 44px;
  line-height: 44px;
  background: #6c76cc;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #6c76cc;
  vertical-align: middle;
  font-family: "Montserrat", Sans-Serif;
  transition: 0.5s;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
}

.feedback-gos button[type="submit"]:hover {
  background: #9ba6ff;
  border: 1px solid #9ba6ff;
}

.feedback-gos .inf {
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  display: block;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
}

.result {
  display: none;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px;
  margin: 12px 0;
  background: #000;
  color: #fff;
}

.result p {
  margin: 0;
}

.result.succ,
.result.err {
  display: block;
}

.result.err {
  background-color: #f55858;
}

.container__header {
  background: #252528;
  position: relative;
  width: 100%;
  z-index: 2;
}

.header__border {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #fff;
}

.header__header {
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
}

.header__top {
  max-width: 1280px;
  position: relative;
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-between;
  padding: 30px 0px 30px 0px;
  flex-wrap: wrap;
  margin: 0 20px 0 20px;
}

.header__top .header-search {
  display: block;
  position: relative;
  max-width: 504px;
  height: 44px;
  background: #fff;
  border-radius: 10px;
}

.header__top .header-search input[type="text"] {
  border: none;
  margin: 0;
  padding: 0 60px;
  height: 44px;
  width: 100%;
  max-width: 380px;
  background: rgba(0, 0, 0, 0);
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
}

.header__top .header-search input[type="submit"] {
  border: none;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  width: 20px;
  background: url(/res/s.png) center no-repeat;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 2px;
  left: 25px;
}

.header__top .header-search .ex {
  border: none;
  margin: 0 20px;
  padding: 0;
  height: 44px;
  line-height: 44px;
  width: 20px;
  background: url(/res/x.png) center no-repeat;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

.header__top .top__flex-container .tel {
  color: #9ba6ff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.header__top .btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background: #6c76cc;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #6c76cc;
  margin-right: 0;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s;
  bottom: 0;
}

.flex-container__phone {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-direction: row;
}

.header__top .flex-container-icon a {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0;
  filter: invert(100%);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header__top .flex-container-icon {
  display: flex;
  justify-content: flex-end;
}

.header__top .flex-container-icon .ok {
  background-image: url(/res/ok.svg);
}

.header__top .flex-container-icon .vk {
  background-image: url(/res/vk.svg);
}

.header__top .top__flex-container.container-contact {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 10px;
  align-items: flex-end;
}

.container__header .bottom ul {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  font-size: 16px;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
}

.container__header .bottom ul li.hassubmenu a {
  background: url(/res/sub.png) 9px center no-repeat;
  cursor: pointer;
}

.container__header .header .bottom ul li.current a {
  border-bottom: 2px solid #fff;
}

.container__header .bottom ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 60px;
  font-size: 16px;
}

.container__header .bottom ul li a {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.container__header .bottom ul li.active a {
  background: url(/res/ex.png) 9px center no-repeat;
  border-bottom: 2px solid #6c76cc;
  color: #6c76cc;
}

.container__header .choosecity {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.container__header .submenu {
  position: absolute;
  top: 198px;
  background: #fff;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.container__header .submenu.active {
  display: block;
}

.container__header .bottom .menumobile {
  width: 30px;
  height: 30px;
  background: url(/res/m.png) center no-repeat;
  position: relative;
  right: 3px;
  top: 15px;
  display: block;
  font-size: 0;
  display: none;
  cursor: pointer;
}

.container__header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container__header .buttom__container.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container__header .choosecity span {
  display: inline-block;
  padding-left: 30px;
  margin-left: 10px;
  background: url(/res/poi.png) 8px 19px no-repeat;
}

.container__header .submenu .wrap {
  height: auto;
}

.container__header .submenu .wrap > ul {
  position: relative;
  width: 305px;
  margin: 0;
  padding: 0;
  background: #fff;
  height: auto;
  border-right: 1px solid rgba(37, 37, 40, 0.3);
  text-align: justify;

  padding: 1px;
}

.container__header .submenu .wrap > ul > li {
  display: block;
  float: none;
  width: 305px;
  margin: 0;
  padding: 0;

  margin: 6px 0;
}

.container__header .submenu .wrap > ul > li a {
  color: #252528;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}

.container__header .submenu .wrap .close {
  position: absolute;
  top: 35px;
  right: 10px;
  background: url(/res/x.png);
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
}

.container__header .submenu .wrap > ul > li > ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: auto;
  padding: 1px;
  top: 0;
  left: 305px;
  width: 350px;
  display: none;
}

.container__header .submenu .wrap > ul > li:hover > ul {
  display: block;
}

.container__header .submenu .wrap > ul > li > ul li {
  margin: 0;
  padding: 0px 0 0 3px;
}

.container__header .wrap {
  position: relative;
  z-index: 2;
}

.top__flex-container.container-contact,
.top__flex-container.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1311px) {
  .header__top {
    margin: 0 20px 0 20px;
  }

  .container__header .header__buttom {
    margin: 0 20px 0 20px;
  }
}

@media (max-width: 1180px) {
  .flex-container__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1137px) and (min-width: 280px) {
  .container__header .bottom .menumobile {
    display: block;
  }

  .container__header .bottom {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container__header .submenu .wrap {
    overflow: hidden auto;
  }

  .header .submenu .wrap > ul > li > ul {
    height: 100%;
  }
}

@media (max-width: 520px) {
  .header__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top__flex-container {
    width: 100%;
  }

  .header__top .btn {
    width: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.container__footer a {
  text-decoration: none;
}

.container__footer {
  background-color: #252528;
}

.footer__wraper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1280px;
  margin: 0 auto;
  padding: 70px 0 40px 0px;
  color: #fff;
  column-gap: 35px;
}

.wraper__container-grid,
.container-grid__buttom {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.container-grid__buttom a {
  color: #fff;
}

.wraper__container-grid .container-grid__nav a {
  color: #fff;
}

.container-grid__nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 10px;
}

.container-grid__nav ul li a {
  text-decoration: none;
}

.footer__wraper .container-grid__nav .title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer__wraper .tel {
  color: #9ba6ff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 1280px) {
  .footer__wraper {
    padding: 70px 20px 40px 20px;
    row-gap: 50px;
  }
}

@media (max-width: 980px) {
  .footer__wraper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .footer__wraper {
    grid-template-columns: 1fr;
  }
}

.reviwer-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviwer-content img {
  max-width: 150px;
  border-radius: 10px;
}

.popup input[type="tel"] {
  border: none;
  margin: 0;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  width: calc(100% - 26px);
  background: #fff;
  color: #8b9596;
  font-size: 16px;
  font-family: "Montserrat", Sans-Serif;
  outline: none;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #ddd;
}

.container {
  width: 1280px;
  margin: 0 auto;
  padding: 1px 0;
}

.footer__legal-info {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background-color: #6c76cc;
  margin: 10px 0;
  display: flex;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .footer__legal-info {
    font-size: 12px;
  }
}

.seeds {
  display: flex;
  gap: 10px;
}

.text-block__editor {
  display: none;
}

.sitemap {
  padding-top: 40px;
}

.prices__categories {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.prices__cat {
  padding: 12px 20px;
  font-size: 18px;
  border: 1px solid #6c76cc33;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.prices__cat:hover {
  border-color: #f3f3f8;
  background-color: #f3f3f8;
  transition: background-color 0.3s ease;
}

.prices__cat.active {
  font-weight: 600;
  color: #6c76cc;
  border-color: #f3f3f8;
  background-color: #f3f3f8;
  transition: background-color 0.3s ease;
}

.content.prices {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.prices__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px transparent solid;
  padding-bottom: 10px;
  transition: 0.3s ease;
  background-color: #f4f3f8;
  padding: 20px;
  border-radius: 10px;
}

.prices__item:hover {
  border: 1px #6e78cd solid;
}

.prices__list {
  display: none;
}

.prices__list.active {
  display: block;
  overflow: hidden;
}

.price {
  padding: 28px;
  font-size: 18px;
  appearance: none;
  transition: 0.3s;
}

.price:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.price.hidden {
  display: none;
}

.price[open] {
  padding-bottom: 89px;
}

.price:nth-child(odd) {
  background-color: #f3f3f8;
}

.price__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price__name {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
}

.price__name::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 8px;
  left: 0;
  top: 10px;
  background-color: #6c76cc;
}

.price__name::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  border-radius: 8px;
  left: 4px;
  top: 6px;
  background-color: #6c76cc;
  transition: transform 0.3s;
}

.price[open] .price__name::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}

.price__cost {
  font-weight: 600;
  color: #6c76cc;
}

.price__content {
  padding-top: 28px;
  margin-bottom: -70px;
  font-size: 16px;
}

.prices__btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.prices__btn {
  display: block;
  min-width: 200px;
}

.prices-page {
  padding-bottom: 100px;
}

.pay {
  margin-top: 50px;
  padding: 14px 14px 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  color: #ffffff;
  background-color: #6c76cc;
}

.pay__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.pay__list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pay__item {
  padding: 13px 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 108px;
  height: 72px;
  font-size: 14px;
  background-color: #ffffff1a;
}

.pay__item img {
  margin-bottom: auto;
}

@media (max-width: 1023px) {
  .prices__categories {
    margin-bottom: 30px;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 8px;
    max-width: 100%;
  }

  .prices__cat {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    min-width: max-content;
  }

  .price {
    padding: 16px;
    font-size: 14px;
  }

  .price__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .price__content {
    padding-top: 16px;
    font-size: 14px;
  }

  .prices__btns {
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
  }

  .prices__btns .btn {
    margin-right: 0;
    min-width: 100%;
  }

  .prices-page {
    padding-bottom: 80px;
  }

  .pay {
    margin-top: 30px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .pay__title {
    font-size: 16px;
  }

  .pay__list {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }

  .pay__item {
    width: calc(50% - 5px);
  }
}

.prices__name-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 750px) {
  .prices__name-wrap {
    flex-direction: row;
    gap: 10px;
    min-width: 400px;
    justify-content: space-between;
  }
}

.prices__list-wrap.nomarginwrap {
  min-height: 0;
  margin-bottom: 40px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo picture {
  display: block;
  width: 85px;
  height: 73px;
}

.logo picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo__text p {
  font-family: "Manrope", Sans-Serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.logo__text span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  max-width: 130px;
}

.footer__wraper {
  padding: 100px 20px;
  column-gap: 50px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__phone {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #6c76cc;
}

.footer__email {
  font-weight: 500;
  font-size: 16px;
  color: #6c76cc;
}

.footer__phone:hover,
.footer__email:hover {
  text-decoration: underline;
}

.footer__adres {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin: 0 0 16px;
}

.footer__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__btns a {
  margin: 0;
  text-align: center;
  text-transform: none;
}

.footer__city {
  font-size: 16px;
  cursor: pointer;
}

.footer__city span {
  font-weight: 500;
}

.footer__lic {
  font-size: 14px;
  opacity: 0.7;
  margin: 0;
}

.footer__wraper .container-grid__nav .title {
  font-size: 16px;
}

.wraper__container-grid .container-grid__nav a:hover {
  text-decoration: underline;
}

.footer__legal-info {
  font-size: 12px;
  background-color: #6c76cc;
  margin: 0;
  padding: 16px 20px;
}

.footer__legal-info p {
  margin: 0;
  line-height: 140%;
  letter-spacing: -1%;
}

.footer__legal-info-white {
  background: #fff;
  color: #212121;
}

@media (max-width: 768px) {
  .logo picture {
    width: 69px;
    height: 59px;
  }

  .logo__text p {
    font-size: 33px;
  }

  .logo__text span {
    font-size: 11px;
    max-width: 115px;
  }

  .footer__wraper {
    padding: 40px 20px;
    gap: 30px;
  }

  .footer__legal-info {
    padding: 20px;
  }
}

.topsection__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}

.topsection__lic {
  text-align: right;
}

.topsection__lic span {
  font-size: 14px;
}
.topsection__lic p {
  font-size: 12px;
}

.topsection__lic p a {
  font-weight: 700;
  color: #000;
}

.topsection__lic p a:hover {
  color: #6c76cc;
}

@media (max-width: 1024px) {
  .topsection__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .topsection__lic {
    text-align: left;
  }
}
.doc.wrapper__doc img{
    max-width:100%;
}