/*
	Theme Name: Checking counters - Проверка счетчиков
	Theme URI: http://bshepelev.ru
	Description: The theme for WordPress. 
	Author: Shepelev Boris
	Version: 1.a
*/

/* --- RESET ---------------------------------------------------------------------------------------------------------------------------------------------------------- */

* { 
	border:0; 
	margin:0; 
	padding:0; 
	outline: none; 
	border-collapse: collapse; 
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline:none;
	box-shadow:none;
	border-color:transparent;;
}

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, font, 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 { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }

ol, ul {  }

blockquote { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

a img { border: none; }

input, textarea{
	-webkit-appearance: none;
	font-family: 'Ubuntu', sans-serif;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

html,
body { 
	padding:0;
	margin:0;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size:12px;
	line-height:19px;
	position:relative;
	height:100%; 
	width:100%;
	min-width:330px;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust:100%;
	color:#FFF;
}

html { overflow-x:hidden; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	clear:both;
	width:100%;
	display:block;
	position:relative;
	text-align:center;
}

.center { 
	clear:both;
	float:none;
	width:100%;
	max-width:1240px;
	min-width:300px;
	padding:0;
	margin:0 auto;
	text-align:left;
	box-sizing: border-box;
	position:relative;
	/*background:rgba(54,255,0, 0.5);*/
}

.clear {
	clear:both;
	width:100%;
	height:0px;
}

.animate__animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
}

.animates { 
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	background:url("images/start-min.jpg") no-repeat center center;
	height:824px;
	background-size:1920px auto;
}

.top {
	padding:24px 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.19);
}

.top .center {
	display:flex;
	justify-content: space-between;
	align-items:center;	
}

.top .logo {
	display:block;
	width: 219px;
	height: 50px;
	background:url("https://vodapoverka.com.ua/wp-content/uploads/2021/09/vodapoverka_logo_out.svg") no-repeat center center;
}

.top .phone-lang {
	display:flex;
	justify-content: space-between;
	align-items:center;	
	width:339px;	
}

.top .lang {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;	
	position:relative;
	background:url("images/line2.svg") no-repeat 0 center;
	padding-left:24px;
}

.top .lang li {
	display:block;
	list-style:none;
}

.top .mobile-phone { display:none; }

.top .lang a {
	color: #FFFFFF;	
	text-decoration:none;
	padding-left:28px;
	position:relative;
}

.top .lang a::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	top:50%;
	margin:-7px 0 0 0;
	width:20px;
	height:14px;
}

.top .lang a.ua::before { background:url("images/ua.svg") no-repeat center center; }
.top .lang a.ru::before { 
	background:url("images/ru.svg") no-repeat center center;
	background-size:auto 14px;
}

.top .lang a.active { display:none; }

.top .phone {
	position:relative;
	padding-left:42px;
	background:url("images/phone3.svg") no-repeat 0 0;
	padding-right:27px;
}

.top .phone li {
	display:block;
	list-style:none;
	position:relative;
}

.top .phone li.hover::before {
	content:'';
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	right:-27px;
	top:7px;
	background:url("images/down.svg") no-repeat center center;
	transition: all 0.5s;
}

.top .phone li.hover:hover::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top:11px;
}

.top .phone li a {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	color: #FFFFFF;
	text-decoration:none;
}

.top .phone li ul {
	display:none;
	top:100%;
	left:0px;
	position:absolute;
	z-index:11;
	background:transparent;
}

.top .phone li.hover:hover ul {
	display:block;
}

.header .data {
	height:648px;
	width:550px;
	display:flex;
	align-items:center;	
}

.header .data h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFFFFF;	
	margin:0 0 56px 0;
}

.header .data h1 del {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFFFFF;	
	position:relative;
	text-decoration:none;
}

.header .data h1 del::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:url("images/delete.svg") no-repeat center center;
}

.header .data h1 em {
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FF1616;	
}

.header .data ul {
	position:relative;
	width:625px;
}

.header .data ul li {
	display:block;
	list-style:none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #BEB9EA;
	margin:0 0 18px 0;
	position:relative;
	padding-left:46px;
}

.header .data ul li::before {
	content:'';
	display:block;
	width:32px;
	height:32px;
	background:url("images/done.svg") no-repeat center center;
	position:absolute;
	left:0px;
	top:-4px;
}

.header .data ul li em {
	font-style:normal;
	text-decoration:underline;
}

.header .data p.button {
	padding:78px 0 0 0;
}

