@charset "UTF-8";
:root {
	--primary-color: #ed7e1c;
	--primary-background: #f7f4f2;
	--secondary-background: #e5ead7;
	--light-background: #fff;
	--header-background: #d6c2b8;
	--header-text-primary: #4f3422;
	--button-background: #4f3422;
	--button-secondary-background: #4f3422;
	--button-disabled-background: #C0A091;
	--button-border: #120a04;
	--button-disabled-border-color: #4f3422;
	--active-element: #9bb168;
	--text-primary: #4f3422;
	--text-secondary: #736b66;
	--text-dark: #3f3c36;
	--text-light: #fff;
	--progress: #fff;
	--progress-track: #7d944d;
}

.container {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

html {
  /**
  	Плавный скролл
    */
  scroll-behavior: smooth;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--primary-background);
}

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/**
	Удаляем все анимации и переходы для людей,
	которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg--contain] img {
  object-fit: contain;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

.main__paywall-scroll {
  position: relative;
  padding-bottom: 72px;
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(15px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s ease 0s;
	pointer-events: none;
	z-index: 149;
}

.popup-show body::after {
	opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .form-contacts {
  opacity: 1;
  transform: translateY(0);
}

.popup_show .plan-popup {
  opacity: 1;
  transform: translateY(0);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.popup__content {
  visibility: hidden;
	position: relative;

}
.lock .popup__content {
  visibility: visible;
}

.plan-popup {
  border-radius: 24px !important;
  padding-bottom: 16px;
  max-width: 400px;
  min-height: 500px;
  background-color: #fff;
  padding: 32px 16px 16px;
  overflow: auto;
  transition: all 0.3s ease-out;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
}
@media (max-width: 572px) {
  .plan-popup {
    max-width: unset;
    padding: 32px 16px 16px;
    height: 93%;
    transform: translateY(100%);
  }

  .vertical .card-plan__data-cost {
	white-space: normal;
	text-align: center;
  }
}
.plan-popup__close {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 36px;
  height: 36px;
  color: #817b6f;
  cursor: pointer;
}
.plan-popup__line {
  position: absolute;
  top: 8px;
  opacity: 1;
  margin: 0;
  border-top: 4px solid;
  border-radius: 5px;
  width: 43px;
  left: 50%;
  transform: translateX(-50%);
  color: #d9d9d9;
}
.plan-popup__title {
  color: #302c28;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  font-family: Urbanist, serif;
  margin-bottom: 8px;
}
.plan-popup__check {
	font-weight: 500;
}
.plan-popup__check-line {
  border: 0;
  border-top: 1px solid;
  margin: 16px 0;
  color: #e7e4de;
}
.plan-popup__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
  white-space: nowrap;
  color: #817b6f;
}
.plan-popup__info-bottom {
	color: #817b6f;
}
.plan-popup__info-descr {
  font-size: 16px;
  line-height: 140%;
}
.plan-popup__info-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
}
.plan-popup__check-price--red {
  color: #ed827b;
}
.plan-popup__totals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
  white-space: nowrap;
}
.plan-popup__totals-descr {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  font-family: "Urbanist", serif;
  letter-spacing: 0.2px;
  color: #302c28;
}
.plan-popup__totals-sum {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  font-family: "Urbanist", serif;
  letter-spacing: 0.2px;
  color: #ed827b;
  text-align: right;
}
.plan-popup__totals-data {
  font-size: 16px;
  line-height: 140%;
  color: #817b6f;
}
.plan-popup__totals-discount {
  color: #ed827b;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
}

.head-main {
  background-color: var(--header-background);
  display: flex;
  align-items: center;
  padding: 5px 24px 5.48px;
	justify-content: space-between;
}
.head-main__logo.centered {
	width: 100%;
	text-align: center;
}
.head-main__country {
  color: var(--header-text-primary);
  flex-grow: 1;
  text-align: center;
}
.head-main__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  color: var(--header-text-primary);
}
.head-main__rating-icon {
  width: 19px;
  height: 19px;
}

fieldset {
	text-align: center;
}