@media (max-width: 1200px) {
  .rent {
    margin: 0 10px 0;
  }
}
@media (max-width: 768px) {
  .rent {
    margin: 20px 10px 0;
  }
}
.rent__fullimg {
  margin-bottom: 30px;
}
.rent__fullimg picture img {
  width: 100%;
  border-radius: 16px;
}
.rent__container {
  max-width: 1200px;
  margin: 0 auto;
}
.rent__items-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  justify-items: center;
}
.rent__load-more {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.rent__load-more-btn {
  background: #fff;
  color: #6f6f6f;
  font-size: 24px;
  font-weight: bold;
  width: 315px;
  border: none;
  padding: 12px 30px;
  border: 3px solid #6f6f6f;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .rent__load-more-btn {
    width: 100%;
  }
}
.rent__load-more-btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.rent__load-more-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}
.rent__loader {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #666;
}
.rent__loader::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}
.rent__empty {
  text-align: center;
  padding: 40px;
  color: #666;
  font-size: 18px;
}
.rent__counter {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

.static_relaxa_page h1,
.static_relaxa_page h2 {
  color: #9d2623;
}
.static_relaxa_page h1 {
  margin-top: 15px;
}
.static_relaxa_page h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.mobile-none {
  display: block;
}
@media (max-width: 768px) {
  .mobile-none {
    display: none;
  }
}

.advantages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 37px;
  margin-top: 35px;
  height: -moz-fit-content;
  height: fit-content;
}
.advantages__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.advantages__pic {
  display: flex;
  justify-content: center;
}
.advantages__pic img {
  width: 105px;
  height: 105px;
}
.advantages__title {
  font-weight: 700;
  font-size: 20px;
  color: #0a5a77;
}
.advantages__p {
  text-align: center;
  color: #262626;
}

.purposes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.purposes__block {
  display: flex;
  flex-direction: row;
  gap: 38px;
}
.purposes__block.reverse {
  flex-direction: row-reverse;
}
.purposes__pic {
  width: 50%;
}
.purposes__pic img {
  width: 100%;
}
.purposes__text {
  width: 50%;
}
.purposes__text h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0a5a77;
  margin-top: 0;
}

.callback {
  margin: 40px 0;
}
.callback h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0a5a77;
  margin-top: 0;
}
.callback__block {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .callback__block {
    flex-direction: column;
  }
}
.callback__pic {
  width: 60%;
}
@media (max-width: 1024px) {
  .callback__pic {
    width: 100%;
  }
}
.callback__pic img {
  width: 100%;
  border-radius: 18px;
}
.callback__text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .callback__text {
    width: 100%;
  }
}
.callback__phone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}
.callback__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #ee0a0a;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .callback__button {
    height: 64px;
  }
}

.thumbnail-slider {
  position: relative;
}
.thumbnail-slider .slick-prev,
.thumbnail-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  color: #9ea0a1;
  border: none;
  cursor: pointer;
  font-size: 65px;
}
.thumbnail-slider .slick-prev {
  left: -35px;
}
.thumbnail-slider .slick-next {
  right: -35px;
}
@media (max-width: 768px) {
  .thumbnail-slider .slick-prev {
    left: -15px;
  }
  .thumbnail-slider .slick-next {
    right: -15px;
  }
}
.thumbnail-slider.slick-initialized.slick-slider .slick-list.draggable {
  padding: 0 !important;
}
.thumbnail-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 2%;
}
.thumbnail-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track .slick-slide {
  border: 5px solid transparent;
  border-radius: 14px;
  overflow: hidden;
}
.thumbnail-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track .slick-slide.slick-current {
  border-color: #337ab7;
}

.title_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.title_modal div {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
}
.title_modal img {
  width: 67px;
  height: 67px;
  margin-bottom: 23px;
}

.niceForm__button {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border-radius: 10px;
  gap: 12px;
  cursor: pointer;
  color: #fff;
  background-color: #ff0000;
}
@media (max-width: 1200px) {
  .niceForm__button {
    width: 100%;
  }
}
.niceForm__button span {
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
}
.niceForm__good {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}
.niceForm__good img {
  width: 110px;
  height: -moz-fit-content;
  height: fit-content;
}
.niceForm__name {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0a5a77;
}
@media (max-width: 768px) {
  .niceForm__name {
    font-size: 15px;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.c-modal {
  border-radius: 45px;
}
@media (max-width: 768px) {
  .c-modal {
    border-radius: 0;
  }
}

.fancybox-slide--html .fancybox-close-small {
  color: #0a5a77 !important;
  right: 12px !important;
  top: 12px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 550px) {
  .fancybox-slide--html .fancybox-close-small {
    display: block !important;
  }
}

.fancybox-content {
  padding: 20px 44px 44px !important;
}

@media (max-width: 768px) {
  .fancybox-content {
    height: 100vh;
  }
}
.fancybox-container {
  z-index: 2147483650 !important;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}
.accordion__item {
  display: flex;
  flex-direction: row;
  border: 2px solid #d9d9d9;
  padding: 15px 30px 30px;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.accordion__item--active .accordion__title {
  text-decoration: underline;
}
.accordion__body {
  width: 100%;
}
.accordion__header {
  margin: 10px 0 0;
  width: 100%;
}
.accordion__button {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  background: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  box-sizing: border-box;
}
.accordion__button--active .accordion__arrow {
  transform: rotate(90deg);
}
.accordion__icon {
  width: 64px;
  height: 64px;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .accordion__icon {
    display: none;
  }
}
.accordion__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion__title {
  flex: 1;
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .accordion__title {
    font-size: 16px;
  }
}
.accordion__arrow {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.accordion__arrow svg {
  color: #d9d9d9;
}
.accordion__arrow svg circle {
  stroke: currentColor;
}
.accordion__arrow svg path {
  stroke: currentColor;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}
.accordion__content--active {
  max-height: 500px;
}
.accordion__inner {
  font-size: 23px;
  line-height: 1.6;
  color: #555;
  max-width: 94%;
}
@media (max-width: 768px) {
  .accordion__inner {
    font-size: 16px;
  }
}
.accordion__inner strong {
  color: #333;
}

.help {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .help {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .help {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    margin-top: 0;
  }
}
.help__form {
  max-width: 35%;
}
@media (max-width: 768px) {
  .help__form {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .help__form__wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .help__form__wrap {
    margin-bottom: 0;
  }
}
.help__form .title_modal h2 {
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .help__form .title_modal h2 {
    margin-bottom: 10px !important;
  }
}
.help__form .title_modal p {
  font-size: 24px !important;
}
@media (max-width: 768px) {
  .help__form .title_modal p {
    font-size: 18px !important;
  }
}
.help img {
  max-width: 50% !important;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .help img {
    max-width: 100% !important;
  }
}

input {
  border-radius: 10px !important;
}

.new-template-prefix footer {
  margin-top: 0 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-prods__itemwp {
  box-sizing: border-box;
  max-width: 320px;
}
.p-prods__item {
  padding-bottom: 0 !important;
  display: flex;
  justify-content: center;
}
.p-prods__rent-month {
  font-style: normal;
  font-family: "Myriad Pro Bold";
  font-size: 14px;
  line-height: 158.47%;
  color: #0a5a77;
}
.p-prods__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-prods__icon {
  margin-right: 6px;
}
.p-prods__addbasket {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.title_modal {
  max-width: 580px;
}
.title_modal p {
  text-align: center;
}
@media (max-width: 768px) {
  .title_modal p {
    line-height: 18px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .fancybox-inner {
    top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */