:root {
	--width-mobile: 18.75vw;
	--width-desktop: 40vw;
	--max-width-desktop: 100vw;
	--black: #1C1C1C;
	--red: #ED131C;
	--gray10: #F5F5F6;
	--gray20: #ECEDF0;
	--gray40: #E0E1E5;
	--gray60: #CACACB;
	--gray80: #7E7F81;
	--gray100: #666666;
	--bs-gutter-x: 2.08333vw;
}

@media (max-width: 768px) {
	:root {
		--bs-gutter-x: 0.625vw;
	}
}

/* Media */
/* Content */
/* Common animations */
@-webkit-keyframes border-opacity {
	0% {
		border-color: transparent;
	}
	100% {
		border-color: inherit;
	}
}
@keyframes border-opacity {
	0% {
		border-color: transparent;
	}
	100% {
		border-color: inherit;
	}
}

@-webkit-keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes translate-bottom-to-top {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes translate-left-to-right {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes translate-left-to-right {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes translate-right-to-left {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes translate-right-to-left {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes translate-nw-to-se {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	20% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	80% {
		-webkit-transform: translate3d(100%, -100%, 0);
		        transform: translate3d(100%, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, -100%, 0);
		        transform: translate3d(100%, -100%, 0);
	}
}

@keyframes translate-nw-to-se {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	20% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	80% {
		-webkit-transform: translate3d(100%, -100%, 0);
		        transform: translate3d(100%, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, -100%, 0);
		        transform: translate3d(100%, -100%, 0);
	}
}

@-webkit-keyframes opacity-0-to-1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity-0-to-1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity-1-to-0 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes opacity-1-to-0 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes rotate-90-cw {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		        transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		        transform: rotate3d(0, 0, 1, 90deg);
	}
}

@keyframes rotate-90-cw {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		        transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		        transform: rotate3d(0, 0, 1, 90deg);
	}
}

@-webkit-keyframes rotate-90-ccw {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		        transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		        transform: rotate3d(0, 0, 1, -90deg);
	}
}

@keyframes rotate-90-ccw {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		        transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		        transform: rotate3d(0, 0, 1, -90deg);
	}
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Bold.woff2") format("woff2"), url("fonts/Raleway/Raleway-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Black.woff2") format("woff2"), url("fonts/Raleway/Raleway-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-BlackItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Light.woff2") format("woff2"), url("fonts/Raleway/Raleway-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-MediumItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway/Raleway-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway/Raleway-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-ExtraLight.woff2") format("woff2"), url("fonts/Raleway/Raleway-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway/Raleway-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-LightItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-ExtraBoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-ThinItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-ExtraLightItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-ExtraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Thin.woff2") format("woff2"), url("fonts/Raleway/Raleway-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-BoldItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-Italic.woff2") format("woff2"), url("fonts/Raleway/Raleway-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url("fonts/Raleway/Raleway-SemiBoldItalic.woff2") format("woff2"), url("fonts/Raleway/Raleway-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

textarea,
select,
button,
input,
a:focus,
a:hover,
a {
	color: inherit;
	border: none;
	transition: 0.2s;
	outline: 0;
}

a {
	cursor: pointer;
	display: block;
	text-decoration: none;
}

[href^="tel:"] {
	white-space: nowrap;
}

[href=""] {
	pointer-events: none;
	opacity: 0.5;
}

img {
	width: 100%;
	max-width: 100%;
}

p {
	margin: 0;
}

b {
	font-weight: 550;
}

button, input, select, textarea {
	font-family: inherit;
}

input::-webkit-input-placeholder {
	color: var(--gray80);
}

input::-ms-input-placeholder {
	color: var(--gray80);
}

input::placeholder {
	color: var(--gray80);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	transition: all 0s 50000s;
}

:-webkit-media-controls {
	display: none !important;
}

:-webkit-media-controls-panel,
:-webkit-media-controls-play-button,
:-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

source {
	display: none;
}

label.error {
	display: none !important;
}

.widget-form-privacy {
	display: none !important;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #ED1319 black;
}

::-webkit-scrollbar {
	width: calc(4 * 1px);
}

::-webkit-scrollbar-track {
	background: black;
}

::-webkit-scrollbar-thumb {
	background-color: var(--red);
}

div {
	box-sizing: border-box;
}

br {
	line-height: 0;
}

img {
	height: auto;
}

ul {
	margin: 0;
}

*:focus {
	outline: none !important;
}

h1, h2, h3 {
	margin: 0;
}

[type="submit"][disabled] {
	cursor: not-allowed !important;
	opacity: 0.5;
	border: none;
}

::-webkit-scrollbar {
	width: 0.78125vw;
}

::-webkit-scrollbar-track {
	background: #AEB2B6;
}

::-webkit-scrollbar-thumb {
	background: #C49267;
}

::-webkit-scrollbar-thumb:hover {
	background: #E85042;
}

[data-more-hidden] {
	position: absolute;
	left: -520.78125vw;
	opacity: 0;
}

.d-none {
	display: none !important;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}

.lazy:before, .lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}

.form label.error {
	display: none !important;
}

.form input.error {
	box-shadow: 0 0 0.26042vw 0 #f91c1c9e;
}

.form input.error::-webkit-input-placeholder {
	color: inherit;
}

.form input.error::-ms-input-placeholder {
	color: inherit;
}

.form input.error::placeholder {
	color: inherit;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.fancybox-close {
	background-image: none;
	top: 1.04167vw;
	right: 1.30208vw;
	font-size: 2.08333vw;
	color: #E5005B;
	line-height: 1em;
	font-weight: 700;
}

.fancybox-close__reg {
	color: #fff;
	top: 0.52083vw;
	right: 0.26042vw;
	background-image: none;
	font-size: 1.5625vw;
}

*,
ol::marker,
li::marker {
	font-variant-numeric: lining-nums proportional-nums !important;
	-webkit-font-variant-ligatures: no-common-ligatures !important;
	        font-variant-ligatures: no-common-ligatures !important;
}

body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 0.83333vw;
	font-weight: 600;
	line-height: 120%;
	color: #1C1C1C;
	background: #F5F5F6;
	max-width: 100vw;
	position: relative;
	box-shadow: 0.20833vw 0.20833vw 0.78125vw 0 #d5d5d5;
	margin: 0 auto;
	z-index: 1;
}

body.blocked {
	height: 100vh;
	overflow-y: hidden;
}

body.blocked::before {
	content: '';
	position: fixed;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 50;
}

#preloader {
	position: fixed;
	inset: 0;
	background: white;
	z-index: 9999;
	transition: opacity 0.6s ease;
}

#preloader.hidden {
	opacity: 0;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 1.09375vw rgba(157, 163, 183, 0.75);
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 100vw;
	padding-left: var(--bs-gutter-x);
	padding-right: var(--bs-gutter-x);
	margin: 0 auto;
}

