/* * {
  outline: 1px solid red;
} */

body {
  font-weight: 500;
  font-size: 1rem;
  color: var(--black);
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
}

.banner {
  background-color: #202020;
  padding: 27px;
  position: relative;
  margin-bottom: 11px;
  overflow: hidden;
	max-height:90px;
}

.banner__text {
  color: var(--white);
  font-size: 24px;
  text-align: center;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-right: 250px;
}

/* .banner__text::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white);
  margin-top: 3px;
  display: block;
} */

.banner::before {
  content: "";
  display: block;
  background-image: url("../images/discount.png");
  background-size: cover;
  width: 342px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60%;
}
.banner__offer{
font-size:13px;
}
.header {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 30px;
  position: relative;
}

.wrap--max-l {
  max-width: 1630px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

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

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

.logo {
  width: 250px;
  height: 44px;
}

.logo__link {
  width: 100%;
  height: 100%;
}

.contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}

.telephone {
  font-weight: 700;
}

.telephone_mobile {
  display: none;
}

.service-btn {
  font-weight: 700;
  border: 1px solid #d0d0d0;
  border-radius: var(--border-radius12);
  background-color: var(--white);
  width: 242px;
  height: 46px;
  padding: 13px 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.3s all linear;
}

.nav-list {
  display: flex;
  gap: 40px;
}

.nav__link {
  font-size: 14px;
  color: var(--grey);
  transition: 0.3s all linear;
}

.letsee-btn {
  font-size: 14px;
  color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.letsee-btn::before {
  content: url("../images/eye.svg");
  width: 22px;
  height: 14px;
}

.search-hero {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.search-hero__title {
  margin-bottom: 20px;
}

.search-hero .form-search {
  max-width: 100%;
}

.services {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0px;
  border-radius: 0 0 25px 25px;
  background: #f9f9f9;
}

.wrap {
  max-width: 1360px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.services-swiper {
  width: 650px;
  height: 570px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius25);
}

.services-swiper .swiper-wrapper {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
}

.services-swiper .swiper-slide {
  width: 650px;
  height: 570px;
  position: relative;
  border-radius: var(--border-radius25);
  overflow: hidden;
}

.services-swiper .swiper-pagination {
  border-radius: var(--border-radius25);
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 128px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 19px;
}

.services-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #979797;
  border-radius: 50%;
}

.services-swiper .swiper-pagination-bullet-active {
  background: #464646;
  width: 8px;
  height: 8px;
}

.title {
  font-weight: 700;
  font-size: 32px;
  color: var(--black-bold);
}

.swiper__title {
  margin: 30px;
  position: relative;
  z-index: 1;
  max-width:500px;
}


.swiper-slide__text {
  padding: 27px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--white);
border-bottom-left-radius:var(--border-radius25);
border-bottom-right-radius:var(--border-radius25);
  color: var(--black);
  font-weight: 500;
  font-size: 24px;
  z-index: 1;
  width: 100%;
  min-height:118px;
}

.swiper-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.services-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services__item {
  max-width: 650px;
  width: 100%;
  height: 90px;
  background: var(--white);
  border-radius: var(--border-radius25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all linear;
}

.services__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.services__title {
  font-weight: 500;
  font-size: 20px;
}

.btn {
  border-radius: var(--border-radius25);
  background-color: transparent;
  transition: 0.3s all linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 153px;
  height: 50px;
  flex: none;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(54, 106, 243, 0.17) 0%,
    #59fee5 100%
  );
  z-index: -1;
  transition: 0.3s all linear;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #59fee5 0%,
    rgba(54, 106, 243, 0.17) 100%
  );
  z-index: -1;
  opacity: 0;
  transition: 0.3s all linear;
}

.wrap_flex {
  display: flex;
  gap: 30px;
}

.social-btn {
  margin-top: 30px;
  border-radius: var(--border-radius25);
  padding: 15px 30px;
  width: 341px;
  height: 59px;
  background: var(--white);
  color: var(--black);
  font-size: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  transition: 0.3s all linear;
}

.tg-btn::before {
  content: url("../images/icons/tg-icon.svg");
}

.slider-side {
  flex: none;
  max-width: 650px;
  width: 100%;
}

.services__arrow {
  width: 17px;
  height: 15px;
  transition: 0.3s all linear;
  background-image: url(../images/icons/arrow.svg);
}

.programs {
  padding-top: 80px;
}

