

/* Start:/bitrix/templates/lift-ufa/css/index/index.css?174143609933374*/
.top-location-item svg {
  width: 18px;
  height: 28px;
  margin-right: 16px;
}

.dectop-hidd {
  display: none;
}

.top-location {
  display: flex;
  align-items: center;
  margin: 25px 0 25px 96px;
}

.top-location-item {
  display: flex;
  font-size: 34px;
  line-height: 120%;
  align-items: center;
  color: #d13a52;
}

.top-location-item.active {
  color: #3c3c3c;
  margin-left: 25px;
}

.top-location-item.active span {
  border-bottom: 1px solid #3c3c3c;
}

.section__1 {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url("/bitrix/templates/lift-ufa/img/home/banner3.jfif");
}

.section__1-wrapp {
  padding: 40px;
}

.section__1-title {
  max-width: 800px;
  font-size: 45px;
  line-height: 55px;
  position: relative;
  font-weight: 600;
  color: #000000;
}

.section__1-title-descr {
  font-size: 24px;
  line-height: 29px;
  margin-top: 16px;
  color: #000000;
}

.section__1-subtitle {
  font-size: 24px;
  line-height: 45px;
  color: #000000;
}

.section__1-btn {
  margin-top: 80px;
}

.section__1-title::before {
  content: "";
  display: block;
  background: url(/bitrix/templates/lift-ufa/img/home/logo-small2.png);
  width: 150px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
}

.section__2-item__img svg {
  fill: #d13a52;
  /* width: 55px; */
  height: 55px;
}

.section__2-item {
  background: #ffffff;
  box-shadow: 0px 22px 20px rgb(0 0 0 / 2%);
  border-radius: 5px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 10px 10px;
  cursor: pointer;
  transition: 0.3s;
}

.section__2-item__title {
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #d13a52;
  margin-top: 23px;
  height: 50px;
}

.section__4-items .section__2-item__title {
  height: 64px;
}

.section__2-item__descr {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #3c3c3c;
}

.prev svg,
.next svg {
  width: 19px;
  height: 18px;
}

.prev,
.next {
  width: 67px;
  height: 67px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 13%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 53%;
  z-index: 1;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #ed7a8c;
  box-shadow: inset 1px 1px 10px #f3faf7;
  border-radius: 10px;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #d13a52;
  border-radius: 10px;
}

.prev {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  left: -38px;
}

.next {
  right: -38px;
}

.prev:hover,
.next:hover {
  background: #ffe7ea;
  box-shadow: none;
}

.section__2-item:hover {
  background: #d13a52;
}

.section__2-item:hover .section__2-item__title {
  color: #fff;
}

.section__2-item:hover .section__2-item__descr {
  color: #fff;
}

.section__2-item:hover svg {
  fill: #fff;
}

.section__2 {
  position: relative;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  background: #c4c4c4;
  border-radius: 5px;
  margin: 0 15px;
  cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d13a52;
}

.section__3-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 8px;
}

.section__3-item {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #d13a52;
  box-shadow: 0px 22px 20px rgb(0 0 0 / 2%);
}

.section__3-item-title {
  padding: 20px 0 12px;
  font-size: 28px;
  text-align: center;
}

.section__3-item img {
  border-radius: 5px;
  width: 100%;
}

.section__4 {
  position: relative;
}

.section__2-item__title.section__4-item__title {
  font-size: 28px;
  line-height: 34px;
}

.section__2-item__descr.section__4-item__descr {
  font-size: 20px;
  line-height: 24px;
}

.section__5-items {
  display: grid;
  background: #ededed;
  border-radius: 10px;
  padding: 45px 45px 20px 63px;
  grid-template-columns: 490px 1fr;
  grid-gap: 35px;
}

.section__5-item-size img {
  height: 100%;
}

.section__5-item-size {
  margin: 10px 0 20px;
  position: relative;
  width: 100%;
  height: 345px;
}

.section__5-item-text p:not(:first-child) {
  margin-top: 5px;
}

.section__5-item-text p:first-child {
  margin-top: 10px;
}

.section__5-item-requires {
  margin-top: 10px;
  box-shadow: 0px 20px 22px rgb(0 0 0 / 2%);
}

