body {                         
	scrollbar-width: none;
}
.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/701.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: 1;
	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;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
	z-index: 1001;
}
.e24-popup.show {
	top: 0px;
}
.e24-popup > [href='#close'] {
	position: absolute;
	background: #F3F6F8;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: #1C1B1F;
	text-decoration: none !important;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	font-family: 'sans-serif';
}
.e24-popup > [href='#close']:hover {
	background: #D9DCDE;
}
.e24-popup > div {
}
.e24-popup > div > .icon {
	margin-bottom: 20px;
	width: 50px;
}
.e24-popup > div > header {
	margin-bottom: 20px;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 24px;
	line-height: 1.2;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}
.e24-popup > div > input {
	padding: 15px 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: 600;
	line-height: normal;
	margin-bottom: 10px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.e24-popup > div > 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 > div > input.error {
	border: solid 2px #FF364D;		
}
.e24-popup > div > .btn-1 {
	display: block;
	border-radius: 100px;
	background: linear-gradient(94deg, #9953C4 0%, #BC67F0 100.07%), linear-gradient(94deg, #6FC939 0%, #91E45F 100.07%), linear-gradient(94deg, #CF394E 0%, #E7485E 100.07%), #000;	
	padding: 15px 0px;
	color: #FFF;
	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;
	text-decoration: none !important;
}
.e24-popup > div > .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: #000;
}
.e24-popup > div > .btn-2.disabled {
	color: rgba(0, 0, 0, 0.20);
	background: rgba(0, 0, 0, 0.10);
}
.e24-popup > div > .e24-checkbox {
	cursor: pointer;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}
.e24-popup > div > .e24-checkbox a {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none !important; 
}
.e24-popup > div > .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 > div > .e24-checkbox.error {
	color: #FF364D;
}
.e24-popup > div > .e24-checkbox.error a {
	color: #FF364D;
}
.e24-popup > div > .e24-checkbox.error:before {
	border: 2px solid #FF364D;
}
.e24-popup > div > .e24-checkbox.checked:before {
	background: url('../images/check.png') no-repeat center center / 20px;
	border: 2px solid rgba(0,0,0,0);
}
.e24-popup > div > .e24-radio {
	border-radius: 100px;
	background: linear-gradient(0deg, #E6E6E6 0%, #E6E6E6 100%), #000;	
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px;
	margin-bottom: 20px;
	position: relative;
}
.e24-popup > div > .e24-radio[select='0']:before {
	position: absolute;
	content: '';
	left: 5px;
	top: 5px;
	background: #fff;
	border-radius: 100px;
	width: 120px;
	height: calc(100% - 10px);
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.e24-popup > div > .e24-radio[select='1']:before {
	position: absolute;
	content: '';
	left: calc(100% - 175px);
	top: 5px;
	background: #fff;
	border-radius: 100px;
	width: 170px;
	height: calc(100% - 10px);
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.e24-popup > div > .e24-radio span {
	cursor: pointer;
	padding: 15px 30px;
	border-radius: 100px;	
	color: rgba(0, 0, 0, 0.40);
	leading-trim: both;
	text-edge: cap;
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	position: relative;
}
.e24-popup > div > .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: 600;
	line-height: normal;
}
.e24-modal {
	position: fixed;
	width: 1140px;
	height: 90%;
	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 - 570px);
}
.e24-modal > [href='#close'] {
	position: absolute;
	background: #3BB5B8;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-decoration: none !important;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	font-family: 'sans-serif';
	z-index: 100;
}
.e24-modal > [href='#close']:hover {
	background: #2B8285;
}
.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: url('../images/map.jpg') no-repeat center center / cover;
	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: Nunito;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	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: Pacifico;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.5;
}
.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: 600;
	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;
}
*/
.e25-about {
}
.e25-about > header {
	text-align: center;
	font-family: 'Pacifico';
	font-size: 48px;
	font-weight: bold;
	padding: 30px 0; 
}
.e25-about > p {
	text-align: center;
	font-family: 'Nunito';
	line-height: 1.3;
	font-size: 15px;
	padding-bottom: 30px; 
}
.e25-3col {
	display: flex;
	justify-content: space-between;
}
.e25-3col > div {
	width: 31%;
}
.e25-3col > div img {
	width: 100%;
	margin-bottom: 20px;
}
.e25-3col > div p {
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Nunito';
}