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



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

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

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

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

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/wyf/fonts/RST55__W.woff) format("woff"),
		url(/wp-content/themes/wyf/fonts/RST55__W.ttf) format("ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/wyf/fonts/RST45__W.woff) format("woff"),
		url(/wp-content/themes/wyf/fonts/RST45__W.ttf) format("ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/wyf/fonts/RST56__W.woff) format("woff"),
		url(/wp-content/themes/wyf/fonts/RST56__W.ttf) format("ttf");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/wyf/fonts/RST75__W.woff) format("woff"),
		url(/wp-content/themes/wyf/fonts/RST75__W.ttf) format("ttf");
	font-weight: bold;
	font-style: normal;
}





.wyf-blocks {
	display: flex;
	flex-grow: 1;
}

.wyf-reg-block {
	flex-basis: 964px;
	max-width: 100%;
	flex-shrink: 0;
}

.wyf-background {
	width: 100%;
	height: auto;
	transform: scale(2.3) translateY(34%);
	object-fit: contain;
	object-position: top;
}

.wyf-image-block-in {
	overflow: hidden;
	display: flex;
	flex-grow: 1;
}

.wyf-reg .section-in.bottom-in {
	display: flex;
}

.wyf-reg .section-content {
	display: flex;
	flex-grow: 1;
}

.wyf-image-block {
	display: flex;
	flex-grow: 1;
}


.section.wyf-reg {
	flex-grow: 1;
	display: flex;
}

#main {
	display: flex;
}






.checkbox-style1+label {
	min-height: 41px;
	background: #FFFFFF;
	margin: unset;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #333;
}

.checkbox-style1+label:hover {
	background: #EEEEEE;
}

.checkbox-style1+label:active {
	background: #FFFFFF;
}

.checkbox-style1+label .icon {
	display: inline-block;
	height: 29px;
	width: 29px;
	border: 1px solid #1F2466;
	position: relative;
	margin-right: 16px;
	flex-shrink: 0;
}

.checkbox-style1:checked+label .icon {
	border: 1px solid #1F2466;
	background-color: #1F2466;
}

.checkbox-style1:checked+label .icon::after {
	top: 4px;
	left: 4px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 3.67391L7.29032 11.5L16 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	position: absolute;
}

.checkbox-style1 {
	display: none;
}



.radio-style1+label {
	min-height: 41px;
	background: #FFFFFF;
	margin: unset;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #333;
}

.radio-style1+label:hover {
	background: #EEEEEE;
}

.radio-style1+label:active {
	background: #FFFFFF;
}

.radio-style1+label .icon {
	display: inline-block;
	height: 29px;
	width: 29px;
	border: 1px solid #1F2466;
	position: relative;
	margin-right: 16px;
	flex-shrink: 0;
	border-radius: 100%;
}

.radio-style1:checked+label .icon {
	border: 1px solid #1F2466;
	background-color: #1F2466;
}

.radio-style1:checked+label .icon::after {
	top: 4px;
	left: 4px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 3.67391L7.29032 11.5L16 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	position: absolute;
}

.radio-style1 {
	display: none;
}




.j-center {
	text-align: center;
	display: flex;
	justify-content: center;
}

.style-button2 {
	text-align: center;
	color: white;
	border: 2px solid #3c3c3b;
	background-color: #3c3c3b;
	padding: 33px 45px;
	cursor: pointer;
	transition: border 0.3s, color 0.3s;
	position: relative;
	transition: background-color 0.5s;
	user-select: none;
	overflow: hidden;
}

.style-button2:hover {
	background-color: #1f2466;
}

.style-button2:active {
	background-color: #1f2466;
	text-decoration: underline white 2px;
}

.style-button2 span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: white;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: text-decoration 0.5s;
}

.style-button2:active span {
	text-decoration: underline #001F3B 2px;
}