.section__5-item-require {
  display: grid;
  grid-template-columns: 235px 110px 160px 1fr;
  font-size: 24px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.section__5-item-require:nth-child(even) {
  background: #ffdae0;
}

.section__5-item-require:hover {
  background: #817f7d;
  color: #fff;
}

.section__5-item-require-text:not(:first-child) {
  display: flex;
  justify-content: center;
  position: relative;
}

.section__5-item-require-text:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 0;
}

.section__5-item-require-text {
  padding: 18px 9px;
}

.section__5-item-require-text.section__5-item-require-text-null::before {
  display: none;
}

.section__5-item-require:first-child {
  border-radius: 5px 5px 0 0;
}

.section__5-item-require:last-child {
  border-radius: 0 0 5px 5px;
}

.section__5-item-size-before {
  position: absolute;
  border: 3px solid #d13a52;
  box-sizing: border-box;
  transition: 0.3s;
  background: rgb(204 102 102 / 20%);
  opacity: 0;
}

.section__5-item-size-before.active {
  opacity: 1;
}

.section__5-item-size-before.active {
  opacity: 1;
  /* background: #FFDAE0; */
  z-index: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  padding: 8px;
}

.section__5-item-size-before-1 {
  top: 0;
  left: 245px;
  width: 245px;
  height: 100%;
}

.section__5-item-size-before-2 {
  bottom: 0;
  left: 245px;
  width: 243px;
  height: 155px;
  z-index: 3 !important;
}

.section__5-item-size-before-3 {
  top: 0;
  left: 0;
  width: 120px;
  height: 150px;
}

.section__5-item-size-before-4 {
  top: 187px;
  left: 0;
  width: 245px;
  height: 80px;
}

.section__5-item-size-before-5 {
  top: 75px;
  left: 123px;
  width: 122px;
  height: 74px;
}

.section__5-item-size-before-6 {
  top: 0;
  left: 123px;
  height: 74px;
  width: 60px;
}

.section__5-item-size-before-7 {
  width: 122.5px;
  top: 150px;
  height: 39px;
  left: 367.5px;
  z-index: 3 !important;
}

/* CHANGE */
.section__5-item-size-before-8 {
  width: 122.5px;
  top: 150px;
  height: 39px;
  left: 245px;
  z-index: 3 !important;
}

.section__5-item-size-before-9 {
  width: 122.5px;
  top: 0;
  height: 150px;
  left: 245px;
  z-index: 3 !important;
}

.section__5-item-size-before-10 {
  width: 122.5px;
  top: 0;
  height: 150px;
  left: 367.5px;
  z-index: 3 !important;
}

.section__5-item-size-before-11 {
  top: 0;
  left: 183px;
  height: 74px;
  width: 60px;
}

.section__5-item-size-before-12 {
  bottom: 0;
  left: 0;
  width: 122px;
  height: 79px;
}

.section__5-item-size-before-13 {
  bottom: 0;
  left: 122px;
  width: 122px;
  height: 79px;
}

.section__5-item-size-before-14 {
  top: 0;
  left: 443px;
  width: 50px;
  height: 50px;
  border: unset;
  background: transparent;
  z-index: 4 !important;
}

/* /CHANGE */
.section__5-item-text-descr {
  font-size: 30px;
  margin-top: 25px;
}

div#map {
  height: inherit;
  width: 100%;
}

.section__6-wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 700px;
}

.section__6-wrapp .js-form-result {
  color: #fff;
}

.section__6-info-wrapp {
  padding: 30px 61px 33px;
  background: #d13a52;
  border-radius: 0px 5px 5px 0px;
}

.section__6-info-body {
  margin-top: 25px;
}

.section__6-info-item input,
.section__6-info-item textarea {
  background: #ed7a8c;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 14px 26px;
  font-size: 16px;
  height: 55px !important;
}

.section__6-info-item input::placeholder,
.section__6-info-item textarea::placeholder {
  color: #fff;
  font-weight: bold;
}

.feedback-content-body-item.js-form-item.section__6-info-item {
  margin-bottom: 13px;
  border: none;
  box-shadow: none;
  padding: 0;
}

.check-2 {
  position: relative;
}

.check-label span,
.check-label-2 span,
.check-label-3 span {
  margin-left: 30px;
  font-size: 16px;
}

.check-input,
.check-input-2,
.check-input-3 {
  display: none;
}

.check-label:before,
.check-label-2:before,
.check-label-3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ed7a8c;
  border-radius: 5px;
}