section {
	padding: 2.08333vw 0;
}

.title {
	font: 600 4.47917vw/100% 'Raleway', serif;
	letter-spacing: -.02em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.08333vw;
}

.page-thanks .wrapper,
.page-thanks .thanks,
.page-thanks .thanks .container,
.page-thanks .thanks__content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.button {
	font: 600 1.35417vw/120% 'Raleway', serif;
	background: #ED131C;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625vw;
	cursor: pointer;
}

.button:hover {
	background: #DE040D !important;
}

.button.shadow {
	box-shadow: 0 0.3125vw 0.10417vw rgba(102, 0, 0, 0.2);
}

.button.shadow:hover {
	box-shadow: none;
}

.swiper {
	width: 100%;
}

.swiper-slide {
	height: auto;
}

.swiper-scrollbar {
	position: relative !important;
	background: #E0E1E5;
	height: 0.26042vw;
	left: 0 !important;
	width: 100% !important;
	margin-top: 2.08333vw;
}

.swiper-scrollbar-drag {
	background: #1C1C1C;
}

.form__items {
	display: flex;
	justify-content: space-between;
}

.form__item {
	color: black;
	background: white;
	overflow: hidden;
	outline: none;
}

.form__item input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.form__item input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.form__item input:focus::-ms-input-placeholder {
	opacity: 0;
}

