body {
	padding: 0;
	margin: 0;
	font-family: 'Proxima Soft', sans-serif;
	color: #0E0D62;
	background: #fff;
}

ul, li{
	display: block;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Proxima Soft', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 116%;
}

p {
	padding: 0;
	margin: 0;
	line-height: 116%;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

a {
	display: block;
}

a:active, a:focus, button:active, button:focus {
	outline: none;
}


/*--------------------------ВЕРХ-------------------------*/
header {
	padding-top: 40px;
	position: relative;
	z-index: 6;
}

.header-all {
	position: absolute;
	width: 1170px;
	height: 50px;
	box-shadow: 0px 0px 18px rgba(190, 190, 190, 0.3);
	border-radius: 25px;
	background: #fff;
}

.logo {
	height: 100%;
	margin-left: 35px;
}

.menu {
	height: 100%;
	align-items: center;
	margin-left: -35px;
}

.menu-item a {
	font-weight: 600;
    font-style: normal;
	font-size: 18px;
	color: #0E0D62;
	margin-right: 45px;
	text-decoration: none;
}

.menu-item a:hover {
	transition: 1s;
	font-weight: bold;
}

.mobile {
	height: 100%;
	align-items: center;
	justify-content: flex-end;
	margin-right: 35px;
}

.mobile .fa-phone-alt {
	color: #7DDD5C;
	font-weight: bold;
}

.mobile p {
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}

/*--------------------------ГЛАВНЫЙ ЭКРАН-------------------------*/
.fon {
	background: #E7FFEA;
	border-radius: 120px;
	margin-top: 40px;
	padding-bottom: 40px;
}

.just, .just img, .just p {
	position: absolute;
}

.just {
	margin-top: 100px;
}

.just img {
	width: 107px;
}

.about .just p {
	width: 107px;
	font-weight: 600;
	font-size: 14px;
	color: #9D59E7;
	z-index: 2;
	margin-top: 8px;
	margin-left: 22px;
}

h1 {
	position: relative;
	z-index: 3;
	width: 525px;
	font-weight: bold;
	font-size: 44px;
	margin-top: 140px;
	margin-left: 85px;
	letter-spacing: -2px;
}

span.one {
	color: #F5921D;
}

span.two {
	color: #93C01D;
}

.about .title {
	font-weight: 500;
	font-size: 20px;
	width: 500px;
	margin-top: 15px;
	margin-left: 95px;
}

.about a {
	width: 225px;
    height: 55px;
    border-radius: 30px 30px 30px 3px;
    background: linear-gradient(270deg, #DE633D 0%, #FF8B37 100%);
    box-shadow: 0px 6px 15px rgba(235, 115, 59, 0.62);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: 1s;
    margin-left: 95px;
    margin-top: 25px;
}

.about a:hover {
	transition: 1s;
	border-radius: 30px;
	box-shadow: 4px 6px 5px rgba(235, 115, 59, 0.32);
}

.line.one {
	position: absolute;
	width: 100px;
	margin-top: 440px;
	margin-left: 410px;
}

.photo-el.one img {
	position: absolute;
    width: 570px;
    margin-top: 115px;
    margin-left: 560px;
    z-index: 2;
}

.advantage {
	width: 900px;
	height: 120px;
	background: #FFFDFB;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	margin: 0 auto;
	margin-top: 190px;
	padding: 0px 90px;
	justify-content: space-between;
}

.advantage-one {
	height: 100%;
	align-items: center;
}

.advantage .number {
	font-weight: bold;
	font-size: 26px;
}

.advantage .line-ver {
	width: 1px;
	height: 50px;
	background: #0E0D62;
	margin-left: 19px;
	margin-right: 19px;
}

.advantage .text {
	font-weight: normal;
	font-size: 22px;
	width: 130px;
}

/*--------------------------КОГДА-НИБУДЬ-------------------------*/
.today {
	padding-top: 100px;
}

.today h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin-left: 95px;
}

.today .why {
	font-weight: bold;
	font-size: 24px;
	margin-left: 95px;
	margin-top: 30px;
}

.why-one {
	width: 100%;
	height: 120px;
	background: #FFFDFB;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 40px 7px;
	margin-top: 50px;
}

.why-one img {
	position: absolute;
	margin-left: 55px;
	margin-top: -30px;
}

.why-one p {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding-top: 45px;
}

.line.two {
	position: absolute;
	width: 100px;
	margin-top: 140px;
	margin-left: 40px;
	transform: rotate(26deg)
}

/*СЛАЙДЕР*/
.slider {
	margin-top: 10px;
}

.slider .slide-one {
	z-index: 10;
	overflow: hidden;
	height: 570px;
	box-shadow: 0px 0px 20px rgba(100, 184, 59, 0.38);
	margin: 20px 12px;
	border-radius: 10px;
}

.slider .slide-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.slides-numbers {
	position: absolute;
	font-weight: bold;
	font-size: 16px;
	right: 0;
	margin-right: 38px;
	margin-top: 272.17px;
}

.slides-numbers .active {
	margin-right: 2px;
}

.slides-numbers .total {
	margin-left: 2px;
}

.slick-arrow {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 45px;
	height: 45px;
	top: 0;
	padding: 0;
	background: none;
	border-radius: 50%;
	background: #FFFDFB;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	z-index: 2;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	transition: background 0.5s ease;
	margin-top: 285px;
}

.slick-arrow:hover {
	text-decoration: none;
	transition: 0.5s;
}

.slick-arrow:active, .slick-arrow:focus {
	outline: none;
}

.slick-prev {
	left: 0;
	margin-left: -82.5px;
}

.slick-next {
	right: 0;
	margin-right: -82.5px;
}

.slick-prev:hover > svg {
    animation: slide2 1s ease-in-out infinite;
}

@keyframes slide2 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-5px, 0px);
  }
}