.check-input:checked + .check-label:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M13.4392 0.199749C13.1729 -0.0665829 12.7411 -0.0665829 12.4748 0.199749L4.30463 8.36996L1.16417 5.22949C0.897863 4.96316 0.466107 4.96319 0.199749 5.22949C-0.0665829 5.4958 -0.0665829 5.92756 0.199749 6.19389L3.82242 9.81651C4.08865 10.0828 4.52072 10.0826 4.78684 9.81651L13.4392 1.16417C13.7055 0.897863 13.7055 0.46608 13.4392 0.199749Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}

.check-input-2:checked + .check-label-2:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M13.4392 0.199749C13.1729 -0.0665829 12.7411 -0.0665829 12.4748 0.199749L4.30463 8.36996L1.16417 5.22949C0.897863 4.96316 0.466107 4.96319 0.199749 5.22949C-0.0665829 5.4958 -0.0665829 5.92756 0.199749 6.19389L3.82242 9.81651C4.08865 10.0828 4.52072 10.0826 4.78684 9.81651L13.4392 1.16417C13.7055 0.897863 13.7055 0.46608 13.4392 0.199749Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}

.check-input-3:checked + .check-label-3:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M13.4392 0.199749C13.1729 -0.0665829 12.7411 -0.0665829 12.4748 0.199749L4.30463 8.36996L1.16417 5.22949C0.897863 4.96316 0.466107 4.96319 0.199749 5.22949C-0.0665829 5.4958 -0.0665829 5.92756 0.199749 6.19389L3.82242 9.81651C4.08865 10.0828 4.52072 10.0826 4.78684 9.81651L13.4392 1.16417C13.7055 0.897863 13.7055 0.46608 13.4392 0.199749Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
}

.section__6-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
}

.feedback-content-body-checkbox .check-span {
  font-size: 14px;
  display: flex;
  margin-top: -5px;
}

.button.section_6-info-btn.feedback-content-body__send {
  margin: 0;
  padding: 16px;
}

.button.section_6-info-btn {
  color: #d13a52;
  background: #fff;
  box-shadow: 0px 5px 18px 3px rgb(238 238 238 / 25%);
}

.button.section_6-info-btn:hover {
  background: #ffe7ea;
  color: #d13a52;
  box-shadow: none;
}

.section__6-formats {
  margin-top: 34px;
}

.section__6-formats-items {
  display: flex;
  grid-gap: 11px;
  margin-top: 8px;
}