.form__item input:focus::placeholder {
	opacity: 0;
}

.form__item input::-webkit-input-placeholder {
	color: gray;
}

.form__item input::-ms-input-placeholder {
	color: gray;
}

.form__item input::placeholder {
	color: gray;
}

.form__item_button {
	transition: all .2s ease;
	overflow: visible;
}

.form__item_button button {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	transition: all .5s ease;
}

.form__item_button button:not(:disabled):hover {
	box-shadow: none;
}

.form__item_select {
	overflow: visible;
}

.form__item_select .select-options {
	overflow: hidden;
}

.form__footer {
	display: block;
	position: relative;
}

.form__footer-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.04167vw;
	height: 1.04167vw;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0.26042vw;
	background: #E0E1E5;
}

.form__footer-checkbox-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.04167vw;
	height: 1.04167vw;
	display: none;
	content: '';
	background: url("../img/form/check-mark.svg") no-repeat center/60%;
}

input:checked + .form__footer-checkbox-icon:before {
	display: block;
}

.form__footer-checkbox input {
	display: none;
	position: absolute;
	top: 520.83333vw;
	visibility: hidden;
}

.form__footer-txt {
	font: 600 0.83333vw/120% 'Raleway', serif;
	padding: 0 0 0 1.5625vw;
}

.form__footer-txt a {
	font-size: inherit;
	display: inline;
	border-bottom: 1px solid white;
	line-height: 100%;
	position: relative;
	z-index: 10;
}

.form_vertical {
	margin: initial;
}

.form_vertical .form__items {
	flex-direction: column;
}

.form_vertical .form__item {
	flex: initial;
	width: 100% !important;
}

.form {
	padding: 1.25vw;
}

.form__txt {
	font: 600 1.35417vw/120% 'Raleway', serif;
	margin-bottom: 0.625vw;
}

.form__title {
	font: 600 2.5vw/110% 'Raleway', serif;
	letter-spacing: -.02em;
	margin-bottom: 1.66667vw;
}

.form__items {
	gap: 1.04167vw;
	margin-bottom: 1.25vw;
}

.form__item {
	flex: 1;
	height: 3.125vw;
	border-radius: 0.625vw;
}

.form__item input {
	font: 500 0.98958vw/120% 'Raleway', serif;
	height: inherit;
	padding: 0 1.04167vw;
}

.form__item_button {
	background: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.83333vw;
}

.form__item_button button {
	font: 600 1.19792vw/120% 'Raleway', serif;
	color: white;
	background: #ED131C;
	height: inherit;
	border-radius: 0.625vw;
	box-shadow: 0 0.3125vw 0.10417vw rgba(102, 0, 0, 0.18);
}

.form__item_button a {
	font: 600 1.19792vw/120% 'Raleway', serif;
	color: #1C1C1C;
	background: #E0E1E5;
	height: inherit;
	border-radius: 0.625vw;
	box-shadow: 0 0.3125vw 0.10417vw rgba(55, 55, 55, 0.18);
}

.form__item_button a:hover {
	background: #E0E1E5 !important;
	box-shadow: initial;
}

.header {
	background: #F5F5F6;
	position: relative;
	transition: padding-top .5s, padding-bottom .5s;
	z-index: 100;
	padding: 1.5625vw 0;
}

.header.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.04167vw 0;
}

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

.header__logo {
	display: flex;
	gap: 0.625vw;
	width: 16.66667vw;
}

.header__button {
	font-size: 0.83333vw;
	border-radius: 52.03125vw;
	padding: 0.52083vw 1.04167vw;
}

.main {
	padding: 0 0 2.08333vw;
}

.main__content {
	background: url("../img/main/bg-new.jpg") no-repeat center/cover;
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.main__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3.64583vw;
}

.main__info-title {
	font: 600 6.51042vw/80% 'Raleway', serif;
	letter-spacing: -.03em;
	max-width: 44.27083vw;
}

.main__info-button {
	padding: 1.25vw 7.29167vw;
}