.programs-swiper {
  max-width: 1192px;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.programs-swiper .swiper-wrapper {
  display: flex;
  width: fit-content;
}

.programs-swiper .swiper-slide {
  width: 377px;
  height: 534px;
}

.programs__card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
  border-radius: var(--border-radius25);
	overflow:hidden;
  background-size: cover;
  border: 1px solid transparent;
}

.programs__link {
  width: 100%;
  height: 100%;
  display: block;
}

.programs__discount {
  position: absolute;
  right: 0;
  top: 30px;
  border-radius: var(--border-radius25) 0 0 25px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 33px;
  font-weight: 700;
  font-size: 20px;
  color: var(--green);
}

.programs__status {
  background: var(--green);
  color: var(--white);
  border-radius: var(--border-radius25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 33px;
  font-size: 14px;
}

.programs__title {
  margin-top: 30px;
  font-size: 20px;
}

.programs__desc {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}

.programs__desc span {
  color: #484848;
}

.programs__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.swiper-buttons {
  position: absolute;
  top: 249px;
  right: 0;
}

.swiper__btn {
  width: 46px;
  height: 154px;
  border-radius: var(--border-radius25);
  background: var(--black-bold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.swiper__btn svg {
  fill: var(--white);
}

.swiper-button-prev {
  display: none;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  background: #d9d9d9;
  cursor: default;
}

.about {
  padding-top: 80px;
}

.about-content {
  max-width: 647px;
  width: 100%;
}

.about .title {
  padding-top: 50px;
}

.about .desc {
  margin-top: 40px;
}

.desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--grey);
}

.online-walk {
  border-radius: var(--border-radius25);
  max-width: 649px;
  width: 100%;
  height: 467px;
  position: relative;
  overflow: hidden;
background: linear-gradient(270deg, rgba(54, 106, 243, 0.1) 0%, rgba(89, 254, 229, 0.15) 100%);
display:flex;
flex-direction:column;
justify-content:center;
	align-items:center;
}
.online-walk__img{
max-width:604px;
padding:10px;
width:100%;
height:auto;
}
.online-walk__link {
  border-radius: var(--border-radius25);
  max-width: 425px;
  width: 100%;
  height: 60px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s linear;
margin-top:-40px;
}
.online-walk__link::before {
  content: "";
  background: url("../images/arrow-walk.svg") center no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}
.online-walk__video {
  position: absolute;
  width: 441px;
  height: 441px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 80px;
  padding: 60px 0;
  background: #292929;
}

.footer .logo {
  width: 307px;
  height: 54px;
}

.footer .nav-list {
  justify-content: space-between;
}

.footer .nav__link {
  color: var(--white);
  font-weight: 700;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}

.footer .contacts {
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  color: var(--white);
}

.footer .telephone {
  font-size: 24px;
}

.search-block {
  width: 100%;
  min-height: 240px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 2;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s linear;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.search-block.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search-block .wrap_flex {
  flex-direction: column;
  gap: 30px;
}

.search-block .nav {
  display: none;
}

.search-block .nav-list {
  justify-content: space-between;
}

.search-block__services-list {
  display: flex;
  gap: 48px;
}

.search-block__link {
  color: var(--grey);
  font-weight: 700;
}

.form-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 1;
}

.form-search__label {
  width: 100%;
  height: 100%;
  position: relative;
}

.form-search__input {
  width: 100%;
  height: 100%;
  padding: 30px;
  border: none;
  border: 1px solid #d0d0d0;
  border-radius: var(--border-radius12);
  position: relative;
}

.form-search__label-text {
  position: absolute;
  font-size: 16px;
  color: var(--grey);
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 3;
}

.form-search__input:focus-visible + .form-search__label-text {
  display: none;
}

.form-search__input:not(:placeholder-shown) ~ span,
.form-search__input:focus ~ span {
  display: none;
}

.form-search__btn {
  position: absolute;
  right: 30px;
}

.form-search__response {
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  z-index: -1;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #d0d0d0;
  border-radius: var(--border-radius12);
  width: 100%;
  min-height: 142px;
  display: none;
}

.form-search__response-title {
  font-size: 16px;
  color: var(--black);
  padding: 30px 0;
  border-bottom: 1px solid #d0d0d0;
}

/* SERVICE*/
.services-navigation {
  padding: 50px 0;
  border-radius: 0 0 25px 25px;
  background: var(--white9);
  position: relative;
}

.services-navigation .wrap_flex {
  flex-direction: column;
  gap: 30px;
}

.services-navigation__title {
  font-size: 36px;
  color: var(--black-bold);
  font-weight: 700;
}

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

.breadcrumb__item {
  color: var(--grey-light);
}

.breadcrumb__item:not(:last-child):after {
  content: "/";
  color: var(--grey);
  margin-left: 10px;
}

.breadcrumb__link {
  color: var(--grey);
}

.tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.tags__link {
  background: var(--white);
  border: 2px solid var(--grey3);
  border-radius: var(--border-radius12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 20px;
  transition: all 0.3s linear;
}

.tags__link.active {
  background: var(--black20);
  color: var(--white);
}

.catalog-page {
  padding: 50px 0;
}

.catalog-content {
  width: 100%;
}

.filters {
  width: 378px;
  flex: none;
  border: 1px solid var(--grey3);
  border-radius: var(--border-radius12);
  padding: 30px;
  position: relative;
  height: fit-content;
}

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

.products--loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.products--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid var(--grey3, #ddd);
  border-top-color: var(--blue, #00257f);
  border-radius: 50%;
  animation: products-spin 0.8s linear infinite;
}

@keyframes products-spin {
  to {
    transform: rotate(360deg);
  }
}

.product {
  width: 100%;
  border: 1px solid var(--grey3);
  border-radius: var(--border-radius12);
  background: var(--white);
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
}

.product__body {
  max-width: 895px;
  width: 100%;
  padding: 30px 22px 30px 30px;
}

.product__content {
  display: flex;
  gap: 30px;
  align-items: center;
}

.product__img {
  width: 146px;
  height: 134px;
  border-radius: var(--border-radius12);
  flex: none;
}

.product__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: flex-start;
}

.product__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--black);
}