.section__6-formats-item {
  background: #ed7a8c;
  border-radius: 5px;
  padding: 17px 20px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.section__6-formats-item-input {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__6-formats-item:hover {
  background: #ffffff;
  color: #d13a52 !important;
}

.section__6-formats-item:hover .section__6-formats-item-input {
  border: 1px solid #b1b1b1;
}

.section__6-formats-item.active {
  background: #ffffff;
  color: #d13a52 !important;
}

.section__6-formats-item.active .section__6-formats-item-input {
  border: 1px solid #b1b1b1;
}

.section__6-formats-item.active span {
  width: 9px;
  height: 9px;
  background: #d13a52;
  display: block;
  border-radius: 50%;
}

.swiper-slide-wrapp a {
  display: flex;
  height: auto;
}

.galery-slide {
  height: fit-content;
}

.galery-slide {
  height: fit-content;
  max-height: 333px;
  width: 100%;
  min-height: 219px;
}

.section__7.mt180 {
  position: relative;
}

.section__8-descr-text {
  margin: 10px 0 15px 0;
  font-size: 24px;
  line-height: 29px;
  color: #323232;
}

.section__8-descr-block {
  background: #d13a52;
  box-shadow: -10px 22px 20px rgb(0 0 0 / 2%);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.section__8-descr-block p {
  font-size: 30px;
  line-height: 37px;
  margin-right: 100px;
}

.section__9 {
  position: relative;
}

.section__9-items img {
  height: 100px;
  display: block;
  margin: 6px auto;
  object-fit: contain;
}

.section__9-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 60px;
}

.section__9-items-grid img {
  height: 100px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s;
  max-width: 300px;
  display: flex;
  margin: auto;
}

.section__9-items-grid img:hover {
  filter: none;
}

.m90 {
  margin: 90px 0;
}

.line {
  display: block;
  background: #323232;
  opacity: 0.6;
  height: 1px;
  width: 100%;
}

.section__10 {
  position: relative;
}

.glightbox-2 {
  height: 360px;
}

.glightbox-2:hover img {
  filter: contrast(0.5);
}

.glightbox-2:hover::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: url(/bitrix/templates/lift-ufa/img/home/zoom.png);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

footer {
  background: #323232;
}

.footer__top {
  padding: 32px 0 8px;
  border-bottom: 1px solid #33434e;
}

.footer__top-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer__top-item-left-address {
  font-size: 30px;
  line-height: 150%;
}

.footer__top-item-left-tel {
  font-size: 36px;
  line-height: 44px;
  display: block;
  margin: 15px 0;
}

.footer__top-item-left-mail {
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.02em;
}

.footer__top-item-right-info {
  display: flex;
  grid-gap: 24px;
  border-bottom: 1px solid #968c8c;
  width: max-content;
}

.footer__top-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__top-item-right-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__top-item-right-form-title {
  margin-top: 20px;
  font-size: 34px;
  line-height: 41px;
}

.footer__top-item-right-form-subtitle {
  font-size: 22px;
  line-height: 27px;
  margin: 14px 0;
}

.feedback-content-body-item.js-form-item.footer__top-item-right-form-item.hidden {
  display: none;
}

.footer__top-item-right-form-body {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 7px 18px;
  position: relative;
}

.footer__top-item-right-form-item p {
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #3a3a3a;
  display: block;
}

.footer__top-item-right-form-item input {
  border-bottom: 0.5px solid #3a3a3a;
  padding: 0;
  font-size: 14px;
}

.feedback-content-body-item.footer__top-item-right-form-item {
  margin: 0 0 0 80px;
  box-shadow: none;
  border: none;
  padding: 0;
}

.button.footer__top-item-right-form-btn.feedback-content-body__send {
  margin: 0 90px;
  padding: 2px 24px;
  font-size: 14px;
}

.footer__top-item-right-form-body::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(/bitrix/templates/lift-ufa/img/home/call.png);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  right: -51px;
  box-shadow: 0px 10px 30px rgb(209 58 82 / 40%);
  border-radius: 50%;
}

.footer__bottom-wrapp {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-text.footer-privacy a {
  display: block;
}

.footer__bottom-text {
  font-size: 24px;
  line-height: 29px;
}

.footer-text.footer-privacy {
  font-size: 16px;
  line-height: 150%;
}

.footer__top-item-right .js-form-result.show {
  color: #fff;
  margin: 30px 0;
}

.feedback-content-body.call-fixed-hidden-form-body {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
}

.feedback-content-body-item.js-form-item.call-fixed-hidden-form-item.hidden {
  display: none;
}

.call-fixed-hidden {
  padding: 7px 18px;
  margin-left: 60px;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}

.feedback-content-body-item.js-form-item.call-fixed-hidden-form-item {
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.feedback-content-body-item.js-form-item.call-fixed-hidden-form-item p {
  font-size: 15px;
  line-height: 1;
}

.button.call-fixed-hidden-form-btn.feedback-content-body__send {
  margin: 0 0 0 30px;
  padding: 5px 24px;
}

.section__5-item-require.active {
  background: #d13a52;
  color: #fff;
}

.call-fixed {
  background: #fff;
  max-width: 65px;
  border-radius: 50px;
  position: fixed;
  z-index: 1;
  bottom: 35px;
  display: flex;
  height: 65px;
  transition: 0.3s;
  left: 30px;
  cursor: pointer;
}

.feedback-content-body-item.js-form-item.call-fixed-hidden-form-item input {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.call-fixed-visible {
  background: url(/bitrix/templates/lift-ufa/img/home/call.png);
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.call-fixed.open {
  max-width: 500px;
}

.call-fixed.open .call-fixed-hidden {
  transform: scale(1);
  opacity: 1;
}

.call-fixed-hidden .feedback-content__caption {
  font-size: 20px;
  line-height: 24px;
}

div#map-info {
  height: 60px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#map-info span {
  cursor: pointer;
}

#map-info span span {
  color: #000000;
}

#map-info span:hover {
  transform: scale(0.95);
}

.delete-city {
  padding: 0 10px;
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 0 rgba(245, 66, 60, 0.2), 0 0 0 0 rgba(245, 66, 60, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 15px rgba(245, 66, 60, 0.2), 0 0 0 0 rgba(245, 66, 60, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 30px rgba((245, 66, 60, 0), 0 0 0 26.7px rgba(245, 66, 60, 0.067));
  }

  100% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 30px rgba(245, 66, 60, 0), 0 0 0 40px rgba(245, 66, 60, 0);
  }
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 0 rgba(245, 66, 60, 0.2), 0 0 0 0 rgba(245, 66, 60, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 15px rgba(245, 66, 60, 0.2), 0 0 0 0 rgba(245, 66, 60, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 30px rgba(245, 66, 60, 0), 0 0 0 26.7px rgba(245, 66, 60, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(245, 66, 60, 0.3),
      0 0 0 30px rgba(245, 66, 60, 0), 0 0 0 40px rgba(245, 66, 60, 0);
  }
}

.cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 20;
}

.cookie-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  background: #fdfdfd;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 16%);
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-block__close {
  position: relative;
  min-width: 23px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  transition: 0.3s;
}

.cookie-block__close::before,
.cookie-block__close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 23px;
  height: 2px;
  background: #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cookie-block__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section__6-btns .feedback-content-body-item__message {
  color: #000;
}

@media (max-width: 1650px) {
  .feedback-content-body-item.footer__top-item-right-form-item {
    margin: 0 0 0 50px;
  }

  .section__6-wrapp {
    height: 600px;
  }

  .top-location {
    margin: 20px;
  }

  .top-location-item {
    font-size: 22px;
  }

  .section__1-wrapp {
    padding: 40px;
  }

  .section__1-title {
    max-width: 700px;
    font-size: 40px;
    line-height: 41px;
  }

  .section__1-subtitle {
    margin-top: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__1-btn {
    margin-top: 40px;
  }

  .next {
    right: -15px;
  }

  .prev {
    left: -15px;
  }

  .section__2-item__title {
    font-size: 19px;
    line-height: 20px;
    height: 50px;
  }

  .section__2-item__descr {
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
  }

  .section__2-item {
    min-height: 225px;
    padding: 25px 5px 5px;
  }

  .section__4-items {
    min-height: 245px;
  }

  .section__2-item__img svg {
    /* width: 50px; */
    height: 50px;
    margin-bottom: 5px;
  }

  .prev,
  .next {
    width: 50px;
    height: 50px;
  }

  .section__3-item-title {
    padding: 10px;
    font-size: 19px;
    text-align: center;
  }

  .section__3-items {
    row-gap: 20px;
  }

  .section__5-item-require {
    grid-template-columns: 165px 75px 105px 1fr;
    font-size: 14px;
  }

  .section__5-item-text-descr {
    font-size: 20px;
    margin: 15px 0 0 0;
  }

  .section__6-formats-item {
    padding: 10px;
    font-size: 14px;
    width: auto;
  }

  .section__6-btns {
    grid-template-columns: 1fr;
    margin-top: 19px;
  }

  .button.section_6-info-btn.feedback-content-body__send {
    margin: 15px 0 0;
  }

  .section__6-formats {
    margin-top: 20px;
  }

  .section__6-info-wrapp {
    padding: 30px;
  }

  .swiper-pagination-bullet {
    width: 19px;
    height: 6px;
    margin: 0 9px;
  }

  .section__9-items img {
    height: 60px;
    max-width: 160px;
  }

  .section__5-item-require-text {
    padding: 10px 5px;
  }

  .section__8-descr-block {
    padding: 8px;
  }

  .section__8-descr-block p {
    font-size: 23px;
  }

  .section__8-descr-text {
    font-size: 21px;
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .section__5-item-require {
    grid-template-columns: 120px 45px 70px 1fr;
    font-size: 14px;
  }

  .section__5-items {
    padding: 10px;
    grid-gap: 20px;
  }
}

@media (max-width: 1023px) {
  .feedback-content-body-item.footer__top-item-right-form-item {
    margin: 0;
  }

  .section__4-items

    /*.section__2-item*/ {
    min-height: 190px;
  }

  .section__2-item {
    min-height: 185px;
    height: 150px;
    padding: 16px;
    /*        display: flex;
        align-items: center;
        justify-content: center; */
  }

  .section__6-formats-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }

  .call-fixed a {
    position: absolute;
    z-index: 111;
    width: 50px;
    height: 50px;
  }

  /* полоса прокрутки (скроллбар) */
  ::-webkit-scrollbar {
    width: 6px;
  }

  .dectop-hidd {
    display: block;
  }

  .dectop-hidd .header-phone-svg {
    display: none;
  }

  .top-location-item svg {
    width: 15px;
    height: 20px;
    margin-right: 12px;
  }

  .top-location-item.active {
    margin-left: 10px;
  }

  .section__1-wrapp {
    padding: 55px 16px 20px;
  }

  .section__1-title {
    font-size: 30px;
    line-height: 37px;
  }

  .section__1-title::before {
    width: 130px;
    height: 45px;
    background-size: contain;
  }

  .section__1-title-descr {
    font-size: 17px;
    line-height: 17px;
  }

  .section__1-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }

  .prev,
  .next {
    display: none;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .section__3-item img {
    height: 300px;
    object-fit: cover;
  }

  .section__5-items {
    display: flex;
    flex-direction: column-reverse;
    margin: -15px;
    padding: 15px;
  }

  .section__5-item-size img {
    height: 100%;
    object-fit: contain;
  }

  .section__6-wrapp {
    grid-template-columns: 1fr;
    height: auto;
  }

  div#map-info {
    height: 0;
  }

  div#map {
    display: none;
  }

  .dropdown {
    width: 100%;
    cursor: pointer;
    position: relative;
  }

  .dropdown.active::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .dropdown::before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(/bitrix/templates/lift-ufa/img/arr.svg);
    transition: 0.5s;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 17px;
    top: 18px;
  }

  .dropdown_hide.active {
    display: flex;
  }

  .dropdown_hide {
    display: none;
    position: absolute;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    top: 55px;
    flex-direction: column;
    z-index: 20;
    background: #fff;
    width: calc(100% - 54px);
    border-radius: 5px;
    padding: 10px 27px;
  }

  .dropdown_hide-wrapp {
    /* width: 100%;
        height: 115px;
        overflow-y: scroll; */
  }

  .dropdonw_span {
    cursor: pointer;
    color: #1e2428;
    font-size: 16px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
  }

  .dr__wrap {
    background: #ffffff;
    box-shadow: inset 0px 4px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    position: relative;
    height: 55px;
    margin: 20px 20px 0;
  }

  .dr_block {
    background: #d13a52;
    border-radius: 0 5px 0 0;
    margin-bottom: -1px;
  }

  .section__6-info-wrapp {
    padding: 0px 20px 38px;
    border-radius: 0px 0 0 5px;
  }

  .section__6-info-title {
    display: none;
  }

  span#prog-name {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    transition: 0.5s;
    font-size: 16px;
    line-height: 17px;
    color: #848484;
    padding-left: 25px;
    width: 90%;
    font-weight: 600;
    height: 55px;
  }

  .glightbox img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .section__9-items img {
    margin: 40px auto;
    display: block;
    height: 100px;
    object-fit: contain;
  }

  .m90 {
    margin: 35px 0;
  }

  .glightbox-2 {
    width: max-content;
    margin: 0 auto;
  }

  .call-fixed span {
    display: none;
  }

  .call-fixed .header-phone-svg {
    display: none;
  }

  .call-fixed {
    background: url(/bitrix/templates/lift-ufa/img/home/call.png);
    width: 50px;
    height: 50px;
    transition: 0.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    left: 40px;
    background-size: contain;
  }
}