.courses__title {
	font: 600 4.47917vw/100% 'Raleway', serif;
	letter-spacing: -.02em;
	margin-bottom: 2.08333vw;
}

.courses__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.04167vw;
}

.courses__item {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 35.41667vw;
	display: grid;
	grid-template-rows: 1fr auto;
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.courses__item-title {
	font: 600 2.5vw/110% 'Raleway', serif;
	letter-spacing: -.02em;
}

.courses__item-button {
	width: 100%;
	padding: 1.25vw 0;
}

.courses__item:nth-of-type(1) {
	background-image: url("../img/courses/bg-1.jpg");
}

.courses__item:nth-of-type(2) {
	background-image: url("../img/courses/bg-2.jpg");
}

.courses__item:nth-of-type(3) {
	background-image: url("../img/courses/bg-3.jpg");
}

.info_primeAccr, .info_primeSpecAccr {
	padding: initial;
}

.info__content {
	display: flex;
	flex-direction: column;
	gap: 0.625vw;
}

.info__item {
	background: #E0E1E5;
	width: 100%;
	position: relative;
	transition: background-color .5s ease;
	border-radius: 0.83333vw;
}

.info__item-summary {
	font: 600 1.35417vw/120% 'Raleway', serif;
	background: #E0E1E5;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
	border-radius: 0.83333vw;
	padding: 1.04167vw 1.25vw;
}

.info__item-summary::before, .info__item-summary::after {
	content: '';
	position: absolute;
	background: black;
	width: 1.04167vw;
	height: 0.20833vw;
	right: 1.25vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	transition: all 0.7s ease;
}

.info__item-summary:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

.info__item-details {
	overflow: hidden;
}

.info__item-details-content {
	font: 500 0.98958vw/120% 'Raleway', serif;
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	padding: 1.5625vw 1.25vw 1.5625vw 1.25vw;
}

.info__item-details-content > div {
	display: flex;
	flex-direction: column;
	gap: 0.625vw;
}

.info__item-details-content h3 {
	font: 700 0.98958vw/120% 'Raleway', serif;
}

.info__item-details-content ul {
	display: flex;
	flex-direction: column;
	gap: 0.625vw;
	padding-left: 0.9375vw;
}

.info__item-details-content ul li.red {
	color: #ED131C;
	font-weight: 600;
}

.info__item-details-content ol {
	display: flex;
	flex-direction: column;
	gap: 0.625vw;
	margin: initial;
	padding-left: 1.04167vw;
}

.info__item-details-content ol li {
	padding-left: 0.3125vw;
}

.info__item-details-content ol li::marker {
	font: 600 0.98958vw/120% 'Raleway', serif;
}

.info__item-details-content a {
	display: inline;
	position: relative;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.10417vw;
	word-break: normal;
}

.info__item-details-content a:hover {
	color: #ED131C;
}

.info__item-details-content a:hover::after {
	background: #ED131C;
}

.info__item-details-content a.red {
	color: #ED131C;
}

.info__item-details-content a.red::after {
	background: #ED131C;
}

.info__item-details-content strong {
	font-weight: 700;
}

.info__item-details-content sup {
	font-size: 1.25vw;
	position: relative;
	top: 0.3125vw;
}

.info__item-details-content sup.middle {
	font-size: 1.875vw;
	vertical-align: middle;
	top: 0.41667vw;
}

.info__item-details-content .noWrap {
	white-space: nowrap;
}

.info__item-details-content .content__center br {
	display: none;
}

.info__item.active {
	background: white;
}

.info__item.active > .info__item-summary:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	transition: all 0.3s ease;
}

.info__item.active > .info__item-summary:before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	transition: all 0.3s ease;
}

.info__item .info__item {
	background: #ECEDF0;
}

.info > p {
	margin-top: 1.25vw;
}

.timeTable {
	padding: initial;
}

.timeTable__title {
	font: 600 1.19792vw/120% 'Raleway', serif;
	text-align: center;
	color: white;
	background: #1C1C1C;
	margin-bottom: initial !important;
	padding: 0.72917vw 0;
}

