
@font-face {
	font-family: icons;
	font-display: swap;
	src: url("/local/templates/furniture_gray/assets/fonts/icons.woff2") format("woff2"), url("/local/templates/furniture_gray/assets/fonts/icons.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

body .forecast [class*=_forecasticon-]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body .forecast [class*=_forecasticon-]:before {
	display: block;
}

body .forecast ._forecasticon-check:before {
	content: "\e900";
	color: #fff;
}

body .forecast ._forecasticon-quotes:before {
	content: "\e901";
	color: #fff;
}

body .forecast *,
body .forecast *:before,
body .forecast *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body .forecast{
	color: #000;
	line-height: 1;
	font-family: "TTHoves", sans-serif;
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	min-width: 320px;
	margin: 100px auto 0 auto;
}

body .forecast .wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.lock {
	overflow: hidden;
}

body .forecast [class*=__content] {
	max-width: 1300px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 15px;
}

body .forecast [class*=__content] {
	position: relative;
	z-index: 2;
}

.astrologer-form {
	background: url("/local/templates/furniture_gray/images/forecast/img/bg.png");
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 50px;
}

.astrologer-form__wrapp {
	padding: 17px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.astrologer-form__wrapp > picture {
	max-width: 624px;
	width: 100%;
	margin: auto 17px -17px auto;
}

.astrologer-form__wrapp > picture img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.astrologer-form__form {
	border-radius: 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 30px 60px;
	height: 100%;
	max-width: 660px;
	width: 100%;
}

.form__title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}

.form__subtitle {
	font-size: 28px;
	margin-bottom: 37px;
}

.quote-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 36px;
}

.quote-form__forecasticon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	background: -webkit-gradient(linear, left top, right top, from(#88A5FF), to(#EEB8FF)), #FFF;
	background: -o-linear-gradient(left, #88A5FF 0%, #EEB8FF 100%), #FFF;
	background: linear-gradient(90deg, #88A5FF 0%, #EEB8FF 100%), #FFF;
}

.quote-form__text {
	width: calc(100% - 110px);
	font-size: 22px;
	font-style: italic;
	line-height: 160%;
	position: relative;
}

.quote-form__text::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	background: -webkit-gradient(linear, left top, right top, from(#88A5FF), to(#EEB8FF));
	background: -o-linear-gradient(left, #88A5FF 0%, #EEB8FF 100%);
	background: linear-gradient(90deg, #88A5FF 0%, #EEB8FF 100%);
	width: 1px;
	height: 100%;
}

body .forecast .form__input-label {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}

body .forecast .form .input {
	width: 100%;
	display: block;
	padding: 0px 36px;
	border-radius: 60px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	height: 62px;
	font-size: 18px;
	margin-bottom: 14px;
}

body .forecast .form .input::-webkit-input-placeholder {
	color: #717171;
}

body .forecast .form .input::-moz-placeholder {
	color: #717171;
}

body .forecast .form .input:-ms-input-placeholder {
	color: #717171;
}

body .forecast .form .input::-ms-input-placeholder {
	color: #717171;
}

body .forecast .form .input::placeholder {
	color: #717171;
}

body .forecast .form .btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #668CFF;
	width: 100%;
	border-radius: 60px;
	padding: 32px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 0;
	outline: 0;
	cursor: pointer;
}

body .forecast .form .btn:focus, body .forecast .form .btn:active{
	border: 0;
	outline: 0;
}

body .forecast .form .btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 60px;
	background: -webkit-gradient(linear, left top, right top, from(#668CFF), to(#CB39F9)), -webkit-gradient(linear, left top, right top, from(#88A5FF), to(#EEB8FF)), #000;
	background: -o-linear-gradient(left, #668CFF 0%, #CB39F9 100%), -o-linear-gradient(left, #88A5FF 0%, #EEB8FF 100%), #000;
	background: linear-gradient(90deg, #668CFF 0%, #CB39F9 100%), linear-gradient(90deg, #88A5FF 0%, #EEB8FF 100%), #000;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

body .forecast .form .btn span {
	position: relative;
	z-index: 2;
}

body .forecast .form .checkbox {
	position: relative;
}

body .forecast .form .checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

body .forecast .form .checkbox__input:checked + .checkbox__label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body .forecast .form .checkbox__label {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

body .forecast .form .checkbox__label:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1rem;
	flex: 0 0 1rem;
	width: 1rem;
	height: 1rem;
	border: 1px solid #A6A6A6;
	border-radius: 2px;
}

body .forecast .form .checkbox__label::after {
	content: "\e900";
	font-family: "icons";
	color: #A6A6A6;
	font-size: 8px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0.25rem;
	left: 0.1875rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

body .forecast .form .checkbox__text {
	color: #A6A6A6;
	font-size: 18px;
	margin-left: 12px;
}

html body .form .checkbox__text a {
	color: #A6A6A6;
	font-size: 18px;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.astrology-forecast {
	color: #000;
	font-size: 64px;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 40px;
}

.astrology-forecast span:first-of-type{
	background: linear-gradient(90deg, #668cff 0%, #cb39f9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.forecast__day{
	background: linear-gradient(90deg, #668cff 0%, #cb39f9 100%);
	-webkit-background-clip: text !important;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-size: 40px;
	line-height: 100%;
	font-weight: 500;
	position: relative;
	display: block;
}

.date-container {
	background: linear-gradient(90deg, #88a5ff 0%, #eeb8ff 100%);
	display: table;
	padding: 40px 0;
	margin-bottom: 100px;
	width: 100%;
}

.date-section {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.date-section__item {
	color: #8092ff;
	text-align: center;
	white-space: nowrap;
	justify-content: center;
	border-radius: 56px;
	box-shadow: 0px 10px 20px 0px rgba(40, 42, 61, 0.1);
	background-color: #fff;
	flex-grow: 1;
	padding: 17px 32px;
	width: 159px;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	cursor: pointer;
	max-width: 159px;
	text-decoration: none;
}

.forecast-container {
	display: flex;
	flex-direction: column;
}

html body .forecast__title_today{
	text-align: left;
	margin-bottom: 40px;
	line-height: 100%;
}

.forecast-main {
	gap: 40px;
	display: flex;
	margin-top: 36px;
	width: 100%;
	justify-content: space-between;
}

.column {
	display: flex;
	flex-direction: column;
	line-height: normal;
}

.forecast__item {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid transparent;
	background:
			linear-gradient(#fff, #fff) padding-box,
			linear-gradient(90deg, rgba(160, 183, 253, 1.00) 0%,rgba(241, 206, 252, 1.00) 100%) border-box;
}

.forecast__item_big{
	max-width: 706px;
	height: 100%;
}

.forecast__item_small{
	max-width: 553px;
}

.forecast__item_small:first-of-type{
	margin-bottom: 28px;
}

.forecast__item-header {
	background-color: #fff;
	display: flex;
	gap: 18px;
	margin-bottom: 20px;
}

.forecast-container .column .forecast__item_big .forecast__item-header{
	margin-bottom: 40px;
}

.forecast__item-title{
	color: #000000;
	text-align: left;
	font-size: 24px;
	line-height: 100%;
	font-weight: 500;
	position: relative;
}

.forecast__item-desc p{
	color: #000000;
	text-align: left;
	font-size: 18px;
	line-height: 160%;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
}

.forecast__item-desc p:last-of-type{
	margin-bottom: 0;
}

.forecast__item-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 12px;
	flex-direction: column;
}

.forecast__item-list-element {
	justify-content: center;
	padding: 0 0 0 22px;
	color: #000000;
	text-align: left;
	font-size: 18px;
	line-height: 160%;
	font-weight: 400;
	position: relative;
}

.forecast__item-list-element:before{
	background: linear-gradient(38.14deg, rgba(42, 140, 6, 1.00) 0%,rgba(98, 250, 57, 1.00) 100%);
	border-radius: 50%;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	content: '';
	display: block;
	top: 41%;
}

.forecast__item-list_pink .forecast__item-list-element:before{
	background: linear-gradient(90deg, rgba(255, 128, 166, 1.00) 0%,rgba(250, 177, 189, 1.00) 100%), linear-gradient(38.14deg, rgba(42, 140, 6, 1.00) 0%,rgba(98, 250, 57, 1.00) 100%);
}

.forecast__form-container{
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.forecast-label {
	background-color: rgba(139, 166, 255, 1);
	border-radius: 10px;
	padding: 11px 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	cursor: default;
}

.forecast__title{
	color: #000000;
	text-align: center;
	font-size: 40px;
	line-height: 160%;
	font-weight: 500;
}

.forecast__form-group{
	background: linear-gradient(
			90deg,
			rgba(136, 165, 255, 1) 0%,
			rgba(238, 184, 255, 1) 100%
	),
	rgba(255, 255, 255, 1);
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 20px;
	padding: 48px 86px;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.forecast__btn{
	background: linear-gradient(to left, #111212, #111212), linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 0.00) 100%);
	border-radius: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 590px;
	height: 94px;
	position: relative;
	color: #ffffff;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	cursor: pointer;
	margin: 40px auto 0 auto;
	outline: 0;
	border: 1px solid transparent;
	padding: 0;
}

.forecast__btn:focus, .forecast__btn:active{
	outline: 0;
	border: 0;
}

.forecast__btn:hover{
	border: 1px solid #111212;
	color: #111212;
	background: transparent;
}

.forecast__form-column{
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.forecast__form-column label{
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.forecast__form-column input{
	background: #ffffff;
	border-radius: 56px;
	padding: 17px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 300px;
	height: 54px;
	position: relative;
	color: #9e9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	border: 0;
	outline: 0;
}

.forecast__form-column input:hover, .forecast__form-column input:active, .forecast__form-column input:focus{
	border: 0;
	outline: 0;
}

.forecast__form-column input::-webkit-input-placeholder {
	color: #9e9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	opacity: 1;
}

.forecast__form-column input:-moz-placeholder {
	opacity: 1;
	color: #9e9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

.forecast__form-column input::-moz-placeholder {

	color: #9e9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	opacity: 1;
}
.forecast__form-column input:-ms-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

.forecast__form-column input::placeholder {
	opacity: 1;
	color: #9e9e9e;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
}

.forecast-row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 64px;
	margin-bottom: 100px;
}

.astro-calendar{
	padding: 36px 43px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgba(160, 183, 253, 1.00) 0%,rgba(241, 206, 252, 1.00) 100%) border-box;
	max-width: 567px;
	height: auto;
}

.months.swiper{
	width: 486px;
}

.astro-calendar__header{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

.astro-calendar__month{
	color: #333333;
	text-align: center;
	font-size: 26px;
	line-height: 97.27%;
	font-weight: 500;
	position: relative;
}

.astro-calendar__nav{
	cursor: pointer;
}

.astro-calendar__week{
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	margin-bottom: 40px;
}

.astro-calendar__week_day{
	padding: 7px 13px;
	color: #828282;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	width: 55px;
}

.astro-calendar__days{
	display: flex !important;
	flex-wrap: wrap;
	gap: 16px;
}

.astro-calendar__days-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 54px;
	height: 54px;
	position: relative;
	text-align: center;
	font-size: 29px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.125%;
	color: #4A5660;
}

.astro-calendar__days-item_pink{
	border-radius: 100%;
	background: linear-gradient(0deg, #E4A3FF 0%, #E4A3FF 100%), #8AA6FF;
	color: #FFF;
	border: 0;
}

.astro-calendar__days-item_blue{
	border-radius: 100%;
	background: #8AA6FF;
	color: #FFF;
	border: 0;
}

.astro-calendar__days-item_neutral{
	border-style: solid;
	border-color: #4a5660;
	border-width: 1px;
	color: #4a5660;
	border-radius: 100%;
}

.astro-calendar__days-item_moon{
	position: relative;
}

.astro-calendar__days-item_moon:before{
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
}

.astro-calendar__days-item_moon_new:before{
	background: url("/local/templates/furniture_gray/images/forecast/img/newmoon.png") center center / cover no-repeat;
}

.astro-calendar__days-item_moon_full:before{
	background: url("/local/templates/furniture_gray/images/forecast/img/moon.png") center center / cover no-repeat;
}

.astro-calendar__desc-item{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 116.129%;
}

.astro-calendar__desc-item_pink{
	color: #A940D4;
}

.astro-calendar__desc-item_blue{
	color: #5981FF;
}

.astro-calendar__desc-item_neutral, .astro-calendar__desc-item_newmoon, .astro-calendar__desc-item_fullmoon{
	color: #4A5660;
}

.astro-calendar__desc{
	display: flex;
	flex-direction: column;
	gap: 36px;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	max-width: 629px;
}

.forecast__title_articles{
	margin-bottom: 64px;
}


.forecast .new-main .two-color-bg{
	background: none;
}
@media (max-width: 1230px) {
	.astrologer-form__wrapp > picture {
		max-width: 500px;
	}
}

@media (max-width: 1024px) {
	html body .forecast{
		max-width: 375px;
		margin-left: auto;
		margin-right: auto;
	}

	html body .forecast-calendar{
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
	}

	.astrology-forecast{
		font-size: 32px;
		margin-bottom: 32px;
	}

	.astrology-forecast span:first-of-type{
		display: inline;
	}

	.astrology-for-pc{
		display: none;
	}

	.astrologer-form {
		border-radius: 12px;
		max-width: 345px;
		width: 100%;
		margin: 0 auto 50px auto;
		background: url("/local/templates/furniture_gray/images/forecast/img/bg-mob.png");
	}

	.astrologer-form__wrapp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 20px 0 0;
	}

	.astrologer-form__wrapp > picture {
		max-width: 325px;
		margin: 10px auto -12px auto;
	}

	.astrologer-form__form {
		padding: 20px;
		border-radius: 10px;
	}

	.date-container{
		padding: 32px 0;
		margin-bottom: 48px;
	}

	.date-section{
		flex-direction: column;
	}

	.date-section__item{
		width: 100%;
		max-width: 100%;
	}

	html body .forecast__title_today{
		margin-bottom: 34px;
	}

	.forecast__day{
		font-size: 26px;
	}

	.forecast-main{
		gap: 20px;
		flex-direction: column;
		margin-top: 20px;
	}

	.column{
		width: 100%;
	}

	.forecast__item{
		height: auto;
		padding: 20px;
	}

	.forecast__item-header{
		gap: 12px;
	}

	.forecast__item-header svg{
		width: 30px;
		height: 30px;
	}

	.forecast-container .column .forecast__item_big .forecast__item-header{
		margin-bottom: 32px;
	}

	.forecast__item-title{
		font-size: 22px;
		line-height: 130%;
	}

	.forecast__item_small:first-of-type{
		margin-bottom: 20px;
	}

	.forecast__form-container{
		margin-top: 56px;
		margin-bottom: 56px;
		gap: 0;
	}

	.forecast-label{
		width: 100%;
		padding: 13px 54px;
		border-radius: 6px;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.forecast__title{
		font-size: 26px;
		line-height: 130%;
		text-align: left;
	}

	.forecast__form-group{
		border-radius: 12px;
		padding: 20px;
		margin-top: 32px;
		margin-bottom: 0;
		flex-direction: column;
		gap: 20px;
	}

	.forecast__form-column, .forecast__form-column input{
		width: 100%;
	}

	.forecast__btn{
		width: 100%;
		height: 71px;
		padding: 0;
		font-size: 24px;
		margin-top: 20px;
	}

	.forecast-row{
		margin-top: 32px;
		flex-direction: column;
		margin-bottom: 56px;
	}

	.astro-calendar{
		width: 100%;
		padding: 22px 26px;
		margin-bottom: 20px;
	}

	.months.swiper{
		width: 291px;
	}

	.astro-calendar__header{
		margin-bottom: 24px;
	}

	.astro-calendar__nav svg{
		width: 18px;
		height: 18px;
	}

	.astro-calendar__month{
		font-size: 16px;
	}

	.astro-calendar__week{
		gap: 10px;
		margin-bottom: 24px;
	}

	.astro-calendar__week_day{
		flex-shrink: 0;
		padding: 4px 7px;
		width: 34px;
		font-size: 11px;
		line-height: 14px;
	}

	.astro-calendar__days{
		gap: 10px;
	}

	.astro-calendar__days-item{
		width: 33px;
		height: 33px;
		font-size: 18px;
		line-height: 109.916%;
	}

	.astro-calendar__days-item_moon:before{
		width: 11px;
		height: 11px;
	}

	.astro-calendar__desc{
		gap: 14px;
	}

	.astro-calendar__desc-item{
		gap: 11px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}

	.astro-calendar__desc-item img{
		flex-shrink: 0;
		width: 30px;
		height: 30px;
	}

	.forecast__title_calendar{
		max-width: 219px;
	}

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

	.form__subtitle {
		font-size: 14px;
		margin-bottom: 18px;
	}

	.quote-form {
		margin-bottom: 16px;
	}

	.quote-form__forecasticon {
		font-size: 12px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		height: 24px;
	}

	.quote-form__text {
		font-size: 13px;
		line-height: 130%;
		width: calc(100% - 36px);
	}

	.quote-form__text::before {
		left: -6px;
	}

	body .forecast .form__input-label {
		font-size: 12px;
		margin-bottom: 3px;
	}

	body .forecast .form .input {
		height: 36px;
		font-size: 12px;
		padding: 0px 17px;
		margin-bottom: 9px;
	}

	body .forecast .form .btn {
		padding: 16px;
		font-size: 14px;
		border-radius: 30px;
		margin-bottom: 9px;
	}

	body .forecast .form .btn::before {
		border-radius: 30px;
	}

	body .forecast .form .checkbox__label:before {
		width: 11px;
		height: 11px;
		flex-shrink: 0;
	}

	body .forecast .form .checkbox__label::after {
		font-size: 4px;
		left: 3px;
	}

	body .forecast .form .checkbox__text {
		font-size: 9px;
		margin-left: 6px;
	}

	html body .form .checkbox__text a{
		font-size: 9px;
	}


	.forecast__title_articles{
		margin-bottom: 27px;
	}
}

@media (any-hover: hover) {
	body .forecast .form .btn:hover::before {
		opacity: 0;
	}

	body .forecast .form .checkbox__text a:hover {
		color: #668CFF;
	}

	.date-section__item:hover{
		box-shadow: none;
	}
}

html body .header-line__menu li a{
	font-family: Arial,sans-serif;
}