@charset "UTF-8";
.lang-mob {
  display: none; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9998; }

.header__top {
  background-color: #F0F0F0; }

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

.adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }
  .adress__location {
    font-family: 'Montserrat-Regular', sans-serif;
    margin-right: 30px; }
    .adress__location_footer:before, .adress__location:before {
      content: '';
      width: 16px;
      height: 24px;
      display: inline-block;
      background-image: url("../img/location-marker.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      vertical-align: bottom; }
  .adress__phone {
    font-family: 'Montserrat-Regular', sans-serif; }
    .adress__phone:before {
      content: '';
      width: 24px;
      height: 24px;
      display: inline-block;
      background-image: url("../img/phone-icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      vertical-align: bottom;
      margin-right: 12px; }

.header__bottom {
  background-color: #792C38; }

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; }

.lang {
  color: #fff;
  position: relative;
  font-family: 'Montserrat-Regular', sans-serif; }
  .lang-mob {
    color: #000; }
  .lang__ru, .lang__ua {
    font-family: "Montserrat-Medium", sans-serif;
    color: black; }
  .lang__selected:after {
    content: url("../img/lang-arrow.svg");
    width: 8px;
    height: 15px;
    margin-left: 6px; }
  .lang-mob__selected:after {
    content: url("../img/lang-arrow-dark.svg"); }
  .lang__box {
    display: none;
    position: absolute;
    top: 28px;
    left: -20px;
    z-index: 9997;
    min-width: 70px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #792C38;
    text-align: center; }
    .lang__box > a {
      font-family: "Montserrat-Medium", sans-serif;
      color: #171717;
      display: block;
      margin-bottom: 6px; }

/*===================== MENU =========================*/
.at-menu {
  display: flex;
  justify-content: space-around; }

.at-menu__btn {
  display: none; }

.at-menu__list {
  display: flex; }

.at-menu__item:not(:first-child) {
  margin-left: 30px;
  /*отступы между кнопками*/ }

.at-menu__link {
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif; }

.adress_mob {
  display: none; }

@media (max-width: 1080px) {
  .heading {
    justify-content: space-around;
    align-items: center; }
  .adress__location:before {
    display: none; }
  .at-menu__list {
    position: absolute;
    left: 0;
    top: 98px;
    display: block;
    text-align: center;
    width: 100%;
    transform: translatey(-150%);

    /*напрвление движения*/
    transition: transform 0.6s ease-in-out;
    background-color: #fff;
    padding: 0 30px;
    box-shadow: 2px 6px 14px 2px rgba(34, 60, 80, 0.4); }
  .header.at-menu-toggle .at-menu__list {
    transform: translatey(0);
    overflow: auto;
    min-height: 100vh;
    height: 100vh;
    -webkit-overflow-scrolling: auto;
    /*напрвление движения*/ }
  .at-menu__item {
    margin: 0 !important; }
    .at-menu__item:not(:last-child) {
      border-bottom: 1px solid #ccc; }
  .at-menu__link {
    display: block;
    width: 100%;
    padding: 30px 0;
    color: #000; }
  /*---Анимация кнопки--*/
  .at-menu__btn {
    display: block;
    width: 35px;
    height: 22px;
    position: relative;
    padding: 0;
    z-index: 9999; }
  .at-menu__line {
    top: 50%;
    transform: translatey(-50%); }
  .at-menu__line,
  .at-menu__line::before,
  .at-menu__line::after {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0; }
  .at-menu__line::before,
  .at-menu__line::after {
    content: ""; }
  .at-menu__line::before {
    top: -8px;
    transition-property: top, transform, background-color; }
  .at-menu__line::after {
    bottom: -8px;
    transition-property: bottom, transform, background-color; }
  .header.at-menu-toggle .at-menu__line {
    background-color: transparent; }
  .header.at-menu-toggle .at-menu__line::before {
    top: 0;
    transform: rotate(45deg); }
  .header.at-menu-toggle .at-menu__line::after {
    bottom: 0;
    transform: rotate(-45deg); }
  .header.at-menu-toggle .at-menu__line::before,
  .header.at-menu-toggle .at-menu__line::after {
    transition-duration: 0.3s, 0.3s, 0.3s;
    transition-delay: 0s, 0.3s, 0.3s; }
  .at-menu__line::before,
  .at-menu__line::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s; }
  .header.at-menu-toggle .at-menu__line::before {
    transition-property: top, transform; }
  .header.at-menu-toggle .at-menu__line::after {
    transition-property: bottom, transform; }
  .adress_desc {
    display: none; }
  .adress_mob {
    display: block; }
  .adress_mob .adress__location {
    font-size: 14px; } }

.slider-video {
  margin-bottom: 20px; }

.swiper-container {
  width: 99%;
  height: 248px;
  position: relative;
  padding: 0 20px; }

.slider__wrapper {
  display: flex;
  justify-content: space-between;
  min-width: 0; }

.swiper-slide {
  width: 360px;
  height: 248px; }

.swiper-button-prev:after,
.swiper-button-next:after {
  position: absolute;
  color: #626262;
  font-size: 18px;
  transform: scale(1.1); }

.swiper-button-prev:after {
  left: -5px; }

.swiper-button-next:after {
  right: -7px; }

.heading-review {
  padding: 0 25px; }

.video {
  position: relative;
  height: 248px;
  background-color: #cecece;
  display: inline-block; }

iframe,
.video__prev {
  width: 100%;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border: none; }

.btn-reset {
  border: none;
  background: transparent;
  cursor: pointer; }

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.video-play-shape {
  fill: #212121;
  fill-opacity: 0.8; }

.video-play-icon {
  fill: #ffffff; }

.video-play:focus {
  outline: none; }

.video:hover .video-play-shape,
.video:focus .video-play-shape {
  fill: #ff0000;
  fill-opacity: 1; }

@media (max-width: 1080px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; } }

.swiper-reviews {
  height: 264px; }

.review {
  border: 1px solid #626262;
  padding: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .review__title {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .review__comment {
    font-size: 16px; }
  .review__ranking {
    display: flex;
    align-items: baseline; }
  .review__star {
    background-image: url("../img/star-active.svg");
    width: 14px;
    height: 14px;
    display: block; }
    .review__star_disabled {
      background-image: url("../img/star-disabled.svg");
      width: 14px;
      height: 14px;
      display: block; }
  .review__date {
    align-self: flex-end; }

.footer {
  background-color: #792C38; }
  .footer-heading {
    padding: 10px 0; }
  .footer-heading {
    display: flex;
    justify-content: space-between; }
  .footer-socials {
    display: flex;
    align-items: center; }
  .footer-socials__text {
    margin-right: 20px;
    word-wrap: normal;
    color: #FFF; }
  .footer__social-icon:not(:last-child) {
    margin-right: 6px; }
  .footer-heading__btns {
    display: flex; }
  .footer .footer-heading__btn:not(:last-child) {
    margin-right: 35px; }

.footer-socials__txt {
  font-size: 16px;
  color: #fff;
  margin-right: 20px; }

.footer-main {
  background-color: #535258;
  padding: 40px 0 36px;
  color: #fff; }
  .footer-main-box {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 35px; }
  .footer-main__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }

.footer-contacts__address {
  display: flex;
  flex-direction: column; }

.footer-nav__link,
.footer-nav .footer-form__title {
  font-size: 16px;
  font-family: "Monserrat-Medium", sans-serif; }

.footer-nav__punkt,
.footer-nav .footer-contacts__title {
  margin-bottom: 11px; }

.footer-contacts__title {
  margin-bottom: 19px;
  font-family: "Monserrat-Medium", sans-serif;
  font-weight: 500; }

.footer-contacts__address a {
  margin-bottom: 7px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFE;
  font-family: "Monserret-Light", sans-serif; }
  .footer-contacts__address a:last-child {
    margin-bottom: 12px; }

.footer-form {
  position: relative; }
  .footer-form__title {
    margin-bottom: 28px; }
  .footer-form__email {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    padding-bottom: 10px;
    outline: transparent;
    color: #fff; }
    .footer-form__email::-moz-placeholder {
      font-size: 16px;
      font-family: "Monserrat-ExtraLight", sans-serif;
      color: #CDCDCD; }
    .footer-form__email:-ms-input-placeholder {
      font-size: 16px;
      font-family: "Monserrat-ExtraLight", sans-serif;
      color: #CDCDCD; }
    .footer-form__email::placeholder {
      font-size: 16px;
      font-family: "Monserrat-ExtraLight", sans-serif;
      color: #CDCDCD; }
  .footer-form:before {
    content: '';
    background-image: url("../img/arrow-form.svg");
    position: absolute;
    display: block;
    right: -29px;
    width: 9px;
    width: 9px;
    height: 19px;
    transition: transform 0.2s; }

.footer-contacts_mob {
  display: none; }

@media (max-width: 1080px) {
  .footer-main {
    padding: 15px 20px; }
  .footer-logo {
    margin-bottom: 35px; }
  .footer-form,
  .footer-contacts {
    display: none; }
  .footer-contacts_mob {
    display: block;
    margin-bottom: 30px; }
  .footer-heading__btn {
    width: auto;
    height: 50px;
    max-width: auto;
    max-height: 60px;
    border-top: none;
    border-bottom: none;
    font-size: 12px; }
    .footer-heading__btn:first-child {
      border-left: none; }
  .footer .footer-heading__btn:not(:last-child) {
    margin-right: 0; }
  .footer-heading {
    padding: 0;
    justify-content: space-around; }
  .footer-socials {
    margin: 0 auto;
    padding: 0 8px; }
  .footer-socials__txt {
    display: none; }
  .footer-container {
    padding: 0; }
  .footer-contacts_mob__wrapper {
    margin-bottom: 14px;
    font-size: 14px; }
  .footer-main__wrapper {
    align-items: flex-start; }
  .footer-contact_mob__tel {
    margin-bottom: 28px; }
  .adress__location_footer {
    position: relative; }
    .adress__location_footer:before {
      position: absolute;
      top: -5px;
      left: -25px; }
  .footer-main__wrapper {
    margin-bottom: 15px; }
  .footer-contacts_mob__wrapper p {
    margin: 5px 0; } }

@media (max-width: 748px) {
  .footer__social-icon {
    flex-shrink: 0;
    height: 23px;
    width: 23px; }
    .footer__social-icon:last-child {
      width: 31px;
      height: 23px; }
  .footer-main__wrapper {
    flex-direction: column;
    align-items: flex-start; } }

.services-page__box {
  padding: 60px 0; }

.services-page__title {
  margin-bottom: 60px;
  min-height: 42px;
  margin-bottom: 20px; }

.services-page__contain {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.services-page-tile__txt {
  font-family: "Montserat-Medium", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px; }

.services-page-tile {
  margin-bottom: 70px !important;
  min-width: calc(50% - 20px);
  margin: 0 auto;
  display: flex; }

.services-page__link {
  font-size: 16px;
  color: #535258;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }

.services-page-tile__img {
  max-width: 75px;
  width: 100%;
  max-height: 70px;
  margin-right: 40px;
  -o-object-fit: contain;
  object-fit: contain; }

@media (max-width: 976px) {
  .services-page__box {
    padding-bottom: 0; }
  .services-page__contain {
    flex-direction: column; }
  .services-page-tile {
    min-width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 4fr 2fr;
    grid-column-gap: 10px; }
  .services-page-tile__img {
    grid-column-start: 2; } }

@media (max-width: 636px) {
  .services-page-tile {
    grid-template-columns: 1fr 1fr 4fr 1fr;
    margin-bottom: 40px !important; } }

@media (max-width: 480px) {
  .services-page-tile {
    grid-template-columns: 5px 30px 4fr 5px; } }

.price {
  padding: 160px 0 70px; }

.price__title {
  margin-bottom: 45px; }

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

.price-location {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px; }
  .price-location__btn {
    padding: 13px 0;
    border: 1px solid #CECECE;
    width: calc(50% - 20px); }
    .price-location__btn:not(:last-child) {
      margin-right: 20px; }

.price__accordeon {
  width: calc(50% - 20px); }

/* Accordion */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.accordion {
  margin-bottom: 10px; }

.accordion__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  background-color: #F8F8F8;
  padding: 15px;
  padding-right: 20px; }

.accordion__control::-webkit-details-marker {
  display: none; }

.accordion__title {
  margin: 0;
  text-align: start;
  font-family: "Monserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px; }

.accordion__icon {
  background-image: url(../img/acc-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 20px;
  height: 10px; }

.accordion__content {
  background-color: #F8F8F8; }

.accordion[open] .accordion__icon {
  transform: rotate(180deg); }

.accordion__control {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  background-color: #F8F8F8; }

.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box; }

.accordion__icon {
  transition: transform 0.3s ease-out; }

.open .accordion__icon {
  transform: rotate(-180deg); }

.open .accordion__content {
  opacity: 1;
  padding: 35px 20px; }

.tab__list-item,
.accordion__list-item {
  display: flex;
  justify-content: space-between;
  font-family: "Monserrat-Regular", sans-serif;
  font-size: 16px;
  padding: 0px 0 10px 15px; }
  .tab__list-item:not(:first-child),
  .accordion__list-item:not(:first-child) {
    padding-top: 10px; }
  .tab__list-item:not(:last-child),
  .accordion__list-item:not(:last-child) {
    border-bottom: 1px solid #CECECE; }
  .tab__list-item p,
  .accordion__list-item p {
    max-width: 355px; }

.price_mob {
  display: none; }

@media (max-width: 1080px) {
  .price {
    display: none; }
  .price_mob {
    display: block;
    padding: 120px 0 50px; }
  .price_mob_borchagovka {
    display: none; }
  .price__accordeon {
    min-width: 100%; }
  .tabs__nav-mob-btn:not(:last-child) {
    margin-right: 10px !important; }
  .tabs__nav-mob-btn {
    min-width: 135px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .price__title {
    margin-bottom: 20px; } }

.personal {
  padding: 60px 0;
  text-align: center; }
  .personal__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: center; }
  .personal__item {
    max-width: 265px;
    margin-bottom: 70px;
    min-height: 487px;
    max-height: 487px;
    position: relative; }
  .personal .personal__title {
    margin-bottom: 35px;
    text-align: left; }
  .personal__item-title {
    text-align: center;
    margin-bottom: 11px; }
  .personal__select {
    height: 30px;
    width: 140px;
    font-size: 16px;
    display: block;
    text-transform: none;
    outline: transparent;
    margin-bottom: 45px;
    padding-left: 10px;
    border-radius: 0; }
  .personal__description {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .personal__link {
    color: #909090;
    font-size: 14px;
    margin-bottom: 5px; }
  .personal__photo {
    margin-bottom: 20px;
    width: 265px;
    height: 345px;
    -o-object-fit: contain;
    object-fit: contain; }
  .personal__btn {
    position: absolute;
    bottom: 0; }

.hidden {
  display: none; }

.hide {
  -webkit-animation-name: hide;
  animation-name: hide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.see-more {
  display: none;
  font-size: 12px; }

@-webkit-keyframes hide {
  0% {
    visibility: visible;
    height: 200px; }
  100% {
    visibility: hidden;
    width: 0;
    height: 0;
    max-width: 0;
    font-size: 0;
    margin: 0; } }

@keyframes hide {
  0% {
    visibility: visible;
    height: 200px; }
  100% {
    visibility: hidden;
    width: 0;
    height: 0;
    max-width: 0;
    font-size: 0;
    margin: 0; } }

@media (max-width: 1080px) {
  .review-more {
    margin-top: 40px !important; }
  .all-reviews-video {
    padding-bottom: 50px !important; }
  .blog-more,
  .review-more,
  .see-more {
    font-size: 12px;
    display: block;
    margin: 0 auto; }
  .personal {
    padding: 120px 0 50px; }
  .personal__item {
    margin-bottom: 33px;
    flex-grow: 1;
    flex-basis: 272px;
    grid-column-start: 2; } }

.blog-page {
  padding: 160px 0 70px; }
  .blog-page__heading {
    display: flex; }
  .blog-page__ranking-select {
    display: flex; }
  .blog-page__wrapper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    justify-content: center; }
  .blog-page__title, .blog-page__description {
    max-width: 360px; }
  .blog-page__title {
    text-align: left;
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 18px;
    margin-bottom: 10px; }
  .blog-page__description {
    color: #909090;
    margin-bottom: auto;
    font-size: 14px; }
  .blog-page__img {
    max-width: 360px;
    width: 100%;
    max-height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px; }
  .blog-page__item {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-basis: 33%;
    flex-shrink: 0;
    padding: 0 15px;
    margin-bottom: 70px; }
  .blog-page__btn {
    display: flex;
    margin-right: auto; }
  .blog-page__select option {
    font-size: 14px;
    padding: 10px 5px; }

.blog-more {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px; }

.counter-active-page.pagination-number:before {
  color: #878787; }

.pagination-numbers {
  counter-reset: counter;
  display: flex;
  justify-content: center;
  font-size: 16px; }

.pagination-number:not(:last-child) {
  margin-right: 25px; }

.pagination-number:before {
  color: #000;
  counter-increment: counter;
  content: counter(counter) " "; }

@media (max-width: 1149px) {
  .blog-page__btn {
    margin: 0 auto;
    width: 190px !important; } }

@media (max-width: 1080px) {
  .blog-page {
    padding: 120px 0 50px; } }

@media (max-width: 754px) {
  .blog-page__item {
    margin-bottom: 30px; }
  .blog-page__img {
    -o-object-fit: none;
    object-fit: none; }
  .blog-page__btn {
    margin-top: 15px; }
  .blog-page__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); } }

.location {
  padding-top: 160px; }
  .location__wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around; }
    .location__wrapper::before {
      position: absolute;
      content: '';
      width: 1px;
      height: calc(100% - 80px);
      background-color: #CECECE;
      top: 35px;
      left: 52%; }

.work {
  padding: 30px 15px 50px;
  min-width: 35%;
  font-family: "Monserrat-Light", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .work__title {
    margin-bottom: 33px;
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 16px; }
  .work__subtitle {
    font-family: "Monserrat-Regular", sans-serif;
    font-size: 16px; }
  .work-row {
    display: grid;
    grid-template-columns: 156px 1fr;
    margin-bottom: 30px; }
  .work__time, .work__phone {
    display: block; }

.map {
  position: relative; }
  .map__img {
    cursor: pointer;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.modal-loc {
  padding: 40px 45px;
  background-color: #fff;
  display: none; }
  .modal-loc__subtitle {
    margin-bottom: 20px;
    font-weight: 600; }
  .modal-loc__title {
    text-align: center;
    margin-bottom: 40px; }
  .modal-loc__img_car {
    margin-right: 28px; }
  .modal-loc__bottom-inner {
    display: flex;
    align-items: center; }
  .modal-loc__top-inner {
    display: grid;
    grid-template-columns: 75px 175px 1fr;
    grid-gap: 25px;
    margin-bottom: 70px; }
  .modal-loc .modal-loc__metro_mob, .modal-loc__metro {
    display: flex;
    flex-direction: column; }
    .modal-loc .modal-loc__metro_mob p, .modal-loc__metro p {
      margin-bottom: 40px; }
    .modal-loc .modal-loc__metro_mob p:before, .modal-loc__metro p:before {
      content: '';
      display: inline-block;
      background-image: url("../img/metro-icon.svg");
      width: 29px;
      height: 23px;
      margin-right: 13px;
      vertical-align: bottom; }

.modal-loc__rout p {
  margin-bottom: 40px; }

.modal-loc__metro_mob {
  display: none; }

@media (max-width: 1080px) {
  .work__title {
    margin-bottom: 20px; }
  .location__wrapper {
    flex-direction: column;
    align-items: center; }
    .location__wrapper:before {
      display: none; }
  .work_borchagovka {
    transform: translateX(-40px); } }

@media (max-width: 775px) {
  .modal-loc__top-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-left: 50px; }
  .modal-loc__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px; }
  .modal-loc__rout p,
  .modal-rout {
    margin-bottom: 15px;
    font-size: 14px; }
  .modal-loc__metro {
    display: none; }
  .modal-loc__metro_mob p {
    display: block;
    margin-bottom: 5px !important;
    font-family: "Monserrat-Regular", sans-serif; }
  .modal-loc__metro_mob p:before {
    width: 15px !important;
    height: 12px !important;
    background-size: cover;
    margin-right: 5px !important;
    margin-bottom: 2px; }
  .modal-loc__bottom-inner {
    position: relative;
    padding-left: 50px;
    font-family: "Monserrat-Regular", sans-serif;
    font-size: 14px; }
  .modal-loc__title {
    font-size: 15px; } }

@media (max-width: 486px) {
  .work {
    margin-bottom: 40px; }
    .work_borchagovka {
      transform: translateX(0); }
    .work-row {
      grid-template-columns: 115px 1fr; }
    .work .btn {
      width: 190px; }
  .modal-loc__img {
    left: -15px;
    width: 35px;
    height: 35px; } }

.article {
  padding: 160px 0 20px;
  margin-bottom: 25px; }
  .article__title {
    margin-bottom: 25px; }
  .article__cover {
    max-width: 665px;
    max-height: 395px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right; }
  .article__content {
    margin-bottom: 70px; }

.pagination {
  margin-bottom: 55px; }
  .pagination__link {
    color: #515151;
    font-size: 14px;
    cursor: pointer; }
    .pagination__link_prew-page::before, .pagination__link_prew-page::after {
      display: inline-block;
      content: url("../img/pagination-arrow.svg");
      margin: 0 10px 0 8px;
      width: 5px;
      height: 10px; }
    .pagination__link_prew-page::before {
      display: none;
      transform: rotate(180deg);
      position: relative;
      top: 6px; }

.blog-footer__title {
  margin-bottom: 20px; }

.blog-footer__wrapper {
  margin-bottom: 0; }

@media (max-width: 1080px) {
  .pagination__link_prew-page::before {
    display: inline-block; }
  .pagination__link_prew-page::after {
    display: none; }
  .pagination {
    margin-bottom: 22px; }
  .article__cover {
    float: none;
    display: block;
    min-width: 100%;
    margin-left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 92vw; }
  .blog-footer__wrapper {
    display: flex;
    flex-direction: row;
    overflow-y: scroll; }
  .blog-footer {
    overflow: hidden; }
  .blog-page__item {
    min-width: 250px; } }

.slider-comparison {
  width: 592px;
  height: 294px; }

.photos {
  padding: 160px 0; }
  .photos__title {
    margin-bottom: 45px; }
  .photos-box {
    display: flex;
    margin-bottom: 40px; }
    .photos-box__text-box {
      padding: 20px; }
    .photos-box__user {
      margin-bottom: 20px; }
    .photos-box__descr {
      margin-bottom: 20px; }
    .photos-box__doctor {
      margin-bottom: 10px; }
    .photos-box__doctor-name, .photos-box__category-title {
      font-family: "Monserrat-Light", sans-serif;
      font-weight: 300;
      color: #000;
      margin-left: 8px; }
    .photos-box__doctor, .photos-box__category {
      font-family: "Monserrat-Medium", sans-serif;
      font-weight: 600;
      color: #888888; }

@media (max-width: 1080px) {
  .photos {
    padding: 120px 0 50px; }
  .photos-box {
    flex-direction: column; } }

@media (max-width: 620px) {
  .slider-comparison {
    max-width: 90vw; } }

.services-page {
  padding-top: 160px; }
  .services-page__img {
    max-width: 665px;
    max-height: 395px;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right; }
  .services-page__main-content {
    padding-bottom: 70px; }
  .services-page__media {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }

.services-tabs {
  float: right;
  text-align: center;
  background-color: #F8F8F8;
  padding: 25px 30px 40px;
  max-width: 363px;
  margin-left: 17px;
  clear: both; }
  .services-tabs__title {
    margin-bottom: 24px; }
  .services-tabs__btn {
    width: 279px; }
  .services-tabs__btn:not(:last-child) {
    margin-bottom: 20px; }

.swiper-person {
  position: relative;
  height: 380px;
  margin-bottom: 60px; }

.team__about_person {
  min-height: 300px;
  max-height: 300px; }

.swiper-person-prev {
  top: 50%;
  left: -30px; }

.swiper-person-next {
  top: 50%;
  right: -30px; }

.tabs {
  padding: 20px 35px;
  background-color: #F8F8F8;
  margin-bottom: 70px; }
  .tabs__title {
    margin-bottom: 20px; }
  .tabs__nav {
    display: flex;
    margin-bottom: 20px; }
    .tabs__nav-btn:not(:last-child) {
      margin-right: 15px; }

.tabs__item {
  display: none; }

.tab-active {
  display: block; }

.feedback {
  margin-bottom: 70px; }
  .feedback__title {
    margin-bottom: 32px; }
  .feedback__box {
    background-color: #F8F8F8; }
  .feedback__inner {
    padding: 20px 35px 70px;
    display: flex;
    justify-content: space-between; }
  .feedback__col {
    display: flex;
    flex-direction: column; }
  .feedback__btn {
    max-width: 320px;
    min-width: 320px;
    max-height: 40px;
    min-height: 40px; }
  .feedback__subtitle {
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 16px;
    margin-bottom: 15px; }
  .feedback__input {
    text-align: center; }
    .feedback__input::-moz-placeholder {
      text-align: center; }
    .feedback__input:-ms-input-placeholder {
      text-align: center; }
    .feedback__input::placeholder {
      text-align: center; }
  .feedback__frst-btn {
    margin-bottom: 20px; }

.swiper-pagination,
.services-page__img_mob,
.swiper-service-page {
  display: none; }

@media (max-width: 1080px) {
  .swiper-pagination {
    display: block; }
  .pagination__link.pagination__link_this-page {
    display: none; }
  .swiper-slide-page {
    position: relative; }
  .swiper-slide__serv-page {
    width: 280px; }
  .swiper-service-page {
    display: block;
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto; }
  .feedback__box {
    display: none; }
  .swiper-pagination {
    margin: 0 auto;
    position: inherit; }
  .swiper-slide__serv-page {
    height: auto; }
  .feedback__col {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    margin: 5px;
    opacity: 1; }
  .swiper-pagination-bullet-active {
    border-color: #792C38;
    background-color: #792C38; }
  .services-tabs {
    display: none; }
  .services-page__img {
    display: none; }
  .services-page__img_mob {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px; } }

@media (max-width: 660px) {
  .accordion__list-item span,
  .tab__list-item span {
    font-size: 12px;
    white-space: nowrap; }
  .accordion__list-item p,
  .tab__list-item p {
    font-size: 12px;
    margin-right: 15px; } }

@media (max-width: 380px) {
  .tabs {
    padding: 15px 20px; }
  .swiper-slide__serv-page {
    transform: scalex(0.8); } }

.doctor {
  padding: 160px 0 50px; }
  .doctor__name {
    margin-bottom: 20px; }
  .doctor__pagination {
    margin-bottom: 36px; }
  .doctor__profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px; }
  .doctor__photo {
    max-width: 410px;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover; }
  .doctor__main-txt {
    max-width: 600px;
    display: flex;
    flex-direction: column; }
  .doctor__title {
    margin-bottom: 36px; }
  .doctor__description {
    margin-bottom: 40px;
    font-family: "Montserrat-Light", sans-serif;
    font-size: 16px; }
  .doctor__row {
    display: grid;
    grid-template-columns: 135px 1fr;
    grid-gap: 20px; }
    .doctor__row:not(:first-child) {
      margin-top: 25px; }
  .doctor__citation {
    font-family: "Monserrat-Regular", sans-serif;
    font-weight: 600; }
  .doctor__value {
    font-family: "Monserrat-Light", sans-serif; }
  .doctor__more {
    margin-top: 10px !important;
    text-decoration: underline;
    line-height: 1.3; }
  .doctor__btn {
    margin-top: auto; }
  .doctor__skills-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .doctor__skills-item-box {
    margin: 0;
    min-width: auto; }
  .doctor__skills-title {
    margin-bottom: 40px; }
  .doctor__item-title {
    max-width: 356px; }
  .doctor__see-more-reviews {
    margin-bottom: 46px;
    float: right; }

@media (max-width: 1080px) {
  .doctor__profile {
    flex-direction: column;
    align-items: center; }
  .doctor__photo {
    margin-bottom: 20px; }
  .doctor__skills-item-box {
    margin-bottom: 30px; } }

@media (max-width: 920px) {
  .doctor__photo {
    margin-bottom: 20px;
    max-width: 95vw; }
  .doctor__title {
    margin-top: 0;
    margin-bottom: 15px; }
  .doctor__description {
    margin-bottom: 26px;
    font-size: 15px; }
  .doctor__citation.doctor__value {
    margin-bottom: 30px;
    font-size: 14px; }
  .doctor__content p,
  .doctor__value p,
  .doctor__value {
    font-size: 14px; }
  .doctor__content {
    margin-top: 10px; }
    .doctor__content p {
      margin-bottom: 10px; }
  .see-more_courses {
    margin-bottom: 30px; }
  .doctor__btn {
    width: 190px !important; } }

.accordion__content-reviews {
  padding: 10px !important; }

.accordion__control_reviews {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 10px; }

.review__star_all {
  margin: 8px 0;
  display: inline-block; }

.accordion__stars {
  max-width: 200px;
  min-width: 200px;
  margin-right: 40px; }

.all-reviews {
  padding: 160px 0 50px; }
  .all-reviews__title {
    margin-bottom: 45px; }
  .all-reviews__nav {
    display: flex; }
  .all-reviews__submit {
    width: 200px;
    height: 38px; }
  .all-reviews__item {
    padding: 15px;
    padding-bottom: 20px;
    border: 1px solid #cecece;
    margin-bottom: 20px; }
  .all-reviews__title-item {
    margin-bottom: 10px;
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 16px;
    text-align: left; }
  .all-reviews__ranking-item {
    margin-bottom: 15px;
    font-family: "Monserrat-Light", sans-serif;
    font-size: 16px; }
  .all-reviews__comment {
    margin-bottom: 20px; }
  .all-reviews__heading {
    display: flex;
    justify-content: space-between; }
  .all-reviews__date {
    align-self: flex-start; }
  .all-reviews-video__txt {
    margin-bottom: 20px;
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 16px; }
  .all-reviews-video {
    padding-bottom: 70px; }

.review__counter {
  margin-left: 10px;
  line-height: 1; }

.answer {
  padding: 10px;
  background-color: #F8F8F8; }
  .answer__title {
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 16px;
    margin-bottom: 10px; }
  .answer__txt {
    font-family: "Monserrat-Light", sans-serif;
    font-size: 16px; }

@media (max-width: 992px) {
  .all-reviews {
    padding-top: 120px;
    padding-bottom: 50px; }
  .all-reviews__title {
    margin-bottom: 20px; } }

@media (max-width: 436px) {
  .all-reviews__nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px; }
  .accordion__control_reviews,
  .all-reviews__submit {
    width: 200px !important; } }

.video-bcg {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden; }

.first-screen__box {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 37%;
  left: 7%;
  padding: 20px;
  background-color: rgba(204, 204, 204, 0.37); }

.first-screen {
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .first-screen__title {
    font-size: 45px;
    color: #fff;
    font-family: "Montserrat-SemiBold", sans-serif;
    max-width: 530px;
    margin-bottom: 30px; }
  .first-screen__btn {
    width: 225px;
    height: 35px;
    background-color: #fff;
    font-size: 12px;
    font-family: "Montserrta-Medium", sans-serif;
    margin-bottom: 10px; }
    .first-screen__btn:not(:last-child) {
      margin-right: 35px; }

.services__tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(287px, 1fr)); }

.tile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #CECECE;
  min-height: 236px;
  max-height: auto;
  font-family: "Monserrat-Medium", sans-serif; }
  .tile__img {
    margin-bottom: 16px; }

.heading-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px; }

.blog,
.sales {
  padding: 58px 0 73px;
  content-visibility: auto;
  -webkit-content-visibility: auto;
  -moz-content-visibility: auto; }
  .blog__card,
  .sales__card {
    max-width: 364px;
    max-height: 420px; }
  .blog__list,
  .sales__list {
    display: flex;
    justify-content: space-between; }
  .blog__img,
  .sales__img {
    margin-bottom: 14px;
    max-height: 364px; }
  .blog__btn,
  .sales__btn {
    display: block;
    padding: 11px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #ccc; 
	text-align:center;
	
	}
	
  .sales__btn{
	  min-height: 70px; 
  }
.blog {
  padding: 58px 0 50px; }

.blog__btn {
  width: 360px;
  height: 72px;
  text-align: center;
  padding-right: 35px;
  padding-left: 35px; }

.heading-blog {
  margin-bottom: 0 !important; }

.person-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px; }

.swiper-person,
.team {
  padding-bottom: 100px;
  content-visibility: auto;
  -webkit-content-visibility: auto;
  -moz-content-visibility: auto; }
  .swiper-person__card,
  .team__card {
    background-repeat: no-repeat;
    background-size: none;
    position: relative;
    box-sizing: border-box; }
    .swiper-person__card:after,
    .team__card:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: background 0.4s linear; }
    .swiper-person__card:hover:after,
    .team__card:hover:after {
      background-color: rgba(0, 0, 0, 0.432); }
    .swiper-person__card:hover .team__about,
    .team__card:hover .team__about {
      opacity: 1; }
  .swiper-person .swiper-slide.team__about_person::after,
  .team .swiper-slide.team__about_person::after {
    top: 22px;
    bottom: 22px; }
  .swiper-person__about,
  .team__about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    z-index: 9;
    position: relative;
    transition: opacity 0.3s linear; }
  .swiper-person__card,
  .team__card {
    flex-basis: 272px;
    min-height: 380px;
    height: auto;
    margin-bottom: 10px;
    padding: 45px; }
  .swiper-person__photo,
  .team__photo {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 273px;
    max-height: 380px; }
  .swiper-person__person,
  .team__person {
    color: #fff;
    margin-top: auto;
    text-align: center; }
  .swiper-person__name,
  .team__name {
    margin-bottom: 10px;
    font-family: "Monserrat-Medium", sans-serif;
    font-size: 18px; }
  .swiper-person-btn,
  .team-btn {
    color: #fff;
    border-color: #fff;
    margin-top: auto; }

.tem__card:not(.swiper-person__card) {
  max-width: 100%; }

.swiper-person__position p,
.team__position p {
  font-family: "Monserrat-ExtraLight", sans-serif;
  font-weight: 100;
  font-size: 14px; }

.seo {
  padding-bottom: 56px;
  content-visibility: auto;
  -webkit-content-visibility: auto;
  -moz-content-visibility: auto; }

.seo__text {
  margin-bottom: 17px; }

.modal {
  display: none; }

.form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 67px 145px 76px; }
  .form__label {
    align-self: flex-start;
    font-size: 16px;
    color: #222;
    margin-bottom: 8px; }
  .form__btn {
    margin-top: 40px;
    width: 100%; }
  .form__subtext {
    color: #838995; }

.modal__title {
  font-size: 30px;
  font-family: "Monserrat-Medium", sans-serif;
  text-align: center; }

.modal input {
  border: none;
  display: block;
  padding: 7px 12px;
  outline: transparent;
  background-color: #ccc;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 30px; }
  .modal input:valid {
    background-color: #e8f0fe; }

.fancybox-button svg {
  min-height: 46px;
  min-width: 46px !important; }

.fancybox-slide--html .fancybox-close-small {
  right: 23px;
  top: 3px; }

.logo,
.footer-logo {
  cursor: pointer; }

.cback-circle {
  background: #792C38;
  color: #792C38; }

.cback {
  width: 120px;
  height: 120px;
  position: fixed;
  top: 86%;
  right: 5%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9999; }
  .cback-circle {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%; }
    .cback-circle--phone {
      width: 68px;
      height: 68px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .cback-circle.fn1 {
      -webkit-animation: pin 2.5s linear .4s infinite normal;
      animation: pin 2.5s linear .4s infinite normal; }
    .cback-circle.fn2 {
      -webkit-animation: pin 2s linear 0s infinite normal;
      animation: pin 2s linear 0s infinite normal;
      background: none; }
  .cback:hover .cback-circle--phone {
    -webkit-animation: hvr-phone 1.5s linear infinite normal;
    animation: hvr-phone 1.5s linear infinite normal; }
  .cback .phone-icon {
    background: url("../img/phone.png");
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: phone-fn 2s infinite ease-in-out;
    animation: phone-fn 2s infinite ease-in-out; }

.modal-reviews {
  width: 80vw;
  display: block; }

.modal-reviews__title {
  margin-bottom: 30px;
  text-align: center; }

.modal-reviews__text {
  width: 100%;
  height: 100%;
  padding: 20px 21px;
  outline-color: #b3b1b1;
  margin-bottom: 20px; }

.modal-box {
  display: none; }

.modal-thanks {
  display: none;
  position: fixed;
  background-color: #83899571;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal-thanks__wrapper {
    background-color: #fff;
    padding: 10px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 9999;
    max-width: 300px; }
  .modal-thanks__title {
    margin-bottom: 30px;
    margin-top: 30px; }

@media (max-width: 700px) {
  .modal-reviews {
    padding: 28px; }
  .modal-thanks {
    padding: 60px 30px; } }

@-webkit-keyframes phone-fn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  100%,
  50% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); } }

@keyframes phone-fn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  100%,
  50% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); } }

@-webkit-keyframes pin {
  0% {
    opacity: .6;
    transform: scale(0.5); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes pin {
  0% {
    opacity: .6;
    transform: scale(0.5); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@-webkit-keyframes hvr-phone {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75); }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75); } }

@keyframes hvr-phone {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75); }
  80% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75); } }

.blog__list,
.sales__list {
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center; }

@media (max-width: 1080px) {
  .cback {
    top: 87%;
    right: -1%;
    z-index: 9997; }
  .lang-desc {
    display: none; }
  .lang-mob {
    display: block; }
  .blog__list,
  .sales__list {
    margin-bottom: 10px;
    flex-wrap: wrap; }
  .blog__card,
  .sales__card {
    margin: 0 auto;
    margin-bottom: 30px; }
  .blog__card {
    margin-bottom: 60px; }
  .swiper-person,
  .team {
    padding-bottom: 50px; }
  .blog {
    padding-bottom: 20px; }
  .team__cards {
    justify-content: center; }
  .form {
    padding: 67px 55px 76px; }
  .first-screen__title {
    font-size: 35px; } }

@media (max-width: 890px) {
  .video-bcg {
    top: 61%; }
  .first-screen {
    height: 69vh; }
  .swiper-person__card,
  .team__card {
    height: 410px; }
  .tem__card:not(.swiper-person__card) {
    max-width: 50%; } }

@media (max-width: 749px) {
  .swiper-person__card,
  .team__card {
    max-width: 100%; }
  .team__card:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none; }
  .cback {
    right: -7%; }
  .btn {
    width: 160px; }
  .title {
    font-size: 20px; }
  .blog__card,
  .sales__card {
    margin: 0 auto 30px;
    width: 100%;
    max-height: 450px; }
  .first-screen__btn {
    margin-bottom: 20px; } }

@media (max-width: 620px) {
  .first-screen__box {
    max-width: 400px; }
  .first-screen__title {
    font-size: 20px; } }

@media (max-width: 573px) {
  .tile {
    min-height: 80px;
    margin: 7px 10px;
    display: grid;
    grid-template-columns: 75px 1fr;
    padding: 15px 10px; }
    .tile__img {
      max-height: 50px;
      max-width: 50px; }
  .services__tiles {
    margin-bottom: 35px; }
  .cback {
    right: -10%; }
  .first-screen__box {
    left: 7%;
    right: 7%; } }

@media (max-width: 420px) {
  .form {
    padding: 29px 25px 30px; }
  .footer-heading__btn {
    width: 100px; }
  .cback {
    right: -12%; }
  .blog__btn {
    width: 100%; } }

@media (max-width: 320px) {
  .at-menu__link {
    padding: 20px 0; } }

@media (orientation: landscape) and (max-height: 411px) {
  .at-menu__link {
    padding: 12px 0;
    padding-right: 10%; }
  .at-menu__list {
    top: 0;
    text-align: right;
    padding-right: 20%; }
  .header.at-menu-toggle .at-menu__line::after {
    background-color: #838995; }
  .header.at-menu-toggle .at-menu__line::before {
    background-color: #838995; } }

@media (orientation: landscape) {
  .first-screen {
    height: 120vh; }
  .first-screen__box {
    top: 25%; } }

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

.form br {
  display: none;
}


.blog__img, .sales__img {
    max-height: 334px;
    margin-top: auto;
}
.blog__card, .sales__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.first-screen__box {
    background-color: rgba(204, 204, 204, 0.17) !important;
}
.first-screen__inner .form__btn:hover {
    background-color: #000 !important;
}
 .modal input:valid {
    background-color: #ccc
}

.first-screen__inner .btn {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

.first-screen__inner .wpcf7 {
    padding: 67px 100px 16px;
}

.first-screen__inner .modal input {
    max-width: 210px;
    margin-bottom: 15px !important;
}
.doctor__value p {
    margin-bottom:17px;
}
.doctor__row {
    grid-template-columns: 150px 1fr;
}

.doctor__citation {
    white-space: nowrap;
}

.blog-page__description {
    margin-bottom: 20px;
}

.at-menu__link {
    text-transform: uppercase;
}

.doctor__main-txt {
    min-width: 600px;
}

.wpcf7-submit {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}


.vilida-modal .wpcf7:placeholder {color: #ccc;
}
.vilida-modal .wpcf7-text {
    max-width: 210px;
    margin-bottom: 15px !important;
}
.vilida-modal {
    padding: 53px 55px 19px;
}


@media(max-width: 660px) {
.doctor__main-txt {
    min-width: initial;
}
}
.feedback__box,
.tabs {
    clear: both;
}

@media (max-width: 1080px) {
.services-page__img {
    display: block;
    max-width: 100%;
    float: none;
    object-fit: cover;
    height: 100%;
    padding: 25px;
    padding-left: 0;
}
}
.page-id-642 .swiper-person {
    height: 262px;
}
.blog__list, .sales__list {
    column-gap: 0;
    justify-content: space-between;
}
.blog__card:not(:last-child) {
    margin-right:10px;
}
.blog__img {
    object-fit: cover;
}

.heading-nav {
    margin-bottom: 35px !important;
}



.page-id-200 .pagination,
.post-type-archive-doctors .pagination{
  display: flex;
  justify-content: center;
}
.page-numbers {
  margin-right: 25px;
}


.page-numbers {
  text-align: center;
  color: #000000;
}
.page-numbers.current {
  color: #878787;

}
.next.page-numbers,
.prev.page-numbers{
  padding: 10px 15px;
  transition: background-color 0.6s ease-in-out;
}
.next.page-numbers:hover,
.prev.page-numbers:hover{
  background-color: #ececec;
}
@media(max-width: 362px) {
  .blog-page__heading {
    font-size: 25px;
  }

  .modal__title {
    font-size: 25px;
  }
}

.personal__photo:nth-child(11),
.personal__photo:nth-child(8) {
  object-fit: cover;
}

.personal__item:nth-child(12) {
  overflow: hidden;
}

.personal__photo:nth-child(12) {
  transform: scale(1.4);
}
.personal__item-title {
  white-space: pre;
}
.tile__img{
max-width: 84px;
}
.services__link {
   display: flex;
flex-direction: column;
   align-items: center;
}
@media (max-width: 770px){

.services__link{
    margin: 0 auto 0 0;
   flex-direction: row;
    
    
}

.tile__img {
    margin-right: 20px;
}

 .tile{
display: flex;
}
}
.seo {
  margin-top: 60px;
}



.vilida-modal .wpcf7 {
  padding: 67px 55px 25px
}

.vilida-modal .modal input {
  margin: 0;
}

.vilida-modal .form__label {
  margin-bottom: -13px;
  display: block;
}

.vilida-modal .wpcf7-form-control .wpcf7-submit form__btn {
  all: unset;
  background-color: transparent !important;
  font-size: 12px;
  font-family: "Monserat-Regular", sans-serif;
  width: 221px;
  height: 35px;
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer !important;
  text-align: center;
}

.vilida-modal .wpcf7-not-valid-tip {
  font-size: 12px !important;
  display: inline-block !important;
}

.vilida-modal.wpcf7-response-output {
  display: none;
}
/*.vilida-modal .wpcf7 .btn:hover {*/
/*  background-color: #000!important;*/
/*  color: #fff!important;*/
/*  border-color: #000!important;*/
/*}*/

@media (max-width: 450px) {
  .vilida-modal .wpcf7  {
    padding: 53px 0 19px;
  }

}

@media (max-width: 768px) {
  .wpcf7-text {
    max-width: 100%!important;
  }

  .vilida-modal .wpcf7 input {
    margin: 0;
    width: 100%;
  }
}
.vilida-modal .wpcf7-response-output {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7-submit:hover {
  background-color: #000!important;
  color: #fff!important;
  border-color: #000!important;
}

#reviews {
  max-width: 700px;
}

.footer__logo {
  text-decoration: none;
}
.footer__text {
  display: block;
  margin: 0 0 10px 5px;
  position: relative;
}
.footer__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24%;
  height: 2px;
  background-color: #e5e5e5;
  margin-left: 5px;
}
#wpcf7-f1609-o3 .form__messages {
  outline: none;
  background-color: #ccc;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
}
#wpcf7-f1609-o3  {
  padding: 30px 0 0 0;
  overflow: auto;
}
#wpcf7-f1609-o3 .wpcf7-text,
#wpcf7-f1609-o3 .form__messages{
  max-width: 100%;
  display: block;
  width: 100%;
}