body {                         
	scrollbar-width: none;
	padding-top: 30px !important;
}
.site-header, .breadcrumbs {
	display: none !important;
}
.widget.ind-40 {
	padding: 0px !important;
}
.e24-back-wrap {
	text-align: center;
}
.e24-logo {
	width: 709px;
}
.e24-back-wrap .e24-desc {
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 35px;
}
.e24-dop-info {
	margin-bottom: 15px;
	color: #000;
	font-family: 'Arial';
	font-weight: bold;
}
.e24 {
	background: #F3F6F8;
	border-radius: 20px;
	padding: 10px;
}
body {
	--bheight: 620px;
}
.e24-presents-wrap {
	background: #fff;
	border-radius: 10px;
	position: relative;
	height: var(--bheight);
	box-sizing: border-box;
}
.e24-slides {
	height: var(--bheight);
	overflow: hidden;
}
.e24-slides-wrap {
	transition: all 0.3s ease-in-out;	
}
.e24-slides-wrap > div {
	height: var(--bheight);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;	
	visibility: hidden;
	transition: all 0.3s ease-in-out;	
}
[data-select='1'] .e24-slides-wrap > div:nth-child(1) {
/*	margin-top: 0;*/
	opacity: 1;	
	visibility: visible;
}
[data-select='2'] .e24-slides-wrap > div:nth-child(2) {
	opacity: 1;	
	visibility: visible;
/*
	margin-top: calc(-1 * var(--bheight));*/
}
[data-select='3'] .e24-slides-wrap > div:nth-child(3) {
	opacity: 1;	
	visibility: visible;
/*
	margin-top: calc(-2 * var(--bheight));*/
}
[data-select='4'] .e24-slides-wrap > div:nth-child(4) {
	opacity: 1;	
	visibility: visible;
/*
	margin-top: calc(-3 * var(--bheight));*/
}
[data-select='5'] .e24-slides-wrap > div:nth-child(5) {
	opacity: 1;	
	visibility: visible;
/*
	margin-top: calc(-4 * var(--bheight));*/
}
.e24-presents {
	position: absolute;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #F3F6F8;
	border-radius: 100px;
	width: 132px;
	left: 20px;
	top: 20px;
	padding: 15px 0;
}
.e24-presents > span {
	position: absolute;
	left: 10px;
	border-radius: 50%;
	background: #fff;
	width: 112px;
	height: 112px;
	z-index: 11;
	transition: all 0.3s ease-in-out;
}
[data-select='1'] .e24-presents > span {
	top: 10px;	
}
[data-select='2'] .e24-presents > span {
	top: 125px;
}
[data-select='3'] .e24-presents > span {
	top: 234px;
}
[data-select='4'] .e24-presents > span {
	top: 344px;
}
[data-select='5'] .e24-presents > span {
	top: 453px;
}
.e24-presents a {
	position: relative;
	z-index: 12;
	display: block;
	margin: 17px 0;
}
.e24-presents a img {
	width: 75px;
	transition: all 0.3s ease-in-out;
}
.e24-presents a:hover img {
	transform: scale(1.2);
}
.e24-controls {
	position: absolute;
	bottom: 20px;
	left: 210px;
	display: flex;
	z-index: 2;
}
.e24-controls a {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #F3F6F8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.e24-controls a img {
	width: 40px;
	opacity: 0.6;
}
.e24-controls a:hover img {
	opacity: 1;
}
.e24-slides-wrap > div {
	padding: 0px 72px 172px 212px;
	text-align: left;


	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.e24-info {
	background: url('../images/70.png') no-repeat 0px 0px / 70px;
	position: absolute;
	left: 175px;
	top: 20px;
	color: #000;
	text-align: left;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	opacity: 0.6;
	box-sizing: border-box;
	max-width: 510px;
	padding-top: 55px;
	padding-left: 40px;
}
.e24-slides-wrap > div .e24-price {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Pacifico;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.e24-slides-wrap > div input {
	border: solid 2px #E6E6E6;
	background: #fff !important;
	padding: 15px;
	border-radius: 100px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 460px;
}
.e24-slides-wrap > div input:focus {
	border: solid 2px #b3b3b3;
}
.e24-slides-wrap > div input:focus::-webkit-input-placeholder {
    color: #666 !important;
}

.e24-slides-wrap > div input:focus:-moz-placeholder {
    color: #666 !important;
}
.e24-slides-wrap > div input:focus::-moz-placeholder {
    color: #666 !important;
}
.e24-slides-wrap > div input:focus:-ms-input-placeholder {
    color: #666 !important;
}

.e24-slides-wrap > div input.error {
	border: solid 2px #FF364D;		
}
.e24-slides-wrap > div .e24-title {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 460px;
	padding: 20px 0;
}
.e24-slides-wrap > div [href='#add'] {
	padding: 19px 56px;	
	border-radius: 100px;
	display: inline-block;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.e24-slides-wrap > div:nth-child(1) {
	background: url('../images/cloud1.png') no-repeat 40% 53% / 400px, url('../images/d1.png') no-repeat right 20px bottom 120px / 31%;
}
.e24-slides-wrap > div:nth-child(2) {
	background: url('../images/cloud2.png') no-repeat 40% 53% / 400px, url('../images/d2.png') no-repeat right 20px bottom 120px / 31%;
}
.e24-slides-wrap > div:nth-child(3) {
	background: url('../images/cloud3.png') no-repeat 40% 53% / 400px, url('../images/d3.png') no-repeat right 20px bottom 120px / 31%;
}
.e24-slides-wrap > div:nth-child(4) {
	background: url('../images/cloud4.png') no-repeat 40% 53% / 400px, url('../images/d4.png') no-repeat right 20px bottom 120px / 36%;
}
.e24-slides-wrap > div:nth-child(5) {
	background: url('../images/cloud5.png') no-repeat 40% 53% / 400px, url('../images/d5.png') no-repeat right 20px bottom 120px / 31%;
}
.e24-slides-wrap.corp > div:nth-child(1) {
	background: url('../images/cloud1.png') no-repeat 40% 53% / 400px, url('../images/d1.png') no-repeat right 20px bottom 110px / 31%;
}
.e24-slides-wrap.corp > div:nth-child(2) {
	background: url('../images/cloud2.png') no-repeat 40% 53% / 400px, url('../images/d2.png') no-repeat right 20px bottom 110px / 31%;
}
.e24-slides-wrap.corp > div:nth-child(3) {
	background: url('../images/cloud3.png') no-repeat 40% 53% / 400px, url('../images/d3.png') no-repeat right 20px bottom 110px / 31%;
}
.e24-slides-wrap.corp > div:nth-child(4) {
	background: url('../images/cloud4.png') no-repeat 40% 53% / 400px, url('../images/d4.png') no-repeat right 20px bottom 110px / 36%;
}
.e24-slides-wrap.corp > div:nth-child(5) {
	background: url('../images/cloud5.png') no-repeat 40% 53% / 400px, url('../images/d5.png') no-repeat right 20px bottom 110px / 31%;
}
.e24-slides-wrap > div:nth-child(1) [href='#add'] {
	border-radius: 100px;
	background: linear-gradient(94deg, #00ADE5 0%, #5BD6FE 100.07%), linear-gradient(94deg, #CF394E 0%, #E7485E 100.07%);
}
.e24-slides-wrap > div:nth-child(2) [href='#add'] {
	border-radius: 100px;
	background: linear-gradient(94deg, #9953C4 0%, #BC67F0 100.07%), linear-gradient(94deg, #CF394E 0%, #E7485E 100.07%);
}
.e24-slides-wrap > div:nth-child(3) [href='#add'] {
	border-radius: 100px;
	background: linear-gradient(94deg, #FFC000 0%, #FECC32 100.07%), linear-gradient(94deg, #CF394E 0%, #E7485E 100.07%);
}
.e24-slides-wrap > div:nth-child(4) [href='#add'] {
	border-radius: 100px;
	background: linear-gradient(94deg, #CF394E 0%, #E7485E 100.07%);
}
.e24-slides-wrap > div:nth-child(5) [href='#add'] {
	border-radius: 100px;
	background: linear-gradient(94deg, #6FC939 0%, #91E45F 100.07%), linear-gradient(94deg, #CF394E 0%, #E7485E 100.07%);	
}
.e24-btns {
	display: flex;
}
.e24-btns a {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #fff;
	border-radius: 100px;
	text-decoration: none !important;
	margin-left: 10px;
}
.e24-btns a span {
	color: #000;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}
.e24-btns a img {
	width: 24px;
	margin-right: 10px;
}
.e24-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 20px 20px 20px;
}
.e24-total {
}
.e24-total > span:first-child{
	display: block;
	color: #000;
	opacity: 0.6;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.e24-total > span:last-child {
	text-align: left;
	display: block;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Pacifico;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
.e24-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 31px 0 61px 0;
}
.e24-menu > div:first-child {
	color: #939CA1;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}
.e24-menu > div:first-child a {
	color: #939CA1;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	display: inline-block;
	margin-right: 20px;
}
.e24-menu > div:first-child a:hover {
	color: #5A6063;
}
.e24-share {
	display: flex;
	align-items: center;
}
.e24-share span {
	color: #939CA1;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}
.e24-share a {
	display: inline-block;
	margin-left: 10px;
}
.e24-share a img {
	width: 24px;
}
.e24-overlay {	
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: RGBA(0, 0, 0, 0.8);
	display: none;
	z-index: 1000;
}
.e24-popup {
	position: fixed;
	width: 380px;
	left: calc(50% - 190px);
	top: 100vh;
	max-height: calc(100vh - 60px);
	background: #fff;
	border-radius: 20px;
	padding: 0px;
	transition: all 0.3s ease-in-out;
	z-index: 1001;
	overflow-y: auto;
}
.e24-popup.show {
	top: 30px;
}
.e24-popup > [href='#close'] {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
	top: 10px;
	color: #000;
	background: #F3F6F8;
	border-radius: 50%;
	font-size: 27px;
	font-family: 'Nunito';
	font-weight: 300;
	width: 48px;
	height: 48px;
	text-decoration: none !important;
	padding-bottom: 0px;
}
.e24-popup > [href='#close']:hover {
}
.e24-popup .s24-donation {
	background: #fff url('/school24/images/Frame 166.png') no-repeat center top;
	padding: 50px 20px 20px;
	border-radius: 20px;
}
.e24-popup .s24-donation header {
	text-align: center;
	font-family: 'Unbounded';
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 30px;
}
.e24-popup .s24-donation > input {
	padding: 12px 20px;
	border-radius: 100px;
	border: 2px solid #e6e6e6;
	background: #FFF;	
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.e24-popup .s24-donation > input:focus {
	border: 2px solid #b3b3b3;
}


.e24-popup input:focus::-webkit-input-placeholder {
    color: #666 !important;
}

.e24-popup input:focus:-moz-placeholder {
    color: #666 !important;
}

.e24-popup input:focus::-moz-placeholder {
    color: #666 !important;
}

.e24-popup input:focus:-ms-input-placeholder {
    color: #666 !important;
}

.e24-popup .s24-donation > input.error {
	border: solid 2px #FF364D;		
}
.e24-popup .s24-donation > .btn-1 {
	display: block;
	border-radius: 100px;
	background: #FF7F37;	
	padding: 15px 0px;
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.e24-popup .s24-donation > .btn-2 {
	display: block;
	text-decoration: none !important;
	border-radius: 100px;
	padding: 15px 0px;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	color: #fff;
	background: #FFC516;
}
.e24-popup .s24-donation > .btn-2.disabled {
	color: rgba(0, 0, 0, 0.20);
	background: rgba(0, 0, 0, 0.10);
}
.e24-popup .s24-donation > .e24-checkbox {
	cursor: pointer;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}
.e24-popup .s24-donation > .e24-checkbox a {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline !important; 
}
.e24-popup .s24-donation > .e24-checkbox:before {
	position: absolute;
	content: '';
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 2px solid #ccc;
	background: #FFF;	
	line-height: 1.2;
	font-size: 17px;
	transition: unset;
}
.e24-popup .s24-donation > .e24-checkbox.error {
	color: #FF364D;
}
.e24-popup .s24-donation > .e24-checkbox.error a {
	color: #FF364D;
}
.e24-popup .s24-donation > .e24-checkbox.error:before {
	border: 2px solid #e6e6e6;
}
.e24-popup .s24-donation > .e24-checkbox.checked:before {
	background: url('../images/check.png') no-repeat center center / 20px;
	border: 2px solid rgba(0,0,0,0);
}
.e24-popup .s24-donation > .e24-radio {
	border-radius: 100px;
	background: #e6e6e6;	
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px;
	margin-bottom: 20px;
	position: relative;
}
.e24-popup .s24-donation > .e24-radio[select='0']:before {
	position: absolute;
	content: '';
	left: 3px;
	top: 3px;
	background: #fff;
	border-radius: 100px;
	width: 120px;
	height: calc(100% - 6px);
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.e24-popup .s24-donation > .e24-radio[select='1']:before {
	position: absolute;
	content: '';
	left: calc(100% - 175px);
	top: 3px;
	background: #fff;
	border-radius: 100px;
	width: 170px;
	height: calc(100% - 6px);
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.e24-popup .s24-donation > .e24-radio span {
	cursor: pointer;
	padding: 15px 30px;
	border-radius: 100px;	
	color: #555;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	position: relative;
}
.e24-popup .s24-donation > .e24-radio span.active {
	color: #000;
/*	background: #fff;*/
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.e24-modal {
	position: fixed;
	width: 1000px;
	height: 740px;
	left: 100vw;
	top: 5%;
	background: #fff;
	border-radius: 20px;
	transition: all 0.3s ease-in-out;
	z-index: 1001;
}
.e24-modal.show {
	left: calc(50vw - 500px);
}
.e24-modal > [href='#close'] {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;


	background: #F3F6F8;
	border-radius: 50%;
	font-size: 27px;
	font-family: 'Nunito';
	font-weight: 300;


	width: 48px;
	height: 48px;
	text-decoration: none !important;
	padding-bottom: 0px;
	z-index: 100;
}
.e24-modal > [href='#close']:hover {
}
.e24-modal.close-simple > [href='#close'] {
	background: none;
	color: #999;
	border-radius: 0%;
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	font-family: 'Nunito';
}
.e24-modal.close-simple > [href='#close']:hover {
	background: none;
}
.e24-modal > div {
	height: 100%;
	overflow-y: auto;
/*	padding: 30px;*/
}
[name="map-wrap"] {
/*	margin: -30px;*/
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
}
.e22-map-item {
	position: absolute;
	background: url('../images/map_item.png') no-repeat center top / 110px;
	height: 120px;
	width: 120px;
	cursor: pointer;
}
.e22-map-item > span > img {
	margin-top: 20px;
	width: 70%;
}
.e22-map-item > span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.e22-map-info {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.e22-map-info.visible {
	justify-content: center;
	align-items: center;
	display: flex;
}
.e22-map-info-wrap {
	min-width: 406px;
	background: #fff;
	padding: 36px 76px 36px 36px;
	border-radius: 20px;
	position: relative;
	text-align: left;
}
.e22-map-info-wrap > span {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Unbounded';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	display: block;
	margin-bottom: 20px;
}
.e22-map-info-wrap > div {
	display: flex;
}
.e22-map-info-wrap > div div {
	margin-right: 30px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Unbounded';
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
}
.e22-map-info-wrap > div div span {
	color: #444;
	leading-trim: both;
	text-edge: cap;
	font-family: 'Nunito';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}
.e22-map-info [href='#close-map-info'] {
	width: 48px;
	height: 48px;
	text-decoration: none !important;
	text-align: center;
	color: #000;
	border-radius: 50%;
	font-size: 30px;
	line-height: 30px;
	padding-top: 7px;
	font-family: 'sans-serif';
	background: #f3f6f8;
	position: absolute;
	right: 20px;
	top: 20px;
}
.e22-map-info [href='#close-map-info']:hover {
	background: #D9DCDE;
}
.e22-content-wrap {
	padding: 40px 50px;
}
.e22-content-wrap header {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.e22-about-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
.e22-about-block span {
	display: block;
	margin-left: 40px;
}
.e22-about-block img {
	width: 150px;
}
.h1-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}
.h1-wrap p {
	color: #DF4A5F;
	text-align: center;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.h1-wrap h1 {
	color: #000;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Pacifico;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.8;
	display: inline-block;
	padding: 15px 90px;
	margin-top: -12px;
	background: url('../images/left_shine.png') no-repeat left center / 45px, url('../images/right_shine.png') no-repeat right center / 45px;
}
.e24-hint {
	padding: 10px 70px 12px 20px;
	background: #FFF3CD url('../images/arrow.svg') no-repeat right 10px center / 60px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 -16px;
	text-align: left;
}
.e24-tbl-wrap {	
	height: 300px;
	overflow-y: auto;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	margin-bottom: 20px;
}
.e24-tbl {
	width: 100%;
	border-collapse: collapse;
}
.e24-tbl td {
	padding: 12px 10px 0px 0;
	color: #000;
	font-family: 'Nunito';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.e24-tbl tr > td:last-child {
	text-align: right;
}
.e24-tbl td {
}
.mapinfo {
	display: none;
}
.e24-corp-mobile {
	display: none;
}
.e24-corp {
	position: absolute;
	right: 40px;
	top: 30px;
	width: 160px;
}
/*
.site-footer, .breadcrumbs {
	display: none !important;
}
.site-header {
	display: none !important;
}
body {
	padding-top: 0 !important;
}
.widget.ind-40 {
	padding-top: 20px !important;
}
*/
.j24-header-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.j24-header-wrap > div:first-child {
	position: relative;
	padding: 50px 220px 0px 0;
}
.j24-header-wrap > div:first-child p {
	font-family: Inter;
	font-size: 93px;
	font-weight: 500;
	line-height: 0.7;
	color: #FF7F37;
/*	filter: drop-shadow(0px 4px 4px RGBA(0, 0, 0, 0.25)); */
}
.j24-header-wrap > div:first-child img {
	position: absolute;
	right: 0;
	top: -50px;
}
.j24-header-wrap > div:last-child {
	font-family: Inter;
	font-size: 93px;
	font-weight: 500;
	color: #FF7F37;
	line-height: 0.7;
	padding: 0 0px 50px 0;
/*	filter: drop-shadow(0px 4px 4px RGBA(0, 0, 0, 0.25)); */
}
.j24-desc-wrap {
	display: flex;
	padding: 0 0 10px 0;
}
.j24-desc-wrap div {
	padding: 0 0 0 50px;
	font-family: 'Caveat';
	font-size: 32px;
	font-weight: 500;	
	color: #FF7F36;
/*	text-stroke: 1px #000000;
	-webkit-text-stroke: 1px #000000;*/
	line-height: 1;
}
.j24-desc-wrap img {
	padding-left: 80px;
}
.j24-txt-1 {
	font-family: 'Caveat';
	font-size: 32px;
	font-weight: 500;	
	color: #1E1E1E;
	line-height: 0.9;
	padding: 0 0 40px 0;
}
.j24-back-wrap {
	position: relative;
}
.j24 {
	background: url('/orange24/images/back.png') no-repeat center top,
		url('/orange24/images/Vector 78 (1).png') no-repeat center 1030px / cover;
}
.j24-corp {
	position: absolute;
	right: 0;
	max-width: 200px;
}
.j24-share {	
	display: inline-block;
	background: #FF7F37;
	border-radius: 39px;
	padding: 16px 32px;
	margin-top: 60px;
}
.j24-share span {
	color: #fff;
	font-size: 16px;
	font-family: Inter;
	font-weight: 600;
	line-height: 1;
	padding: 0 20px;
}	
.j24-share img {
	height: 32px;
	margin-left: 5px;
}	
.j24-menu-2 {
	display: flex;
	justify-content: flex-end;
}
.j24-menu-2 > a:first-child {
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	color: #000 !important;
	display: block;
	padding: 0 0px 0 30px;
	background: url('/orange24/images/love_line.png') no-repeat left center;
	text-decoration: none !important;
}
.j24-menu-2 > a:last-child {
	margin-left: 35px;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	color: #000 !important;
	display: block;
	padding: 0 0px 0 30px;
	text-decoration: none !important;
	background: url('/orange24/images/happy_line.png') no-repeat left center;
}
.j24-menu-2 > a:hover {
	text-decoration: underline !important;
}
.j24-footer > div:last-child {
	text-align: right;
}
.j24-footer > div:first-child {
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}
.j24-footer > div:first-child span {
	font-family: Inter;
	font-size: 40px;
	font-weight: 500;
	color: #000;	
}
.j24-menu {
	padding: 30px 0 0 0;
}
.j24-menu a {
	display: inline-block;
	padding-right: 20px;
	text-decoration: none !important;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
}
.j24-footer {
	padding: 80px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.j24-presents {
	display: flex;
	justify-content: center;
	height: 500px;
}
.j24-presents > div {
	margin-right: 30px;
	text-align: center;
	cursor: pointer;
}
.j24-presents > div > div:first-child {
	height: 300px;
	width: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.j24-presents > div > div:nth-child(2) {
	text-align: center;
	font-family: 'Caveat';
	font-size: 58px;
	color: #FF7F37;
	line-height: 0.7;
	padding: 30px 0 20px;
}
.j24-presents > div > div:nth-child(3) {
	text-align: center;
	font-family: 'Caveat';
	font-size: 21px;
	line-height: 0.9;
	max-width: 200px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;	
}
.j24-presents > div:hover > div:nth-child(3) {
	opacity: 1;
	visibility: visible;
}
.j24-presents > div:nth-child(4n+4) {
	margin-right: 0;
}
.heart-icon {
	position: absolute;
	left: 0px;
	top: -10px;
}
.e24-popup > div > header.j24-result-empty {
	font-family: 'Caveat';
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 20px;
}
[href='#buy'] {
	position: absolute;
	left: calc(50% - 104px);
	top: 100%;
	display: block;
	width: 208px;
	height: 120px;
	background: url('/orange24/images/btn.png') no-repeat center center / cover;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	font-family: Inter;
	padding: 43px 0 0 0px;
	text-decoration: none !important;
	z-index: 100;
}
[data-jam] {
	position: absolute;
	cursor: pointer;
}
[data-jam]:hover {
	opacity: 0.7;
}
[data-jam-id='i1'] {
	left: 12%;
	top: 2%;
}
[data-jam-id='i2'] {
	left: 0%;
	top: 36%;
}
[data-jam-id='i3'] {
	left: 24%;
	top: 33%;
}
[data-jam-id='i4'] {
	left: 23%;
	top: 79%;
}
[data-jam-id='i5'] {
	left: 2%;
	top: 66%;
}
[data-jam-id='i6'] {
	left: 77%;
	top: 7%;
}
[data-jam-id='i7'] {
	left: 69%;
	top: 45%;
}
[data-jam-id='i8'] {
	left: 89%;
	top: 28%;
}
[data-jam-id='i9'] {
	left: 72%;
	top: 78%;
}
[data-jam-id='i10'] {
	left: 91%;
	top: 67%;
}

.j24-jam-base {
	position: relative;
	width: 294px;
	height: 278px;
	left: calc(50% - 147px);
	margin-top: -10px;
}
.j24-jam-back {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.j24-jam-over {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.j24-jam-ing {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;	
	width: 100%;
	height: 100%;
}
.j24-jam-ing > img {
	position: absolute;
}
.j24-jam-ing > img:nth-child(1) {
	left: 12%;
	top: 20%;
	width: 35%;
	height: 35%;
	object-fit: contain;
}
.j24-jam-ing > img:nth-child(2) {
	left: 52%;
	top: 22%;
	width: 35%;
	height: 35%;
	object-fit: contain;
}
.j24-jam-ing > img:nth-child(3) {
	left: 13%;
	top: 58%;
	width: 35%;
	height: 35%;
	object-fit: contain;
}
.j24-jam-ing > img:nth-child(4) {
	left: 54%;
	top: 57%;
	width: 35%;
	height: 35%;
	object-fit: contain;
}
.j24-jam-base[data-id='2'] .j24-jam-ing > img:nth-child(1) {
	left: 12%;
	top: 20%;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.j24-jam-base[data-id='2'] .j24-jam-ing > img:nth-child(2) {
	left: 48%;
	top: 36%;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.j24-jam-base[data-id='2'] .j24-jam-ing > img:nth-child(3) {
	left: 2%;
	top: 59%;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.j24-jam-base[data-id='2'] .j24-jam-ing > img:nth-child(4) {
	left: 52%;
	top: 70%;
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.j24-jam {
	text-align: center;
	min-height: 650px;
	position: relative;
}
.j24-jam .j24-txt-1 {
	padding: 30px 0;
}
.step-1 {
	display: block;
}
.step-2 {
	display: none;
}
.lemon-icon {
	width: 70px;
}
.e24-popup > div > header.jam-header {
	font-family: 'Caveat';
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 0 0 0;
}
.s24-result-wrap {
	background: url('/school24/images/result.png') no-repeat center 0px;
	padding: 90px 25px 25px;
	border-radius: 20px;
	text-align: center;
}
.s24-result-wrap > header.j24-result {
	font-family: 'Unbounded';
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
}
.s24-result-wrap > header.j24-result-total {
	font-family: 'Unbounded';
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0px;
}
.jam-map-wrap-back {
	background: url('/school24/images/books.svg') no-repeat left top / cover;
	border-radius: 20px;
	height: 100%;
}
.jam-map-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.jam-map-wrap > div {
	width: calc((100% - 50px) / 6);
	height: 122px;
	text-align: center;
	display: flex;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 0 10px;
	margin-top: 10px;
	background: url('/school24/images/book_1.svg') no-repeat center center / cover;
	position: relative;
}
.jam-map-wrap > div:nth-child(6n+6) {
	margin-right: 0;
}
.jam-map-wrap > div img {
	width: 60%;
	height: 60%;
	object-fit: contain;
	cursor: pointer;
}
.s24-back-wrap {
	text-align: center;
}
.s24-back-wrap > img {
	width: 158px; 
	padding-bottom: 35px;
}
.s24-back-wrap .s24-h2 {
	color: #DF7639;
	font-family: 'Nunito';
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 3px;
	padding-bottom: 20px;
}
.s24-back-wrap > h1 {
	margin: 0;
	line-height: 1.2;
	text-align: center;
	font-family: 'Unbounded';
	color: #030303;
	font-size: 35px;
	font-weight: 500;
	padding-bottom: 30px;
}
.s24-back-wrap > p {
	line-height: 1.3;
	color: #000;
	font-family: 'Nunito';	
	font-size: 14px;
	margin: 0;
	padding-bottom: 30px;
}
.s24-tabs {
}
.s24-tab {
	width: 100%;
	height: 484px;
	display: none;
}
.s24-tab.active {
	display: block;
}
.s24-tab.tab1 {
	background: url('/school24/images/tab1.svg') no-repeat center center / contain;
}
.s24-tab.tab2 {
	background: url('/school24/images/tab2.svg') no-repeat center center / contain;
}
.s24-tab.tab3 {
	background: url('/school24/images/tab3.svg') no-repeat center center / contain;
}
.s24-menu {
	display: flex;
	height: 68px;
	align-items: center;
}
.s24-menu > a {
	width: calc(100% / 3);
	background: RGBA(255, 255, 255, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #888;
	font-family: 'Unbounded';
	font-size: 22px;
	height: 100%;
	text-decoration: none !important;
}
.s24-menu > a:hover {
	background: RGBA(255, 255, 255, 0.2);
	color: #555;
}
.s24-menu > a:nth-child(2) {
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
.s24-menu > a:nth-child(3) {
	border-radius: 0 0 70px 0;
}
.s24-menu > a:nth-child(1) {
	border-radius: 0 0 0 70px;
}
.s24-menu > a[active] {
	background: none;
	color: #000;
}
.s24-tab-desc {
	text-align: left;
	padding: 50px 0 0 476px;
}
.s24-tab-desc > header {
	font-family: 'Unbounded';
	font-size: 20px;
	font-weight: 500;
	padding: 0 0 20px 0;
	margin: 0;
}
.s24-tab-desc > p {
	font-family: 'Navigo';
	font-size: 14px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #1e1e1e;
}
.s24-form {
	padding-top: 5px;
	display: flex;
	align-items: center;
}
.s24-form a[href='#donate'] {
	border-radius: 40px;
	background: #fff;
	font-family: 'Nunito';
	font-size: 16px;	
	font-weight: 500;
	padding: 12px 16px 12px;
	margin-right: 8px;
	margin-left: 1px;
	color: #000;
	line-height: 16px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: unset;
}
.s24-form a[href='#donate']:hover {
	background: #eee;
}
.s24-form a[href='#donate'].active {
	font-weight: 700;
	border: solid 2px #000 !important;
	margin-right: 7px;
	margin-left: 0px;
}
.s24-form [href='#send'] {
	background: #FFC516;
	border: solid 1px #FFC516;
	border-radius: 40px;
	font-family: 'Nunito';
	font-size: 17px;	
	font-weight: 700;
	padding: 12px 36px 12px;
	margin-right: 7px;
	color: #000;
	line-height: 16px;
	text-decoration: none !important;
	white-space: nowrap;

}
.s24-form [href='#send']:hover {
	background: #FFe536;
}

.btn-1 {
	background: #FFC516;
	border: solid 1px #FFC516;
	border-radius: 40px;
	font-family: 'Navigo';
	font-size: 16px;	
	font-weight: 500;
	padding: 10px 36px 10px;
	margin-right: 7px;
	color: #000;
	line-height: 16px;
	text-decoration: none !important;
	white-space: nowrap;
}

.s24-form input[type='text'] {
	border-radius: 40px;
	background: #fff;
	font-family: 'Nunito';
	font-size: 16px;	
	font-weight: 300;
	padding: 10px 16px;
	margin-right: 8px;
	margin-left: 1px;
	color: #000;
	line-height: 16px;
	width: 135px;	
	transition: unset;
}
.s24-form input[type='text'].active {
	font-weight: 600;
	border: solid 2px #000 !important;
	color: #000;
	margin-right: 7px;
	margin-left: 0px;
}
.s24-form input[type='text'].active.error {
	border-color: red !important;
}
.tab1 .s24-form a[href='#donate'], .tab1 .s24-form input[type='text'] {
	border: solid 1px #B4EC13;
}
.tab2 .s24-form a[href='#donate'], .tab2 .s24-form input[type='text'] {
	border: solid 1px #8664FF;
}
.tab3 .s24-form a[href='#donate'], .tab3 .s24-form input[type='text'] {
	border: solid 1px #F2B705;
}
.s24-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px #f5f5f5;
	border-top: none;
	padding: 70px 30px 30px;
	border-radius: 0 0 16px 16px;
	margin-top: -45px;
	margin-bottom: 30px;
}
.s24-footer > div {
	display: flex;
	align-items: center;
}
.s24-footer > div:first-child > a {
	font-family: 'Navigo';
	font-size: 13px;
	line-height: 13px;
	text-decoration: none !important;
	color: #000;
}
.s24-footer > div:first-child > div {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.s24-footer > div:first-child > div span {
	font-family: 'Navigo';
	font-size: 13px;
	line-height: 13px;
	color: #000;
	display: block;
	margin-right: 5px;
}
.s24-footer > div:first-child > div a {
	display: block;
	margin-left: 5px;
}

.s24-footer > div:last-child {
	display: flex;
	align-items: center;
}
.s24-footer > div:last-child > a {
	font-family: 'Unbounded';
	font-size: 15px;
	line-height: 15px;
	text-decoration: none !important;
	color: #000;
	display: block;
	margin-left: 40px;
}
.s24-footer > div:last-child > a img {
	margin-right: 10px;
}
.s24-about {
	margin-bottom: 50px;
}
.s24-about > header {
	font-family: 'Unbounded';
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 20px;
}
.s24-about > p {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	padding-bottom: 20px;
	color: #000;
}
.s24-about > p b {
	font-weight: 600;
	color: #000;
}
.s24-about-wrap {
	display: flex;
	justify-content: space-between;
}
.s24-about-wrap > div {
	width: 32%;
}
.s24-about-wrap > div img {
	width: 100%;
	margin-bottom: 22px;
}
.s24-about-wrap > div p {
	font-family: 'Nunito';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.3;	
	color: #333;
}
.s24-logos {
	margin-bottom: 30px;
}
.s24-logos img {
	height: 53px;
}
.s24-logos img:nth-child(2) {
	margin-left: 30px;
}