/*
Theme Name: Loftport Template
Template: twentytwenty
Author: DanSolo
Version: 1.0
*/

@import url('twentytwenty/style.css');

* {
	box-sizing: border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	padding: 0;
	margin: 0;
}

html {
	font-family: 'Times New Roman', Times, serif;
}

body {
	color: #000;
	font-family: 'Tenor Sans', serif;
	background: #F4F1ED;
}

h1, h2 {
	font-family: 'Viaoda Libre';
	font-size: 72px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.02em;
}

h1 {
	text-transform: uppercase;
}

h2 {
	margin: 48px 0 0;
}

a,
input,
button {
	transition: .3s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

select,
input[type=date],
input[type=submit],
button {
	cursor: pointer;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	margin: 0;
}

img,
svg {
	max-width: 100%;
	vertical-align: middle;
}

/* Common */

.offset-main {
	padding: 165px 0 0;
}

.wrapper {
	padding: 0 50px;
	margin: 0 auto;
}

.btn {
	color: #000;
	font-family: 'Tenor Sans';
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 255px;
	height: 70px;
	line-height: 70px;
	background: #E6BB69;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn:hover {
	opacity: .7;
}

.btn.rounded {
	border-radius: 50px;
}

.btn.gray {
	background: #DBD5D1;
}

.btn.inner {
	max-width: 330px;
	margin: 0 auto;
	min-height: 70px;
	height: auto;
	padding: 16px 26px;
	line-height: 1.15;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

/* Header */

header {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

header.fixed,
.inner header {
	mix-blend-mode: difference;
}

header .wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	justify-content: space-between;
}

.header-logo,
.header-contact {
	flex-basis: 236px;
}

.header-logo .logo {
	display: block;
	max-width: 129px;
}

.header-nav {
	flex-basis: 500px;
	width: 100%;
	max-width: 500px;
}

.header-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header-nav a {
	display: block;
	color: #fff;
	font-family: 'Viaoda Libre';
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.header-nav a[aria-current="page"] {
	border-bottom: 3px solid #fff;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

.header-nav a:hover,
.header-nav a:focus {
	text-decoration: none;
}

.header-nav a:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: .3s;
}

.header-nav a:hover:before,
.header-nav a:focus:before {
	transform: scaleX(1);
}

.header-contact .phone {
	text-align: right;
}

.header-contact .phone>a {
	font-family: 'Viaoda Libre';
	font-size: 25px;
	line-height: 35px;
	text-align: right;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}

.header-contact .address {
	font-family: 'Tenor Sans';
	font-size: 17px;
	line-height: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}

/* Footer */

footer {
	background: url('assets/images/footer_banner.jpg.webp') no-repeat center / cover;
	text-transform: uppercase;
	padding: 110px 0 45px;
	margin-top: 67px;
}


footer .title {
	color: #F4F1ED;
	font-size: 30px;
	margin-bottom: 25px;
}

.footer-top,
footer .title,
.footer-copyright {
	font-family: 'Viaoda Libre';
}

footer li {
	margin-bottom: 5px;
}

footer a {
	font-size: 17px;
}

.menu-foot a,
.messenger a span,
.social a span {
	position: relative;
}

.menu-foot a:before,
.messenger a span:before,
.social a span:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: .3s;
}

.menu-foot a:hover:before,
.messenger a:hover span:before,
.social a:hover span:before {
	transform: scaleX(1);
}

.footer-top {
	width: 100%;
	height: 690px;
	background: url('assets/images/foot_img.png') no-repeat 50% 62%;
	padding: 110px 0 70px;
	color: #F4F1ED;
	font-family: 'Viaoda Libre';
	font-size: 100px;
	text-align: center;
	line-height: 110px;
	letter-spacing: -0.02em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom {
	margin: 21px 0 45px;
	display: flex;
	justify-content: space-between;
}

.footer-bottom>div {
	display: flex;
	flex-direction: column;
	width: 25%;
}

.footer-bottom>div.social {
	text-align: center;
}

.footer-bottom>div.messenger {
	text-align: center;
}

.footer-bottom>div.messenger a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.footer-bottom>div.info-foot {
	align-items: flex-end;
}

.to-top {
	margin-bottom: 6px;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.to-top:hover {
	opacity: .8;
}

/* Mobile Menu */

.menu-modal {
	height: 100vh;
	background: #000;
	z-index: 9999;
}

.menu-modal-inner {
	background: transparent;
	overflow: hidden;
}

.menu-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 42px 0;
}

.menu-modal .logo-loft {
	height: 86px;
	display: 161px;
}

.menu-modal nav {
	padding: 42px 0;
}

.modal-menu {
	width: 100%;
	max-width: calc(100vw - 14vw);
	margin: 0 auto;
	font-family: 'Viaoda Libre';
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	left: auto;
	counter-reset: item;
}

.modal-menu>li {
	display: flex;
	align-items: center;
	border: 0;
}

.modal-menu>li:before {
	content: counter(item);
	counter-increment: item;
	color: #fff;
	font-size: 12vh;
	text-align: center;
	width: 42px;
	margin: 0 30px 0 0;
	opacity: .15;
}

.modal-menu>li>.ancestor-wrapper {
	width: auto;
}

.modal-menu>li>.ancestor-wrapper>a {
	color: #fff;
	font-size: 4.2vh;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	padding: 0;
}

.modal-menu>li>.ancestor-wrapper>a big {
	font-family: 'Viaoda Libre';
	font-size: 12vh;
	line-height: 13.3vh;
	text-align: right;
	color: #fff;
	opacity: 0.15;
	width: 12vw;
	display: flex;
	justify-content: center;
	margin-right: 30px;
}

.nav-foot {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding: 25px 0 42px;
	width: calc(100% - 112px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-foot a {
	display: flex;
	align-items: center;
	font-family: 'Viaoda Libre';
	font-size: 24px;
	line-height: 35px;
	text-align: right;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
}

.nav-foot a svg {
	margin-right: 25px;
}

.nav-foot div {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-family: 'Tenor Sans';
	font-size: 14px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #fff;
}

.nav-foot div svg {
	margin-right: 14px;
}

.menu-icon {
	width: 35px;
	height: 17px;
	background: transparent;
	position: absolute;
	top: 40px;
	right: 20px;
	transition-duration: 1s;
	z-index: 2;
}

.menu-icon span:before {
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	width: 35px;
	background-color: #fff;
	content: "";
	transition-duration: .25s;
	transition: transform .25s, top .25s .25s;
}

.menu-icon span:after {
	left: 0;
	position: absolute;
	top: 10px;
	height: 2px;
	width: 35px;
	background-color: #fff;
	content: "";
	transition-duration: .25s;
	transition: transform .25s, top .25s .25s;
}

.menu-icon.open span {
	transition-duration: 0.1s;
	transition-delay: .25s;
	background: transparent;
}

.menu-icon.open span:before {
	transition: top .25s, transform .25s .25s;
	top: 5px;
	transform: rotateZ(-30deg);
}

.menu-icon.open span:after {
	transition: top 0.4s, transform .25s .25s;
	top: 5px;
	transform: rotateZ(30deg);
}

/* Banner */

.banner {
	display: flex;
	align-items: center;
	padding-bottom: 73px;
}

.banner .wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* Banner Price */

.price-order {
	background: #fff;
	width: 494px;
	padding: 148px 120px 140px;
	border-radius: 250px;
	text-align: center;
	height: 659px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.price-order .title {
	font-family: 'Viaoda Libre';
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 38px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url('data:image/svg+xml,%3Csvg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.0381 7.05973L18 8.01542L16.0381 8.9711C13.4844 10.2351 11.3668 12.1156 9.96539 14.3969L9 16L8.0346 14.3969C6.63321 12.0848 4.54671 10.2042 1.96193 8.94027L0 7.98459L1.96193 7.0289C4.51556 5.76493 6.63321 3.88439 8.0346 1.60308L9 0L9.96539 1.60308C11.3979 3.91522 13.4844 5.79576 16.0381 7.05973Z" fill="black"/%3E%3C/svg%3E');
}

.price-order .title:hover {
	text-decoration: none;
}

.price-order .title span {
	font-family: 'Viaoda Libre';
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	background-image: linear-gradient(#000, #000);
	background-position: 0% calc(100% - 8px);
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: background-size .4s;
}

.safari-body .price-order .title span {
	background-position: 0% 100%;
}

.price-order .title span:hover,
.price-order .title span:focus {
	text-decoration: none;
	background-size: 100% 2px;
}

.price-order .price {
	font-size: 54px;
	line-height: 54px;
	text-transform: uppercase;
}

.price-order .price small {
	font-size: 34px;
	line-height: 38px;
	text-transform: lowercase;
	margin-right: 10px;
}

.price-order .price-suffix {
	font-family: 'Viaoda Libre';
	font-size: 20px;
	line-height: 22px;
	margin-top: 12px;
	text-transform: uppercase;
}

.price-order .btn {
	margin: 36px auto 0;
}

.price-order .price-text a,
.price-order .price-text {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-top: 35px;
}

.price-order .price-text a {
	text-decoration: underline;
	transition: 0.3s;
}

.price-order .price-text a:hover {
	text-decoration: none;
}

/* Slick Slider */

.slick-dots {
	display: flex;
	justify-content: center;
	font-size: 0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.slick-dots li {
	margin: 0 5px;
	height: 10px;
	width: 10px;
}

.slick-dots li button {
	border-radius: 50%;
	padding: 0;
	background: 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
	height: 10px;
	width: 10px;
}

.slick-dots li.slick-active button {
	border: 1px solid rgba(0, 0, 0, 1);
}

.slick-arrow {
	width: 100%;
	max-width: 150px;
	height: 100%;
	max-height: 457px;
	font-size: 0;
	background: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

/* New Year Stock */

.link-ny {
	display: flex;
	align-items: center;
	width: 170px;
	height: 144px;
	background-repeat: no-repeat;
	background-image: url('assets/images/link_h.png');
	background-position: 50% 0;
	position: fixed;
	top: 0;
	right: 270px;
	z-index: 1001;
	filter: grayscale(.9);
}

.link-ny:hover {
	text-decoration: none;
	filter: grayscale(0);
}

.link-ny span {
	display: none;
	font-family: 'Viaoda Libre';
	font-size: 25px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
}

.link-ny:hover span {
	display: block;
}

/* Popup Form */

.pum-overlay {
	background: rgba(0, 0, 0, 0.8) !important;
}

.pum-overlay .pum-container {
	/* padding: 14vh 2.9vw 14vh 2.85vw; */
	padding: 14vh 2.9vw 8vh 2.85vw;
	background: #F4F1ED;
	border: 1px solid #000;
}

.pum-overlay .pum-container .pum-title {
	font-family: 'Viaoda Libre';
	font-size: 4.5vh;
	line-height: 5.3vh;
	text-transform: uppercase;
	margin-bottom: 6.7vh;
	max-width: 1px;
}

.pum-overlay .pum-container .pum-title:first-line {
	font-family: 'Tenor Sans';
}

.pum-overlay .pum-container.pum-scrollable .pum-content {
	overflow-y: auto;
}

.pum-overlay .pum-content {
	height: 100%;
}

.pum-overlay .pum-content+.pum-close,
.pum-overlay .pum-content+.pum-close:hover,
.pum-overlay .pum-content+.pum-close:focus {
	width: 40px;
	height: 40px;
	font-size: 0px;
	background: url('/theme/assets/images/btn-close.png') no-repeat center / cover;
	top: 40px;
	right: 40px;
}

.pum-overlay .pum-content+.pum-close:hover {
	opacity: .8;
}

.pum-overlay .pum-content .form-input {
	margin-bottom: 35px;
}

.pum-overlay .pum-content .desiredDate {
	display: block;
	width: 100%;
}

/* .pum-overlay .pum-content input[type=text],
.pum-overlay .pum-content input[type=tel],
.pum-overlay .pum-content input[type=date] {
	display: block;
	width: 100%;
	font-size: 17px;
	background: #F4F1ED;
	padding: 30px 25px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 0;
} */

.pum-overlay .pum-content input[type=date] {
	text-align: left;
	position: relative;
	transition: 0s;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.pum-overlay .pum-content input[type=date]::-webkit-date-and-time-value {
	color: #000;
	text-align: left;
}

.pum-overlay button[type=submit] {
	font-weight: normal;
	text-align: center;
}

.b24-window-mounts[aria-hidden=true] {
	position: absolute;
	z-index: 9999999999;
}

.b24-form-state-container .b24-form-success,
.b24-form-state-container .b24-form-error,
.b24-form-state-container .b24-form-warning {
	background-color: #f4f1ed !important;
}

body:not(.ios) .pum-overlay .pum-content input[type=date] {
	color: transparent;
}

body:not(.ios) .pum-overlay .pum-content input[type=date]:before {
	content: attr(data-placeholder);
	color: #92918e;
}

body:not(.ios) .pum-overlay .pum-content input[type=date]::-webkit-calendar-picker-indicator {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}


/*
.booking-form__input .bookingDate:before {
  content: 'Изменить';
  display: block;
  width: 100%;
  max-width: 117px;
  height: 100%;
  max-height: 66px;
  color: #E9E8EC;
  font-size: 15px;
  font-weight: 600;
  line-height: 66px;
  text-align: center;
  text-transform: uppercase;
  background: #3B4075;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
} */

#popmake-112 .b24-form-btn,
.form-button input[type=submit] {
	color: #fff;
	font-family: 'Tenor Sans';
	font-size: 18px;
	line-height: 60px;
	text-transform: uppercase;
	background: #000;
	border-radius: 40px !important;
	width: 100%;
	padding: 0;
}

.form-button input[type=submit]:hover {
	color: #000;
	background: #fff;
}

.form-policy a {
	text-decoration: underline;
}

.xdsoft_datetimepicker {
	z-index: 19999999999 !important;
}

#popmake-112 .b24-form-wrapper {
	background: 0;
}

#popmake-112 .b24-form-wrapper,
#popmake-112 .b24-form-header {
	border: 0;
}

#popmake-112 .b24-form-header,
#popmake-112 .b24-form-content {
	padding-inline: 0;
}

#popmake-112 .b24-form-control {
	font-size: 17px;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 0;
}

#popmake-112 .b24-form-field-agreement-link {
	color: #000;
	text-decoration: none;
}

#popmake-133 {
	max-width: 572px !important;
	background: transparent;
	border: 0;
	padding: 0;
	aspect-ratio: 572 / 643;
}

#popmake-133 .popmake-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

#popmake-133 .popup-img {
	width: 572px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#popmake-133 .popup-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 431px;
	margin-top: 35px;
	aspect-ratio: 431 / 603;
}

#popmake-133 .popup-meta__title,
#popmake-133 .popup-meta__price {
	color: #E5BB69;
	font-size: 47px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#popmake-133 p {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	max-width: 202px;
	margin-bottom: 16px;
}

#popmake-133 .popup-meta__button .btn {
	width: 255px;
	height: 55px;
	border-radius: 100px;
	margin-inline: auto;
}

#popmake-133.pum-container .pum-content+.pum-close {
	background: url('/theme/assets/images/ny-popup-close.png') no-repeat center / cover;
	top: 25px;
	right: 70px;
}

