/* ===============
   regnuckids
   =============== */
/*
Theme Name: regnuckids
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: regnuckids
Tags: 



CSS CONTENTS:
--------------------------
*/

*,
::after,
::before {
	box-sizing: border-box;
}

*:active,
*:focus {
	outline: none !important;
}

*::-moz-focus-inner {
	border: 0 !important;
}

@font-face {
	font-family: PF DinDisplay Pro;
	src: url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Regular.woff) format("woff"),
		url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Regular.ttf) format("ttf"),
		url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Regular.otf) format("otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: PF DinDisplay Pro;
	src: url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Medium.woff) format("woff"),
		url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Medium.ttf) format("ttf"),
		url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Medium.otf) format("otf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: PF DinDisplay Pro;
	src: url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Bold.woff) format("woff"),
		url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Bold.ttf) format("ttf"),
		url(/wp-content/themes/regnuckids/fonts/PFDinDisplayPro-Bold.otf) format("otf");
	font-weight: 600;
	font-style: normal;
}


#masterheader {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#masterheader>* {
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	align-items: center;
}

#masthead {
	background: #FFFFFF;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	padding: 9px 40px;
	width: 100%;
	z-index: 3;
}

@media(max-width: 768px) {
	#masthead {
		padding: 9px 15px;
	}
}

.masterheader-right {
	justify-content: flex-end;
}

#masterheader .masterheader-right.active {
	display: flex;
}

.site-logo a {
	height: 100%;
	display: flex;
}

.site-logo img {
	max-height: 100%;
	height: 65px;
}

@media(max-width: 576px) {
	.site-logo {
		height: 40px;
	}
}

.site-logo+.site-logo {
	margin-left: 37px;
}

.bodymain {
	margin: unset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: PF DinDisplay Pro;
}

#main {
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: #F8F8F8;*/
	background-color: #F3FBFD;
	flex-grow: 1;
}


/* форма */

.section.nuckids-reg {
	z-index: 1;
	position: relative;
}

.nuckids-reg_head.single-text {
	font-family: PF DinDisplay Pro;
	color: #000000;
}

.nuckids-reg_head.single-text p {
	font-size: 18px;
}

.nuckids-reg .nuckids-reg-block {
	/*background-color: #fffffff7;*/
	border-radius: 2px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	/*opacity: 0.9;*/
	position: relative;
	overflow: hidden;
}

.nuckids-reg .nuckids-reg-block::before {
	background-color: #fffffff7;
	opacity: 0.9;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 0;
}

.nuckids-reg .nuckids-reg-block-in {
	z-index: 0;
	display: block;
	position: relative;
}

.nuckids-reg .nuckids-reg_content {
	margin-top: 60px;
}

.nuckids-reg .reg-btn {
	background: #00acec;
	border-radius: 3px;
	color: white;
	border: 2px solid #00acec;
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 10px;
	cursor: pointer;
	align-items: center;
	width: 268px;
	max-width: 100%;
}

.nuckids-reg .reg-btn:hover {
	background: white;
	color: #00acec;
	border: 2px solid #00acec;
}

.nuckids-reg .reg-btn:active {
	background: #00acec;
	color: white;
}

.nuckids-reg .input-text-title {
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: 450;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.01em;
	color: #000000;
	margin-left: 24px;
	margin-top: unset;
	margin-bottom: 14px;
}

.input-text-title a {
	color: inherit;
}

.nuckids-reg .input-text {
	border: 2px solid #c5e5ed;
	border-radius: 3px;
	width: 100%;
	color: #333333;
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 24px;
	background-color: unset;
	resize: vertical;
	position: relative;
	min-height: 47px;
}

.reg-input .icon-required {
	color: red;
}

.nuckids-reg .input-text.error {
	border: 2px solid red;
}

.nuckids-reg .input-text.error~label {
	border: 2px solid red;
}

.nuckids-reg .input-text::placeholder {
	color: #c5e5ed;
}

