@import url('/wp-content/themes/santex/src/scss/fonts.css');
html {
  scroll-behavior: smooth;
}
* {
  outline: none !important;
}
.bf-rp-metro:before {
  content: 'станция метро';
}
body {
  background: #fff;
  color: #2B2A29;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.2;
}
ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.section {
  padding: 50px 0;
}
.section--page {
  padding-top: 0;
}
.title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
}
.title--small {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.title--about {
  margin: 0;
}
.title--request {
  text-align: center;
  margin-bottom: 25px;
  font-size: 36px;
}
.link {
  color: inherit;
}
.link:hover {
  text-decoration: none;
  color: inherit;
}
.link--open {
  cursor: pointer;
  border-bottom: 1px #fff dashed;
  transition: border-color 0.3s;
}
.link--open:hover {
  border-color: #f30 !important;
}
.link--green {
  color: #f30;
}
.link--dropdown {
  cursor: pointer !important;
}
.link--underline {
  transition: all 0.3s;
}
.link--underline:hover {
  text-decoration: underline;
}
.link--privacy {
  text-decoration: underline;
}
.link--privacy:hover {
  text-decoration: underline;
}
.link--main {
  transition: all 0.3s;
  cursor: pointer;
}
.link--main:hover {
  color: #f30 !important;
}
.link--tariffs {
  transition: all 0.3s;
}
.link--tariffs:hover {
  color: #f30;
}
.link--red {
  color: #f30;
}
.link--header {
  font-weight: 700;
}
.header {
  position: relative;
}
.header--services:before {
  content: '';
  background: #F6F9FC;
  width: 100%;
  height: 589px;
  position: absolute;
  z-index: -1;
}
.header--fixed {
  position: fixed;
  z-index: 900;
  background: #f6f9fc;
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.header--fixed:before {
  content: none !important;
}
.header--fixed .header__bottom {
  padding: 10px 0 10px 0;
}
.header__mobile {
  display: none;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
}
.header__wrapper--bottom {
  flex-basis: 100%;
}
.header__top {
  padding: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9ebee;
}
.header__logo {
  flex-basis: 170px;
}
.header__location {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__location img {
  margin-right: 5px;
}
.header__info--fixed {
  text-align: right;
}
.header__info--fixed .header__phone {
  font-size: 20px;
}
.header__info--fixed .header__phone:before {
  top: 0;
}
.header__link {
  font-weight: 500;
}
.header__phone {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 5px;
  position: relative;
}
.header__phone:before {
  content: url('/wp-content/themes/santex/src/images/icons/green_phone.svg');
  position: absolute;
  filter: invert(67%) sepia(95%) saturate(6901%) hue-rotate(357deg) brightness(95%) contrast(116%);
  left: -27px;
}
.header__phone--mobile {
  margin-left: 27px;
}
.header__time {
  font-size: 14px;
  text-align: center;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 20px 0;
}
.header__button {
  padding: 12px 25px;
  flex-shrink: 0;
}
.header__dropdown__mobile-items {
  display: none;
}
.header__dropdown__mobile-items ul {
  padding-left: 20px;
}
.header__dropdown__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
}
.header__dropdown__title:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/santex/src/images/icons/green_arrow.svg);
  filter: invert(67%) sepia(95%) saturate(6901%) hue-rotate(357deg) brightness(95%) contrast(116%);
  width: 10px;
  height: 5px;
  transition: all 0.3s;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  background-size: cover;
}
.header__dropdown__title:hover:after {
  transform: rotate(-180deg);
}
.header__dropdown__title--mobile {
  display: inline-block;
  padding: 10px 0;
}
.header__dropdown__title--mobile:hover:after {
  transform: none;
}
.header__dropdown__title--mobile.active:after {
  transform: rotate(-180deg);
}
.header__dropdown__items {
  padding: 20px 0;
  border-radius: 3px;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  position: absolute;
  z-index: 900;
  background: #fff;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s 0.1s;
  transform: translateY(10px);
  white-space: nowrap;
}
.header__dropdown__item {
  padding: 4px 20px;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.header__dropdown__item:hover {
  background: #ff330087;
}
.header__dropdown__block {
  position: relative;
}
.header__dropdown__block:hover .header__dropdown__items {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header__price {
  color: #f30;
  font-weight: 700;
  border: 1px solid #f30 !important;
  border-radius: 20px;
  padding: 2px 10px;
  transition: all 0.3s;
}
.header__price:hover {
  color: #fff !important;
  background: #f30;
}
.header__slide {
  background: #f6f9fc;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  transition: 0.3s all ease;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 1000;
  padding: 10px 0;
}
.header__slide-info {
  margin: 0;
}
.header__slide-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__slide.active {
  transform: translateY(0);
}
.main {
  padding-top: 0;
}
.main__box {
  background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(25, 25, 25, 0.49)), url(/wp-content/themes/santex/src/images/bg2.jpg) center/cover;
  border-radius: 20px;
  padding: 100px 100px 110px 100px;
  position: relative;
}
.main__accept {
  margin: 0;
  color: #ffffff;
}
.main__accept .check-box {
  filter: invert(1) brightness(2);
  margin: 0 !important;
}
.main__title {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 15px;
}
.main__title-price {
  display: inline-block;
  color: #f30;
}
.main__subtitle {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 60px;
}
.main__subtitle span {
  color: #f30;
}
.main__button {
  padding: 16px 20px;
  font-size: 24px;
}
.main__benefits {
  background: #ff33008c;
  color: #fff;
  padding: 10px 20px;
  width: max-content;
  border-radius: 3px;
}
.main__benefits:nth-child(2n) {
  align-self: end;
}
.main__benefits__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.main__benefits__form {
  display: flex;
}
.advantages {
  background: #f9fafc;
}
.advantages__wrapper {
  display: flex;
  justify-content: space-between;
}
.advantages__item {
  text-align: center;
  margin-bottom: 40px;
}
.advantages__img {
  margin-bottom: 20px;
}
.benefits {
  padding: 20px 0;
  padding-bottom: 70px;
}
.benefits__num {
  font-weight: 800;
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
}
.benefits__descr {
  border-top: 3px solid #f30;
  width: max-content;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 600;
}
.about {
  background: #f6f9fc;
}
.about__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}
.about__subtitle {
  font-size: 18px;
}
.tariffs__mobile {
  display: none;
}
.tariffs__item {
  padding: 40px 40px 100px 40px;
  background: #142f5c;
  position: relative;
  color: #fff;
  border-radius: 3px;
  transition: background 0.3s;
  min-height: 550px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.tariffs__icon {
  margin-bottom: 25px;
}
.tariffs__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
  display: inline-block;
}
.tariffs__list {
  margin-bottom: 30px;
}
.tariffs__list li {
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 200;
  position: relative;
}
.tariffs__list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}
.tariffs__price {
  background: #2B2A29;
  padding: 16px 20px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  border-radius: 3px;
  margin-bottom: 30px;
  z-index: 200;
  position: relative;
}
.tariffs__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.tariffs__button {
  z-index: 200;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.tariffs__button:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.tariffs__button--mobile {
  display: none !important;
}
.photos__box {
  background: #142f5c;
  padding: 60px 200px;
  border-radius: 7px;
  padding-bottom: 250px;
  margin: 0 -200px;
}
.photos__slider {
  margin-top: 50px;
}
.photos__img {
  height: 220px;
}
.specialists {
  background: #E8F3F9;
}
.specialists__item {
  background: #fff;
}
.specialists__header {
  display: flex;
}
.specialists__img {
  height: 235px;
  overflow: hidden;
  flex-grow: 1;
}
.specialists__card {
  background: #f30;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 30%;
  color: #fff;
}
.specialists__info {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}
.specialists__info:first-child span {
  display: block;
  font-weight: 600;
  font-size: 32px;
}
.specialists__body {
  padding: 15px;
}
.specialists__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.specialists__bio {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8f3f9;
  margin-bottom: 15px;
}
.specialists__bio span {
  font-size: 16px;
}
.specialists__about span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.specialists .owl-prev, .specialists .owl-next {
  color: #f30 !important;
}
.how {
  color: #fff;
  margin-top: -250px;
  font-size: 18px;
}
.how__benefits {
  display: flex;
}
.how__box {
  padding: 40px 100px 80px;
  background: #2B2A29;
  border-radius: 20px;
}
.how__img {
  margin-bottom: 15px;
  height: 50px;
}
.how__title {
  font-size: 24px;
  font-weight: 700;
  padding-right: 20px;
  font-size: 20px;
}
.how__item {
  flex-basis: 20%;
}
.callback {
  background: url('/wp-content/themes/santex/src/images/callback/2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.callback__title {
  text-align: center;
}
.partners .owl-prev, .partners .owl-next {
  color: #f30 !important;
}
.partners__img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.testimonials {
  background: #E8F3F9;
}
.testimonials .title {
  margin-bottom: 10px;
}
.testimonials__button {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.testimonials__button--page {
  margin-bottom: 30px;
}
.testimonials__box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.testimonials__header {
  display: flex;
  margin-bottom: 24px;
}
.testimonials__mark {
  margin-bottom: 4px;
}
.testimonials__img {
  border: 1px solid #B2B3B3;
  display: inline-block;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  height: 140px;
  width: 140px;
  flex-shrink: 0;
}
.testimonials__info {
  font-weight: 600;
}
.testimonials__type {
  margin-bottom: 10px;
}
.testimonials__name {
  font-size: 24px;
  margin-bottom: 10px;
}
.testimonials__region {
  font-weight: 400;
}
.testimonials__rate {
  width: 140px;
  margin-bottom: 30px;
}
.testimonials__content {
  padding: 30px;
  background: #E8F3F9;
  border-radius: 20px;
  position: relative;
}
.testimonials__content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 17px solid #e8f3f9;
  top: -16px;
  left: 55px;
}
.testimonials__title {
  font-weight: 600;
}
.testimonials__img__descr {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 50%;
  bottom: 10px;
  transform: translateX(50%);
}
.testimonials .owl-prev, .testimonials .owl-next {
  color: #f30 !important;
}
.testimonials-page__item {
  padding: 20px;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}
.testimonials-page__name {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 24px;
}
.testimonials-page__text {
  max-height: 195px;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.testimonials-page__text.active {
  max-height: 1000px;
}
.testimonials-page__button {
  padding: 10px 20px;
}
.testimonials-page__region {
  margin-bottom: 20px;
}
.quality__img {
  height: 160px;
  position: relative;
}
.quality__img:before {
  content: attr(data-count);
  color: rgba(255, 255, 255, 0.45);
  font-weight: 800;
  position: absolute;
  font-size: 81px;
  bottom: -15px;
  left: 5px;
}
.quality__item {
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 350px;
}
.quality__body {
  padding: 25px 30px 0;
}
.quality__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.discounts__mobile {
  display: none;
}
.discounts__item {
  color: #fff;
  background-color: #f30;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 225px;
  justify-content: center;
  text-transform: uppercase;
}
.discounts__item--1 {
  background: linear-gradient(rgba(20, 47, 92, 0.8), rgba(53, 70, 55, 0.96)), url(/wp-content/themes/santex/src/images/discounts/1.jpg) center/cover;
  background-repeat: no-repeat;
}
.discounts__item--2 {
  background: linear-gradient(rgba(20, 47, 92, 0.8), rgba(53, 70, 55, 0.96)), url(/wp-content/themes/santex/src/images/discounts/2.jpg) center/cover;
  background-repeat: no-repeat;
}
.discounts__item--3 {
  background: linear-gradient(rgba(20, 47, 92, 0.8), rgba(53, 70, 55, 0.96)), url(/wp-content/themes/santex/src/images/discounts/5-1.jpg) right/contain, url(/wp-content/themes/santex/src/images/discounts/5-2.jpg) left/contain;
  background-repeat: no-repeat;
}
.discounts__item--4 {
  background: linear-gradient(rgba(20, 47, 92, 0.8), rgba(53, 70, 55, 0.96)), url(/wp-content/themes/santex/src/images/discounts/4.png) left/contain;
  background-repeat: no-repeat;
}
.discounts__item--5 {
  background: linear-gradient(rgba(20, 47, 92, 0.8), rgba(53, 70, 55, 0.96)), url(/wp-content/themes/santex/src/images/discounts/3.jpg) center/cover;
  background-repeat: no-repeat;
}
.discounts__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.discounts__subtitle {
  margin-bottom: 20px;
}
.form__input {
  padding: 20px;
  color: #2B2A29;
  border: none;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.05);
  border-radius: 3px;
  width: 100%;
}
.form__input--search {
  padding: 10px;
  font-size: 14px;
}
.form__input--offer {
  width: unset;
  padding: 10px;
}
.form__wrapper {
  display: flex;
}
.form__button {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}
.form__textarea {
  width: 100%;
  border: none;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.05);
  border-radius: 3px;
  padding: 20px;
}
.form__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form__file__img {
  flex-shrink: 0;
  width: 20px;
  margin-right: 10px;
}
.form__download {
  background: #f30;
  color: #fff;
  padding: 20px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.form__download:hover {
  transform: scale(0.95);
}
.form-group--file {
  text-align: center;
  margin: 0;
}
.form-group--offer {
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.search__button {
  position: absolute;
  right: 2px;
  border: 0;
  background: none;
  filter: invert(1);
  opacity: 0.2;
  top: 50%;
  transform: translateY(-50%);
}
.search__title {
  margin-top: 20px;
}
.modal-footer--column {
  flex-direction: column;
}
.grey {
  color: #B2B3B3;
}
.green {
  color: #f30;
}
.white {
  color: #fff;
}
.block {
  display: block;
}
.img-cover {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.img-contain {
  object-fit: contain !important;
}
.arrow {
  position: relative;
  height: 2px;
  width: 40px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.arrow:before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  top: -4px;
}
.img {
  width: auto !important;
  display: inline-block !important;
}
.img-cover {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.owl-prev, .owl-next {
  position: absolute;
  font-size: 90px !important;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff !important;
  width: 42px;
  transition: all 0.3s ease-out;
  animation-name: scale;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 1.5s;
}
.owl-prev:focus, .owl-next:focus {
  outline: none;
}
.owl-prev.disabled, .owl-next.disabled {
  filter: grayscale(0.2) contrast(20%);
}
.owl-prev:hover, .owl-next:hover {
  opacity: 0.5;
}
.owl-prev {
  left: -77px;
}
.owl-prev img {
  transform: rotate(180deg);
}
.owl-next {
  right: -77px;
}
.nav-btn {
  display: flex;
}
@keyframes scale {
  50% {
    transform: translateY(-50%) scale(1.3);
  }
}
img {
  max-width: 100%;
  height: auto;
}
button:focus-visible {
  outline: none;
}
button:focus {
  outline: none;
}
.button {
  display: inline-block;
  cursor: pointer;
  border: none;
  background: #f30;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button--mobile {
  display: none;
}
.button--tariffs {
  background: #f30;
  color: #fff;
  padding: 20px 30px;
  font-weight: 600;
  transition: all 0.3s;
}
.button--tariffs:hover {
  color: #fff;
  transform: scale(0.95);
}
.button--offer {
  background: #2B2A29;
  margin: 0;
  padding: 0 20px;
}
.button--discounts {
  background: none;
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 18px;
}
.button--scale {
  transition: transform 0.25s;
}
.button--scale:hover {
  transform: scale(0.95);
}
.prices__box {
  background: #E8F3F9;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 30px;
}
.prices__box.active .prices__name {
  display: flex;
}
.prices__title {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 500;
  scroll-margin-top: 180px;
}
.prices__title--from {
  font-size: 1.75rem;
  font-weight: 500;
}
.prices__payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.prices__payment-cards {
  display: flex;
  align-items: center;
}
.prices__warn {
  margin: 30px 0;
  text-align: center;
}
.prices__card {
  margin-right: 15px;
}
.prices__card:last-child {
  margin-right: 0;
}
.prices__name {
  display: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}
.prices__name--title {
  align-items: center;
  display: flex;
}
.prices__button {
  padding: 10px 20px;
  flex: 0 0 10%;
}
.prices__button--more {
  display: none !important;
  margin: 0 auto;
  margin-bottom: 30px;
}
.prices__button--title {
  display: block !important;
  max-width: fit-content;
  margin-left: auto;
  text-align: center;
}
.prices__nav {
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  height: 800px;
  overflow-y: scroll;
}
.prices__nav-title {
  cursor: initial !important;
  font-weight: 700;
}
.prices__nav-title:hover {
  background: unset !important;
}
.prices__nav-button, .prices__nav-more {
  padding: 6px 10px;
  margin-bottom: 4px;
}
.prices__nav-button {
  display: block;
  background: transparent;
  color: #2B2A29;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
}
.prices__nav-button:hover {
  background: #ff330087;
  color: #2B2A29;
}
.prices__wrapper .col-lg-12 {
  display: none;
}
.prices__wrapper .col-lg-12:first-child {
  display: block;
}
.prices__wrapper .col-lg-12.active {
  display: block;
}
.prices__wrapper--page .col-lg-12 {
  display: block;
}
.prices__button--page {
  margin: 0 auto;
  display: block;
}
.price__right {
  white-space: nowrap;
  flex: 0 0 10%;
}
.price__right--from {
  flex: 0 0 25%;
}
.price__right--page {
  text-align: right;
}
.price__left {
  flex: 0 0 70%;
}
.price-list__table {
  margin-bottom: 40px;
  width: 100%;
}
.price-list tr:first-child {
  background-color: #f30;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.price-list td {
  padding: 15px 24px;
  border: 1px solid #e6e9ee;
  text-align: center;
}
.price-list td:first-child {
  text-align: left;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.tabs__btn {
  margin: 0px 0px 15px 0px;
}
.tabs__container {
  margin: 0px 0px 60px 0px;
}
.tabs__button--photos, .tabs__button--popular {
  padding: 10px;
  background: #2B2A29;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.tabs__button--photos.active, .tabs__button--popular.active {
  background: #ffffff;
  color: #2B2A29;
  transform: scale(0.95);
}
.tabs__button--photos:hover, .tabs__button--popular:hover {
  opacity: 0.8;
}
.tabs__button--more {
  display: none;
}
.tabs__button--popular {
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.13);
  margin-right: 10px;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.accept {
  font-size: 15px;
  margin-top: 18px;
  display: flex;
}
.accept--form {
  margin-bottom: 20px;
}
.accept .check-box {
  position: relative;
  margin: 0;
  height: 20px;
  cursor: pointer;
}
.accept .check-box input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.accept .check-box input:checked + .checkmark::before {
  background-image: url(/wp-content/themes/santex/src/scss/../images/icons/input_tick.svg);
}
.accept .check-box .checkmark::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #200E32;
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
}
.accept .check-box-text {
  padding-left: 12px;
}
.accept--request {
  margin-bottom: 40px;
}
.accept--request .check-box {
  filter: invert(1) brightness(2);
}
.faq {
  user-select: none;
}
.faq ul {
  margin-bottom: 1rem !important;
  padding-left: 20px !important;
}
.faq ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f30;
  margin-right: 10px;
}
.faq__date {
  margin-top: -30px;
  margin-bottom: 30px;
}
.faq__text {
  display: none;
  padding: 40px;
  border: 1px solid #E1E1E1;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
}
.faq__title {
  min-height: 100px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border: 1px solid #E1E1E1;
  justify-content: space-between;
  padding: 20px 40px;
  transition: all 0.3s;
  border-bottom: none;
  cursor: pointer;
}
.faq__title:hover {
  background: #f2f2f2;
}
.faq__title:after {
  content: "";
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  border: 3px solid #2B2A29;
  border-left: none;
  border-top: none;
  transition: all 0.3s;
  flex-shrink: 0;
}
.faq__box.active .faq__title {
  background: #E1E1E1;
}
.faq__box.active .faq__title:after {
  transform: rotate(-135deg);
}
.faq__box:first-child .faq__title {
  border-radius: 15px 15px 0 0;
}
.faq__box:last-child .faq__title {
  border-radius: 0 0 15px 15px;
  border-bottom: 1px solid #E1E1E1;
}
.faq__box:last-child .faq__text {
  padding-top: 60px;
  border-bottom: 1px solid #E1E1E1;
  margin-top: -20px;
  border-radius: 0 0 15px 15px;
}
.faq__button {
  width: max-content;
}
.popular__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.popular__wrapper {
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  padding: 20px;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.popular__item {
  display: flex;
  align-items: center;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  padding: 20px;
  margin-bottom: 30px;
  height: 100px;
  color: inherit;
  transition: all ease 0.3s;
  border-radius: 3px;
}
.popular__item:hover {
  color: inherit;
  transform: translateY(-5px);
  text-decoration: none;
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.2);
}
.popular__img {
  flex-basis: 60px;
  margin-right: 30px;
  flex-shrink: 0;
}
.popular__name {
  font-weight: 600;
  margin-bottom: 5px;
}
.popular__tab-buttons {
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
}
.popular__tab-cities {
  display: none;
  flex-wrap: wrap;
}
.popular__tab-cities.active {
  display: flex;
}
.popular__city {
  flex: 0 0 calc(100% / 3);
  margin-bottom: 5px;
}
.popular__button {
  padding: 10px;
  margin-top: 20px;
}
.request {
  padding-top: 115px;
  background: #2B2A29;
  color: #fff;
}
.request__subtitle {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}
.request__phone {
  transition: all 0.3s;
  font-weight: 600;
}
.request__form {
  margin-bottom: 25px;
}
.gallery__img {
  height: 300px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.gallery__hidden {
  display: none;
}
.gallery__button {
  margin: 0 auto;
  padding: 10px;
  display: block;
}
.certificates .owl-prev, .certificates .owl-next {
  color: #f30 !important;
}
.certificates__img {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.service__img {
  height: 100%;
  width: 410px;
  height: 410px;
  width: 100%;
}
.service__circle {
  width: 365px;
  height: 365px;
  background: #373737;
  position: relative;
  border-radius: 100%;
}
.service__circle:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  background: #f30;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  overflow: hidden;
  width: 365px;
  height: calc(365px / 2);
  transform: rotate(225deg) scale(1.2);
  bottom: 25px;
  left: -65px;
}
.breadcrumbs {
  line-height: 1;
  margin: 20px 0 40px 0 !important;
}
.breadcrumbs--service {
  margin: 40px 0 0 0;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
  margin-right: 44px;
  font-size: 15px;
}
.breadcrumbs__item::before {
  content: '';
  position: absolute;
  left: -32px;
  width: 11px;
  height: 11px;
  border-color: currentColor;
  transform: rotate(45deg);
  border: 2px solid;
  border-left: none;
  border-bottom: none;
  top: 2px;
}
.breadcrumbs__item:first-child::before {
  content: none;
}
.breadcrumbs__item span {
  font-weight: 600;
}
.careers__item {
  box-shadow: 0px 6px 15px 5px rgba(19, 93, 108, 0.1);
  border-radius: 20px;
  padding: 30px;
}
.careers__header {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
  position: relative;
}
.careers__header:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #e9ebee;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.careers__info {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.careers__descr li {
  margin-bottom: 5px;
}
.careers__descr li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f30;
  margin-right: 5px;
}
.guarantee__item--strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}
.payment__item {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.payment__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.payment__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.payment__img {
  text-align: center;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.payment__img svg {
  height: 100%;
  width: 100%;
}
.phone__block {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 10000;
  width: 50px;
  height: 50px;
  background: linear-gradient(0deg, #19d444 0%, #8cfe78 100%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/wp-content/themes/santex/src/images/phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
}
.phone__block svg {
  color: #fff;
  width: 20px;
  width: 30px;
  height: 26px;
}
.footer {
  border-top: 1px solid #ffffff4d;
  background: #142f5c;
  padding: 85px 0;
  color: #fff;
}
.footer__menu li {
  margin-bottom: 10px;
}
.footer__logo {
  max-width: 170px;
  display: block;
  margin-bottom: 30px;
}
.footer__link {
  transition: all 0.3s;
}
.footer__link:hover {
  color: #f30;
}
.footer__dropdown {
  position: relative;
}
.footer__dropdown li {
  margin-bottom: 3px;
}
.footer__dropdown--desktop {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  color: #2B2A29;
  background: #fff;
  border-radius: 3px;
  padding: 10px !important;
  z-index: 300;
  top: 20px;
}
.footer__dropdown--mobile {
  display: none;
}
.footer__contacts {
  font-size: 16px;
}
.footer__contacts--hours {
  margin: 0;
}
.footer__contacts--hours:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 5px;
  transform: rotate(45deg);
  top: 5px;
  transition: all 0.3s;
}
.footer__contacts--openhours {
  cursor: pointer;
  position: relative;
}
.footer__contacts--openhours:hover .footer__dropdown--desktop {
  visibility: visible;
  opacity: 1;
}
.footer__contacts--openhours:hover .footer__contacts--hours:after {
  transform: rotate(-135deg);
  top: 7px;
}
.footer__bottom {
  margin-top: 20px;
  border-top: 1px solid #ffffff4d;
  padding-top: 20px;
}
.footer__bottom p {
  margin-bottom: 5px;
}
.footer__payment {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer__card {
  width: 70px;
  flex-shrink: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
.footer .mc, .footer .maestro {
  width: 60px;
}
.footer__share {
  margin-top: 15px;
}
.footer__search {
  position: relative;
}
.footer__annotation {
  opacity: 0.6;
  font-size: 14px;
  margin-top: 20px;
}
.vis-button {
  margin-top: 20px;
  border: none;
  background: none;
  color: #ffff;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.page-privacy {
  line-height: 1.5;
}
.page-privacy__content__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-privacy__content__circle {
  margin-bottom: 20px;
}
.page-privacy__content__circle li::before {
  width: 10px;
  height: 10px;
}
.page-privacy__content__list--inside {
  margin: 0;
}
.page-privacy__content__list--inside li::before {
  display: none;
}
.page-privacy .list {
  color: #4F4363;
}
.page-privacy .list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
.page-privacy .list li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f30;
  position: absolute;
  left: 0px;
  top: 5px;
}
.page-error .title {
  text-align: center;
}
.contacts__item {
  margin: 20px 0 40px 0;
}
.contacts__item p {
  margin-bottom: 5px;
}
.contacts__info {
  font-weight: 600;
  font-size: 24px;
}
.contacts__info img {
  transform: scale(1.2);
}
.offer {
  background: #f30;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  padding: 20px 0;
  position: relative;
}
.offer-static {
  position: static !important;
}
.offer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.offer__text {
  color: #fff;
  font-weight: 700;
  margin-right: 25px;
}
.offer__form {
  display: flex;
}
.offer__counter {
  display: inline-block;
  width: 35px;
  text-align: center;
}
.offer__close {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer__close span {
  background: #fff;
  height: 3px;
  width: 20px;
  display: block;
}
.offer__close span:last-child {
  transform: rotate(90deg);
  margin-top: -3px;
}
.offer__close-wrapper {
  transform: rotate(45deg);
}
#up-button {
  position: absolute;
  top: -65px;
  left: 15px;
  visibility: hidden;
  z-index: 1000;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  border-radius: 100%;
}
#up-button.show {
  opacity: 1;
  visibility: visible;
}
#up-button svg {
  width: 50px;
  height: 50px;
}
.fixed-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 900;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
@media (max-width: 1800px) {
  .photos__box {
    padding: 60px 100px 250px;
    margin: 0px -50px;
  }
}
@media (max-width: 1400px) {
  .header__top .header__wrapper {
    flex-basis: 100%;
  }
  .header__bottom .header__dropdown__title {
    font-size: 14px;
  }
  .header__wrapper--bottom {
    flex-basis: 100%;
  }
  .header__info {
    text-align: right;
  }
  .header__phone {
    font-size: 26px;
  }
  .benefits {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .tariffs {
    padding-top: 0;
  }
  .tariffs__tite {
    font-size: 20px;
  }
  .tariffs__item {
    height: unset;
  }
  .tariffs__price {
    margin-bottom: 15px;
  }
  .button--tariffs {
    position: relative;
    left: unset;
    bottom: unset;
    display: block;
    width: max-content;
  }
  .main__subtitle {
    margin-bottom: 30px;
  }
  .main__box {
    padding: 50px;
  }
  .photos__box {
    padding: 60px 75px 220px;
    margin: 0px -60px;
  }
  .photos .owl-prev {
    left: -60px;
  }
  .photos .owl-prev img {
    transform: rotate(180deg);
  }
  .photos .owl-next {
    right: -60px;
  }
  .how__box {
    padding: 40px 60px 80px;
  }
  .callback {
    background: linear-gradient(rgba(255, 255, 255, 0.39), rgba(228, 228, 228, 0.84)), url(/wp-content/themes/santex/src/images/callback/2.jpg) center/cover;
  }
}
@media (max-width: 1200px) {
  .header__phone {
    font-size: 22px;
  }
  .header__time {
    text-align: right;
  }
  .header__slide-info {
    max-width: 160px;
  }
  .tariffs__title {
    font-size: 16px;
  }
  .main__benefits {
    margin-bottom: 15px;
  }
  .main__benefits-wrapper {
    display: block;
  }
  .specialists .owl-prev, .testimonials .owl-prev, .partners .owl-prev, .specialists .owl-next, .testimonials .owl-next, .partners .owl-next {
    position: static;
    transform: none;
  }
  .offer__form {
    margin-top: 15px;
  }
  .offer__text {
    margin: 0;
    text-align: center;
  }
  .main {
    padding-top: 20px !important;
  }
  .main__box-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .main__benefits__wrapper {
    margin-top: 50px;
  }
  .benefits__descr {
    max-width: 80%;
    text-align: center;
  }
  .benefits__num {
    font-size: 24px;
  }
  .testimonials__item {
    margin-bottom: 50px;
  }
  .quality__item {
    min-height: 370px;
  }
  .photos {
    overflow: hidden;
  }
  .photos__box {
    padding: 60px 75px 200px;
  }
  .how__title {
    padding-right: 10px;
    font-size: 14px;
  }
  .how__benefits {
    margin-top: 40px;
  }
  .how__box {
    padding-bottom: 60px;
  }
  .page-error {
    padding-top: 100px;
  }
  .section--page {
    padding-top: 100px !important;
  }
  .service__img {
    transform: scale(0.7);
  }
  .prices {
    padding-top: 15px !important;
    padding-bottom: 0;
  }
  .tariffs__button {
    display: none;
  }
  .tariffs__button--mobile {
    display: block !important;
    padding: 20px 10px;
  }
  .owl-nav {
    display: flex;
    justify-content: space-between;
  }
  .owl-prev, .owl-next {
    position: static;
    transform: none;
    z-index: 900;
  }
  .owl-prev:hover, .owl-next:hover {
    opacity: 1;
  }
  .owl-dots {
    position: relative;
    text-align: center;
    top: -60px;
  }
  .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #212121 !important;
    margin-right: 5px;
    border-radius: 50%;
  }
  .owl-dot.active {
    background: #f30 !important;
  }
  @keyframes scale {
    50% {
      transform: scale(1.3);
    }
  }
  .photos .owl-dot.active {
    background: #fff !important;
  }
  .tariffs .owl-next, .discounts .owl-next, .tariffs .owl-prev, .discounts .owl-prev {
    color: #f30 !important;
  }
  .discounts .owl-nav, .testimonials .owl-nav, .specialists .owl-nav, .tariffs .owl-nav {
    position: absolute;
    right: -10px;
    top: 0;
    transform: translateY(-100%);
  }
  .discounts .owl-dots, .testimonials .owl-dots, .specialists .owl-dots, .tariffs .owl-dots {
    margin-top: 20px;
    position: static;
  }
  .discounts .owl-prev, .testimonials .owl-prev, .specialists .owl-prev, .tariffs .owl-prev, .discounts .owl-next, .testimonials .owl-next, .specialists .owl-next, .tariffs .owl-next {
    transition: all ease 0.3s;
  }
  .discounts .owl-prev.disabled, .testimonials .owl-prev.disabled, .specialists .owl-prev.disabled, .tariffs .owl-prev.disabled, .discounts .owl-next.disabled, .testimonials .owl-next.disabled, .specialists .owl-next.disabled, .tariffs .owl-next.disabled {
    opacity: 0;
    visibility: hidden;
  }
  .discounts .owl-next.disabled, .testimonials .owl-next.disabled, .specialists .owl-next.disabled, .tariffs .owl-next.disabled {
    margin-left: -40px;
  }
  .prices__button {
    text-align: center;
  }
  .prices__button--title {
    margin: 0;
    margin-bottom: 30px;
  }
  .photos .owl-prev, .certificates .owl-prev, .partners .owl-prev, .photos .owl-next, .certificates .owl-next, .partners .owl-next {
    position: absolute;
    animation: none;
    transform: translateY(-50%);
  }
  .photos .owl-next, .certificates .owl-next, .partners .owl-next {
    right: 0;
  }
  .photos .owl-prev, .certificates .owl-prev, .partners .owl-prev {
    left: 0;
  }
  .photos .owl-dots, .certificates .owl-dots, .partners .owl-dots {
    top: unset;
  }
  .photos .owl-prev, .photos .owl-next {
    text-shadow: #002 1px 0 5px;
  }
  .certificates .owl-carousel .certificates__img {
    margin-bottom: 0;
  }
  .certificates .owl-carousel .owl-dots {
    top: 30px;
  }
}
.site-phone .button {
  display: none;
}
.site-phone .phone__block {
  font-size: 0px;
}
.onl-ds {
  display: block;
}
.onl-mb {
  display: none;
}
@media screen and (max-width: 991px) {
  .onl-ds {
    display: none;
  }
  .onl-mb {
    display: block;
  }
  .onl-mb a {
    text-align: center;
  }
  .site-phone .button {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    width: calc(100% - 30px);
    left: 15px;
    text-align: center;
    padding: 15px;
  }
  #up-button {
    bottom: 100px;
    top: unset;
  }
  body {
    padding: 90px 0px 0px 0px;
    display: flex;
    flex-direction: column;
  }
  body .main.section, body .tariffs.section {
    order: -1;
  }
  .header::before {
    content: none;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__slide {
    display: none;
  }
  .header__phone {
    margin-bottom: 0;
    align-self: center;
    width: max-content;
  }
  .header__location {
    padding: 10px 0;
  }
  .header__location img {
    filter: invert(1) brightness(2);
  }
  .header__button--mobile {
    margin: 15px 0;
  }
  .header__location {
    justify-content: center;
  }
  .header__logo {
    flex-basis: auto;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .header__mobile {
    position: fixed;
    top: 0;
    background-color: #f8f5f4 !important;
    display: block;
    background: unset;
    width: 100%;
    padding: 20px 0;
    color: #212529;
    z-index: 990;
    max-height: 100%;
    overflow-y: scroll;
    text-align: center;
    margin: 0px 0px -25px 0px;
  }
  .header__mobile-right_menu {
    position: fixed;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .header__mobile-right_menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header__mobile-right_menu.active .header__mobile-back_content {
    transform: translate(0, 0px);
  }
  .header__mobile-right_menu .header__mobile-back_content {
    transform: translate(100%, 0px);
    transition: transform 0.3s ease-in-out;
  }
  .header__mobile-right_menu .header__phone.header__phone--mobile {
    color: #fff;
  }
  .header__mobile-backdrop {
    position: fixed;
    right: 0;
    height: 100vh;
    width: 100vw;
    top: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0.5;
  }
  .header__mobile-burger {
    cursor: pointer;
    width: 55px;
  }
  .header__mobile-back_content {
    z-index: 101;
    position: relative;
    min-height: 100vh;
    background-color: #020b0d;
    margin: 0px 0px 0px 80px;
    width: calc(100% - 80px);
    max-height: 100vh;
    overflow: auto;
    color: #fff;
  }
  .header__mobile-back_content .header__dropdown__title {
    width: 80%;
  }
  .header__mobile-close-block {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 15px 0px;
    align-items: center;
  }
  .header__mobile-close svg {
    width: 40px;
    height: auto;
  }
  .header__mobile-close svg path {
    fill: #fff;
  }
  .header__mobile__content {
    display: block !important;
    color: #fff;
    padding: 0px 0;
    background: rgba(0, 0, 0, 0.92);
    padding: 20px;
  }
  .header__mobile__logo {
    width: 200px;
    filter: invert(1) brightness(2);
    display: block;
  }
  .header__mobile__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__mobile-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__mobile-wrapper .header__logo.header__logo--mobile {
    margin: 0px;
  }
  .header__mobile-wrapper .header__logo.header__logo--mobile img {
    width: 70px;
  }
  .header__mobile-wrapper .header__phone.header__phone--mobile.link {
    margin: 0px !important;
  }
  .header__mobile-wrapper .header__phone.header__phone--mobile.link:before {
    content: '';
  }
  .header__mobile-subtitle {
    margin-bottom: 5px;
  }
  .header__mobile__hamburger {
    width: 55px;
  }
  .header__mobile__hamburger span {
    height: 4px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
    transition: all ease 0.3s;
  }
  .header__mobile__hamburger span:last-child {
    margin: 0;
  }
  .header__mobile__hamburger.active span {
    margin: -4px;
  }
  .header__mobile__hamburger.active span:first-child {
    transform: rotate(45deg);
  }
  .header__mobile__hamburger.active span:last-child {
    transform: rotate(-45deg);
  }
  .header__mobile__hamburger.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }
  .header__mobile__menu {
    margin-bottom: 10px !important;
  }
  .header__dropdown__item {
    padding: 10px;
  }
  .title {
    font-size: 35px;
  }
  .tabs__button--hidden {
    display: none;
  }
  .tabs__button--more {
    display: inline-block;
  }
  .main__title {
    font-size: 40px;
  }
  .popular__city {
    flex: 0 0 100%;
  }
  .tariffs__mobile {
    display: block;
  }
  .tariffs__desktop {
    display: none;
  }
  .tariffs__icon img {
    width: unset !important;
  }
  .payment__item {
    margin-bottom: 50px;
  }
  .prices__hidden {
    display: none;
  }
  .prices__button--more {
    display: block !important;
  }
  .prices__nav {
    height: 300px;
    text-align: center;
  }
  .discounts__mobile {
    display: block;
  }
  .discounts__desktop {
    display: none;
  }
  .service {
    padding-bottom: 0;
  }
  .service__img {
    display: none;
  }
  .popular__title {
    text-align: left;
  }
  .footer__dropdown--desktop {
    display: none;
  }
  .footer__share {
    margin: 15px 0;
  }
  .footer__contacts--hours {
    margin: 0;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  .footer__contacts--hours:after {
    content: none;
  }
  .footer__contacts--hours:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    transform: rotate(45deg);
    top: 3px;
    transition: all 0.3s;
    right: -15px;
  }
  .footer__contacts--openhours.active .footer__contacts--hours:before {
    transform: rotate(-135deg) !important;
    top: 7px;
  }
  .benefits__num {
    font-size: 22px;
  }
  .button--desktop {
    display: none;
  }
  .button--mobile {
    display: block;
  }
  .popular__item:hover {
    transform: none;
  }
  .how__benefits {
    overflow: scroll;
  }
  .how__item {
    flex: 0 0 30%;
  }
  .main__form {
    display: block;
  }
  .main__form .form__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .main__form .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main__button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .prices__nav {
    margin-top: 30px;
  }
  .section {
    padding: 30px 0;
  }
  .title {
    font-size: 30px;
  }
  .title--about {
    margin-bottom: 30px;
  }
  .benefits__descr {
    margin-bottom: 30px;
  }
  .how {
    margin: 0;
  }
  .how__item {
    margin-bottom: 10px;
    min-width: 150px;
  }
  .quality__item {
    min-height: 420px;
  }
  .footer__menu {
    margin-bottom: 50px;
  }
  .photos__box {
    padding: 60px 30px 60px;
    margin: 0;
  }
  .popular__item {
    height: unset;
  }
  .popular__title {
    display: none;
  }
  .popular__tab-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .popular__tab-content {
    display: none;
  }
  .popular__tab-content.active {
    display: block;
  }
  .price__left {
    flex: 0 0 45%;
  }
  .price__right--from {
    flex: 0 0 45%;
  }
  .main__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .main__subtitle {
    font-size: 24px;
  }
  .main__box {
    padding: 50px;
  }
  .main__benefits__wrapper {
    display: none;
  }
  .header__mobile-wrapper {
    width: 100%;
  }
  .header__mobile-subtitle {
    margin-bottom: 0 !important;
  }
  .header__mobile__content {
    padding: 10px;
  }
  .header__dropdown__title--mobile {
    padding: 7px 0;
  }
  .header__logo {
    width: 30%;
    margin-bottom: 20px;
  }
  .header__button--mobile {
    width: unset;
    align-self: center;
    margin: 10px 0;
  }
  .main {
    padding: 0 !important;
  }
  .phone__block {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .benefits {
    display: none;
  }
  .quality__item {
    min-height: unset;
  }
  .main__title {
    font-size: 26px;
  }
  .main__subtitle {
    font-size: 20px;
  }
  .main__box {
    padding: 25px;
  }
  .main__button {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .main__button .arrow {
    display: none;
  }
  .header__phone {
    font-size: 20px;
  }
  .header__mobile__hamburger {
    transform: scale(0.7);
  }
  .header__mobile__wrapper {
    height: 32px;
  }
  .title {
    font-size: 30px;
  }
  .faq__title {
    font-size: 18px;
  }
  .faq__title:after {
    width: 12px;
    height: 12px;
  }
  .offer__form {
    flex-wrap: wrap;
  }
  .form-group--offer {
    flex: 0 0 100%;
    margin-bottom: 10px !important;
  }
  .form__input--offer {
    width: 100%;
  }
  .button--offer {
    padding: 10px;
  }
  .prices__list {
    font-size: 14px;
  }
  .prices__nav-button, .prices__nav-more {
    font-size: 14px;
  }
  .price-list__table {
    font-size: 14px;
  }
  .price-list td:first-child {
    word-break: break-word;
  }
}
@media screen and (max-width: 500px) {
  .prices__name {
    flex-wrap: wrap;
  }
  .prices__button {
    width: max-content;
  }
  .prices__button-wrapper {
    margin-top: 10px;
    flex: 0 0 100%;
  }
  .price__right--from {
    flex: 0 0 5%;
  }
  .footer__card {
    width: 58px;
  }
  .tariffs__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .tariffs__title {
    font-size: 20px;
  }
  .prices__title {
    font-size: 1.4rem;
  }
}
.letters__block {
  display: flex;
  flex-wrap: wrap;
}
.letters__item {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0px 0px 15px 0px;
}
.letters__title {
  font-size: 36px;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
  color: #57C565;
}
.letters__input {
  margin: 20px 0px;
}
.letters__input input {
  width: 100%;
  font-size: 16px;
  padding: 16px;
  border: 1px solid #e9ebee;
}
.letters__item a {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 15px 0px;
  transition: color 0.3s ease-in-out;
}
.letters__item a:hover {
  color: #57C565 !important;
}
.city-list__block {
  display: flex;
  flex-wrap: wrap;
}
.city-list__block li {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0px 0px 10px 0px;
}
.city-list__block li a {
  display: inline-block;
  width: 100%;
  color: #000 !important;
  text-decoration: none !important;
  padding: 0px 10px 0px 0px;
  transition: color 0.3s ease-in-out;
}
.city-list__block li a:hover {
  color: #57C565 !important;
}
@media screen and (max-width: 1199px) {
  .letters__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px 15px 0px;
  }
  .city-list__block {
    display: flex;
    flex-wrap: wrap;
  }
  .city-list__block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.search__item {
  text-decoration: none !important;
  margin: 0px 0px 30px 0px;
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 20px;
  border: 1px solid #e9ebee;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.search__item:hover {
  color: #57C565 !important;
  border-color: #57C565 !important;
}
.rp-rajon:before {
  content: 'район';
}
.rp-metro:before {
  content: 'станция метро';
}
.rp-prosp:before {
  content: 'проспект';
}
.rp-prosp-upper:before {
  content: 'Проспект';
}
.rp-plos:before {
  content: 'площадь';
}
.rp-plos-upper:before {
  content: 'Площадь';
}
/*# sourceMappingURL=https://xn----8sbncpanljcbgxtne6c.xn--p1ai/wp-content/build/scss_library/3c759b6375d0e6056f30d97b7d93e2a77078f600.css.map */