@media (max-width: 800px) {
  .section__8-descr-block {
    display: none;
  }

  .section__5-item-text-descr {
    font-size: 20px;
    margin-top: 15px;
  }

  .section__3-item-title {
    font-size: 14px;
    padding: 0;
    height: 40px;
    align-items: center;
    display: flex;
  }

  .section__3-item img {
    height: 185px;
    object-fit: fill;
  }
}

@media (max-width: 600px) {
  .section__6 .title {
    margin-left: 15px;
  }

  .section__2-item__title.bold {
    width: 100%;
    word-wrap: break-word;
    line-height: 18px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section__1 {
    margin: 0 -15px;
  }

  .section__1-title-descr {
    font-size: 14px;
  }

  .section__2-item__title {
    font-size: 16px;
    margin-top: 0px;
  }

  .section__2-item__descr {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }

  .section__2-item__title.section__4-item__title {
    font-size: 18px;
    line-height: 22px;
  }

  .section__2-item__descr.section__4-item__descr {
    font-size: 18px;
    line-height: 22px;
  }

  .section__5-item-require-text:last-child {
    font-size: 10px;
  }

  .section__5-item-require-text {
    padding: 7px 9px;
  }

  .section__5-item-size {
    height: auto;
  }

  .section__5-item-size img {
    height: auto;
    width: 100%;
  }

  .section__6 {
    margin: 0 -15px;
  }

  .glightbox img {
    height: 200px;
  }

  .section__8-descr-text {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }

  .section__9-items img {
    margin: 20px auto;
    height: 80px;
  }

  .swiper-pagination-bullet {
    margin: 0px 4px;
  }

  .feedback-content-body-item.footer__top-item-right-form-item {
    padding: 15px;
  }

  .footer__top-item-right-form-body {
    align-items: flex-start;
  }

  /* dynamics START */
  .section__5-item-size-before-1 {
    width: 50%;
    height: 100%;
    left: 51%;
  }

  .section__5-item-size-before-2 {
    width: 49%;
    height: 46%;
    left: 51%;
  }

  .section__5-item-size-before-3 {
    width: 25%;
    height: 44%;
  }

  .section__5-item-size-before-4 {
    top: 53%;
    width: 50%;
    height: 24%;
  }

  .section__5-item-size-before-5 {
    top: 21%;
    left: 25%;
    width: 26%;
    height: 23%;
  }

  .section__5-item-size-before-6 {
    left: 25%;
    height: 21%;
    width: 12.3%;
  }

  .section__5-item-size-before-7 {
    width: 24%;
    top: 44%;
    height: 9%;
    left: 76%;
  }

  .section__5-item-size-before-8 {
    top: 44%;
    height: 9%;
    width: 24%;
    left: 51%;
  }

  .section__5-item-size-before-9 {
    width: 24%;
    top: 0;
    left: 51%;
    height: 43%;
  }

  .section__5-item-size-before-10 {
    width: 24%;
    top: 0;
    left: 75.8%;
    height: 43%;
  }

  .section__5-item-size-before-11 {
    top: 0;
    left: 37.6%;
    height: 21%;
    width: 12.5%;
  }

  .section__5-item-size-before-12 {
    bottom: 1%;
    height: 23%;
    width: 24%;
  }

  .section__5-item-size-before-13 {
    bottom: 1%;
    height: 23%;
    width: 25%;
    left: 25%;
  }

  .section__5-item-size-before-14 {
    left: 91%;
    width: 9%;
    height: 12%;
  }

  .galery-slide {
    width: 180px;
    height: 240px;
  }

  .section__1 {
    background-image: url("/bitrix/templates/lift-ufa/img/home/banner2.webp");
  }
  .section__1-title {
    color: #ffffff;
  }
  .section__1-title-descr {
    color: #ffffff;
  }
  .section__1-subtitle {
    color: #ffffff;
  }

  .section__1-title {
    text-shadow: 0px 1px 11px #000000;
  }

  .section__1-title-descr {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.73);
  }

  .section__1-subtitle {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.73);
  }

  /* dynamics END */
}