.style-button2 .icons .icon {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8719 5.815C10.436 5.56227 9.13957 4.78511 8.22486 3.6288C7.22548 2.63129 6.48807 1.39367 6.08042 0.0297279C6.07362 0.0204926 6.06481 0.0130145 6.05469 0.00785179C6.04456 0.00268911 6.03338 0 6.02205 0C6.01073 0 5.99959 0.00268911 5.98946 0.00785179C5.97934 0.0130145 5.97053 0.0204926 5.96373 0.0297279C5.54537 1.37272 4.78528 2.57866 3.76092 3.52468C3.21584 4.01642 2.63013 4.45924 2.01034 4.84828C1.3989 5.27261 0.74332 5.62677 0.0555451 5.90423C-0.0757474 5.90423 0.0555415 6.17189 0.14307 6.09753C1.12206 6.4961 2.04442 7.02632 2.88563 7.67402C3.75063 8.36206 4.48692 9.20336 5.05924 10.1576C5.37564 10.7086 5.63476 11.2918 5.8324 11.8977C5.8324 12.0762 6.16793 12.0018 6.10958 11.8233C6.46615 10.4271 7.18778 9.1557 8.19744 8.14471C9.2071 7.13373 10.467 6.42106 11.8427 6.08269C11.8604 6.08937 11.8793 6.09159 11.898 6.08918C11.9167 6.08676 11.9345 6.07976 11.95 6.0688C11.9654 6.05784 11.978 6.04324 11.9867 6.02623C11.9955 6.00922 12 5.99032 12 5.97113C12 5.95194 11.9955 5.93304 11.9867 5.91603C11.978 5.89902 11.9654 5.88442 11.95 5.87346C11.9345 5.8625 11.9167 5.85554 11.898 5.85313C11.8793 5.85071 11.8604 5.85294 11.8427 5.85962' fill='%23B5D9EF'/%3E%3C/svg%3E%0A");
	position: absolute;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: width 0.5s, height 0.5s, left 0.5s, right 0.5s, top 0.5s, bottom 0.5s;
}

.style-button2 .icon.icon1 {
	width: 12px;
	height: 12px;
	left: 16px;
	bottom: 30px;
}

.style-button2 .icon.icon2 {
	width: 20px;
	height: 20px;
	left: 44px;
	bottom: 9px;
}

.style-button2 .icon.icon3 {
	width: 29px;
	height: 29px;
	right: 18px;
	top: 6px;
}


.style-button2:hover .icon.icon3 {
	/* width: 29px; */
	/* height: 29px; */
	/* right: 18px; */
	width: 39px;
	height: 39px;
	right: 4px;
}

.style-button2:hover .icon.icon2 {
	/* width: 20px; */
	/* height: 20px; */
	/* bottom: 9px; */
	width: 30px;
	height: 30px;
	bottom: 0px;
}

.style-button2:hover .icon.icon1 {
	/* width: 12px; */
	/* height: 12px; */
	/* left: 16px; */
	width: 20px;
	height: 20px;
	left: 8px;
}



.input-text-caption {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: rgba(60, 60, 59, 0.85);
}

.input-files-block {
	display: flex;
}

.input-in-block.input-in-left {
	flex-grow: 1;
}


.reg-input.input-files-block {
	align-items: center;
}


.input-select-block {
	display: flex;
}

.input-select-block .input-in-block.input-in-left {
	flex-grow: 1;
	height: 84px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.input-select-block .input-in-block.input-in-right {
	flex-basis: 420px;
	flex-shrink: 0;
}

.style-button3 {
	text-align: center;
	color: white;
	border: 2px solid #3c3c3b;
	background-color: #3c3c3b;
	padding: 33px 45px;
	cursor: pointer;
	transition: border 0.3s, color 0.3s;
	position: relative;
	transition: background-color 0.5s;
	user-select: none;
	overflow: hidden;
	word-wrap: anywhere;
}

.style-button3:hover {
	background-color: #1f2466;
}

.style-button3:active {
	background-color: #1f2466;
	text-decoration: underline white 2px;
}

.style-button3 span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: white;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: text-decoration 0.5s;
}


.select-list {
	display: none;
}

.select-block {
	border: 1px solid #3c3c3b;
	padding: 15px 15px;
}

.select-block.active .select-list {
	display: block;
}