.timeTable__content {
	background: #ECEDF0;
	display: grid;
	gap: 0.3125vw;
	border-radius: 0.83333vw;
	overflow: hidden;
}

.timeTable__head, .timeTable__row {
	display: grid;
	gap: 0.20833vw;
	grid-template-columns: 2fr 2fr repeat(4, 1fr);
}

.timeTable__head-cell, .timeTable__row-cell {
	padding: 0.625vw;
}

.timeTable__head-cell {
	background: #E7E6E6;
	text-align: center;
	display: grid;
	place-items: center;
}

.timeTable__head-cell_title {
	font: 700 0.98958vw/120% 'Raleway', serif;
}

.timeTable__head-cell_subtitle {
	font: 700 0.83333vw/95% 'Raleway', serif;
}

.timeTable__row-cell {
	background: #F5F5F5;
}

.timeTable__row-cell:first-child {
	font-weight: 600;
	padding: 0.625vw 1.77083vw;
}

.timeTable__row-cell:not(:first-child) {
	display: grid;
	place-items: center;
}

.timeTable__footnote {
	font: 500 0.98958vw/120% 'Raleway', serif;
	margin-top: 1.25vw;
}

.timeTable_mb {
	display: none;
}

.protocols {
	padding: initial;
}

.protocols__filter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.04167vw;
	position: relative;
	margin-bottom: 1.25vw;
}