@media (max-width: 1023px) {
  .dr2_block__item {
    min-width: 133px;
    height: 42px;
    background: #ed7a8c;
    border-radius: 5px;

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dr2_block__item:not(:last-child) {
    margin-right: 5px;
  }

  .dr2_block__item.active {
    background-color: #ffffff;
    color: #d13a52;
    transition: 0.3s;
  }

  .dr2_block {
    background-color: #d13a52;
    padding: 10px 0 20px 20px;
    display: flex;
    overflow-x: auto;
  }

  .dr2_block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    background-color: #d13a52;
    padding: 20px;
  }

  .dr2_block__selected-city {
    background-color: #d13a52;
    color: #ffffff;
    font-size: 18px;
  }
}

/* End */


/* Start:/bitrix/templates/lift-ufa/css/swiper.css?16161539882289*/
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}


/* Preloader */
:root {
	
  --swiper-preloader-color: var(--swiper-theme-color);
 
}

:root {
	--swiper-theme-color: #844693;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #844693;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.b-lazy.b-loaded + .swiper-lazy-preloader {
    z-index: -1;
}
/* End */
/* /bitrix/templates/lift-ufa/css/index/index.css?174143609933374 */
/* /bitrix/templates/lift-ufa/css/swiper.css?16161539882289 */