.select-block .show-icon {
	position: absolute;
	height: 100%;
	content: "";
	right: 0px;
	width: 47px;
	background: #3c3c3b;
	top: 0px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15L17.6603 1.89276e-06L0.339748 -1.89276e-06L9 15Z' fill='white' /%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}

.select-block.active .show-icon {
	transform: rotateX(180deg);
}

.select-block {
	position: relative;
	padding-right: 70px;
}


.single-page .wyf-reg .wyf-reg_content {
	padding-bottom: 50px;
}







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

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

#masthead {
	padding: 9px 137px;
	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: 138px;
}

.site-logo2 img {
	height: 44px;
}


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




.set-lang-list a {
	font-weight: 350;
	font-size: 32px;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	text-decoration: unset;
}

.set-lang-list a:hover {
	font-weight: 400;
}

.set-lang-list a.current {
	text-decoration: underline;
	color: #152239;
}

.set-lang-list .separator {
	font-weight: 400;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.9);
	margin: 0px 10px;
}


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

#main {
	flex-grow: 1;
}


/* форма */

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

.wyf-reg_head.single-text {
	font-family: Rosatom;
	color: #000000;
	max-width: 593px;
	margin-bottom: 50px;
}

.wyf-reg_head.single-text h1 {
	font-weight: 350;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	color: #333;
	margin-top: unset;
	margin-bottom: 50px;
}

.wyf-reg_head.single-text p {
	font-weight: 400;
	font-size: 20px;
	color: #333;
}

.wyf-reg .wyf-reg-block {
	/*background-color: #fffffff7;*/
	border-radius: 2px;
	/*opacity: 0.9;*/
	position: relative;
	overflow: hidden;
	padding-right: 137px;
	padding-left: 70px;
}

.wyf-reg .wyf-reg-block::before {
	background-color: white;
	opacity: 1;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 0;
}

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

.wyf-reg .wyf-reg_content {}

/* .wyf-reg .reg-btn {
	background: #00acec;
	border-radius: 3px;
	color: white;
	border: 2px solid #00acec;
	font-family: Rosatom;
	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%;
}

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

.wyf-reg .reg-btn:active {
	background: #00acec;
	color: white;
} */

.wyf-reg .input-text-title {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 108%;
	letter-spacing: 0.05em;
	color: #333333;
	margin-top: unset;
	margin-bottom: 5px;
}

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

.wyf-reg .input-text {
	border: unset;
	border-bottom: 1px solid #025ea1;
	width: 100%;
	color: #333333;
	font-family: Rosatom;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 0px;
	background-color: unset;
	resize: vertical;
	position: relative;
	min-height: 47px;
}

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

.wyf-reg .input-text.error {
	border-bottom: 1px solid red;
}

.wyf-reg .input-text.error~label {
	border-bottom: 1px solid red;
}

.wyf-reg .input-text::placeholder {
	color: rgba(60, 60, 59, 1);
}

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

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

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

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

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

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

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

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

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

.wyf-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) {
	#main {
		margin-top: 30px;
	}


	.site-logo img {
		/* height: 138px; */
		height: 140px;
	}

	.site-logo2 img {
		/* height: 44px; */
		height: 36px;
	}

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


	.wyf-reg_head.single-text h1 {
		/* font-size: 40px; */
		font-size: 27px;
	}

	.wyf-reg .wyf-reg_form .reg-input {
		flex-basis: 100%;
		flex-wrap: wrap;
	}

	.input-select-block .input-in-block.input-in-right {
		flex-grow: 1;
		flex-basis: 100%;
	}

	.input-select-block .input-in-block.input-in-left {
		height: auto;
	}


	.wyf-reg .wyf-reg-block {
		padding-right: 20px;
		padding-left: 20px;
	}

	.input-in-block.input-in-right {
		padding: 10px 0px;
	}

	#masterheader>* {
		flex-grow: 1;
	}

	.set-lang-list a {
		font-size: 26px;
	}

}


.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: Rosatom;
	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;
}

right: 3px;
}

.input-block {
	position: relative;
}

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



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

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

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

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

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

	.response {}
}


/* стиль календарь */
#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: Rosatom;
	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: Rosatom;
	font-size: 16px;
}

.ui-datepicker-title {
	text-align: center;
	font-family: Rosatom;
	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: Rosatom;
	font-size: 16px;
}

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




/* 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: Rosatom;
	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: Rosatom;
	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 */