.header .data p.button a {
	display:flex;
	justify-content:center;
	align-items:center;	
	text-decoration:none;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 71px;
	width: 307px;
	height: 56px;
	position:relative;
	transition: all 0.5s;
	box-sizing: border-box;
	padding-left:20px;
}

.header .data p.button a::before {
	content:'';
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	left:24px;
	top:16px;
	background:url("images/description.svg") no-repeat center center;
	transition: all 0.5s;
}

.header .data p.button a:hover {
	background:#FFF;
	color:#4432F6;
}

.header .data p.button a:hover::before {
	background:url("images/decription-hover.svg") no-repeat center center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.price {
	padding:120px 0;
}

.price h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 135%;
	text-align: center;
	text-transform: uppercase;
	color: #070D22;	
	margin:0 0 64px 0;
}

.price .list {
	display:flex;
	justify-content: space-between;
	align-items: stretch;		
}

.price .list .item {
	display:block;
	width:calc(33.333% - 20px);
	margin:0 10px;
	background: #F1F4FF;
	border-radius: 15px;
	padding:40px 32px 130px 32px;
	position:relative;
}

.price .list .item.discounts::before {
	content:'';
	display:block;
	width:92px;
	height:92px;
	background:url("images/discounts.svg") no-repeat center center;
	position:absolute;
	left:-28px;
	top:-27px;
}

.price .list .item h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 135%;
	text-align: center;
	color: #070D22;
	margin:0 0 34px 0;
}

.price .list .item span.ico {
	width:122px;
	height:122px;
	display:block;
	background: #C8D7FF;
	border-radius:50%;
	margin:0 auto;
	position:relative;
}

.price .list .item span.ico::before {
	content:'';
	display:block;
	position:absolute;
	top:-20px;
	bottom:-20px;
	left:-50px;
	right:-70px;
}

.price .list .item.one span.ico::before { background:url("images/price-1.svg") no-repeat center center; }
.price .list .item.two span.ico::before { background:url("images/price-2.svg") no-repeat center center; }
.price .list .item.three span.ico::before { background:url("images/price-3.svg") no-repeat center center; }

.price .list .item ul {
	margin:28px 0 0 0;
}

.price .list .item ul li {
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin:8px 0;
	background: #FFFFFF;
	border-radius: 8px;
	padding:18px 24px;
}

.price .list .item ul li b {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #070D22;
}

.price .list .item ul li span.old {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #9699A0;	
	position:relative;
	margin:0 8px 0 0;
}

.price .list .item ul li span.old::before {
	content:'';
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background:url("images/old.svg") no-repeat center center;
}

.price .list .item ul li span.current {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 135%;
	color: #070D22;
}

.price .list .item p.button {
	position:absolute;
	bottom:40px;
	left:0px;
	right:0px;
	text-align:center;
	display:flex;
	justify-content:center;
}

.price .list .item p.button a {
	background: #4432F6;
	border-radius: 71px;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 216px;
	height: 56px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
}

.price .warning {
	width:615px;
	margin:56px auto 0;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #070D22;
	position:relative;
}

.price .warning::before {
	content:'';
	display:block;
	background:url("images/warning.svg") no-repeat center center;
	position:absolute;
	top:-16px;
	left:-35px;
	width:40px;
	height:40px;
}

.price .warning a {
	color: #4432F6;
	text-decoration:underline;
}

.price .warning a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.how-do-we-do {
	background:url("images/how-we-works-min.jpg") no-repeat center center;
	background-size:1920px auto;
	padding:138px 0 0 0;
	height:858px;
	box-sizing: border-box;
}

.how-do-we-do h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 135%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;	
	margin:0 0 62px 0;
}

.how-do-we-do .list {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;	
}

.how-do-we-do .list .item {
	width:288px;
}

.how-do-we-do .list .item:nth-child(2),
.how-do-we-do .list .item:nth-child(3) {
	width:398px;
}

.how-do-we-do .list .item span.ico {
	width:122px;
	height:122px;
	display:block;
	margin:0 0 40px 0;
	border-radius:50%;
	border: 2px solid #9A91EA;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}

.how-do-we-do .list .item h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFFFFF;	
}

.how-do-we-do .list .item time {
	display:block;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #9A91EA;
	margin:0 0 22px 0;	
}

.how-do-we-do .list .item p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.about {
	padding:120px 0 0 0;
}