.product__desc {
  font-weight: 500;
  font-size: 16px;
  color: var(--grey);
}

.product__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 297px;
  min-height: 100%;
  padding: 30px;
  background: var(--white9);
  border-radius: var(--border-radius12);
}

.product__description {
  max-width: 628px;
}

.product__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product__list-item {
  border: 1px solid var(--grey3);
  border-radius: var(--border-radius25);
  color: var(--black);
  padding: 5px 15px;
  width: fit-content;
  font-size: 14px;
}

.product__list-name {
  color: var(--grey);
}

.product__notes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.product__notes-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.product__price {
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

.product__link {
  border-radius: 25px;
  padding: 15px 35px;
  width: 229px;
  height: 50px;
  display: flex;
  justify-content: center;
}

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

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

.filter__title {
  font-size: 20px;
  color: var(--black);
}

.filter__content {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  width: fit-content;
}

.filter__checkbox {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.checkbox__input {
  appearance: none;
  border: 1px solid var(--grey3);
  border-radius: 2px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.checkbox__input:checked {
  background: var(--blue);
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox__label {
  font-size: 16px;
  color: var(--grey);
}

.range-filter__inputs {
  display: flex;
  gap: 10px;
}

.range-filter__field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.range-filter__input {
  width: 124px;
  height: 38px;
  border-radius: var(--border-radius25);
  border: 1px solid var(--grey3);
  text-align: center;
}

.filters__actions--floating {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  z-index: 100;
  width: 226px;
  height: 149px;
  /* animation: fadeIn 0.2s ease; */
  top: 0;
  left: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  background: var(--white);
  padding: 20px 30px;
  border-radius: var(--border-radius12);
}

/* Стрелочка указывающая на input */
/* .filters__actions--floating::before {
  content: "";
  position: absolute;
  top: 47%;
  left: -12px;
  width: 16px;
  height: 16px;
  background: var(--black20);
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  transform: rotate(45deg) translateY(-50%);
  z-index: -1;
} */

.filters__actions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
}

.filters__actions-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.filters__actions-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0;
  line-height: 1;
}

.filters__actions-close:hover {
  background: #e9ecef;
  color: #666;
}

.filters__actions-buttons {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filters__button {
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
  border-radius: var(--border-radius12);
	display:flex;
	justify-content:center;
}

.filters__button--submit {
  background: var(--black20);
  color: white;
}
.filters__button--submit.active {
  background-color: var(--green);
}

/* .filters__button--submit:hover {
  background: var(--white);
  color: var(--black20);
  transform: translateY(-1px);
} */

.filters__button--reset {
  background-color: white;
  color: #6c757d;
  border: 1px solid #dee2e6;
}

/* .filters__button--reset:hover {
  background-color: var(--black20);
  border-color: var(--black20);
  color: var(--white);
} */

/* Подсветка активного input */
.input--active {
  position: relative;
  z-index: 10;
}

.input--active .checkbox__label {
  background: rgba(0, 123, 255, 0.1);
  border-radius: 4px;
  padding-left: 8px;
  margin-left: -8px;
}

/* .input--active .range-filter__input {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
} */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 5px)) translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(calc(100% + 10px)) translateY(0);
  }
}

