* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
:root {
	--main: #3A4452;
	--accent: #DF7F45;
	--gradient: linear-gradient(90deg, #F0972F 0%, #A93487 100%);
	--gradient-hover: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #F0972F 0%, #A93487 100%);
}
.color_main {color: var(--main);}
.color_accent {color: var(--accent);}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {max-width: 100%;}
textarea {
  resize: vertical;
}
button, .btn {
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	padding: 19px 41px;
	background: var(--gradient);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
button:not(.btn_reverse):focus, .btn:not(.btn_reverse):focus, button:not(.btn_reverse):hover, .btn:not(.btn_reverse):hover {
	background: var(--gradient-hover);
}
.btn_reverse {
	border: 2px solid transparent;
	background: #fff;
	background-clip: padding-box;
	color: #000;
	position: relative;
	padding: 17px 39px;
}
.btn_reverse:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -2px;
	border-radius: inherit;
	background: var(--gradient);
}
.btn_inner {
	background: var(--gradient);
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.btn_reverse:focus, .btn_reverse:hover {
	background: transparent;
}
.btn_reverse:focus .btn_inner, .btn_reverse:hover .btn_inner {
	-webkit-text-fill-color: #fff;
}
button.btn_round {
	width: 35px;
	height: 35px;
	padding: 0;
	background: url(/src/arrow-btn.svg), var(--gradient);
	background-position: center;
	background-repeat: no-repeat;
}
button.btn_round:hover, button.btn_round:focus {
	background: url(/src/arrow-btn.svg), var(--gradient-hover);
	background-position: center;
	background-repeat: no-repeat;
}
button.btn_round.btn_grey, button.btn_round.btn_grey:hover, button.btn_round.btn_grey:focus {
	background: url(/src/arrow-btn.svg), linear-gradient(90deg, #EAEAEA 0%, #C4C4C4 100%);
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.hidden,
[hidden] {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
input {
	border: none;
	width: 100%;
	outline: none;
	border-bottom: 1px solid rgba(27, 27, 27, 0.15);
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	color: var(--main);
  background-color: transparent;
}
input:focus {
	border-color: rgba(27, 27, 27, 0.5);
}
label {
	font-size: 14px;
	line-height: 150%;
}
.container {max-width: 1170px; margin: 0 auto; position: relative;}
.row {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {min-height: 1px; padding: 0 15px; box-sizing: border-box;}
.col-1 {width: 100px; min-width: 100px;}
.col-2 {width: 200px; min-width: 200px;}
.col-3 {width: 300px; min-width: 300px;}
.col-4 {width: 400px; min-width: 400px;}
.col-6 {width: 600px; min-width: 600px;}
.col-7 {width: 700px; min-width: 700px;}
.col-8 {width: 800px; min-width: 800px;}
.col-9 {width: 900px; min-width: 900px;}
body {
	color: var(--main);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
}
h1, .h1 {
	font-weight: 700;
	font-size: 50px;
	line-height: 111.4%;
}
h1 span, .h1 span {font-size: 35px;}
h2, .h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 111.4%;
}
h3, .h3 {
	font-weight: 700;
	font-size: 25px;
	line-height: 111.4%;
}
h4, .h4 {
	font-weight: 600;
	font-size: 17px;
	line-height: 122.9%;
}
.font1 {
	font-weight: 500;
	font-size: 17px;
	line-height: 111.4%;
}
.font2 {
	font-weight: 300;
	font-size: 17px;
	line-height: 111.4%;
}
.font3 {
	font-weight: 400;
	font-size: 14px;
	line-height: 111.4%;
}
a {
	text-decoration: none;
	color: inherit;
}
a:not(.btn):hover {
	color: var(--accent);
}
.custom_radio {
	position: relative;
	display: flex;
}
.radio {
	border: 2px solid #D9DFE7;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.custom_radio label {
	padding-left: 23px;
	font-size: 13px;
	line-height: 129.9%;
	cursor: pointer;
}
.custom_radio label:hover .radio {background: #D9DFE7;}
.custom_radio input:checked + label > .radio {
	background: var(--gradient);
	border: none;

}
.custom_radio input:checked + label > .radio:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	left: 2px;
    top: 2px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
header {
	height: 120px;
	position: relative;
  z-index: 1;
}
header .container {
	height: 100%;
}
.logo img {
	max-width: 67px;
}
.lk .logo img {
	max-width: 64px;
}
.menu {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.menu__left {
  margin: 0 -20px;
  display: flex;
}
.menu__left a {
	opacity: .7;
	margin: 0 20px;
}
.menu__left a:hover, .menu__left a.active {
	opacity: 1;
	color: #fff;
}
.menu__right {
	display: flex;
	align-items: center;
}
.menu__right span {opacity: .7; font-size: 14px;}
.login {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
}
.menu__right .login {margin-right: 10px;}
.register {
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 100px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 9.5px 25.2px;
}
.register:hover {
	border: none;
	padding: 11.5px 27.2px;
	color: #fff !important;
	background: var(--gradient);
}
.menu__right .register {margin-left: 21px;}
.root {
    min-height: calc(100vh - 353px);
}
section {
	padding-top: 70px;
	padding-bottom: 90px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section:last-child {
    border-bottom: none;
}
.first_screen {
	padding-top: 185px;
	margin-top: -90px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 810px;
	position: relative;
	border: none;
}
.first_screen.first_screen_tour {
	height: 600px;
	padding-top: 128px;
	color: #fff;
}
.qa-wrapper {
	max-width: 570px;
	color: #fff;
	margin: auto;
	text-align: center;
}
.qa-wrapper h4 {
	margin-top: 18px;
}
.qa {
	margin-top: 45px;
	position: relative;
}
.step1, .step2, .step3, .step4, .step5 {display: none;}
.qa[data-step="1"] .step1,
.qa[data-step="2"] .step2,
.qa[data-step="3"] .step3,
.qa[data-step="4"] .step4,
.qa[data-step="5"] .step5 {
	display: block;
}
.qa_bar {
	margin-top: 22px;
	background: #FFFFFF;
	box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.59);
	border-radius: 100px;
	color: var(--main);
	padding-left: 30px;
	padding-right: 8px;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: space-between;
}
.qa_bar_content {
	flex: 1 1 100%;
	display: flex;
	justify-content: space-between;
	margin-right: 29px;
}
.step3 .qa_bar_content, .step4 .qa_bar_content {
	margin-right: 17px;
}
.qa_bar .btn_round {
	flex-shrink: 0;
}
.qa_hint {
	position: absolute;
	top: -61px;
	right: -241px;
	align-items: end;
	display: none;
}
.hint__img {
	width: 133.5px;
	height: 59.9px;
	background: url(/src/arrow-hint.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: -9px;
}
.hint__text {
	font-weight: 400;
	font-size: 13px;
	line-height: 129.9%;
	text-align: center;
	color: #9ED0C8;
	opacity: 0.7;
	max-width: 213px;
	font-style: italic;
}
.qa[data-step="2"] .qa_hint {
	display: flex;
}
.scroll_text {
	position: absolute;
	left: 50%;
	bottom: 38px;
	transform: translateX(-50%);
	color: #FFFFFF;
	opacity: 0.7;
	font-weight: 600;
	font-size: 13px;
	line-height: 129.9%;
}
.scroll_text:hover {
	color: #FFFFFF !important;
	opacity: 1;
}
.scroll_btn {
	width: 58.5px;
	height: 26px;
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	background: url(/src/scroll-arrow.svg) center 6px no-repeat, url(/src/scroll-bg.png);
	background-position-x: center;
}
.all-tours h2 {text-align: center;}
.minitour-wrapper {
	display: flex;
	margin: 0 -15px;
	color: #fff;
}
.minitour {
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	flex: 1 1 25%;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	margin: 0 15px;
}
.minitour-inner {
	display: flex;
	flex-direction: column;
	padding: 110px 25px 30px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.81%, rgba(0, 0, 0, 0.6) 40.63%);
}
.minitour .h4 {
	font-weight: 600;
	font-size: 17px;
	line-height: 122.9%;
}
.tour__price {
	margin-top: 8px;
	margin-bottom: 17px;
	font-weight: 400;
	font-size: 14px;
	line-height: 137.9%
}
.minitour .btn span, .tour__buttons .btn span, .buy__tour__buttons .btn span {
	width: 14px;
  height: 8px;
	background: url(/src/arrow-minitour.svg);
	margin-left: 25px;
}
.buy__tour__buttons .btn span {
	margin-left: 18px;
}
.buy__tour__buttons .btn.btn_reverse:not(:hover) span {
	background: url(/src/arrow-minitour_reverse.svg);
}
.filter-wrapper {
	display: flex;
	margin-top: 41px;
	padding-top: 23px;
}
.filter, .sort {
	background: #FFFFFF;
	box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.filter {
	flex: 1 1 100%;
	justify-content: space-around;
}
.select__div {
	background: #8A93A8;
	opacity: 0.1;
	height: 24px;
	width: 1px;
}
.sort {
	flex-shrink: 0;
	justify-content: center;
	margin-left: 20px;
}
.select {
	font-size: 13px;
	line-height: 17px;
	position: relative;
	cursor: pointer;
}
.select.opened {
	background: rgba(243, 244, 246, 0.5);
}
.sort .select {
	padding-left: 32px;
	padding-right: 32px;
	display: flex;
}
.filter .select {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}
.select.opened:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -27px;
	background-image: url(/src/select-p.svg);
	width: 28px;
	height: 23px;
	z-index: 8;
	background-size: contain;
}
.select span {
	padding: 16px 17px 17px 0;
	position: relative;
}
.select span:before {
	content: attr(data-text);
	position: absolute;
	top: -23px;
	font-size: 11px;
	line-height: 14px;
	opacity: 0.4;
	left: 0;
	text-transform: uppercase;
}
.select span:after {
	content: "";
	width: 9px;
	height: 5px;
	background-image: url(/src/select.svg);
	position: absolute;
	right: 0;
	top: 23px;
	pointer-events: none;
}
.select.opened span:after {
	transform: rotate(180deg);
}
.select__body {
	display: none;
	position: absolute;
	z-index: 9;
	top: 62px;
	width: 230px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	left: 50%;
  transform: translateX(-50%);
	cursor: initial;
}
.select:first-child .select__body {
	transform: none;
	left: 0;
}
.select:last-child .select__body {
	transform: none;
	left: unset;
	right: 0;
}
.select[data-text="Куда"] .select__body {
	padding-bottom: 20px;
}
.select[data-text="Куда"] .variants__overlay {
	position: absolute;
	width: 230px;
	height: 182px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	border-radius: 0px 0px 10px 10px;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.select.opened .select__body {
	display: block;
}
.select__input {
	width: calc(100% - 30px);
	margin: 15px 0 7px 15px;
	border: none;
	padding: 9px 15px;
	background: #F4F4F4;
	border-radius: 5px;
	font-size: 12px;
	line-height: 129.9%;
}
.variants {
	height: 295.54px;
    overflow-y: overlay;
	margin-right: 5px;
}
.variants::-webkit-scrollbar {
	width: 3px;
	background-color: transparent;
}
.variants::-webkit-scrollbar-track {
	background-color: transparent;
}
.variants::-webkit-scrollbar-thumb {
	background-color: #E2E2E2;
	border-radius: 4px;
}
.variant {
	padding: 11px 15px;
	position: relative;
	cursor: pointer;
}
.variant + .variant:before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 1px;
	left: 15px;
	top: 0;
	background: rgba(0, 0, 0, 0.05);
}
.variant:hover {background: #F9F9F9;}
.select[data-text="Кол-во людей"] .select__body, .select[data-text="Когда"] .select__body {
	width: 235px;
}
.form-guests {
	display: grid;
	margin: -11px 0;
	padding: 15px 15px 18px;
	cursor: initial;
}
.guest-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin: 11px 0;
}
.guest-line + .guest-line:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.05);
	left: 0;
	top: -10px;
}
.guest-title {
	display: inline-block;
	vertical-align: middle;
	width: 109px;
}
.guest-title_desc {
	font-size: 10px;
	line-height: 129.9%;
	opacity: 0.4;
	margin-top: 1px;
}
.guest-input {
	display: inline-flex;
	align-items: center;
}
.guest-minus, .guest-plus {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guest-minus {
	background: #F3F3F3;
}
.guest-plus {
	background: var(--gradient);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	position: relative;
}
.guest-minus i, .guest-plus i {
	width: 12px;
	height: 2px;
	background: #BDBDBD;
}
.guest-plus i {
	background: #ffffff;
}
.guest-plus i:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}
.guest-value {
	width: 25px;
	text-align: center;
}
.select[data-text="Сортировка"] .select__body, .select[data-text="Тематика"] .select__body {
	padding: 15px 0px 20px;
}
.variant_radio {
	padding: 0 15px;
}
.select[data-text="Бюджет"] .variant_radio {
    padding: 0;
}
.variant_radio:hover {
	background: #F9F9F9;
}
.select__body .custom_radio label {
	padding: 12px 0 12px 23px;
  width: 100%;
}
.select__body .variant_radio + .variant_radio > .custom_radio {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.calendar-wrapper {
	margin-top: 5px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.calendar {
	padding: 15px 0;
	margin: 5px 15px 0;
	overflow: hidden;
	position: relative;
	cursor: initial;
}
.calendar__controls {
	position: absolute;
	top: 15px;
	right: 0;
	display: flex;
	z-index: 9;
}
.calendar__left {
    margin-right: 10px;
}
.calendar__left, .calendar__right {
	width: 20px;
	height: 20px;
	background: url(/src/calendar.svg), #F3F3F3;
	border-radius: 50%;
	background-position: 45% center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.calendar__left:hover, .calendar__right:hover {
	background-image: url(/src/calendar-hover.svg), var(--gradient);
}
.calendar__right {
	transform: rotate(180deg);
}
.year {
	display: flex;
}
.month {
	flex: 0 0 100%;
}
.month__title {
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
}
.month__week {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
	margin-bottom: 9px;
	opacity: 0.4;
}
.month__day {
	flex: 0 0 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 10px;
}
.month__day:nth-child(6), .month__day:nth-child(7) {
	color: #EA5050;
}
.month__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 5px;
}
.day {
	display: flex;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
	font-size: 12px;
	position: relative;
}
.day:hover {
	background: #F0F0F0;
}
.day.disabled {
	pointer-events: none;
}
.day.fill:before {
	content: "";
	background: #FCEAD5;
	position: absolute;
	left: -13px;
	right: -13px;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.day.fill:nth-child(7n + 1):before, .day.fill:first-of-type:before {
	left: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.day.fill:nth-child(7n):before, .day.fill:last-child:before {
	right: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.day.active {
	background: var(--gradient);
	color: #fff;
}
/* PRICE BLOCK */
.select[data-text="Бюджет"] .select__body {
	width: 401px;
	padding: 8px 20px 20px;
}
.select .price_block span:before, .select.opened .price_block span:after {
	content: none;
}
.price_block {
  padding: 5px 8px;
  position: relative;
}
.variants-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.variants-wrapper + .price_block {margin-top: 32px;}
.price_block2, .price_block3 {
	padding: 5px 10px;
  position: relative;
	width: 100%;
}
.price_block:after, .price_block2:after, .price_block3:after {
  content: "";
  clear: both;
  display: table;
}
.pricebar__line {
  background: #EFEFEF;
	height: 6px;
	border-radius: 100px;
	position: absolute;
	margin: 0 -8px;
	width: 100%;
	cursor: pointer;
}
.price_block2 .pricebar__line, .price_block3 .pricebar__line {
	height: 10px;
	margin: 0 -10px;
}
.price_block .ui-slider, .price_block2 .ui-slider, .price_block3 .ui-slider {
  position: relative;
  background: #EFEFEF;
	height: 6px;
	border-radius: 100px;
	cursor: pointer;
}
.price_block2 .ui-slider, .price_block3 .ui-slider {
	height: 10px;
}
.price_block .ui-slider .ui-slider-handle, .price_block2 .ui-slider .ui-slider-handle, .price_block3 .ui-slider .ui-slider-handle {
  position: absolute;
  margin-left: -8px;
	padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #EC9333;
  top: -5px;
  background: #FFF;
  z-index: 2;
  transition: transform 0.2s, border 0.4s;
  box-sizing: border-box;
  outline: none;
}
.price_block2 .ui-slider .ui-slider-handle, .price_block3 .ui-slider .ui-slider-handle {
	margin-left: -10px;
  width: 20px;
  height: 20px;
}
.price_block .ui-slider .ui-slider-handle:before,
.price_block2 .ui-slider .ui-slider-handle:before,
.price_block3 .ui-slider .ui-slider-handle:before {
	content: attr(data-price);
	position: absolute;
	top: -23px;
	left: 50%;
	font-weight: 600;
	font-size: 10px;
	line-height: 13px;
	opacity: 1;
	width: max-content;
	transform: translateX(-50%);
	padding: 2px 6px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	z-index: 9;
}
.price_block2 .ui-slider .ui-slider-handle:before, .price_block3 .ui-slider .ui-slider-handle:before {
	background: #fff;
}
.select.opened .price_block span.ui-slider-handle:after, .price_block2 span.ui-slider-handle:after, .price_block3 span.ui-slider-handle:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 8px;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/src/polygon.svg);
	z-index: 10;
}
.price_block .ui-slider .ui-slider-handle:hover,
.price_block2 .ui-slider .ui-slider-handle:hover,
.price_block3 .ui-slider .ui-slider-handle:hover {
	background: #EC9333;
}
.price_block .ui-slider .ui-slider-handle:last-child,
.price_block2 .ui-slider .ui-slider-handle:last-child,
.price_block3 .ui-slider .ui-slider-handle:last-child {
	border-color: #AC3885;
}
.price_block .ui-slider .ui-slider-handle:last-child:hover,
.price_block2 .ui-slider .ui-slider-handle:last-child:hover,
.price_block3 .ui-slider .ui-slider-handle:last-child:hover {
	background: #AC3885;
}
.price_block .ui-slider .ui-slider-range, .price_block2 .ui-slider .ui-slider-range, .price_block3 .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 6px;
  border: 0;
  background: var(--gradient);
	border-radius: 100px;
}
.price_block2 .ui-slider .ui-slider-range, .price_block3 .ui-slider .ui-slider-range {
	height: 10px;
}
.input_block.prices {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.input_block.prices input {
	width: 88px;
	border: none;
	margin-bottom: 0;
	margin-left: 27px;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 16px;
	background: #F4F4F4;
	border-radius: 5px;
	position: relative;
	font-weight: 500;
}
.input_block__from, .input_block__to {
	position: relative;
}
.input_block__from:before, .input_block__to:before {
	content: "От";
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px;
  line-height: 16px;
}
.input_block__to:before {
	content: "До";
}
.input_block__from:after, .input_block__to:after {
	content: "₽";
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 12px;
  line-height: 16px;
}
/* END */
.tour__container {
	margin-top: 71px;
	margin-bottom: 60px;
}
.tour {
	display: flex;
	align-items: center;
}
.tour + .tour {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #E1E6F0;
}
.tour__image {
	flex: 0 0 370px;
	border-radius: 10px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 50px;
}
.sold.tour__image, .announcement.tour__image {
    overflow: hidden;
}
.sold.tour__image:before, .announcement.tour__image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
}
.sold.tour__image:after, .announcement.tour__image:after {
    content: "ПРОДАНО";
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 50px;
    color: #dc2433;
    white-space: nowrap;
    border-radius: 10px;
    border: 5px solid;
    padding: 10px 20px;
    min-width: 270px;
    max-height: 95px;
}
.announcement.tour__image::after {
    content: "СКОРО";
    color: greenyellow;
}
.tour__image img {border-radius: 10px; height: 370px; width: 100%; object-fit: cover;}
.rank {
	background: linear-gradient(330.1deg, rgba(255, 255, 255, 0) 0.61%, rgba(255, 255, 255, 0.384524) 42.02%, rgba(255, 255, 255, 0.5) 55.48%, rgba(255, 255, 255, 0.360465) 72.56%, rgba(255, 255, 255, 0) 100%), #252525;
	border-radius: 3.41176px;
	color: #FFFFFF;
	width: 110px;
	height: 29px;
	position: relative;
}
.rank:after {
	content: "PLATINUM";
	font-weight: 700;
	font-size: 16px;
	line-height: 29px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.rank.gold {
	background: linear-gradient(330.1deg, rgba(255, 255, 255, 0) 0.61%, rgba(255, 255, 255, 0.538333) 42.02%, rgba(255, 255, 255, 0.7) 55.48%, rgba(255, 255, 255, 0.504651) 72.56%, rgba(255, 255, 255, 0) 100%), #FFC02F;
	color: #A8873D;
	width: 70px;
}
.rank.gold:after {
	content: "GOLD";
}
.tour__rank {
	position: absolute;
	left: 20px;
	top: 20px;
}
.tour__body {display: flex;}
.tour__container .tour__body {
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.tour__body__left {
	flex: 0 0 450px;
}
.tour__tags {
	display: flex;
	margin: -5px;
	flex-wrap: wrap;
}
.tour__tag {
    margin: 5px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: rgba(244, 244, 244, 0.6);
	border-radius: 100px;
	padding: 0 15px;
}
.tour__tag.green {
	color: #4BBE57;
}
.tour__tag.blue {
	color: #36B5DD;
}
.tour__tag.accent {
	color: var(--accent);
}
.tour__text {
	margin-top: 16px;
	margin-bottom: 22px;
	font-weight: 300;
	font-size: 17px;
	line-height: 150%;
}
.tour__buttons {
	display: flex;
}
.tour__buttons .btn + .btn {margin-left: 20px;}
.tour__info {
	padding-left: 85px;
	border-left: 1px solid rgba(138, 147, 168, 0.1);
	min-height: 213px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: -60px;
}
.info__block {
    margin: 8px 0;
	padding-left: 30px;
	position: relative;
	line-height: 26px;
	white-space: nowrap;
}
.info__block:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 26px;
	display: block;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
}
.info__dates:before {
	background-image: url(/src/info__dates.svg);
}
.info__days:before {
	background-image: url(/src/info__days.svg);
}
.info__price:before {
	background-image: url(/src/info__price.svg);
}
.info__place:before {
	background-image: url(/src/info__place.svg);
}
.info__star:before {
	background-image: url(/src/star-stroke.svg);
}
.info__price {
	display: flex;
	align-items: center;
	position: relative;
}
.info__price span {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background-image: url(/src/info.svg);
	cursor: pointer;
}
.info__price__tooltip {
	position: absolute;
	background: #fff;
	color: var(--main);
	padding: 9px 10px 9px 13px;
	width: 195px;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	left: -63px;
	bottom: 33px;
	font-size: 12px;
	line-height: 117%;
	display: none;
	z-index: 9;
	white-space: initial;
}
.info__price__tooltip:before {
	content: "";
	z-index: 8;
	position: absolute;
	bottom: -4px;
	right: 4px;
	width: 18px;
	height: 12px;
	background-image: url(/src/polygon.svg);
	background-size: cover;
}
.info__price span:hover + .info__price__tooltip {
	display: block;
}
.tour__more {
	width: 233px;
	height: 56px;
	background: #F2F2F2;
	border-radius: 100px;
	font-size: 15px;
	line-height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: rgba(58, 68, 82, 0.7);
	cursor: pointer;
	display: none;
}
.tour__more:hover {
	background: #e5e5e5;
}
.tour__more span {
	width: 15px;
	height: 18px;
	margin-right: 10px;
	background-image: url(/src/trace.svg);
}
.footer__credentials {
	font-weight: 300;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 23px;
}
.footer__credentials__a {
	margin-bottom: 14px;
	font-weight: 400;
	font-size: 11px;
	line-height: 150%;
	text-decoration-line: underline;
	text-decoration-color: #d9846e;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
}
.footer__menu {
	display: flex;
	justify-content: space-between;
}
.footer__menu__title {
	font-weight: 700;
	font-size: 11px;
	line-height: 111.4%;
	padding-bottom: 5px;
}
.footer__menu__link {
	display: block;
}
.footer__menu__link + .footer__menu__link {
    margin-top: 20px;
}
.footer__menu__phone, .footer__menu__email {
	display: block;
    padding-left: 17px;
    background-position: left center;
    background-repeat: no-repeat;
}
.footer__menu__phone {
	background-image: url(/src/call.svg);
}
.footer__menu__email {
	background-image: url(/src/email.svg);
	margin-top: 20px;
}
.footer__icon {
    display: inline-flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(53 119 246 / 20%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.footer__icon + .footer__icon {
    margin-left: 10px;
}
.footer_bottom {
    background: #3A4452;
    padding: 20px 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
.footer_bottom a {
    font-weight: 400;
    text-decoration: underline;
}
.icon {
	display: block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.icon_vk {
	background-image: url(/src/icon_vk.svg);
	box-shadow: 0px 0px 20px rgba(53, 119, 246, 0.2);
}
.icon_tw {
	background-image: url(/src/icon_tw.svg);
	box-shadow: 0px 0px 20px rgba(3, 169, 244, 0.2);
}
.icon_ok {
	background-image: url(/src/icon_ok.svg);
	box-shadow: 0px 0px 20px rgba(222, 135, 51, 0.3);
}

/* TOUR */
.first_screen_tour h1 {
	margin-top: 11px;
}
.first_screen_tour .tour__body {
	margin-top: 15px;
	justify-content: space-between;
}
.first_screen_tour .tour__body__left {
	flex-basis: 600px;
}
.first_screen_tour .tour__tag {
	background: rgba(0, 0, 0, 0.6);
}
.first_screen_tour .tour__text {
	margin-bottom: 45px;
	font-weight: 600;
}
.first_screen_tour .tour__info {
	margin-right: 0;
	min-height: 200px;
	padding-left: 75px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* ABOUT */
.about__block {
	margin-top: 23px;
	display: flex;
}
.about__sidebar {
	flex: 0 0 330px;
	background: #FFFFFF;
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 20px 30px;
}
.about__sidebar__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 111.4%;
	display: flex;
	align-items: center;
	height: 75px;
	cursor: pointer;
	position: relative;
}
.about__sidebar__title + .about__sidebar__title {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about__sidebar__title:after {
	content: "";
	pointer-events: none;
	width: 15px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/src/about_sidebar.svg);
}
.about__sidebar__title.active:after, .about__sidebar__title:hover:after {
	background-image: url(/src/about_sidebar-hover.svg);
}
.about__sidebar__title.active span, .about__sidebar__title:hover span {
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.about__tabs {
	padding-left: 44px;
	max-height: 490px;
	overflow-y: auto;
  flex: 1 1 100%;
}
.about__tabs::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}
.about__tabs::-webkit-scrollbar-track {
	background-color: transparent;
}
.about__tabs::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.12);
	border-radius: 100px;
}
.about__tab + .about__tab {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #E1E6F0;
}
.about__days {
	padding-left: 26px;
	position: relative;
}
.about__days:before {
	content: "";
	background: #F0F0F0;
	width: 2px;
	height: calc(100% - 13px);
	position: absolute;
	left: 0;
	bottom: 0;
}
.about__day {
	max-width: 670px;
	position: relative;
}
.about__day:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border: 2px solid #DF7F45;
	border-radius: 50%;
	box-sizing: border-box;
	left: -30px;
	top: 7px;
}
.about__day + .about__day {
	margin-top: 27px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about__day + .about__day:before {
	top: 37px;
}
.about__day p + p {
	margin-top: 24px;
}
.day__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 137.9%;
}
.day__text {
	font-size: 15px;
	line-height: 160%;
}
.day__title + .day__text {
	margin-top: 17px;
}
.about__conditions {
	max-width: 670px;
	margin-left: 26px;
}
.about__cond {
	display: flex;
	align-items: center;
}
.about__cond + .about__cond {
	margin-top: 19px;
	padding-top: 19px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cond__icon {
	height: 40px;
	flex: 0 0 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
.cond__body {
	padding-left: 14px;
}
.cond__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 137.9%;
}
.cond__text {
	margin-top: 2px;
	font-size: 15px;
	line-height: 160%;
}
a.cond__text {
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-decoration-line: underline;
	text-decoration-color: #d9846e;
}
.with-stars {
	display: flex;
	align-items: baseline;
}
.stars {
	display: flex;
	align-items: center;
	margin-left: 9px;
}
.star {
	margin-right: 5px;
}
.stars[data-stars="1"] .star:nth-child(1) path, .stars[data-stars="2"] .star:nth-child(1) path, .stars[data-stars="2"] .star:nth-child(2) path,
.stars[data-stars="3"] .star:nth-child(1) path, .stars[data-stars="3"] .star:nth-child(2) path, .stars[data-stars="3"] .star:nth-child(3) path,
.stars[data-stars="4"] .star:nth-child(1) path, .stars[data-stars="4"] .star:nth-child(2) path, .stars[data-stars="4"] .star:nth-child(3) path,
.stars[data-stars="4"] .star:nth-child(4) path, .stars[data-stars="5"] .star:nth-child(1) path, .stars[data-stars="5"] .star:nth-child(2) path,
.stars[data-stars="5"] .star:nth-child(3) path, .stars[data-stars="5"] .star:nth-child(4) path, .stars[data-stars="5"] .star:nth-child(5) path {
	fill: #DF7F45;
	opacity: 1;
}
.about__hotel {
	margin-left: 26px;
	max-width: 670px;
}
.hotel__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 137.9%;
	margin-bottom: 6px;
}
.hotel__gallery {
	margin: 10px -10px 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
}
.hotel__img {
    margin: 10px;
	border-radius: 7px;
	flex: 0 0 210px;
	width: 210px;
    object-fit: cover;
}
.hotel__text {
	font-size: 15px;
	line-height: 160%;
}
.hotel__text p + p {
	margin-top: 24px;
}
.about__qa-wrapper {
	margin-left: 26px;
	max-width: 670px;
}
.about__qa {
	padding: 15px 30px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.about__qa + .about__qa {
	margin-top: 30px;
}
.about__qa__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 137.9%;
	position: relative;
	cursor: pointer;
}
.about__qa__title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
	width: 15px;
	height: 10px;
	background-image: url('/src/about_info.svg');
	background-position: center;
	background-repeat: no-repeat;
}
.about__qa.opened .about__qa__title:after {
	transform: translateY(-50%) rotate(180deg);
}
.about__qa__text {
	font-size: 15px;
	line-height: 160%;
	padding-top: 17px;
	margin-top: 17px;
	padding-bottom: 7px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: none;
}
.about__qa.opened .about__qa__text {
	display: block;
}
.about__qa__text * + * {
	margin-top: 10px;
}
.about__includes, .about__excludes {
	margin-left: 26px;
	max-width: 670px;
	display: flex;
	flex-direction: column;
}
.about__include, .about__exclude {
	font-size: 15px;
	line-height: 160%;
	padding-left: 24px;
	position: relative;
}
.about__include + .about__include, .about__exclude + .about__exclude {
    margin-top: 21px;
}
.about__include:before, .about__exclude:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: url(/src/about_info_ok.png) center no-repeat;
}
.about__exclude:before {
	background: url(/src/about_info_x.png) center no-repeat;
}
.buy__tour {
	text-align: center;
}
.buy__tour__title {
	font-weight: 600;
	font-size: 17px;
	line-height: 35px;
	color: #DF7F45;
	display: inline-block;
	padding-left: 47px;
	margin-top: 22px;
	margin-bottom: 33px;
	background: url(/src/buy__tour.svg);
	background-position: left center;
	background-repeat: no-repeat;
}
.buy__tour__buttons {
	display: flex;
	justify-content: center;
}
.buy__tour__buttons .btn + .btn {margin-left: 20px;}
#content h2 {
	text-align: center;
	margin-bottom: 40px;
}
.tour__galery {
	padding: 60px 30px 70px;
}
.tour__galery h2 {
	margin-bottom: 32px;
	text-align: center;
}
.gallery {
	padding-bottom: 22px;
	max-width: 1380px;
}
.gallery:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
  bottom: 22px;
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 9;
	pointer-events: none;
}
.gallery img {
	object-fit: cover;
	width: 100%;
	height: 700px;
	border-radius: 10px;
}
.reviews {
	border-top: 1px solid #E1E6F0;
}
.reviews h2 {
	text-align: center;
	margin-bottom: 40px;
}
.swiper-pagination {
	bottom: 0 !important;
	display: flex;
	justify-content: center;
}
.swiper-pagination-bullet {
	margin: 0 !important;
	width: 7px;
	height: 7px;
	opacity: 1;
	background: #E8E8E8;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {margin-left: 7px !important;}
.swiper-pagination-bullet-active {
	background: #BFBFBF;
}
.swiper-button-prev, .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(/src/arrow-gallery.svg) center no-repeat, var(--gradient);
	border-radius: 50%;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background: url(/src/arrow-gallery.svg) center no-repeat, var(--gradient-hover);
}
.swiper-button-prev {
	transform: rotate(180deg);
	left: 40px;
}
.swiper-button-next {
	right: 40px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	content: "";
}
.review-wrapper {
	position: relative;
	padding: 0 100px;
}
.review {
	padding-bottom: 22px;
}
.review_with-bg {
	color: #ffffff;
}
.review-button-prev, .review-button-next {
	background: url(/src/arrow-gallery_grey.svg) center no-repeat, rgba(58, 68, 82, 0.05);
}
.review-button-prev:hover, .review-button-next:hover {
	background: url(/src/arrow-gallery.svg) center no-repeat, var(--gradient);
}
.review-button-prev {left: 0;}
.review-button-next {right: 0;}
.review__block {
	height: 310px;
	background: rgba(242, 242, 242, 0.5);
	background-position: center;
  background-size: cover;
	border-radius: 15px;
	padding: 30px 30px 0;
}
.review__person {
	display: flex;
	align-items: center;
}
.review__person__photo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}
.review__person__name {
	margin-left: 14px;
}
.review__title {
	margin-top: 16px;
	font-weight: 700;
	font-size: 17px;
	line-height: 137.9%;
	width: 296px;
	height: 92px;
	overflow: hidden;
  text-overflow: ellipsis;
}
.review_with-bg .review__title {
	width: 259px;
}
.review__text {
	margin-top: 11px;
	font-size: 13px;
	line-height: 160%;
}
.review__stars {
	font-weight: 600;
	font-size: 15px;
	line-height: 160%;
	padding-left: 19px;
	margin-top: 3px;
	background-image: url(/src/star.svg);
	background-position: left 5px;
	background-repeat: no-repeat;
}
.review__link {
	font-size: 15px;
	line-height: 18px;
	background: linear-gradient(90deg, #F0972F 0%, #A93487 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
}
.review__link span {
	width: 14px;
	height: 8px;
	background: url(/src/about_sidebar-hover.svg);
	margin-left: 9px;
}
.finded_tours {
	margin-top: 47px;
	display: flex;
}
.items_loader {
    position: absolute;
    top: 72px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.items_loader svg {
    height: 26px;
    width: 26px;
    animation: rotate 1.5s linear infinite;
}
.items_loader circle {
    stroke-width: 1px;
    stroke: #FFFFFF;
    fill: transparent;
    stroke-dasharray: 67px;
}
.items_loader_title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 129.9%;
    color: #fff;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes findShow {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 1;
	}
}
.find__block {
	width: 270px;
	height: 220px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.11);
	backdrop-filter: blur(20px);
	border-radius: 10px;
	animation-name: findShow;
	animation-duration: 1s;
	padding: 20px;
	color: #FFFFFF !important;
	position: relative;
}
.find__block + .find__block {
    margin-left: 30px;
}
.swiper .find__block + .find__block {
    margin-left: 0px;
}
.find__image {
	width: 100%;
	height: 106px;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
}
.find__title {
	width: 176px;
	margin-top: 14px;
	font-weight: 600;
	font-size: 15px;
	line-height: 129.9%;
	letter-spacing: -0.4px;
}
.find__price {
	font-weight: 400;
	font-size: 13px;
	line-height: 129.9%;
	margin-top: 7px;
}
.find__link {
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 43px;
	right: 20px;
	border-radius: 50%;
	background: url(/src/arrow-color.svg) center no-repeat, #FFFFFF;
}
.find__block:hover .find__link {
	background: url(/src/arrow-color_hover.svg) center no-repeat, var(--gradient);
}
.final {
	padding-top: 30px;
	padding-bottom: 5px;
}
.final__title {
	font-weight: 600;
	font-size: 22px;
	line-height: 129.9%;
}
.final__btn {
	font-weight: 600;
	font-size: 13px;
	line-height: 129.9%;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	opacity: 0.6;
	padding-left: 22px;
	cursor: pointer;
	width: 159px;
	background: url(/src/arrow-back.svg) left center no-repeat;
}
.mobile_text {display: none;}
.finded_tours .swiper {
    width: 100%;
}
.finded_tours .swiper-wrapper {
    display: flex;
}
.finded_tours .swiper-button-prev, .finded_tours .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
}
.finded_tours .swiper-button-prev:after, .finded_tours .swiper-button-next:after {
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-2px) rotate(-45deg);
}
.finded_tours .swiper-button-next {
    right: -80px;
}
.finded_tours .swiper-button-prev {
    left: -80px;
}

/* LK */
.lk header {
	background: #FFFFFF;
	box-shadow: 0px 2.66667px 133.333px rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 10px 10px;
	height: 80px;
	position: inherit;
}
.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header-inner .logo {
	position: initial;
	background: none;
	padding: 0;
	width: unset;
	height: unset;
	box-shadow: none;
  transform: none;
}
.lk-menu {
	display: flex;
	align-items: center;
	height: 100%;
}
.lk-menu > * {
	padding: 0 30px;
	border-left: 1px solid rgba(138, 147, 168, 0.1);
	height: 100%;
}
.notif {
	cursor: pointer;
	position: relative;
	display: flex;
  align-items: center;
}
.notif.new:after {
	content: "";
	position: absolute;
	right: 32px;
	top: 28px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #DF7F45;
	border: 1px solid #FFFFFF;
}
.menu-card {
	display: flex;
	align-items: center;
}
.menu-card__img {
	height: 36px;
	border-radius: 4px;
	margin-right: 15px;
	width: 57px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.lk-profile {
	display: flex;
	align-items: center;
	position: relative;
}
.lk-profile__foto {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.lk-profile__title {
	margin-left: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.lk-profile__title svg {
	margin-left: 5px;
}
.lk-profile.opened svg {
	transform: rotate(180deg);
}
.lk-profile__body {
	display: none;
	position: absolute;
	top: 85px;
	right: -30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 100px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	min-width: 200px;
	transform: translateX(-30px);
	z-index: 1;
}
.lk-profile__body a {display: block; padding: 3px 0;}
.lk-profile.opened .lk-profile__body {
	display: block;
}
.cp-container {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
}
.sidebar {
	flex: 0 0 250px;
	margin-right: 50px;
}
.sidemenu {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
}
.sidemenu-item {
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.sidemenu-item:hover, .sidemenu-item.active {
	background: #F4F4F4;
	color: var(--accent);
}
.sidemenu-item svg {
	margin-right: 10px;
}
.sidemenu-item:hover path, .sidemenu-item.active path {
	stroke: var(--accent);
}
.burger {display: none;}
.burger svg:nth-child(2), .burger.opened svg:nth-child(1) {display: none;}
.burger.opened svg:nth-child(2) {display: block;}
.lk .filter-wrapper {
    flex-wrap: wrap;
    margin: -5px;
    justify-content: space-between;
    padding-top: 25px;
}
.lk .filter-wrapper .select {
    background: #fff;
    margin: 38px 5px 5px;
    flex: 0 0 32%;
    box-shadow: 0px 4px 70px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.lk .select > span {
    position: initial;
    padding: 16px 33px;
    display: block;
}
.lk .select span:before {
    left: 30px;
}
.lk .select span:after {
    right: 30px;
}
.lk .tour__container {
    margin-top: 60px;
}
.lk .tour {
    align-items: start;
}
.lk .tour__image {
    margin-right: 30px;
}
.lk .tour__info {
    padding-left: 15px;
    font-size: 14px;
    line-height: 110%;
    min-height: unset;
}
.lk .tour__body {
    align-items: start;
    justify-content: left;
    margin: 0;
}
.lk .info__block:first-child {
    margin-top: 0;
}
.lk .info__block:last-child {
    margin-bottom: 0;
}
.lk .tour__body__left {
    margin-right: 15px;
    width: 307px;
    flex-basis: 307px;
    flex-shrink: 1;
}
.lk .tour__buttons {
    display: flex;
    flex-wrap: wrap;
}
.lk .tour__buttons .btn + .btn {margin-left: 0;}
.lk .tour__buttons .btn_reverse + .btn_reverse {
    margin-left: 11px;
}
.lk .tour__buttons .btn_reverse {
    margin-top: 11px;
}
.lk .tour__buttons .btn {
    text-transform: uppercase;
    padding: 17px 36px;
    font-size: 13px;
    line-height: 16px;
}
.lk .tour__buttons .btn:nth-child(2) {
    padding: 15px 48px;
}
.lk .tour__buttons .btn:nth-child(3) {
    padding: 11px;
}
.lk .tour__buttons .btn:nth-child(3).active {background: transparent;}
.btn.js-like {background-color: #fff !important; background-clip: padding-box;}
.btn.js-like path {stroke: url(#paint0_linear_1342_4980) !important;}
.btn.js-like.active {background-color: transparent !important; background-clip: padding-box;}
.btn.js-like.active path {stroke: white !important;}
.lk .btn_reverse:hover path, .lk .btn_reverse.active path {
    stroke: white;
}
.lk .select:nth-child(4) .select__body {
    transform: none;
    left: 0;
}
.lk .tour__body__left h3 {
    margin-bottom: 15px;
}
.lk .tour__text {
    margin-top: 9px;
    margin-bottom: 25px;
    font-size: 14px;
}
.cp-content {flex: 1 1 100%; max-width: calc(100%);}
.cp-content > h2 {margin-bottom: 40px;}

/* CARDS */
.club_cards {
	max-width: 988px;
}
.club_card {
	display: flex;
	justify-content: space-between;
}
.club_card + .club_card {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #E1E6F0;
}
.club_card__left {
	display: flex;
}
.club_card__img {
	border-radius: 10px;
	width: 270px;
	height: auto;
}
.club_card__body {
	margin-left: 30px;
}
.club_card__long {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.body_s {
    font-size: 15px;
    line-height: 17px;
}
.card_long {
	background: linear-gradient(90deg, #4E2F91 0%, #00B5ED 100%);
    color: white;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 100px;
}
.club_card__checks {
	color: var(--text600);
	margin-top: 20px;
}
.card_buy .club_card__checks {
    font-size: 14px;
    line-height: 16px;
}
.club_card__check {
	letter-spacing: -0.03em;
	padding-left: 27px;
	display: flex;
	align-items: center;
	position: relative;
}
.club_card__check:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--primary);
	background-image: url(/src/about_info_ok.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px;
}
.club_card__check + .club_card__check {margin-top: 10px;}
.club_card__buttons {
	align-self: center;
	margin-left: 30px;
}
.card-header {
    background: #F9F9F9;
}
.card-header .cp-container {
    padding-top: 0;
}
.club_card_info {
	border-radius: 10px;
	height: 400px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.club_card_info__back {
	display: flex;
	align-items: center;
}
.club_card_info__back span {
    margin-left: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.club_card_info h1 {margin-top: 30px; width: 400px;}
.club_card_info h1 + .text400 {
    margin-top: 20px;
    width: 363px;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
}
.club_card_info .text500 {margin-top: 20px;}
.club_card_info__left {
    padding-top: 50px;
}
.club_card_info__right {
	position: relative;
	width: 735px;
	pointer-events: none;
	z-index: 0;
}
.club_card_info__bg {
	position: absolute;
	inset: 0;
	background: url(/src/lk/card_sc.png) no-repeat;
	background-position-y: -35px;
    background-position-x: 15px;
    background-size: 100%;
}
.club_card_info__card {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	width: 406px;
    height: 256px;
    transform: rotate(5deg);
    right: 180px;
    top: 70px;
    border-radius: 15px;
	filter: drop-shadow(0px 7.57652px 18.1837px rgba(0, 0, 0, 0.25));
}
.card_buy {
	margin-top: 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.card_buy h2 {margin-bottom: 30px;}
.card_buy__left {
	width: 540px;
	flex: 1 1 100%;
	margin-right: 30px;
}
.card_buy .club_card__check {
	padding-left: 34px;
}
.card_buy .club_card__check + .club_card__check {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(58, 68, 82, 0.1);
}
.card_buy .club_card__check + .club_card__check:before {
	top: 20px;
}
.club_card__check.grey {
	color: var(--text400);
	 opacity: 0.5;
}
.club_card__check.grey:before {
	filter: grayscale(1);
	background-image: url(/src/about_info_x.png);
}
.card_buy__right {
	width: 470px;
	flex-shrink: 0;
	height: min-content;
	padding: 30px;
	box-shadow: 0px 4px 100px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.card_buy__inputs > * + * {margin-top: 20px;}
.card_buy__person {
	padding: 20px 0;
	border-bottom: 1px solid var(--text100);
}
.card_buy__button {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card_buy__button .body_xs {
    width: 181px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.modal__text {
    margin-top: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    overflow: auto;
}
.workbook__full {
    display: none;
    position: fixed;
    box-shadow: 0 0 0 10000px rgb(5 17 46 / 20%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: slideIn 0.3s;
    will-change: transform;
    z-index: 5;
}
.workbook__full.opened {
    display: block;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}
.close_block {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
.card_buy__button span {
    color: var(--accent);
}
.modal__text {
    min-width: 300px;
}
.modal__text a {
    display: block;
    color: var(--primary);
}
.lk .input-wrapper {
    padding-top: 21px;
    position: relative;
}
.lk .input-wrapper:before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 111.4%;
    color: #858585;
}
.lk input, .lk textarea {
    font-weight: 500;
    font-size: 14px;
    line-height: 111.4%;
    padding: 20px 15px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    margin-bottom: 0;
}
.lk textarea {
    width: 100%;
}
.profile__row {
    display: flex;
}
.profile__row > * {
    width: 100%;
    flex: 1 1 100%;
}
.profile__row > * + * {
    margin-left: 20px;
}
.profile__row + .profile__row {
    margin-top: 20px;
}
.card_buy__inputs > * + * {
    margin-top: 20px;
}
.card_buy__person .text400 {
    color: #858585;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
}
.card_buy__person .text500 {
    font-weight: 500;
    font-size: 14px;
    line-height: 111.4%;
    color: #3A4452;
    margin-top: 5px;
}
.card_buy__button .btn {
    white-space: nowrap;
}
body.lk {overflow: overlay;}
.dashboard_blocks {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.dashboard_block {
    margin: 15px;
    min-height: 155px;
    flex: 0 0 50%;
    flex-basis: calc(50% - 30px);
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dashboard_block__title {
    margin-bottom: 5px;
    padding-right: 50px;
}
.dashboard_block__range {
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 111.4%;
    right: 30px;
    cursor: pointer;
    min-width: 123px;
}
.dashboard_block__range span {
    display: flex;
    line-height: 18px;
    justify-content: space-between;
}
.dashboard_block__range__body {
    display: none;
    position: absolute;
    padding: 5px 10px;
    top: 25px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    background: white;
}
.dashboard_block__range.opened .dashboard_block__range__body {
    display: block;
}
.dashboard_block__range__body a {
    display: block;
    padding: 5px 0;
}
.dashboard_block__btn {
    border: 2px solid #DF7F45;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.dashboard_block.colored {
    background: var(--gradient);
    color: white;
    min-height: 165px;
    justify-content: center;
}
.dashboard_block.colored img {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    justify-content: center;
}
.dashboard_block.colored .font3 {
    width: 225px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.dashboard_tours {
    display: flex;
}
.dashboard_tour {
    width: 280px;
    height: 280px;
    padding: 20px;
    display: flex;
    align-items: end;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.dashboard_tour__body {
    height: 102px;
    color: white;
    z-index: 2;
    width: 100%;
}
.dashboard_tour__btn {
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.dashboard_tour:hover .dashboard_tour__btn {
    border-color: #DF7F45;
}
.dashboard_tour:hover .dashboard_tour__btn path {
    stroke: #DF7F45;
}
.dashboard_tour:after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(58, 68, 82, 0) 46.01%, rgba(0, 0, 0, 0.87) 100%);
    pointer-events: none;
    z-index: 1;
}
.dashboard_tour__body .font1 {
    margin-top: 5px;
}
.dashboard_last {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.dashboard_last h3 {
    margin-bottom: 30px;
}
.dashboard_videoblock__img {
    border-radius: 10px;
    width: 420px;
    padding-top: calc(100% /16 * 9);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}
.dashboard_videoblock__img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #F0972F 0%, #A93487 100%);
    border-radius: 100px;
    width: 70px;
    height: 70px;
    padding: 18px;
}
.dashboard_news {
    margin-right: 42px;
}
.dashboard_newsblock {
    border: 1px solid #E1E6F0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
}
.dashboard_newsblock + .dashboard_newsblock {margin-top: 20px;}
.dashboard_newsblock__img {
    width: 109px;
    flex: 0 0 109px;
    height: 101px;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 4px 100px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-right: 20px;
}
.dashboard_newsblock__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 111.4%;
    margin-bottom: 10px;
}
.dashboard_newsblock__title {
    font-weight: 600;
    font-size: 17px;
    line-height: 122.9%;
}
.cp-help {
    box-shadow: 0px 4px 100px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px;
}
.cp-qa {
    border: 1px solid #E1E6F0;
    border-radius: 10px;
    padding: 30px;
    padding-right: 70px;
    position: relative;
    cursor: pointer;
}
.cp-qa + .cp-qa {margin-top: 10px;}
.cp-qa-body {
    margin-top: 10px;
    display:none;
}
.cp-qa.opened .cp-qa-body {
    display: block;
}
.cp-qa-plus {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    border-radius: 50%;
}
.cp-qa.opened .cp-qa-plus {
    background: #DF7F45;
    transform: rotate(45deg);
}
.cp-qa.opened path {
    stroke: white;
}
.lk-profiler {
    box-shadow: 0px 4px 100px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px;
}
.lk-profiler-header {
    display: flex;
    margin-bottom: 30px;
}
.lk-profiler-photo {
    width: 184px;
    height: 184px;
    border-radius: 10px;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
}
.profile__col .input-wrapper + .input-wrapper {
    margin-top: 20px;
}
.checkbox-wrapper label {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding-left: 27px;
    cursor: pointer;
    position: relative;
    display: flex;
    margin-top: 15px;
}
input[type="radio"], input[type="checkbox"] {
    width: 19px;
    height: 19px;
    position: absolute !important;
    opacity: 0;
    z-index: -1;
    left: 0;
    top: 0;
}
.checkbox {
    border: 1px solid #ACADB9;
    position: absolute;
    border-radius: 4px;
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
}
input[type="checkbox"]:checked + .checkbox {
    background: var(--gradient);
    border-color: var(--accent);
}
label:hover .checkbox {
    border-color: var(--accent);
}
.checkbox-wrapper label:hover {
    color: var(--accent);
}
input[type="checkbox"]:checked + .checkbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/src/check.png) center no-repeat;
    background-size: contain;
}
footer {
    margin-top: 50px;
}
.footer_top {
    padding: 50px 0;
    background: linear-gradient(180deg, #FFFFFF -154.09%, #FFFFFF -97.11%, #FFFFFF 6.95%, #EDF3F9 100%);
}
.footer_bottom {
    background: #3A4452;
    padding: 20px 0;
}
footer .container {
    display: flex;
    width: 100%;
}
.footer_r2 {
    flex: 1 1 calc(100% / 6);
}
.footer_r3 {
    flex: 1 1 25%;
}
.footer_r6 {
    flex: 1 1 50%;
}

/* TOUR HISTORY */
.tours-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 130px;
	row-gap: 20px;
	padding-top: 20px;
}
.tours-grid__tour {
	display: flex;
	position: relative;
}
.tours-grid__tour:nth-child(odd):after,
.tours-grid__tour:nth-child(even):before {
	content: attr(data-count);
	position: absolute;
	width: 59px;
	height: 160px;
	text-align: center;
	padding-top: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: white;
	box-sizing: border-box;
	top: 0;
	pointer-events: none;
}
.tours-grid__tour:nth-child(odd):after {
	right: -66px;
	padding-right: 23px;
	background-image: url('/src/tour-vector-r.svg');
}
.tours-grid__tour:nth-child(even):before {
	left: -66px;
	padding-left: 23px;
	background-image: url('/src/tour-vector-l.svg');
}
.tours-grid__tour-icon {
	flex: 0 0 110px;
	width: 110px;
	height: 110px;
	margin-right: 20px;
	border-radius: 50%;
	background-size: cover;
}
.tours-grid__tour-body {
}
.tours-grid__tour-text {
	margin-top: 9px;
	margin-bottom: 15px;
	font-weight: 300;
    font-size: 14px;
    line-height: 150%;
	max-height: 63px;
    min-height: 42px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.tours-grid__tour-date {
	font-size: 14px;
    line-height: 24px;
	padding-left: 36px;
	background: url('/src/info__dates.svg') 4px center no-repeat;
}

/* CASHBACK */
.cashback-ranges__wrapper {
	position: relative;
	width: 100%;
}
.cashback-ranges {
    position: absolute;
    bottom: 40px;
    right: 0;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
.cashback-ranges .dashboard_block__range {
    position: initial;
    border: 1px solid #3A4452;
    border-radius: 100px;
    padding: 10px 19px;
}
.cashback-ranges .dashboard_block__range__body {
    transform: translate(-20px,15px);
    top: unset;
}
.cashback-ranges .dashboard_block__range:nth-child(2) .dashboard_block__range__body {
    transform: translate(0px,15px);
    right: 0;
}
.dashboard_block__range span path {
    stroke: var(--main);
}
.cashback-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.cashback-item {
	padding: 20px;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}
.cashback-img {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	background-size: cover;
	border-radius: 50%;
}
.cashback-body {
	align-self: center;
	color: #2C2C2C;
	width: 100%;
}
.cashback-text {
	margin-top: 5px;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
}
.cashback-percent {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #DF7F45;
	flex: 0 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 111.4%;
	color: white;
}
.cashback-navigation {
	margin-top: 50px;
	display: flex;
	width: 100%;
	justify-content: center;
}
.arrow-start, .arrow-end {
	width: 30px;
	height: 30px;
	background-image: url('/src/arrow.svg');
}
.arrow-start {margin-right: 8px;}
.arrow-end {
	transform: rotate(180deg);
	margin-left: 8px;
}
.cashback-navlink {
	width: 30px;
	height: 30px;
	margin: 0 4px;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
span.cashback-navlink {
	color: white;
	background: #DF7F45;
}
.service-block {
    display: flex;
	margin-top: 30px;
}
.service-gallery {
    flex: 0 0 470px;
    max-width: 470px;
    margin-right: 30px;
}
.service-gallery .swiper-slide {width: auto; align-self: center; text-align: center;}
.service-gallery .swiper-button-prev, .service-gallery .swiper-button-next {
	background: rgba(255, 255, 255, 0.01);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(15px);
    border-radius: 100px;
}
.service-gallery .swiper-button-prev {left: 20px;}
.service-gallery .swiper-button-next {right: 20px;}
.service-thumb_gallery {margin-top: 10px; position: relative;}
.service-thumb_gallery:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 69.23%);
	z-index: 1;
}
.service-thumb_gallery img {
    width: 75px;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}
.service-thumb_gallery .swiper-slide {
    border-radius: 10px;
}
.service-thumb_gallery .swiper-slide.swiper-slide-thumb-active {
    background: linear-gradient(90deg, #F0972F 0%, #A93487 100%);
}
.service-main_gallery img {width: 100%; border-radius: 10px;}
.service-block .swiper-button-prev:after, .service-block .swiper-button-next:after {
	width: 24px;
	height: 24px;
	background-image: url('/src/gallery-arrow.svg');
}
.service-body .h4 {
	margin-top: 15px;
	margin-bottom: 9px;
}
.service-body__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
}
.service-prices {
	font-size: 17px;
	line-height: 191.4%;
	margin-top: 20px;
}
.service-price {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.service-price span:nth-child(1), .service-price span:nth-child(3) {
	flex: 0 0 auto;
}
.service-price span:nth-child(1) {
    max-width: calc(100% - 100px);
}
.service-price__dots {
	flex: 1 1 100%;
	border-bottom: 2px dotted #BEC6D1;
	margin-bottom: 11px;
    margin-left: 3px;
    margin-right: 3px;
}
.service-cashback, .service-contacts {
	margin-top: 20px;
}
.service-cashback__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 191.4%;
	margin-bottom: 10px;
}
.service-cashback__value {
	padding: 6px 0;
	border-bottom: 1px solid #3a44521a;
}
.service-cashback__value .about__include {
    font-size: 16px;
}
.service-info {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	margin-top: 20px;
}
.service-btn {margin-top: 30px;}
/* POPUP */
@keyframes PopupShow {
	from {transform: translateY(50px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
}
.popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3a445233;
}
.popup__body {
    background: #FFFFFF;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 50px 70px;
	position: relative;
	width: 470px;
    max-width: 100%;
	animation: PopupShow 0.3s;
	animation-fill-mode: forwards;
}
.popup__body .h3 {
    text-align: center;
}
.popup__body > svg {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.popup__card {
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
	margin-top: 28px;
}
.popup__img {
    border-radius: 4px;
    flex: 0 0 77px;
    width: 77px;
    margin-right: 15px;
}
.popup__card-title {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 111.4%;
}
.popup__card-text {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    line-height: 111.4%;
    margin-top: 5px;
}
.popup__label {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 111.4%;
    color: #858585;
    margin-top: 20px;
    margin-bottom: 8px;
}
input.popup__summ {
    font-weight: 500;
    font-size: 14px;
    line-height: 111.4%;
    margin-bottom: 20px;
    padding: 20px 15px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
}
.popup__card-btn {
    width: 100%;
}
.pseudo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
#pseudo_check {
    margin: 0 5px;
}
.pseudo, #getQR {
    display: none;
}
#qrblock, #output {
    margin-top: 20px;
}
#loadingMessage, #outputMessage {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    line-height: 111.4%;
    color: #858585;
}
#outputMessage {text-align: center;}

/* NEW HEADER */
header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    transition: background-color 0.3s;
    height: auto;
}
header .container {
    max-width: 1160px;
    margin: 0 auto;
}
body[data-scroll="0"] header {background-color: transparent;}
body[data-scroll="0"] .menu__link, body[data-scroll="0"] .header__phone {color: #fff;}
header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.logo {width: 67px;}
.logo-top {display: none;}
body[data-scroll="0"] .logo-scrolled {display: none;}
body[data-scroll="0"] .logo-top {display: block;}
.menu {
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 69px;
    padding-right: 32px;
    padding-left: 32px;
}
.menu__link {
    color: black;
    text-decoration: none;
}
.social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-left: 15px;
}
.social a {
    display: block;
    width: 47px;
    height: 47px;
    background-size: contain;
    background-position: center;
}
.social_tg {background-image: url(/src/img/header/телеграм.svg);}
.social_wa {background-image: url(/src/img/header/вотс.svg);}
.header__phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    color: black;
    text-decoration: none;
}
header button, header a.btn {
    background: linear-gradient(180deg, #F5F5F5 0%, #EBEBEB 98%);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: none;
    width: 150px;
    height: 55px;
    text-transform: uppercase;
    color: #AE3C85;
    cursor: pointer;
    font-family: 'Gogh';
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
body.menu-show {overflow: hidden;}
.menu_togle {display: none;}
.menu_mobile-wrapper {display: none;}
.menu_mobile-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}
a.menu_mobile__close {
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    background: url('/src/img/header/menu_close.svg') no-repeat center;
}
:root {
    --transition: 0.2s;
}
.social a {
    transition: var(--transition);
}
.social a:hover {transform: scale(1.05);}
.menu__link:hover {text-decoration: underline;}
body[data-scroll="1"] .menu__link:hover {
    text-decoration: none;
    background: linear-gradient(90deg, #F2982C 0%, #B4437F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
header button.login-btn, header a.btn.login-btn {
    width: 200px;
}
header button:hover, header a.btn:hover {
    background: linear-gradient(90deg, #EF942F 0%, #AC3A86 98%);
    color: #FFFFFF;
}
header button.reversed, header a.btn.reversed {
    background: linear-gradient(90deg, #EF942F 0%, #AC3A86 98%);
    color: #FFFFFF;
}
header button.reversed:hover, header a.btn.reversed:hover {
    background: linear-gradient(180deg, #F5F5F5 0%, #EBEBEB 98%);
    color: #AE3C85;
}
header button i, header a.btn i {
    background: url('/src/img/header/icon.svg');
    width: 13px;
    height: 19px;
    margin-right: 4px;
    background-position-y: 1px;
    background-repeat: no-repeat;
}
header button:hover i, header a.btn:hover i {
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .menu {display: none;}
    header .container {max-width: calc(100% - 148px);}
    .header__phone {
        font-size: 18px;
        line-height: 31px;
    }
    .social {gap: 12px; padding-left: 0;}
    .social a {height: 53px; width: 53px; background-size: 53px;}
    .menu_togle {
        display: block; margin-left: 12px;
        width: 53px; height: 53px; border-radius: 50%;
        background: url('/src/img/header/menu2.svg') no-repeat center;
    }
    .menu_mobile-wrapper {
        transform: translateX(100%);
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 77px 10px 30px 30px;
    }
    body.menu-show .menu_mobile-wrapper {
        transform: translateX(0%);
    }
    .menu_mobile {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .menu_mobile__link {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        opacity: 0.7;
        padding-top: 21px;
        padding-bottom: 13px;
        border-bottom: 1px solid #c4c4c433;
        color: black;
        text-decoration: none;
    }
    .header_mobile__phone {
        position: relative;
        color: black;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        padding-left: 32px;
        background: url('/src/img/header/menu_phone.svg') no-repeat left center;
    }
}
@media (min-width: 767px) and (max-width: 1023px) {
    .menu_togle {margin-left: 0;}
    .header__phone {align-self: start; line-height: 24px;}
    header button, header a.btn {width: 120px;}
    header button.login-btn, header a.btn.login-btn {width: 180px;}
    .social {
        gap: 8px;
        align-self: end;
        position: absolute;
        left: calc(100vw - 564px);
    }
    .social a {
        height: 29px;
        width: 29px;
        background-size: 29px;
    }
}
@media (max-width: 767px) {
    .header__phone {display: none;}
    header > .container {
        max-width: calc(100% - 60px);
        padding-top: 24px;
        padding-bottom: 16px;
    }
    .logo {width: 41px;}
    .social {gap: 4px;}
    .menu_togle, a.menu_mobile__close {
        height: 35px;
        width: 35px;
        background-size: 35px;
    }
    .social a {
        height: 28px;
        width: 28px;
        background-size: 28px;
    }
    .menu_togle {margin-left: 0;}
    a.menu_mobile__close {right: 13px; top: 13px;}
    header button, header a.btn {
        font-size: 8px;
        line-height: 8px;
        width: 56px;
        height: 28px;
    }
    header button.login-btn, header a.btn.login-btn {width: 100px;}
    header button i, header a.btn i {
        width: 8px;
        height: 14px;
        margin-right: 2px;
        background-size: 8px;
    }
    menu_mobile-wrapper {padding-top: 47px; width: 266px;}
    .menu_mobile__link {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 16px;
    }
}
.header-buttons {display: flex; align-items: center;}
.header-buttons > * + * {margin-left: 20px;}
.house__modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 100;
}
body.modal_house {overflow: hidden;}
body.modal_house .house__modal {display: flex;}
.modal__body {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 60px 35px 45px;
    position: relative;
}
.modal__close {
    position: absolute;
    width: 31px;
    height: 32px;
    top: 10px;
    right: 10px;
    background: url('/src/img/header/close.svg') no-repeat center;
}
.house__modal .h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
}
@media (max-width: 767px) {
    .header-buttons > * + * {margin-left: 10px;}
}