.about h2 {
	margin:0 0 56px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 135%;
	text-align: center;
	text-transform: uppercase;
	color: #070D22;	
}

.about .data {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #070D22;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.team {
	padding:64px 0 0 0;
}

.toggle .show {
	text-align:center;
}

.toggle .show a {
	border: 1px solid #BDBEC1;
	box-sizing: border-box;
	border-radius: 71px;	
	width: 610px;
	height: 64px;
	position:relative;
	transition: all 0.5s;
	text-align:center;
	text-decoration:none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #4432F6;
	margin:0 auto;
}

.toggle .show a:hover {
	border:1px solid #4432F6;
}

.toggle .show a::before {
	content:'';
	display:block;
	width:34px;
	height:34px;
	position:absolute;
	top:15px;
	right:15px;
	transition: all 0.5s;
	background:url("images/show.svg") no-repeat center center;
}

.toggle .show a.show {
	background: #4432F6;
	border:1px solid #4432F6;
	color: #FFFFFF;
}

.toggle .show a.show::before { background:url("images/show-hover.svg") no-repeat center center; }

.toggle .show a::after {
	content:'';
	display:block;
	width:8px;
	height:0px;
	background:url("images/show-active.svg") no-repeat center 100%;
	position:absolute;
	left:50%;
	top:100%;
	margin:0 0 0 -4px;
	transition: all 0.5s;
}

.toggle .show a.show::after { height:80px; }

.toggle .hideblock {
	height:0px;
	visibility: hidden;
	overflow:hidden;
	transition: all 0.5s;
}

.toggle .hideblock.block {
	height:auto;
	visibility: visible;
	padding:0 0 80px 0;
}

.team .list {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;	
	padding:108px 0 0 0;
}

.team .list .item {
	width:295px;
}

.team .item span.foto {
	display:block;
	width:100%;
	padding-bottom:109.4915254237288%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	border-radius: 15px;
	overflow:hidden;
	transition: all 0.5s;
}

.team .item:hover span.foto {
	background-size:calc(100% + 10px) auto;
}

.team .item b {
	padding:24px 0 8px 0;
	display:block;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	color: #070D22;	
}

.team .item i {
	display:block;
	margin-bottom:16px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #9699A0;
}

.team .item p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #070D22;	
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.reviews {
	padding:32px 0 0 0;
}

.slider-reviews {
	position:relative;
	margin:0 -10px;
	padding:108px 0 77px 0;
	display:block;
}

.slider-reviews .item {
	background: #F3F6FF;
	border-radius: 15px;
	margin:0 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #070D22;
	box-sizing: border-box;
	padding:40px;
	position:relative;
	text-align:left;
}

.slider-reviews .item strong {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 135%;
	color: #070D22;
	display:block;
	margin:0 0 10px 0;
	padding-left:96px;
}

.slider-reviews .item em {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #9699A0;	
	display:block;
	margin:0 0 42px 0;
	padding-left:96px;
}

.slider-reviews .item span.foto {
	display:block;
	width:72px;
	height:72px;
	border-radius:50%;
	overflow:hidden;
	background-size:72px auto;
	position:absolute;
	left:40px;
	top:40px;
}

.slider-reviews .slick-dots {
	display:flex;
	justify-content:center;
	align-items:center;
	width:290px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin:0 0 0 -145px;
	text-align:center;
	z-index:10;
}

.slider-reviews .slick-dots li {
	display:inline-block;
	background: #DCE1F5;
	width: 8px;
	height: 8px;
	border-radius:50%;
	text-indent:-9999px;
	cursor:pointer;
	margin:0 16px;
	transition: all 0.5s;
}

.slider-reviews .slick-dots li.slick-active {
	background: #4432F6;
	width: 12px;
	height: 12px;
}

.slider-reviews .slick-prev,
.slider-reviews .slick-next {
	width:15px;
	height:25px;
	display:block;
	text-indent:-9999px;
	bottom:-7px;
	position:absolute;
	transition: all 0.5s;
	background:url("images/prev.svg") no-repeat center center;
	z-index:11;
	cursor:pointer;
}

.slider-reviews .slick-prev:hover,
.slider-reviews .slick-next:hover {
	background:url("images/prev-hover.svg") no-repeat center center;
}

.slider-reviews .slick-prev {
	left:calc(50% - 123px);
}

.slider-reviews .slick-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	left:calc(50% + 123px - 15px);
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.portfolio {
	padding:32px 0 0 0;
}