.filter-show-btn {
  display: none;
  position: absolute;
  top: 45px;
  right: 31px;
  z-index: 1;
}

.product__notes-svg {
  flex: none;
}

/* APPlication*/
.application__layout {
  background-color: var(--white9);
  border-radius: var(--border-radius12);
  padding: 40px;
  margin-top: 50px;
}

.application__layout_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.application__side {
  background-color: var(--white);
  border-radius: var(--border-radius12);
  padding: 40px 34px;
  max-width: 726px;
  width: 100%;
}

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

.form__label {
  position: relative;
}

.form__label-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 25px;
  font-weight: 500;
  font-size: 16px;
  color: var(--grey);
}

.form__note {
  font-weight: 500;
  font-size: 16px;
  color: var(--grey3);
}

.form__input {
  max-width: 658px;
  width: 100%;
  height: 80px;
  border-radius: 12px;
  padding: 30px 10px 30px 25px;
  background: #f2f3f5;
  border: none;
}

.form__note {
  margin-top: 15px;
}

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

.form__checkbox-input {
  appearance: none;
  border: 1px solid var(--grey3);
  border-radius: 2px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  flex: none;
}

.form__checkbox-input:checked {
  background: var(--blue);
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.application-form input::placeholder {
  display: none;
  opacity: 0;
}

.application-form input:focus-visible + .form__label-text {
  display: none;
}

.application-form input:not(:placeholder-shown) ~ span,
.application-form input:focus ~ span {
  display: none;
}

.form__required-note_asterisk {
  color: #ff3a3a;
}

.form__required-note {
  font-weight: 500;
  font-size: 16px;
  color: var(--grey);
}

.form__checkbox-label {
  font-weight: 500;
  font-size: 16px;
  color: var(--grey);
}

.consent__link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

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

.application__services-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--black-bold);
  text-align: center;
}

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

.application__services-link {
  border-radius: 12px;
  padding: 17px 20px;
  max-width: 569px;
  width: 100%;
  height: 121px;
  background: var(--white9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 121px;
  width: 100%;
}

.application__services-img {
  width: 88px;
  height: 80px;
}

.application__services-text {
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  max-width: 274px;
  align-self: center;
}

.application__services-btn {
  border-radius: var(--border-radius25);
  width: 70px;
  height: 46px;
  background: url("../images/icons/arrow.svg") var(--white) no-repeat center;
  flex: none;
}

.application-form__btn {
  border-radius: var(--border-radius25);
  padding: 30px 40px;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    270deg,
    rgba(54, 106, 243, 0.17) 0%,
    #59fee5 100%
  );
}

/*CONTACT*/
.contact {
  padding-top: 50px;
}

.contact__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: var(--white9);
  border-radius: var(--border-radius25);
  margin-top: 30px;
  padding: 50px;
}

.title--center {
  text-align: center;
}

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
.contacts__item{
display:flex;
gap:20px;
color:rgba(72, 72, 72, 1);
}
.contacts__list a{
color:var(--blue);
}
.contact__btn {
  border-radius: var(--border-radius25);
  width: 247px;
  height: 50px;
  background: linear-gradient(
    270deg,
    rgba(54, 106, 243, 0.17) 0%,
    #59fee5 100%
  );
  margin: 0 auto;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
flex-wrap:wrap;
}
.page-numbers li .current {
  padding: 5px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 2px;
}

.map__iframe {
  width: 100%;
  height: 479px;
  border-radius: var(--border-radius12);
}
.error404 {
  height: 50vh;
}
.res{
  background: var(--white);
  border: 2px solid var(--grey3);
  border-radius: var(--border-radius12);
	text-align:center;
  padding: 17px 20px;
  transition: all 0.3s linear;
	display:inline-block;
	width:fit-content;
}
.res:hover{
background:var(--black20);
color:var(--white);
}
.roistat-lh-pulsator-img, .roistat-lh-pulsator-img svg {
opacity:1 !important;
}

