/*
Theme Name: New Year
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat Black'), local('Montserrat-Black'),
		url('fonts/Montserrat-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #444;
	height: 100%;
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1170px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #e66121;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	background: #F8F5F5;
	overflow: hidden;
	position: relative;
}
.site-container{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.button {
	min-width: 300px;
	height: 42px;
	padding: 5px 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #01A982;
	border-radius: 50px;
	border: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	transition: all 0.2s;
}
.button:hover{
	background: #008566;
}
.button i{
	display: block;
	line-height: 0;
	margin: 0 0 0 12px;
}
.button i svg{
	fill: #FFF;
	max-width: 100%;
}
.site-header {
	padding: 50px 0;
}
.site-header__logo{
	width: 249px;
}
.site-content {
	padding: 95px 0 0;
}
.site-content__container {
	display: flex;
}
.site-content__left {
	width: 35%;
	padding-right: 5px;
	position: relative;
	z-index: 1;
}
.site-content__title {
	font-weight: 900;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 19px;
}
.site-content__text {
	font-size: 15px;
	line-height: 24px;
	color: #444;
	margin-bottom: 31px;
}
.site-content__right {
	width: 65%;
}
.site-content__image {
	position: relative;
}
.site-content__stars{
	max-width: 100%;
	position: absolute;
	top: -92px;
	right: 46px;
	overflow: visible;
}
.site-content__stars .star{
	opacity: 0;
	animation: star 4s linear infinite;
}
.site-content__stars .star_1{animation-delay: 0.61s;}
.site-content__stars .star_2{animation-delay: 1.41s;}
.site-content__stars .star_3{animation-delay: 3.96s;}
.site-content__stars .star_4{animation-delay: 1.83s;}
.site-content__stars .star_5{animation-delay: 3.68s;}
.site-content__stars .star_6{animation-delay: 0.24s;}
.site-content__stars .star_7{animation-delay: 3.47s;}
.site-content__stars .star_8{animation-delay: 1.45s;}
.site-content__stars .star_9{animation-delay: 0.24s;}
.site-content__stars .star_10{animation-delay: 3.63s;}
.site-content__stars .star_11{animation-delay: 2.74s;}
.site-content__stars .star_12{animation-delay: 0.73s;}
.site-content__stars .star_13{animation-delay: 0.25s;}
.site-content__stars .star_14{animation-delay: 2.33s;}
.site-content__stars .star_15{animation-delay: 1.59s;}
.site-content__stars .star_16{animation-delay: 3.93s;}
.site-content__stars .star_17{animation-delay: 0.61s;}
.site-content__stars .star_18{animation-delay: 0.77s;}
.site-content__stars .star_19{animation-delay: 2.71s;}
.site-content__stars .star_20{animation-delay: 3.89s;}
.site-content__stars .star_21{animation-delay: 1.57s;}
.site-content__stars .star_22{animation-delay: 3.87s;}
.site-content__stars .star_23{animation-delay: 3.93s;}
.site-content__stars .star_24{animation-delay: 1.91s;}
.site-content__stars .star_25{animation-delay: 0.73s;}
.site-content__stars .star_26{animation-delay: 0.76s;}
@keyframes star {
	from {transform: translateY(-100px);opacity: 0;}
	5% {opacity: 1;}
	45%{opacity: 1;}
	50% {transform: translateY(200px);opacity: 0;}
	100% {transform: translateY(200px);opacity: 0;}
}
.site-content__picture {
	margin: -77px 0 -6px -45px;
}
.counter {
	width: 240px;
	position: absolute;
	left: 64px;
	top: -29px;
	background: #F8F5F5;
	border: 1px solid #E0E0E0;
	padding: 13px 20px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}
.counter__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #444;
	text-align: center;
}
.counter__number {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px 0;
}
.counter__number span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 52px;
	background: #01A982;
	border-radius: 6px;
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	margin: 0 5px;
}
.site-footer {
	padding: 0 0 30px;
	flex: 0 0 auto;
	position: relative;
}
.site-footer__social{
	display: flex;
}
.site-footer__social a{
	display: block;
	line-height: 0;
	margin-right: 12px;
}
.site-footer__social a svg{
	fill: #444;
	transition: all 0.2s;
}
.site-footer__social a:hover svg{
	fill: #01A982;
}
/* Popup
-----------------------------------------------------------------------------*/
.popup{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(68,68,68,0.5);
	z-index: 100;
	overflow-y: scroll;
	transition: all 0.2s;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.popup::-webkit-scrollbar{
	display: none;
}
.popup.opened{
	visibility: visible;
	opacity: 1;
}
.popup__overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__overlay-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
}
.popup__window{
	position: relative;
	width: 400px;
	max-width: calc(100vw - 30px);
	border-radius: 23px;
	padding: 50px;
	background: #fff;
	filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.1));
	z-index: 102;
	transform: scale(1.3);
	transition:  all 0.3s ease-out 0s;
	opacity: 0;
}
.popup__window.opened{
	opacity: 1;
	transform: scale(1);
}
.popup__close{
	position: absolute;
	top: 24px;
	right: 24px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.popup__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #444;
	margin-bottom: 24px;
}
.form-input {
	margin-bottom: 14px;
}
.form-input input{
	width: 100%;
	height: 30px;
	border: none;
	border-bottom: 1px solid #C6C9CA;
	padding: 0 5px;
	font-size: 15px;
	line-height: 18px;
}
.form-input input::placeholder{
	opacity: 1;
	color: #444;
}
.form-btn {
	margin-top: 30px;
}
.popup__text{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #444;
	text-align: center;
	margin: 38px 0 36px;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid{
	border-color: #dc3232 !important;
	color: #dc3232 !important;
}
.wpcf7-not-valid::placeholder{
	color: #dc3232 !important;
}
/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
	.inner{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 1000px){
	
}
@media only screen and (max-width: 767px){
	.site-header {
		padding: 20px 0;
	}
	.site-header__logo{
		width: 150px;
	}
	.site-content {
		padding: 30px 0 0;
	}
	.site-content__container{
		flex-direction: column;
	}
	.site-content__left{
		width: 100%;
		padding: 0;
	}
	.site-content__title {
		font-size: 22px;
		line-height: 32px;
	}
	.site-content__right{
		width: 100%;
		padding: 0;
	}
	.site-content__image{
		padding-top: 50px;
	}
	.site-content__stars{
		top: -30px;
		right: 0;
	}
	.site-content__picture {
		margin: 30px 0 0;
	}
	.counter {
		left: 20px;
		top: 20px;
	}
	.popup__window {
		border-radius: 15px;
		padding: 35px 25px;
	}
	.popup__close {
		top: 15px;
		right: 15px;
	}
	.popup__title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 22px;
	}
	.button{
		width: 100%;
		min-width: 0;
	}
}
@media only screen and (max-width: 640px){
	
}
@media only screen and (max-width: 480px){
	
}
@media only screen and (max-width: 360px){
	
}