.slider-portfolio {
	position:relative;
	margin:0 -10px;
	padding:108px 0 77px 0;
}

.slider-portfolio .item {
	background: #F3F6FF;
	border-radius: 15px;
	margin:0 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #070D22;
	box-sizing: border-box;
	padding:0 0 110px 0;
	position:relative;
}

.slider-portfolio .item strong {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 135%;
	color: #070D22;
	display:block;
	margin:32px 0 10px 0;
}

.slider-portfolio .item em {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #9699A0;
	display:block;
	margin:0 0 20px 0;
}

.slider-portfolio .item p {
	display:block;
	padding:0 40px;
}

.slider-portfolio .item span.foto {
	display:block;
	width:100%;
	padding-bottom:58.75%;
	border-radius: 15px;
	overflow:hidden;
	background-size:cover;
	margin:0 0 10px 0;
}

.slider-portfolio .slick-dots {
	display:flex;
	justify-content:center;
	align-items:center;
	width:290px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin:0 0 0 -145px;
	text-align:center;
	z-index:10;
}

.slider-portfolio .slick-dots li {
	display:inline-block;
	background: #DCE1F5;
	width: 8px;
	height: 8px;
	border-radius:50%;
	text-indent:-9999px;
	cursor:pointer;
	margin:0 16px;
	transition: all 0.5s;
}

.slider-portfolio .slick-dots li.slick-active {
	background: #4432F6;
	width: 12px;
	height: 12px;
}

.slider-portfolio .slick-prev,
.slider-portfolio .slick-next {
	width:15px;
	height:25px;
	display:block;
	text-indent:-9999px;
	bottom:-7px;
	position:absolute;
	transition: all 0.5s;
	background:url("images/prev.svg") no-repeat center center;
	z-index:11;
	cursor:pointer;
}

.slider-portfolio .slick-prev:hover,
.slider-portfolio .slick-next:hover {
	background:url("images/prev-hover.svg") no-repeat center center;
}

.slider-portfolio .slick-prev {
	left:calc(50% - 123px);
}

.slider-portfolio .slick-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	left:calc(50% + 123px - 15px);
}

.slider-portfolio .item .button {
	position:absolute;
	left:40px;
	right:40px;
	bottom:30px;
	padding:0;
}

.slider-portfolio .item .button a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-decoration: underline;
	color: #4432F6;	
}

.slider-portfolio .item .button a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.forms {
	padding:90px 0 0 0;
}

.forms .center {
	display:flex;
	justify-content: space-between;
	background: #F1F4FF;
	border-radius: 15px;	
	overflow:hidden;	
}

.forms .left {
	width:556px;
	background:url("images/forms-min.jpg") no-repeat 100% 100%;
	background-size:556px auto;
	box-sizing: border-box;
	padding:56px 64px;
	border-radius: 15px;
	overflow:hidden;
	position:relative;
	background-size:cover;
}

.forms .left .sendok {
	background:url("images/forms-min.jpg") no-repeat center center;
	background-size:556px auto;
	box-sizing: border-box;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;	
	z-index:11;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #FFFFFF;	
	display:none;
	transition: all 0.5s;
	padding:40px;
	background-size:cover;
}

.forms .left .sendok.show {
	display:flex;
}

.forms .wpcf7 {
	position:relative;
}

.forms .wpcf7 h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #FFFFFF;	
	margin:0 0 80px 0;
}

.forms .wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	margin:0 0 32px 0;
}

.forms .wpcf7 input.wpcf7-text {
	border-bottom:1px solid #FFF;
	width:100%;
	padding:0 0 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #FFFFFF;
	background:none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFFFFF;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #FFFFFF;
}
:-moz-placeholder { /* Firefox 18- */
	color: #FFFFFF;
}

.forms .wpcf7 span.wpcf7-form-control-wrap.checkbox-today,
.forms .wpcf7 span.wpcf7-form-control-wrap.checkbox-bytime {
	margin:0 0 16px 0;
}

.forms .wpcf7 span.wpcf7-form-control-wrap .wpcf7-list-item {
	display:flex;
}

.forms .wpcf7 input[type="checkbox"] {
	display:block!important;
	width: 24px!important;
	height: 24px!important;
	position:relative;
	left:-15px;
	cursor:pointer;
	background:url("images/checkbox.svg") no-repeat center center;
}

.forms .wpcf7 input[type="checkbox"]:checked {
	background:url("images/checkbox-active.svg") no-repeat center center;
}