.slick-next:hover > svg {
    animation: slide3 1s ease-in-out infinite;
}

@keyframes slide3 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0px);
  }
}

/*--------------------------КУРСЫ-------------------------*/
.services {
	padding-top: 100px;
}

.services h2 {
	margin: 0px 0 30px 95px;
}

.course {
	width: 100%;
	background: radial-gradient(50% 50% at 50% 50%, #64D82E 0%, #49C52A 100%);
	box-shadow: 0px 0px 25px rgba(65, 213, 27, 0.45);
	border-radius: 100px 6px;
	color: #fff;
	padding: 45px 29px;
}

.course .title {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-bottom: 3px;
}

.course__info-item {
	align-items: center;
	margin-top: 13px;
}

.course__info .dots {
	width: 12px;
	height: 12px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	margin-right: 10px;
}

.course__info p {
	font-weight: normal;
	font-size: 22px;
}

.course .title.two {
	margin-top: 35px;
}

.course .text {
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.price__info {
	margin-bottom: 15px;
}

.price__info-item {
	align-items: center;
	margin-top: 5px;
	margin-left: 15px;
}

.price__info .dots {
	width: 8px;
	height: 8px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	margin-right: 10px;
}

.course .note {
	font-weight: 500;
	font-size: 14px;
	margin-top: 5px;
}

.course .sign {
	width: 225px;
	height: 55px;
	border-radius: 30px 30px 30px 3px;
	background: linear-gradient(270deg, #FFF6E9 0%, #FFFFFF 100%);
	box-shadow: 0px 6px 15px rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	color: #57CF2C;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	transition: 1s;
	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 25px;
}

.course .sign:hover {
	transition: 1s;
	border-radius: 30px;
	box-shadow: 4px 6px 5px rgba(255, 255, 255, 0.5);
}

.course-list .course-but a {
	width: 100%;
	height: 60px;
	background: #FFFDFB;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50px 50px 50px 7px;
	justify-content: center;
	align-items: center;
	color: #57CF2C;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	transition: 1s;
	margin: 0 auto;
	text-align: center;
}

.course-list .course-but {
	margin-bottom: 15px;
}

.course-list .course-but:last-child {
	margin-bottom: 0;
}

.course-list .course-but a:hover {
	transition: 1s;
	border-radius: 50px;
	box-shadow: 4px 6px 5px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.course-list .course-but a.active {
	color: #fff;
	background: radial-gradient(50% 50% at 50% 50%, #64D82E 0%, #49C52A 100%);
	box-shadow: 0px 0px 15px rgba(65, 213, 27, 0.3);
}


/*ПОД КУРСАМИ*/
.photo-el.two img {
	position: absolute;
	width: 370px;
	margin-left: 65px;
	margin-top: 30px;
	z-index: 5;
}

.hot {
	position: absolute;
	margin-top: 95px;
	margin-left: 860px;
}

.test {
	width: 900px;
	height: 180px;
	background: #FFFDFB;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 55px;
	padding-left: 480px;
	padding-top: 27px;
	margin: 0 auto;
	margin-top: 135px;
}

.test p {
	position: relative;
	font-weight: bold;
	font-size: 24px;
	z-index: 5;
}

.test a {
	width: 225px;
    height: 55px;
    border-radius: 30px 30px 30px 3px;
    background: linear-gradient(270deg, #DE633D 0%, #FF8B37 100%);
    box-shadow: 0px 6px 15px rgba(235, 115, 59, 0.62);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: 1s;
    margin-left: 128px;
    margin-top: 18px;
}

.test a:hover {
	transition: 1s;
	border-radius: 30px;
	box-shadow: 4px 6px 5px rgba(235, 115, 59, 0.32);
}

.free {
	position: absolute;
	width: 152px;
	height: 6px;
	background: #FC8838;
	border-radius: 10px;
	margin-top: 208px;
	margin-left: 495.5px;
}

/*--------------------------ОТЗЫВЫ-------------------------*/
.reviews {
	padding-top: 100px;
}

.reviews h2 {
	margin-left: 95px;
}

.reviews h2 span {
	color: #F5921D;
}

.reviews .like {
	position: absolute;
	margin-left: 735px;
	margin-top: -24px;
}

.reviews .en {
	position: absolute;
	margin-left: 95px;
	margin-top: 450px;
}

.reviews-one {
	width: 270px;
	background: #FFFDFB;
	box-shadow: 0px 0px 30px rgba(122, 225, 89, 0.34);
	border-radius: 80px;
	padding: 70px 28px 40px;
	margin-top: 80px;
}

.reviews-one .photo {
	display: block;
	position: absolute;
	height: 100px;
	margin-top: -120px;
	margin-left: 57px;
	border-radius: 30px;
}

.reviews-one .name {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.reviews-one .age {
	font-weight: 300;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	margin-top: 10px;
}

.reviews-one .text {
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.reviews-one .stars {
	justify-content: center;
}

.reviews-one .stars img {
	width: 23px;
	margin: 20px 5px 0;
}

.reviews__small-all {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.reviews__small {
	width: 165px;
	height: 191px;
	background: #FFFDFB;
	box-shadow: 0px 0px 30px rgba(122, 225, 89, 0.34);
	border-radius: 40px;
	padding: 20px 30px 40px;
	margin-top: 25px;
	cursor: pointer;
}

.reviews__small:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(122, 225, 89, 0.34);
}

.reviews__small:nth-child(2) {
	margin-top: 85px;
}

.reviews__small:nth-child(4), .reviews__small:nth-child(6) {
	margin-top: -35px;
}

.reviews__small .photo {
	display: block;
	width: 50px;
	border-radius: 15px;
	margin: 0 auto;
}

.reviews__small .name {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}

.reviews__small .stars {
	justify-content: space-between;
}

.reviews__small .stars img {
	height: 16px;
}

/*--------------------------КОНТАКТЫ-------------------------*/
.contacts {
	padding-top: 100px;
}

.contacts h2 {
	margin-left: 95px;
}

.map iframe {
	margin-top: 30px;
	box-shadow: -7px 9px 30px rgba(122, 225, 89, 0.4);
	border-radius: 50px;
}

.contacts__info {
	margin-top: 60px;
	margin-left: 75px;
}

.contacts__info-item {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 25px;
}

.contacts__info-item p {
	margin-left: 12px;
}

.contacts__info-item.tel {
	font-weight: bold;
	font-size: 22px;
}

.social {
	margin-left: 75px;
	margin-top: 50px;
}

.social-item a {
	color: #0E0D62;
	font-size: 22px;
	margin-right: 45px;
	text-decoration: none;
	transition: 0.5s;
}

.social-item a:hover {
	transition: 0.5s;
	color: #F5921D;
}

/*--------------------------НИЗ-------------------------*/
.footer .header-all {
	position: static;
	align-items: center;
	margin-top: 30px;
	width: 100%;
}

.footer .header-all .menu {
	margin-left: 30px;
}

.creator {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	margin-left: auto;
	margin-right: 30px;
}

.up {
	width: 100%;
	height: 70px;
	background: #F9D16E;
	box-shadow: 7px 9px 30px rgba(248, 192, 93, 0.6);
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 11px;
	transition: background 0.5s ease;
}

.up img:hover {
    animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, -10px);
  }
}

.down {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 30px;
	margin-bottom: 40px;
}

/*========================================БУРГЕР========================================*/
.c-hamburger {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 13;
	margin-top: 22.5px;
	margin-left: 85px;
}
 
.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	cursor: pointer;
	margin-top: 0px;
	margin-left: 0px;
	height: 5px;
	background: #93C01D;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	background: #93C01D;
	cursor: pointer;
}
 
.c-hamburger span::before {
	top: 0px;
	cursor: pointer;
	top: -8px;
}
 
.c-hamburger span::after {
	bottom: 0px;
	cursor: pointer;
	bottom: -8px;
}

.c-hamburger--htx {
	background-color: #000;
}
 
.c-hamburger--htx span {
	transition: background 0s 0.3s;
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
 
.c-hamburger--htx span::before {
	transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}
 
/* состояние active при открытом меню  */
.c-hamburger--htx.is-active {
	background: linear-gradient(270deg, #DE633D 0%, #FF8B37 100%);
}
 
.c-hamburger--htx.is-active span {
	background: none;
}
 
.c-hamburger--htx.is-active span::before {
	top: 0px;
	transform: rotate(45deg);
}
 
.c-hamburger--htx.is-active span::after {
	bottom: 0px;
	transform: rotate(-45deg);
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
	width: 30px;
	background: linear-gradient(270deg, #DE633D 0%, #FF8B37 100%);
}













.header-all {
	transition: all 1s ease-out;
}

.header-all.menu-open {
	height: 213px;
	transition: all 1s ease-out;
}

.menu-collapse {
	display: none;
	position: absolute;
	width: 690px;
	margin: 0;
	z-index: 6;
	background: #fff;
	left: 50%;
	margin-left: -345px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.menu-collapse .menu {
	margin: 0;
	z-index: 6;
}

.menu-collapse .menu a {
	margin: 0;
 	text-align: center;
 	margin-top: 10px;
}
















/*============================ПОДМЕНЮ КАТЕГОРИЙ============================*/
.info__btn {
	background: #E7FFEA
	border-radius: 50px;
	height: 40px;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
	color: #0E0D62;
	padding-right: 20px;
}

.info__btn:hover {
	text-decoration: none;
	color: #0E0D62;
	transition: 0.5s;
}

a .fa-chevron-down {
	transition: 1s;
}

a .fa-chevron-down.transform {
	transform: rotate(180deg);
	transition: 1s;
}

.info__sub {
	display: none;
	position: absolute;
	z-index: 999;
	background: #E7FFEA;
	width: 100%;
	margin-left: -15px;
	padding: 0 15px 5px;
}

.info-submenu {
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 15px 0 0;
}

.info-submenu__item .course__choise {
	padding: 0;
	border-top: 1px rgba(14, 13, 98,0.3) solid;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.info-submenu__item .course__choise p {
	color: #0E0D62;
	font-size: 14px;
	text-align: start;
}

.course__choise.active {
	background: #000;
}

/*============================ВСПЛЫВАЮЩЕЕ ОКНО============================*/
.box-modal {
	width: 470px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(122, 225, 89, 0.34);
	border-radius: 100px 6px;
	padding: 10px 60px 70px;
	z-index: 10000;
}

.box-modal_close {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #F9D16E;
	box-shadow: 7px 9px 30px rgba(249, 209, 110, 0.6);
	margin-left: auto;
	margin-right: -50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.box-modal_close .fa-times {
	color: #FFFFFF;
	font-size: 12px;
}

.box-modal .title {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-top: 40px;
}

.box-modal .text {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.form__input {
	display: block;
	border: 1px solid rgba(14, 13, 98, 0.3);
	border-radius: 50px 50px 50px 7px;
	width: 100%;
	height: 60px;
	margin-bottom: 25px;
	padding-left: 40px;
}

.form__input:active, .form__input:focus {
	outline: none;
}

.actions {
	justify-content: space-between;
	margin-top: 15px;
}

.actions__remember {
	align-items: center;
}

.actions__checkbox {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	margin-right: 8px;
	cursor: pointer;
}

/*---------Галочка---------*/
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.check-sign {
	position: relative;
    background: #0A1244;
}

#check-part-1 {
    width: 5px;
    height: 2px;    
    transform:rotate(45deg);
    margin-top: 6px;
    margin-left: 1px;
}

#check-part-2 {
    width: 10px;
    height: 2px;    
    transform: rotate(-45deg);
    margin-left: 2px;
    margin-top: -3px;
}
/*---------Галочка---------*/

.actions__remember_text {
	font-size: 14px;
}

.actions__remember_text span {
	border-bottom: 1px #0E0D62 solid;
}

.form__button-one.no-active {
	background: linear-gradient(270deg, rgba(222, 99, 61, 0.7) 0%, rgba(255, 139, 55, 0.7) 100%);
}

.form__button-one.no-active:hover {
	border-radius: 30px 30px 30px 3px;
    box-shadow: 0px 6px 15px rgb(235 115 59 / 62%);
}

.form__button-one {
	width: 100%;
    height: 55px;
    border-radius: 30px 30px 30px 3px;
    background: linear-gradient(270deg, #DE633D 0%, #FF8B37 100%);
    box-shadow: 0px 6px 15px rgb(235 115 59 / 62%);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: 1s;
    margin-top: 25px;
}

.form__button-one:hover {
	transition: 1s;
	border-radius: 30px;
	box-shadow: 4px 6px 5px rgba(235, 115, 59, 0.32);
}

form label {
	position: absolute;
    margin-top: -25px;
    font-size: 12px;
    color: red;
    margin-left: 40px;
}













#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.8);
    overflow: hidden;
    display: none;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 10000;
}

.all {
	position: absolute;
	background: url(../img/white_background.png) center center;
	width: 300px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -75px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(122, 225, 89, 0.34);
	border-radius: 90px 6px;
	padding: 10px 40px 40px;
}

.all .box-modal_close {
	margin-right: 0;
	margin-right: -30px;
	background: #78DC56;
	box-shadow: 7px 9px 30px #7DDD5C;
}

.all .title {
	font-weight: 600;
	font-size: 18px;
	margin-top: 40px;
}

.all .text {
	font-weight: 300;
	font-size: 14px;
	margin-top: 5px;
}

.all .fa-check-circle {
	display: block;
	font-size: 67px;
	color: #7EDE5E;
	margin: 0 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}