.nuckids-reg .nuckids-reg_form .reg-input {
	margin-bottom: 32px;
	flex-basis: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.nuckids-reg .nuckids-reg_form {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.nuckids-reg .reg-input.w100 {
	flex-basis: 100%;
}

.nuckids-reg .reg-btn.w100 {
	width: 100%;
}

.nuckids-reg .response span {
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	margin-top: 5px;
	display: block;
}

.nuckids-reg .response .error {
	color: red;
}

.response {
	width: 100%;
	padding-left: 24px;
	flex-basis: 100%;
	margin: unset;
}

.nuckids-reg .server-response span {
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	display: block;
}

.nuckids-reg .server-response .error {
	color: red;
}

.nuckids-reg .server-response .success {
	color: #19B018;
}

.server-response {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	flex-basis: 100%;
	margin: unset;
}

.server-response .error,
.server-response .success {
	margin-bottom: 10px;
	display: block;
}

@media(max-width: 768px) {
	.nuckids-reg .nuckids-reg_form .reg-input {
		flex-basis: 100%;
	}
}


.input-file {
	display: none;
}

.input-text.input-text-file {
	display: block;
	min-height: 47px;
}



.checkbox-group {
	display: flex;
	flex-wrap: wrap;
}

.checkbox-group input {
	display: none;
}

.checkbox-group .icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	margin-right: 6px;
	/*background-color: #00acec;*/
	border: 2px solid #c5e5ed;
	vertical-align: bottom;
	cursor: pointer;
}

.checkbox-group input:checked+.icon {
	background-color: #00acec;
	border: 2px solid #00acec;
}

.checkbox-group input:checked+.icon::before {
	top: 4px;
	left: 10px;
	width: 2px;
	height: 10px;
	border-radius: 3px;
	background-color: white;
	content: "";
	position: absolute;
	transform: rotate(40deg);
}

.checkbox-group input:checked+.icon::after {
	top: 7px;
	left: 5px;
	width: 2px;
	height: 6px;
	border-radius: 3px;
	background-color: white;
	opacity: 0.8;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
}

.checkbox-group label {
	font-style: normal;
	font-weight: normal;
	/*! line-height: 18px; */
	font-size: 18px;
	font-family: PF DinDisplay Pro;
	color: #000000;
	margin-right: 19px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-group input.error+.icon {
	border: 2px solid red;
}

/* форма */

.icon-input::after {
	width: 37px;
	height: 41px;
	position: absolute;
	content: "";
	cursor: pointer;
	right: 1px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: 2px;
	background-size: contain;
	top: 1px;
}

.icon-file::after {
	background-image: url(/wp-content/themes/regnuckids/image/file-icon.png);
}

.icon-calendar::after {
	background-image: url(/wp-content/themes/regnuckids/image/calendar-icon.png);
	top: 3px;
	right: 3px;
}

.input-block {
	position: relative;
}

.icon-input {
	position: absolute;
	top: 0px;
	bottom: 0px;
}



@media(max-width: 768px) {
	.nuckids-reg .input-text-title {
		font-size: 16px;
		line-height: 18px;
		margin-left: 16px;
	}

	.nuckids-reg .input-text {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 16px;
	}

	.nuckids-reg_head.single-text p {
		font-size: 16px;
	}

	.nuckids-reg .nuckids-reg_content {
		margin-top: 40px;
	}

	.single-text h1 {
		font-size: 24px;
	}

	.response {
		padding-left: 16px;
	}
}


/* стиль календарь */
#ui-datepicker-div {
	background: rgba(243, 251, 253, 0.98);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	padding: 20px;
	border-radius: 2px;
	display: none;
}

.ui-datepicker-calendar a {
	padding: 3px 6px;
	background-color: white;
	margin: 2px 4px 8px 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	border-radius: 2px;
}

.ui-datepicker-current-day a {
	background-color: #00acec;
	color: white;
}

.ui-datepicker-calendar thead {
	display: none;
}

.ui-datepicker-year {
	/*display: none;*/
	border: 2px solid #c5e5ed;
	background-color: unset;
	cursor: pointer;
	margin-left: 5px;
	border-radius: 2px;
	font-family: PF DinDisplay Pro;
	font-size: 16px;
}

.ui-datepicker-title {
	text-align: center;
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.ui-datepicker-header {
	margin-bottom: 16px;
}

.ui-datepicker-inline {
	position: relative;
}

.ui-datepicker-next.ui-corner-all {
	position: absolute;
	right: 0;
}

.ui-datepicker-prev.ui-corner-all {
	position: absolute;
	left: 0;
}

.ui-icon.ui-icon-circle-triangle-e::after {
	transform: rotate(-45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #00acec;
	position: absolute;
	top: 14px;
	left: 4px;
}

.ui-icon.ui-icon-circle-triangle-e::before {
	transform: rotate(45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #00acec;
	position: absolute;
	top: 5px;
	left: 4px;
}

.ui-datepicker-next.ui-corner-all {
	position: absolute;
	right: 20px;
	height: 20px;
	width: 20px;
}

.ui-datepicker-prev.ui-corner-all {
	position: absolute;
	left: 20px;
	height: 20px;
	width: 20px;
}

.ui-icon.ui-icon-circle-triangle-w::after {
	transform: rotate(45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #00acec;
	position: absolute;
	top: 14px;
	left: 3px;
}

.ui-icon.ui-icon-circle-triangle-w::before {
	transform: rotate(-45deg);
	content: '';
	width: 13px;
	height: 3px;
	background-color: #00acec;
	position: absolute;
	top: 5px;
	left: 3px;
}

.ui-datepicker-header a {
	cursor: pointer;
}

.ui-datepicker-trigger {
	display: none;
}

.ui-datepicker-month {
	background-color: unset;
	border: 2px solid #c5e5ed;
	cursor: pointer;
	border-radius: 2px;
	font-family: PF DinDisplay Pro;
	font-size: 16px;
}

/* стиль календарь */



.background-kids {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.kid.kid1 {
	background-image: url(/wp-content/themes/regnuckids/image/kid-1.svg);
	top: 11vh;
	left: 1vw;
}

.kid.kid2 {
	background-image: url(/wp-content/themes/regnuckids/image/kid-2.svg);
	top: 40vh;
	left: 12vw;
}

.kid.kid3 {
	background-image: url(/wp-content/themes/regnuckids/image/kid-3.svg);
	top: 74vh;
	left: -5vw;
}

.kid.kid4 {
	background-image: url(/wp-content/themes/regnuckids/image/kid-4.svg);
	top: 11vh;
	right: 1vw;
}

.kid.kid5 {
	background-image: url(/wp-content/themes/regnuckids/image/kid-5.svg);
	top: 32vh;
	right: 2vw;
}

.kid.kid6 {
	background-image: url(/wp-content/themes/regnuckids/image/kid-6.svg);
	top: 65vh;
	right: 8vw;
}

.kid {
	position: absolute;
	width: 300px;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/* loader */
.spinner-loader .spinner-block {
	position: relative;
	border-radius: 50%;
	/* background-color: white; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-loader .percent {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-loader .count {
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: 450;
	font-size: 22px;
	line-height: 31px;
	letter-spacing: 0.01em;
	color: #000000;
}

.spinner-loader {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	/*display: flex;*/
	display: none;
	opacity: 0;
	justify-content: center;
	align-items: center;
	z-index: 2;
	animation: show-spinner 1.2s;
}

.spinner-loader:before {
	background-color: #fff;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	opacity: 0.8;
}

.spinner-loader.active {
	display: flex;
	opacity: 1;
}

.spinner-response {
	z-index: 2;
	position: relative;
	font-family: PF DinDisplay Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #19B018;
	text-align: center;
}

.spinner-response>div {
	background-color: white;
	margin-top: 10px;
}

.spinner-response>div.error {
	color: red;
}

@keyframes show-spinner {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes rotating-spinner {
	100% {
		transform: rotate(360deg);
	}
}

.spinner-loader .spinner {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border: 10px solid rgba(0, 0, 0, 0.1);
	border-top: 10px solid RGBA(0, 172, 236, 0.85);
	animation: rotating-spinner 1.2s infinite linear;
}

/* loader */



/* set language */
.set-lang-list {
	margin-right: 20px;
	margin-left: 20px;
}

.set-lang-list a {
	border-radius: 19px;
	background: white;
	width: 84px;
	height: 51px;
	display: flex;
	color: black;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.24px;
	justify-content: center;
	align-items: center;
	text-decoration: unset;
	transition: border 0.5s, color 0.5s, background-color 0.5s;
	border: 2px solid black;
}

.set-lang-list .set-lang-list-in {
	display: flex;
}

.set-lang-list a+a {
	margin-left: 20px;
}

.set-lang-list a:hover {
	color: #dedede;
	border: 2px solid #dedede;
}

.set-lang-list a:active,
.set-lang-list a.current {
	color: #dedede;
	border: 2px solid #dedede;
}

.set-lang-list a span::first-letter {
	text-transform: uppercase;
}

@media(max-width: 576px) {
	.set-lang-list a {
		font-size: 20px;
		border-radius: 15px;
		width: 50px;
		height: 40px;
	}
}
/* -set language */