.forms .wpcf7-list-item-label {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	display: flex;
	align-items: center;
	color: #FFFFFF;	
}

.forms .wpcf7 span.submit {
	padding:70px 0 0 0;
	display:block;
}

.forms .wpcf7 input.wpcf7-submit {
	width: 216px;
	height: 56px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor:pointer;
	transition: all 0.5s;
	border-radius: 79px;
	background:transparent;
	border: 1px solid #FFFFFF;
}

.forms .wpcf7 input.wpcf7-submit:hover {
	background:#FFF;
	color: #4432F6;
}

.wpcf7 .wpcf7-not-valid-tip { display:none; }

.forms .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.forms .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border-bottom:1px solid red;
}

.forms .wpcf7 .wpcf7-response-output {
	font-size:12px;
	line-height:16px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	color:#FFF;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:0px;
	right:0px;
	bottom:-56px;
	height:54px;
}

.forms .wpcf7 .ajax-loader {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#FF1616 url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
	box-shadow: 0px 7px 8px 0px rgba(255, 136, 124, 0.16);
}

.forms .right {
	width:457px;
	margin-right:163px;
	padding:56px 0 ;
}

.forms .right h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #070D22;	
	margin:0 0 55px 0;
}

.forms .right ul li {
	display:block;
	padding-left:39px;
	position:relative;
	margin-bottom:32px;
}

.forms .right ul li::before {
	content:'';
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	top:5px;
	left:0px;
}

.forms .right ul li.phone a {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 160%;
	color: #070D22;	
	text-decoration:none;
}

.forms .right ul li.phone p:first-child a {
	color: #4432F6;
}

.forms .right ul li.time {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #070D22;	
}

.forms .right ul li.adress {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #070D22;	
}

.forms .right ul li.phone::before { background:url("images/phone.svg") no-repeat center center; }

.forms .right ul li.time::before { 
	background:url("images/time.svg") no-repeat center center; 
	top:0px;
}

.forms .right ul li.adress::before { 
	background:url("images/adress.svg") no-repeat center center;
	top:0px;
}

.forms .right .warning {
	margin:48px 0 0 0;
	border-top:1px solid #C6C7CC;
	padding:24px 0 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #070D22;
}

.forms .right .warning ul {
	display:block;
	padding:10px 0 30px 0;
}

.forms .right .warning ul li {
	display:block;
	list-style:none;
	padding:5px 0;
	margin:0;
}

.forms .right .warning ul li::before {
	display:inline;
	content:'-';
	margin:0 5px 0 0;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.any {
	padding:120px 0 0 0;
}

.any h2 {
	text-align:center;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 135%;
	text-align: center;
	text-transform: uppercase;
	color: #070D22;
	margin:0 0 64px 0;
}

.any .list {
	display:flex;
	justify-content:center;
	align-items: flex-start;	
}

.any .list .item {
	width:295px;
	margin:0 15px;
}

.any .list .item span.ico {
	width:100%;
	padding-bottom:109.4915254237288%;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	transition: all 0.5s;
	overflow:hidden;
	border-radius: 15px;
}

.any .list .item:hover span.ico {
	background-size:calc(100% + 15px) auto;
}

.any .list .item b {
	display:block;
	padding:24px 0 20px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	color: #070D22;
}

.any .list .item p.button {
	display:block;
	text-align:center;
}

.any .list .item p.button a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	text-decoration: underline;
	color: #4432F6;	
}

.any .list .item p.button a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seotext {
	padding:120px 0 177px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 135%;
	color: #585B65;	
}

.seotext h2 {
	text-align:center;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 135%;
	text-align: center;
	text-transform: uppercase;
	color: #070D22;
	margin:0 0 56px 0;
}

.seotext p {
	padding:0 0 15px 0;
}

.seotext ul {
	margin:0 0 15px 17px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	background: #F1F4FF;
}

.footer .center {
	height: 100px;
	display:flex;
	justify-content: space-between;
	align-items: center;			
}

.footer .left {
	display:flex;
	align-items: center;		
}

.footer .left .copyright {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #070D22;
}

.footer .left .email {
	background:url("images/line.svg") no-repeat 0 center;
	padding-left:32px;
	margin-left:32px;
}

.footer .left .email a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-decoration: underline;
	color: #4432F6;	
	position:relative;
	padding-left:36px;
}

.footer .left .email a:hover {
	text-decoration:none;
}

