/* Отрицательные отступы */
.mbn-0 {
  margin-bottom: 0 !important;
}

.mbn-1 {
  margin-bottom: -0.25rem !important;
}

.mbn-2 {
  margin-bottom: -0.5rem !important;
}

.mbn-3 {
  margin-bottom: -1rem !important;
}

.mbn-4 {
  margin-bottom: -1.5rem !important;
}

.mbn-5 {
  margin-bottom: -3rem !important;
}

@media (min-width: 576px) {
  .mbn-sm-0 {
    margin-bottom: 0 !important;
  }

  .mbn-sm-1 {
    margin-bottom: -0.25rem !important;
  }

  .mbn-sm-2 {
    margin-bottom: -0.5rem !important;
  }

  .mbn-sm-3 {
    margin-bottom: -1rem !important;
  }

  .mbn-sm-4 {
    margin-bottom: -1.5rem !important;
  }

  .mbn-sm-5 {
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 768px) {
  .mbn-md-0 {
    margin-bottom: 0 !important;
  }

  .mbn-md-1 {
    margin-bottom: -0.25rem !important;
  }

  .mbn-md-2 {
    margin-bottom: -0.5rem !important;
  }

  .mbn-md-3 {
    margin-bottom: -1rem !important;
  }

  .mbn-md-4 {
    margin-bottom: -1.5rem !important;
  }

  .mbn-md-5 {
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 992px) {
  .mbn-lg-0 {
    margin-bottom: 0 !important;
  }

  .mbn-lg-1 {
    margin-bottom: -0.25rem !important;
  }

  .mbn-lg-2 {
    margin-bottom: -0.5rem !important;
  }

  .mbn-lg-3 {
    margin-bottom: -1rem !important;
  }

  .mbn-lg-4 {
    margin-bottom: -1.5rem !important;
  }

  .mbn-lg-5 {
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .mbn-xl-0 {
    margin-bottom: 0 !important;
  }

  .mbn-xl-1 {
    margin-bottom: -0.25rem !important;
  }

  .mbn-xl-2 {
    margin-bottom: -0.5rem !important;
  }

  .mbn-xl-3 {
    margin-bottom: -1rem !important;
  }

  .mbn-xl-4 {
    margin-bottom: -1.5rem !important;
  }

  .mbn-xl-5 {
    margin-bottom: -3rem !important;
  }
}

@media (min-width: 1400px) {
  .mbn-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mbn-xxl-1 {
    margin-bottom: -0.25rem !important;
  }

  .mbn-xxl-2 {
    margin-bottom: -0.5rem !important;
  }

  .mbn-xxl-3 {
    margin-bottom: -1rem !important;
  }

  .mbn-xxl-4 {
    margin-bottom: -1.5rem !important;
  }

  .mbn-xxl-5 {
    margin-bottom: -3rem !important;
  }
}

/* Аналогично для других отступов */
.mtn-0 {
  margin-top: 0 !important;
}

.mtn-1 {
  margin-top: -0.25rem !important;
}

.mtn-2 {
  margin-top: -0.5rem !important;
}

.mtn-3 {
  margin-top: -1rem !important;
}

.mtn-4 {
  margin-top: -1.5rem !important;
}

.mtn-5 {
  margin-top: -3rem !important;
}

@media (min-width: 576px) {
  .mtn-sm-0 {
    margin-top: 0 !important;
  }

  .mtn-sm-1 {
    margin-top: -0.25rem !important;
  }

  .mtn-sm-2 {
    margin-top: -0.5rem !important;
  }

  .mtn-sm-3 {
    margin-top: -1rem !important;
  }

  .mtn-sm-4 {
    margin-top: -1.5rem !important;
  }

  .mtn-sm-5 {
    margin-top: -3rem !important;
  }
}

@media (min-width: 768px) {
  .mtn-md-0 {
    margin-top: 0 !important;
  }

  .mtn-md-1 {
    margin-top: -0.25rem !important;
  }

  .mtn-md-2 {
    margin-top: -0.5rem !important;
  }

  .mtn-md-3 {
    margin-top: -1rem !important;
  }

  .mtn-md-4 {
    margin-top: -1.5rem !important;
  }

  .mtn-md-5 {
    margin-top: -3rem !important;
  }
}

@media (min-width: 992px) {
  .mtn-lg-0 {
    margin-top: 0 !important;
  }

  .mtn-lg-1 {
    margin-top: -0.25rem !important;
  }

  .mtn-lg-2 {
    margin-top: -0.5rem !important;
  }

  .mtn-lg-3 {
    margin-top: -1rem !important;
  }

  .mtn-lg-4 {
    margin-top: -1.5rem !important;
  }

  .mtn-lg-5 {
    margin-top: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .mtn-xl-0 {
    margin-top: 0 !important;
  }

  .mtn-xl-1 {
    margin-top: -0.25rem !important;
  }

  .mtn-xl-2 {
    margin-top: -0.5rem !important;
  }

  .mtn-xl-3 {
    margin-top: -1rem !important;
  }

  .mtn-xl-4 {
    margin-top: -1.5rem !important;
  }

  .mtn-xl-5 {
    margin-top: -3rem !important;
  }
}

@media (min-width: 1400px) {
  .mtn-xxl-0 {
    margin-top: 0 !important;
  }

  .mtn-xxl-1 {
    margin-top: -0.25rem !important;
  }

  .mtn-xxl-2 {
    margin-top: -0.5rem !important;
  }

  .mtn-xxl-3 {
    margin-top: -1rem !important;
  }

  .mtn-xxl-4 {
    margin-top: -1.5rem !important;
  }

  .mtn-xxl-5 {
    margin-top: -3rem !important;
  }
}

/* Для левых и правых отступов по аналогии */
.mln-0,
.mrn-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mln-1,
.mrn-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.mln-2,
.mrn-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.mln-3,
.mrn-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.mln-4,
.mrn-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.mln-5,
.mrn-5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

/* С медиазапросами */
@media (min-width: 576px) {
  .mln-0-sm,
  .mrn-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mln-1-sm,
  .mrn-1-sm {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mln-2-sm,
  .mrn-2-sm {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mln-3-sm,
  .mrn-3-sm {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mln-4-sm,
  .mrn-4-sm {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mln-5-sm,
  .mrn-5-sm {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

@media (min-width: 768px) {
  .mln-0-md,
  .mrn-0-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mln-1-md,
  .mrn-1-md {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mln-2-md,
  .mrn-2-md {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mln-3-md,
  .mrn-3-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mln-4-md,
  .mrn-4-md {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mln-5-md,
  .mrn-5-md {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

@media (min-width: 992px) {
  .mln-0-lg,
  .mrn-0-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mln-1-lg,
  .mrn-1-lg {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mln-2-lg,
  .mrn-2-lg {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mln-3-lg,
  .mrn-3-lg {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mln-4-lg,
  .mrn-4-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mln-5-lg,
  .mrn-5-lg {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .mln-0-xl,
  .mrn-0-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mln-1-xl,
  .mrn-1-xl {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mln-2-xl,
  .mrn-2-xl {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mln-3-xl,
  .mrn-3-xl {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mln-4-xl,
  .mrn-4-xl {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mln-5-xl,
  .mrn-5-xl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

@media (min-width: 1400px) {
  .mln-0-xxl,
  .mrn-0-xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mln-1-xxl,
  .mrn-1-xxl {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mln-2-xxl,
  .mrn-2-xxl {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mln-3-xxl,
  .mrn-3-xxl {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mln-4-xxl,
  .mrn-4-xxl {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mln-5-xxl,
  .mrn-5-xxl {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}

/* New edits */
.page-template-tp-tulpans .elementor-element.elementor-element-5ad79a15 {
  margin-top: 0 !important;
}

.section--pt {
  padding-top: clamp(100px, 2.5vw, 70px);
}
.section--pb {
  padding-bottom: clamp(100px, 2.5vw, 70px);
}

/* Popup */
.popup {
	border-radius: var(15px);
	max-width: 993px;
	overflow: initial;
	padding: 0 !important;
	width: 100%;
}
#popupStandart.popup,
#popupStandart2.popup {
  max-width: 600px !important;
  background: #f8f2f0;
}

.popup_lg {
	max-width: 745px;
}

.popup_sm {
	max-width: 444px;
}

.popup__cnt {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: clamp(25px,5vw,72px);
}

.popup__caption {
	font-size: clamp(17px,1.5vw,20px);
}

.popup__subtitle {
	font-size: 14px;
}

.popup .fancybox-close-small {
	background: #303030;
	background: #ff5959;
	border: none;
	border-radius: 50%;
	color: #fff;
	height: 24px;
	height: 42px;
	opacity: 1;
	padding: 2px;
	right: 10px;
	right: -15px;
	top: 10px;
	top: -15px;
	width: 24px;
	width: 42px;
}

.popup .fancybox-close-small svg {
	height: 22px;
	margin: 0 auto;
	width: 22px;
}

.popup .fancybox-close-small:hover {
	opacity: .7;
}

.popup .contact-form {
	padding: 0;
}

.popup_success {
	max-width: 245px;
	position: relative;
}

.popup_success__form-wrap {
	align-items: center;
	display: flex;
}

.popup_success .popup__item {
	padding: 24px 35px 32px;
}

.popup_success .form__title {
	font-size: 26px;
	margin-bottom: 0;
}

.popup_success .form__desc {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}

.popup__bg {
	border-radius: var(15px);
	height: 100%;
	min-height: 404px;
}

.popup-benefits_mb {
	margin-bottom: 35px;
}

.popup-benefits__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

.popup-benefits__col {
	flex: 0 0 33.3333%;
	margin-bottom: 30px;
	max-width: 33.3333%;
	padding: 0 15px;
}

.popup-benefits__item {
	text-align: center;
}

.popup-benefits__title {
	font-weight: 700;
}

.popup__present-wrap {
	text-align: center;
}

.popup__present {
	background: #494949;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 26px;
	padding: 8px 18px;
	text-transform: uppercase;
}

/* Form */
.form__input {
	background: none;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	padding: .95em 1.7em;
	width: 100%;
}

.form__input_sm {
	padding: .69em 1.7em;
}

.form__input_hidden {
	display: none!important;
}

.form__input:focus {
	outline: none!important;
}

.form__input[type=tel] {
	background: url(../img/body/flag-icon.svg) no-repeat 23px 50%;
	padding-left: 56px;
}

.form__item_mb {
	margin-bottom: 10px;
}

.form__item_mb-sm {
	margin-bottom: 12px;
}

.form__item_mb-lg {
	margin-bottom: 18px;
}

.form__item_mb-xl {
	margin-bottom: 30px;
}

.form__item_mt-sm {
	margin-top: 10px;
}

.form__title {
	font-family: var(--font-family-accent);
	font-size: 18px;
	font-weight: 900;
	margin-bottom: .5em;
}

.form__title_sm {
	color: #000;
	font-weight: 900;
	margin-bottom: .6em;
	text-align: center;
}

.form__title_sm_sm {
	font-size: 24px;
}

.form__title_mb-sm {
	margin-bottom: .4em;
}

.form__desc {
	font-weight: 300;
	margin-bottom: 13px;
	max-width: 331px;
}

.form_light,.form_light__desc,.form_light__title {
	color: #fff;
}

.form_light .form__input {
	border-color: #a79c93;
	color: #fff;
}

.form_light .form__input::placeholder {
	color: #fff;
}

.form_light .form__input:focus {
	color: #fff;
}

.form__heading {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: .55em;
}

.form__subtitle {
	color: #000;
	margin-bottom: 1.7em;
}

.form__subtitle_sm {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 1.4em;
	text-align: center;
}

.form__desc {
	font-size: 16px;
}

.form__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px -22px;
}

.form__col {
	flex: 0 0 50%;
	margin-bottom: 22px;
	max-width: 50%;
	padding: 0 11px;
}

.form__button {
	display: block;
	min-width: auto;
	width: 100%;
}

.form__button_high {
	align-items: center;
	display: flex!important;
}

.form__button_high,.form__input_high {
	flex-direction: column;
	height: 64px;
	justify-content: center;
}

.form__button_high,.form__input_high {
	display: flex;
}

.form__file-label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.form-block_sm {
	margin-left: auto;
	margin-right: auto;
	max-width: 445px;
}

.form-block__button-wrap {
	text-align: center;
}

.form-block__label {
	color: #a4a4a4;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: .5em;
}

.form-block__input {
	background: #fff;
	border-radius: 8px;
	display: block;
	font-size: 14px;
	padding: 1em 1.2em;
	width: 100%;
}

.form-block__input_mb {
	margin-bottom: 15px;
}

.form-block__input_mb-lg {
	margin-bottom: 28px;
}

.custom-checkbox>input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.custom-checkbox>input:not(:disabled):not(:checked)+span:hover:before {
	border-color: #ccc;
}

.custom-checkbox>input:not(:disabled):active+span:before {
	background-color: #ccc;
	border-color: #ccc;
}

.custom-checkbox>input:focus+span:before {
	box-shadow: 0 0 0 .2rem rgba(88,88,88,.25);
}

.custom-checkbox>input:focus:not(:checked)+span:before {
	border-color: #80bdff;
}

.custom-checkbox>input:checked+span:before {
	background-color: #575757;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
	border-color: #575757;
}

.custom-checkbox>input:disabled+span:before {
	background-color: #e9ecef;
}

.custom-checkbox>span {
	align-items: center;
	color: #6d6d6d;
	display: inline-flex;
	font-size: 12px;
	user-select: none;
}

.custom-checkbox>span:before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	border: 1px solid #adb5bd;
	border-radius: .25em;
	content: "";
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	height: 1em;
	margin-right: .5em;
	width: 1em;
}

.radio-field-item_mb {
	margin-bottom: 10px;
}

.radio-field-item__label {
	display: block;
}

.radio-field-item__input {
	display: none;
}

.radio-field-item__input:checked+.radio-field-item__cnt .radio-field-item__circle {
	border-color: var(--color-primary);
}

.radio-field-item__input:checked+.radio-field-item__cnt .radio-field-item__circle:before {
	background-color: var(--color-primary);
	transition: .3s;
}

.radio-field-item__cnt {
	align-items: center;
	display: flex;
}

.radio-field-item__circle {
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	height: 20px;
	margin-right: 8px;
	position: relative;
	width: 20px;
}

.radio-field-item__circle:before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}

.radio-field-item__txt {
	cursor: pointer;
	display: block;
	position: relative;
	white-space: nowrap;
}

.file-control {
	cursor: pointer;
	margin: 0;
	position: relative;
	width: 100%;
}

.file-control__row {
	align-items: center;
	display: flex;
	margin: 0 -5px;
}

.file-control__col {
	padding: 0 5px;
}

.file-control__col_1 {
	flex: 0 0 149px;
}

.file-control__input {
	display: none;
}

.file-control__button {
	background-color: var(--color-primary);
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 16px;
	transition: all .3s ease;
}

.file-control__button:hover {
	color: #fff;
}

.file-control__text {
	display: block;
	font-size: 14px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Contact form */
.contact-form .contact-form__input {
  width: 100%;
  border-radius: 0;
  border: 0.0625rem solid #222;
  background: transparent;
  line-height: 1;
  color: #222222;
  font-size: 1rem;
  -webkit-transition: 0.3s 
  ease;
  -o-transition: 0.3s ease;
  transition: 0.3s 
  ease;

  border-radius: 40px;
  padding: 1.25rem 2.1875rem;
  background: #fff;
}
.contact-form .contact-form__submit,
.button-accent {
  text-transform: uppercase;
  font-size: 17px;
  color: #f8f2f0 !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1.0625rem 4.375rem;
  line-height: 1;
  border-radius: 30px;
  letter-spacing: -0.025em;
  background: #eb5a31;
  border: none;
  font-family: 'Forum';
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: fit-content;
}
.contact-form .contact-form__submit:hover,
.button-accent:hover {
  background: #222222;
}
.button-accent--center {
  margin-left: auto;
  margin-right: auto;
}
.contact-form .contact-form__title {
  font-family: 'Forum', serif;
  font-size: clamp(18px, 2.5vw, 25px);
  margin-bottom: 0.1em;
  font-weight: 700;
}
.contact-form .contact-form__title p {
  margin: 0;
}
.contact-form__privacy {
  margin-bottom: 0;
  font-size: 14px;
  max-width: 370px;
}
.contact-form__privacy a {
  color: #b69b89;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
.contact-form__privacy a:hover {
  border-color: transparent;
}

.button-popup {
  display: block;
  width: fit-content;
  background-color: #B69B89;
  border: none;
  font-family: "Forum", Sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.4px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-radius: 100px 100px 100px 100px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  padding: clamp(0.58em, 2.5vw, 0.88em) clamp(0.88em, 2.5vw, 1.47em);
  line-height: 1;
}
.button-popup:hover {
  background: #967966;
  color: #fff;
}
.button-popup:visited {
  color: #fff;
}
.button-popup--sm {
  font-size: 14px;
  text-transform: none;
}
.button-popup--center {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-pagination {
  display: none !important;
}

.site-logo {
  line-height: 1.2;
  color: #827766;
  text-align: center;
}
.site-logo__title {
  font-family: 'Forum';
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1;
}
.site-logo__desc {
  font-size: 12px;
}

.header-contacts-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-contacts-wrap--mt {
  margin-top: 1em;
}
.header-contacts .widget {
  margin: 0;
  line-height: 1.3;
}
.header-contacts .widget .header-contact-icon {
  margin: 0;
}
.header-contacts .contact-phone-number-info-wrap {
  margin: 0;
}
.header-contact-icon a span {
  display: block !important;
}

.header-buttons {
  padding-left: 0;
  position: relative;
  text-align: center;
}
.header-buttons::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -13px;
  width: 1px;
  height: 82%;
  background: #ccc;
}

.site-header-link {
  color: #b69b89;
  line-height: 1.3;
  font-size: 14px;
  transition: 0.3s;
}
.site-header-link:visited {
  color: #b69b89;
}
.site-header-link:hover {
  color: #333;
}

.templines-mega-menu-wrap > ul {
  padding: 0;
}

.templines-site-header .top-header-content {
  background: #f9efed;
  padding: 10px 0;
  transition: 0.3s;
}
.templines-site-header .top-header-content .top-header-row {
  justify-content: center;
}

.top-header-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  color: #967966;
  font-size: 14px;
}
.top-header-list li {
  list-style-type: none;
}
.top-header-list__item {
  font-size: 13px;
}
.top-header-list__separator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header-list__separator span {
  display: block;
  height: 60%;
  width: 1px;
  background: #ccc;
}
.templines-mega-menu-wrap > ul > li > a {
  padding: 0 1.4rem;
}

.lg-header-nav {
  background: #f9efed;
  padding: 10px 0;
}

div[data-activation] {
  display: none;
}

.header-mobile-phone {
  color: #303030;
  transition: 0.3s;
  font-weight: 700;
}
.header-mobile-phone span {
  display: block !important;
}
.header-mobile-phone:hover {
  color: #303030;
  opacity: 0.8;
}
.header-mobile-phone:visited {
  color: #303030;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background: #f5edea;
}
.admin-bar .header-container {
  top: 32px;
}

.fl-mobile-menu-wrapper {
  z-index: 9999;
}

.lg-header-nav__col-logo,
.lg-header-nav__col-button {
  display: none;
}

.header-container--fixed .site-header__col-phone {
  display: none !important;
}
.header-container--fixed .header-buttons {
  padding: 0;
}
.header-container--fixed .header-buttons:before {
  display: none;
}
.header-container--fixed .site-header-link {
  display: none;
}
.header-container--fixed .site-logo__title {
  display: none;
}

@media screen and (min-width: 992px) {
  .lg-header-nav .site-logo__title {
    display: none;
  }
  .header-container--fixed .header-row {
    display: none;
  }
  .header-container--fixed .lg-header-nav__col-logo,
  .header-container--fixed .lg-header-nav__col-button {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .header-container--fixed {
    margin-top: -45px;
  }
  .header-container--fixed .header-row {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .templines-mega-menu-wrap > ul {
    text-align: center;
  }
}

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

  /* Popup */
  .popup:not(.popup_success) {
		max-width: 470px;
	}

	.popup:not(.popup_success) .fancybox-close-small {
		right: 15px;
		top: 15px;
	}

	.popup-benefits {
		display: none;
	}

	.popup_padding {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
  /* Header */
  .site-logo {
    max-width: 135px;
  }
  .header-buttons::before {
    display: none;
  }
  .header-mobile-menu-icon-wrap {
    margin: 0;
    padding: 0;
  }
  .templines-site-header .header-row .icon-container {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
  }
  .header-container--fixed .header-mobile-phone {
    display: none;
  }
  .header-container--fixed .header-row .icon-container {
    zoom: 0.7;
  }
}

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

  /* Popup */
  .popup__item {
		padding-top: 60px;
	}

	.popup:not(.popup_success) .fancybox-close-small {
		background: none;
		height: 30px;
		right: 5px;
		top: 5px;
		width: 30px;
	}

	.popup:not(.popup_success) .fancybox-close-small svg path {
		fill: #666;
	}

	.popup .caption {
		font-size: 18px;
	}

  /* Header */
  .header-row {
    zoom: 0.8;
  }
}