@media screen and (max-width: 480px) {
	#popmake-133.pum-container .pum-content+.pum-close {
		top: 0;
		right: 10px;
	}
}

@media screen and (max-width: 440px) {
	#popmake-133.pum-container .pum-content+.pum-close {
		top: -90px;
	}
}

/* Placeholders */

::-webkit-input-placeholder {
	color: #92918e;
}

:-moz-placeholder {
	color: #92918e;
	opacity: 1;
}

::-moz-placeholder {
	color: #92918e;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #92918e;
}

::-ms-input-placeholder {
	color: #92918e;
}

::placeholder {
	color: #92918e;
}

.grecaptcha-badge {
	display: none !important;
}


/* Packs */

.packs {
  display: flex;
  min-height: 600px;
  color: #fff;
  text-align: center;
  background-color: #1C1C1C;
  background-image: url('assets/images/bg-packs.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 769px) {
  .packs {
    background-size: cover;
  }
}

.packs .wrapper {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  min-height: 100%;
}

.packs__subtitle {
  font-size: 22px;
}

.packs__title {
  font-size: 72px;
	font-family: 'Viaoda Libre';
	text-transform: uppercase;
	letter-spacing: -.02em;
  max-width: 940px;
  margin-bottom: 20px;
}

.packs__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 282px;
  height: 70px;
  color: #1C1C1C;
  font-size: 18px;
	text-transform: uppercase;
  background: #E5BB69;
  border-radius: 50px;
}