.footer .left .email a::before {
	content:'';
	display:block;
	background:url("images/email.svg") no-repeat center center;
	left:0px;
	top:50%;
	margin:-12px 0 0 0;
	width:24px;
	height:24px;
	position:absolute;
}

.footer .left .phone {
	background:url("images/line.svg") no-repeat 0 center;
	padding-left:68px;
	margin-left:32px;
	position:relative;
	color: #070D22;	
	font-size:0px;
	width:330px;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer .left .phone::before {
	content:'';
	display:block;
	background:url("images/phone2.svg") no-repeat center center;
	left:32px;
	top:50%;
	margin:-12px 0 0 0;
	width:24px;
	height:24px;
	position:absolute;	
}

.footer .left .phone p { 
	display:block;
	width:50%;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
}

.footer .left .phone a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #070D22;	
	text-decoration:none;
	transition: all 0.5s;
}

.footer .left .phone a:hover {
	color: #4432F6;	
}

.footer .left .phone a:last-child {
	margin-left:5px;
}

.footer .right ul {
	display:flex;
	justify-content: space-between;
	align-items: center;	
	width:104px;
}

.footer .right li {
	display:block;
	list-style:none;
}

.footer .right li.facebook a {
	display:block;
	width:32px;
	height:32px;
	background:url("images/facebook.svg") no-repeat center center;
}

.footer .right li.youtube a {
	display:block;
	width:40px;
	height:28px;
	background:url("images/youtube.svg") no-repeat center center;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hideform {
	display:none;
}

.hide {
	display:none;
}

.window.fancybox-content {
	background:#FFF;
	width:556px;
	box-sizing: border-box;
	padding:56px 100px 64px 64px;
	overflow:hidden;
	box-sizing: border-box;
	border: 3px solid #FFFFFF;
	box-shadow:0px 0px 29px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	background:url("images/window.jpg") no-repeat center center;
}

.window.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	width:34px;
	height:34px;
	opacity:1;
	top:24px;
	right:24px;
}

.window h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #FFFFFF;	
	margin:0 0 80px 0;
}

.window .wpcf7 {
	position:relative;
}

.window .wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	margin:0 0 32px 0;
}

.window .wpcf7 input.wpcf7-text {
	border-bottom:1px solid #FFF;
	width:100%;
	padding:0 0 16px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #FFFFFF;
	background:none;
}

.window .wpcf7 span.submit {
	padding:70px 0 0 0;
	display:block;
}

.window .wpcf7 input.wpcf7-submit {
	width: 216px;
	height: 56px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 135%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor:pointer;
	transition: all 0.5s;
	border-radius: 79px;
	background:transparent;
	border: 1px solid #FFFFFF;
}

.window .wpcf7 input.wpcf7-submit:hover {
	background:#FFF;
	color: #4432F6;
}

.window .wpcf7-not-valid-tip { display:none; }

.window .wpcf7 input.wpcf7-text.wpcf7-not-valid,
.window .wpcf7 textarea.wpcf7-not-valid {
	color: red;
	border-bottom:1px solid red;
}

.window .wpcf7 .wpcf7-response-output {
	font-size:12px;
	line-height:16px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	color:#FFF;
	padding:0!important;
	margin:0!important;
	border:none!important;
	position:absolute;
	left:0px;
	right:-36px;
	bottom:-56px;
	height:54px;
}

.window .wpcf7 .ajax-loader {
	position:absolute;
	padding:0;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:50%!important;
	left:50%!important;
	background:#FF1616 url("images/loading.svg") no-repeat center center!important;
	background-size:31px 31px!important;
	width:50px!important;
	height:50px!important;
	margin:-25px 0 0 -25px!important;
	box-shadow: 0px 7px 8px 0px rgba(255, 136, 124, 0.16);
}

.sendokpops.fancybox-content {
	background:#FFF;
	width: 556px;
	height: 518px;
	box-sizing: border-box;
	overflow:hidden;
	box-sizing: border-box;
	border: 3px solid #FFFFFF;
	box-shadow:0px 0px 29px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	background:url("images/window.jpg") no-repeat center center;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 135%;
	color: #FFFFFF;
}

.sendokpops.fancybox-content .data {
	position:absolute;
	display: flex!important;
	align-items: center!important;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	padding:64px 36px 64px 64px;
}

.sendokpops.fancybox-content .fancybox-button.fancybox-close-small {
	background:url("images/close.svg") no-repeat center center;
	width:34px;
	height:34px;
	opacity:1;
	top:24px;
	right:24px;
}