.protocols__filter-item {
	overflow: visible;
	background: white;
	position: relative;
	cursor: pointer;
	transition: all .5s;
	min-height: 7.8125vw;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0.3125vw;
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.protocols__filter-item-title {
	font: 600 1.19792vw/120% 'Raleway', serif;
}

.protocols__filter-item-code {
	font: 600 0.83333vw/120% 'Raleway', serif;
	color: #7E7F81;
}

.protocols__filter-item-icon {
	position: absolute;
	right: 1.25vw;
	bottom: 1.25vw;
	width: 1.875vw;
}

.protocols__filter-item-icon path {
	transition: all .5s;
}

.protocols__filter-item:hover {
	-webkit-transform: scale(1.025);
	        transform: scale(1.025);
}

.protocols__filter-item:hover, .protocols__filter-item.active {
	background: #ED131C;
}

.protocols__filter-item:hover .protocols__filter-item-title, .protocols__filter-item:hover .protocols__filter-item-code,
.protocols__filter-item.active .protocols__filter-item-title,
.protocols__filter-item.active .protocols__filter-item-code {
	color: white;
}

.protocols__filter-item:hover .protocols__filter-item-icon path:first-child,
.protocols__filter-item.active .protocols__filter-item-icon path:first-child {
	fill: white;
}

.protocols__filter-item:hover .protocols__filter-item-icon path:last-child,
.protocols__filter-item.active .protocols__filter-item-icon path:last-child {
	fill: #ED131C;
}

.protocols .info__item-summary {
	font: 700 0.98958vw/120% 'Raleway', serif;
	background: none;
	display: inline-flex;
	padding: 0.625vw 1.25vw 0.625vw;
}

.protocols .info__item-summary::before {
	background: url("../img/info/@blocks/protocols/arrow.svg") no-repeat center/cover;
	width: 0.625vw;
	height: 0.72917vw;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.protocols .info__item-summary::after {
	display: none;
}

.protocols .info__item-details-content {
	padding: 0 0 0.625vw 0;
}

.protocols .info__item-details-content ul li {
	font: 600 0.9375vw/120% 'Raleway', serif;
}

.protocols .info__item-details-content ul li a::after {
	display: none;
}

.protocols .info__item-details-content ul li a:hover {
	color: #ED131C;
}

.protocols .info__item-details-content ul li span:not([class]) {
	font: 600 0.625vw/120% 'Raleway', serif;
	color: #CACACB;
}

.protocols .info__item.active > .info__item-summary:before {
	-webkit-transform: rotate(90deg) translateY(0) translateX(-60%);
	        transform: rotate(90deg) translateY(0) translateX(-60%);
	transition: all 0.5s ease;
}

.notice__content {
	background: url("../img/notice/bg.jpg") no-repeat center/cover;
	display: grid;
	grid-template-columns: 1fr 33.85417vw;
	gap: 2.60417vw;
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.notice__info-title {
	font: 600 2.5vw/110% 'Raleway', serif;
	letter-spacing: -.02em;
	margin-bottom: 2.60417vw;
}

.notice__info-txt {
	font: 600 0.98958vw/120% 'Raleway', serif;
	color: #666666;
	display: grid;
	gap: 0.625vw;
}

.notice__img {
	display: grid;
	place-items: center;
}

.notice__img img {
	width: 20.83333vw;
}

.notice__button {
	display: none;
}

.footer {
	font: 600 0.78125vw/120% 'Raleway', serif;
	color: #666666;
	padding: 2.08333vw 0;
}

.footer__content {
	display: flex;
	align-items: center;
}

.footer__logo {
	width: 16.66667vw;
}

.footer__synergy {
	margin-left: auto;
}

.footer__policy {
	margin-left: 2.08333vw;
}

.modalbox {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	overflow: visible;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	z-index: 9999;
	padding: 1.5625vw 0;
}

.modalbox--active {
	visibility: visible;
}

.modalbox--active .modalbox__window {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.modalbox__close {
	background: #F5F5F6 url("../img/modal/close.svg") no-repeat center/75%;
	width: 3.125vw;
	height: 3.125vw;
	position: absolute;
	right: -3.64583vw;
	top: 0;
	border: none;
	border-radius: 0.3125vw;
	box-shadow: 0.26042vw 0.26042vw 1.82292vw rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.modalbox__opened {
	right: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.modalbox__wrap {
	width: 100%;
	min-height: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.modalbox__window {
	max-width: 100%;
	background: white;
	flex-shrink: 0;
	transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	border-radius: 1.04167vw;
	opacity: 0;
	overflow: visible;
	box-shadow: 0.26042vw 0.26042vw 1.82292vw rgba(0, 0, 0, 0.5);
}

.modalbox__shadow {
	background: black;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	overflow: hidden;
	transition: opacity 0.15s ease;
	pointer-events: none;
	z-index: 98;
	border: none;
	opacity: 0;
}

.modalbox__shadow--show {
	pointer-events: auto;
	opacity: 0.6;
}

.modalbox__shadow--transparent {
	background: none;
}

.modalbox__window {
	width: 50vw;
	background: #F5F5F6;
	border-radius: 0.83333vw;
	padding: 2.08333vw 1.25vw;
}

.modalbox .form {
	background: initial;
	color: #1C1C1C;
	padding: initial;
}

.modalbox .form__title {
	font: 600 2.5vw/110% 'Raleway', serif;
	letter-spacing: -.02em;
}

.modalbox .form__items {
	padding: initial;
}

.modalbox .form__item input {
	background: #ECEDF0;
}

.modalbox .form__item_button button {
	background: #ED131C;
}

.modalbox .form__footer-text {
	color: #1C1C1C;
}

.modalbox .form__footer-text a,
.modalbox .form__footer-text a:hover {
	color: #1C1C1C;
}

.modalbox_thanks .modalbox__window {
	width: 31.25vw;
	border-radius: 0.83333vw;
	padding: initial;
}

.modalbox_thanks .modalbox__close {
	display: none;
}

.modalbox_thanks .thanks__img {
	width: 100%;
	height: 16.14583vw;
	background: url("../img/modal/thanks.jpg") no-repeat center/cover;
	border-radius: 0.83333vw 0.83333vw 0 0;
}

.modalbox_thanks .thanks__info {
	background: white;
	border-radius: 0.83333vw;
	margin-top: -0.83333vw;
	padding: 1.25vw;
	position: relative;
}

.modalbox_thanks .thanks__info-title {
	font: 600 2.5vw/110% 'Raleway', serif;
	letter-spacing: -.02em;
	text-align: center;
	margin-bottom: 1.25vw;
}

.modalbox_thanks .thanks__info-button {
	width: 100%;
	padding: 0.83333vw 0;
}