@media screen and (max-width: 640px) {
	.packs .wrapper {
		gap: 25px;
	}

	.packs__subtitle {
		font-size: 18px;
	}

	.packs__title {
		font-size: 42px;
		margin-bottom: 10px;
	}

	.packs__button a {
		width: 220px;
		height: 56px;
		font-size: 17px;
	}
}

/* Responsive */

@media screen and (max-width: 1280px) {
	.banner {
		min-height: 1050px;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1100px) {
	.wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width: 992px) {
	.header-nav nav {
		display: none;
	}

	.header-logo,
	.header-contact {
		display: none;
	}

	header .wrapper {
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 0 22px;
	}

	.logo {
		margin-top: 32px;
		margin-left: 22px;
	}

	body.inner .main {
		margin-top: -192px;
	}

	body:not(.home) nav {
		margin: 0;
	}

	.nav-bottom {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		padding: 28px 56px 25px;
		min-height: 210px;
		max-height: 210px;
		width: calc(100% - 112px);
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.nav-bottom a {
		display: flex;
		align-items: center;
		font-family: 'Viaoda Libre';
		font-size: 24px;
		line-height: 35px;
		text-align: right;
		letter-spacing: 0.03em;
		text-transform: uppercase;
		color: #fff;
	}

	.nav-bottom a svg {
		margin-right: 25px;
	}

	.nav-bottom div {
		margin-top: 24px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 14px;
		line-height: 17px;
		text-decoration-line: underline;
		text-transform: uppercase;
		color: #fff;
	}

	.nav-bottom div svg {
		margin-right: 14px;
	}

	h1 {
		font-size: 41px;
		line-height: 45px;
		text-align: center;
		letter-spacing: -0.02em;
		text-transform: uppercase;
	}

	.btn {
		font-size: 14px;
		line-height: 18px;
		height: 60px;
		/* line-height: 60px; */
		min-width: 215px;
		width: 215px;
	}

	.banner {
		min-height: auto !important;
	}

	.banner .wrapper {
		padding: 0;
		align-items: flex-start;
	}

	.price-order {
		max-width: 311px;
		height: auto;
		padding: 84px 55px 72px;
		margin-bottom: 0;
	}

	.price-order .title {
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 10px;
		padding-top: 44px;
	}

	.price-order .title span {
		font-size: 27px;
		line-height: 30px;
		background-position: 0% calc(100% - 5px);
		background-size: 0% 1px;
	}

	.price-order .title span:hover,
	.price-order .title span:focus {
		background-size: 100% 1px;
	}

	.price-order .price {
		font-size: 36px;
		line-height: 40px;
	}

	.price-order .price-suffix {
		font-size: 15px;
		line-height: 17px;
	}

	.price-order .price-text a,
	.price-order .price-text {
		font-size: 15px;
		line-height: 18px;
		margin-top: 20px;
	}

	.price-order .btn {
		margin: 22px 0 0;
		height: 53px;
		line-height: 53px;
		min-width: 197px;
		width: 197px;
		font-size: 12px;
		white-space: nowrap;
	}

	.offset-main {
		padding: 60px 0 0;
	}

	.visible-md {
		display: flex !important;
	}

	.hidden-md {
		display: none !important;
	}
}

@media screen and (max-width: 769px) {

	/* .visible-tablet {
    display: block !important;
  } */
	.pum-overlay .pum-container {
		width: 100% !important;
	}

	.pum-overlay .pum-content+.pum-close,
	.pum-overlay .pum-content+.pum-close:hover,
	.pum-overlay .pum-content+.pum-close:focus {
		top: 20px;
		right: 15px;
	}

	.pum-overlay .pum-content .form-input {
		margin-bottom: 20px;
	}

	.pum-overlay .pum-content input[type=text],
	.pum-overlay .pum-content input[type=tel] {
		padding: 20px 15px;
	}

	.footer-bottom {
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
	}

	.footer-bottom>div {
		width: calc((100% - 32px) / 3);
		align-items: center;
	}

	.footer-bottom>div .title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.footer-bottom>div:not(.info-foot) a {
		font-size: 15px;
		line-height: 18px;
	}

	.footer-bottom>div.info-foot {
		padding: 0 22px 0 32px;
		width: 100%;
		flex-direction: initial;
		justify-content: space-between;
		align-items: flex-end;
	}

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

	.info-foot .logo_uno {
		display: flex;
		position: relative;
		bottom: auto;
		right: auto;
	}

	.footer-bottom>div .to-top {
		order: 2;
		margin-bottom: 0;
	}

	.hidden-sm {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	footer {
		min-height: 756px;
		max-height: 756px;
		background-image: none;
	}

	footer .wrapper {
		padding: 0;
	}

	.footer-top {
		height: 487px;
		padding: 0;
		background-size: 100% auto;
		background-position: 50% 0%;
		font-size: 49px;
		line-height: 54px;
	}

	.footer-bottom {
		/* flex-wrap: wrap;
		justify-content: space-around;
		width: 100%; */
		gap: 30px;
		text-align: center;
		background-size: cover;
		background-image: url('assets/images/bg_foot_mobile.jpg.webp');
		background-repeat: no-repeat;
		padding: 50px 0 22px;
		margin: 0 auto;
	}

	.footer-bottom>div {
		/* width: calc(50% - 32px); */
		width: 100%;
	}

	/* .footer-bottom>div.menu-foot {
		margin-left: 32px;
	}

	.footer-bottom>div.social {
		margin-right: 32px;
		text-align: right;
	} */

}

@media screen and (max-width: 480px) {
	.header-logo {
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		z-index: 1;
	}

	.logo {
		margin: 0;
	}
}

@media screen and (max-width: 400px) {
	footer {
		min-height: 660px;
		max-height: 660px;
	}

	.footer-top {
		height: 392px;
		font-size: 46px;
		line-height: 50px;
	}
}

@media screen and (max-width: 360px) {
	.nav-bottom {
		width: 100%;
		min-height: 100px;
		max-height: 100px;
	}

	.nav-bottom div {
		margin-top: 15px;
	}

	.nav-foot a {
		font-size: 19px;
	}

	.nav-foot a svg {
		margin-right: 10px;
	}
}

@media screen and (min-width: 641px) {
	.visible-sm {
		display: none !important;
	}

	.hidden-sm {
		display: flex !important;
	}
}

/* @media screen and (min-width: 770px) {
  .visible-tablet {
    display: none !important;
  }
  .hidden-tablet {
    display: flex !important;
  }
} */

@media screen and (min-width: 993px) {
	.visible-md {
		display: none !important;
	}

	.hidden-md {
		display: flex !important;
	}
}

@media screen and (min-height: 883px) {
	.pum-overlay .pum-content .form-input:nth-child(4) {
		margin-bottom: 135px;
	}
}

/* Keyframes */

@-webkit-keyframes movement-abs {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(25px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes movement-abs {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(25px);
	}

	100% {
		transform: translateY(0);
	}
}

/* Fonts */

/*@font-face {*/
/*	font-family: 'Tenor Sans';*/
/*	src: url('assets/fonts/TenorSans-Regular.eot');*/
/*	src: url('assets/fonts/TenorSans-Regular.eot?#iefix') format('embedded-opentype'),*/
/*		url('assets/fonts/TenorSans-Regular.otf') format('otf'),*/
/*		url('assets/fonts/TenorSans-Regular.svg#TenorSans-Regular') format('svg'),*/
/*		url('assets/fonts/TenorSans-Regular.ttf') format('truetype'),*/
/*		url('assets/fonts/TenorSans-Regular.woff') format('woff'),*/
/*		url('assets/fonts/TenorSans-Regular.woff2') format('woff2');*/
/*	font-display: swap;*/
/*}*/

/*@font-face {*/
/*	font-family: 'Viaoda Libre';*/
/*	src: url('assets/fonts/ViaodaLibre-Regular.eot');*/
/*	src: url('assets/fonts/ViaodaLibre-Regular.eot?#iefix') format('embedded-opentype'),*/
/*		url('assets/fonts/ViaodaLibre-Regular.otf') format('otf'),*/
/*		url('assets/fonts/ViaodaLibre-Regular.svg#ViaodaLibre-Regular') format('svg'),*/
/*		url('assets/fonts/ViaodaLibre-Regular.ttf') format('truetype'),*/
/*		url('assets/fonts/ViaodaLibre-Regular.woff') format('woff'),*/
/*		url('assets/fonts/ViaodaLibre-Regular.woff2') format('woff2');*/
/*	font-display: swap;*/
/*}*/



/* Важная часть */

.open-popup {
	cursor: pointer;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
	z-index: 20;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-image: url("/uploads/2023/10/popup-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 300px;
    width: 431px;
	height: 603px;
    padding: 25px;
    transition: 0.5s all;
	box-shadow: 0 0 25px #E5BB69;
}

.popup-inner.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.popup-content {
	position: relative;
}

.popup-title {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.50);
	font-family: 'Viaoda Libre';
	font-size: 47px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	position: absolute;
	top: 208px;
	left: 0;
	width: 100%;
	margin: 0;
	transform: none;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.popup-btn {
	position: absolute;
	top: 365px;
	left: 50%;
	transform: translateX(-50%);
	width: 212px;
	height: 55px;
	border-radius: 100px;
	background: #E5BB69;
	color: #1C1C1C;
	text-align: center;
	font-family: 'Tenor Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
}

.popup-close-btn {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	transition: all 0.16s ease;
}


.popup-close-btn:hover {
  scale: 1.1;
}

.popup-btn:hover {
  box-shadow: 0 0 15px #E5BB69;
}

@media (max-width: 450px) {
	.popup-inner {
		width: calc(100vw - 24px);
		max-width: 360px;
		height: 560px;
		padding: 20px;
	}
	.popup-title {
		top: 190px;
		font-size: 38px;
		line-height: 102%;
	}
	.popup-btn {
		top: 350px;
		width: 208px;
		height: 52px;
		line-height: 52px;
		font-size: 17px;
	}
	.popup-close-btn {
		right: -8px;
		top: -8px;
	}
}
