@import "normalize.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

button[type="submit"],textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 transparent;
}

a:hover, a:focus, a {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.33;
	color: #111;
}

body.menu-opened { touch-action: none; -webkit-overflow-scrolling: none; overflow: hidden; overscroll-behavior: none; }

.section-first {
	background-color: #d8cfc6;
	padding-top: 20px;
}

.section-first-menu {
	position: relative;
	z-index: 888;
}

.section-first-menu__socials a:first-of-type {
	margin-right: 10px;
}

.lang-link {
	color: #111;
	font-weight: 600;
	font-size: 16px;
}

.lang-link:hover {
	color: #d4b09b;
	text-decoration: none;
}

.section-first-btn a {
	display: inline-block;
	color: #111;
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.section-first-btn a:hover {

}

h1 span {
	font-weight: 800;
	color: #fff;
}

h2 span {
	font-weight: 800;
	color: #c49e87;
}

.section-first-head {
	position: relative;
	z-index: 888;
}

.section-first-sheme__figure {
	color: #fff;
	font-family: 'Playfair Display', serif;
}

.section-first-sheme__trn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 0 10.5px 13px;
	border-color: transparent transparent transparent #ffffff;
	position: relative;
	z-index: 222;
}

.section-first-sheme__text {
	font-weight: 700;
	position: relative;
	z-index: 888;
}

.section-first-sheme__text span {
	font-style: italic;
}

.section-first-sheme__text p {
	margin-bottom: 9px;
}

.section-first .container {
	position: relative;
}

.section-about-zones p {
	margin-top: 10px;
}

.section-about-zones {
	margin-top: 25px;
}

.section-about-zones p:last-of-type {
	font-weight: 600;
	font-style: italic;
}

.section-useful {
	padding-top: 40px;
}

.section-useful-head {
	margin-top: 20px;
}

.section-useful-box__num {
	position: relative;
}

.section-useful-box__num span {
	color: #c49e87;
	font-size: 36px;
	font-weight: 600;
	position: relative;
	z-index: 333;
}

.section-useful-box__num img {
	position: absolute;
	left: 50%;
	margin-left: -23px;
	top: 0;
}

.section-useful-box__text {
	margin-top: 15px;
}

.section-useful-box {
	margin-top: 35px;
}

.section-useful-box__text p:last-of-type {
	font-style: italic;
	color: #ac8974;
	margin-top: 3px;
}

.section-useful-btn a {
	display: inline-block;
	text-transform: uppercase;
	color: #111;
	font-weight: 700;
	background-color: #fcd6c1;
	border-radius: 29px;
	position: relative;
	-webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
}

.section-useful-btn img {
	position: absolute;
	top: -22px;
	right: 0;
}

.section-why {
	background-color: #f3f3f1;
}

.section-why-desc p, .section-format-desc p {
	margin-top: 30px;
}

.section-why-desc p span, .section-format-desc p span {
	font-weight: 700;
	font-style: italic;
}

.section-buy {
	background: url(../img/bg1.jpg) 50% 50% no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	color: #fff;
}

.section-buy-box {
	margin-top: 45px;
}

.section-buy-box__num {
	color: #c49e87;
	font-size: 48px;
	font-weight: 600;
	position: relative;
}

.section-buy-box__num img {
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: 0;
}

.section-buy-box__text {
	margin-top: 15px;
}

.section-allwebs-subhead {
	font-weight: 700;
	font-style: italic;
	position: relative;
	z-index: 777;
}

.section-allwebs-newprice {
	color: #c49e87;
	font-weight: 700;
	font-style: italic;
	position: relative;
	z-index: 777;
}

.section-allwebs-oldprice span {
	font-weight: 600;
	font-style: italic;
	text-decoration: line-through;
}

.section-allwebs-btn a {
	display: inline-block;
	text-transform: uppercase;
	color: #111;
	font-weight: 700;
	background-color: #e4c7ff;
	border-radius: 29px;
	position: relative;
	-webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
}

.section-allwebs-btn img {
	position: absolute;
	top: -25px;
	right: 0;
}

.section-allwebs-head, .section-allwebs-oldprice {
	position: relative;
	z-index: 777;
}

.section-allwebs .container {
	position: relative;
}

.section-prods-subhead {
	color: #c49e87;
	font-weight: 700;
	font-style: italic;
}

.section-prods {
	background-color: #f3f3f1;
}

.section-faq {
	background: url(../img/bg2.jpg) 50% 50% no-repeat;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}

.section-faq-head {
	color: #fff;
}

.section-faq-quest, .section-faq-ans {
	background-color: #fff;
	border-radius: 8px;
}

.section-faq-quest {
	font-weight: 600;
	position: relative;
}

.section-footer-info__link a {
	color: #8f8e8e;
	display: inline-block;
	font-size: 17px;
}

.section-reviews {
	background-color: #f3f3f1;
	position: relative;
}

.section-reviews-box {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 0 22px 35px;
	-webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
    margin-top: 90px;
}

.section-reviews-box__name {
	font-weight: 600;
	font-style: italic;
	padding-top: 85px;
}

.hand-img {
	position: absolute;
	top: 90px;
	left: 0;
}

.section-allwebs-box {
	font-weight: 600;
	text-align: center;
	background-color: #efc1a7;
	border-radius: 15px;
	z-index: 9999;
	font-size: 16px;
	padding: 3px 10px;
}

.section-reviews-box__text {
	font-style: italic;
}

.section-reviews-box__quote {
	margin-top: 15px;
	margin-bottom: 15px;
}

.section-reviews-box__photo {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -65px;
}

.out_prog {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.p_img {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.prog_info {
	background-color: #fff;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.prog_info_title span {
	font-weight: 800;
	color: #c49e87;
}

.prog_info_subtitle {
	font-weight: 700;
	font-style: italic;
	color: #c49e87;
	margin-top: 15px;
}

.prog_info_desc {
	margin-bottom: 35px;
	margin-top: 35px;
}

.prog_info_desc p {
	margin-bottom: 20px;
}

.prog_info_desc p span {
	color: #c49e87;
	font-weight: 700;
	font-style: italic;
}

.prog_info_know p {
	font-weight: 700;
	font-style: italic;
}

.prog_info_box {
	background-color: #f8f2ef;
	border-radius: 8px;
	margin-top: 45px;
}

.prog_info_know__row {
	margin-top: 10px;
	margin-left: 18px;
}

.prog_info_box p {
	margin-top: 15px;
}

.prog_info_box p span {
	font-weight: 600;
	font-style: italic;
}

.prog_info_know__row span {
	margin-left: 10px;
}

.prog_info_know p {
	margin-bottom: 15px;
}

.prog_info_foot {
	margin-top: 45px; 
}

.prog_info_foot__price {
	font-weight: 600;
	font-style: italic;
}

.prog_info_foot__price span:first-of-type {
	color: #c49e87;
}

.prog_info_foot__btn a {
	display: inline-block;
	text-transform: uppercase;
	color: #111;
	font-weight: 700;
	background-color: #e0bfff;
	border-radius: 29px;
	position: relative;
	-webkit-box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
    transition: .3s;
}

.prog_info_foot__btn a:hover {
	background-color: #d6b5f5;
}

.prog_info_feedback {
	background-color: #f4ebe6;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 21px;
	position: relative;
	font-size: 16px;
	margin-top: 20px;
}

.r_col_0 {
    padding-right: 0;
}

.l_col_0 {
	padding-left: 0;
}

.out_prog {
	position: relative;
}

.badge1 {
	z-index: 999;
}

.author_info {
	background-color: #d8cfc6;
	position: relative;
}

.author_info p {
	margin-top: 20px;
	z-index: 999;
	position: relative;
}

.author_info p img {
	margin-left: 7px;
    margin-top: -4px;
}

.candles-img {
	width: 150px;
}

.section-plan-spot {
	font-style: italic;
}

.section-plan .container {
	position: relative;
}

.section-knowing-text p {
	margin-top: 30px;
}

.section-knowing-text p span {
	font-weight: 600;
	font-style: italic;
}

@media(max-width: 340px){
	.prog_info_feedback {
		padding: 10px 5px 10px 5px;
		text-align: center;
	}

	.prog_info_feedback img {
		display: block;
		margin: 0 auto 10px;
	}
}

@media(max-width: 576px){
	body { font-size: 15px; }
	.section-first .section-inner {
		padding-bottom: 0px;
	}

	.section-about {
		padding-top: 60px;
	}

	.section-first-sheme__figure {
		font-size: 110px;
		transform: rotate(90deg);
		margin-left: 20px;
		margin-top: -40px;
	}

	.stext1 {
		margin-top: -40px;
	}

	.section-first-btn a {
		border-radius: 29px;
		padding: 14px 25px;
		font-size: 15px;
		margin-bottom: 30px;
		margin-top: 40px;
	}

	.section-first-sheme__trn {
		transform: rotate(90deg);
		margin-bottom: 13px;
		margin-top: 10px;
	}

	h1 {
		font-size: 30px;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.section-first-menu__socials a:nth-of-type(2){
		margin-right: 10px;
	}

	.section-useful-btn {
		text-align: center;
		font-size: 16px;
		margin-top: 40px;
	}

	.section-useful-btn a {
		padding: 13px 20px;
	}

	.section-useful-btn img {
		width: 40px;
	}

	h2 {
		font-size: 20px;
	}

	.section-why {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.section-why-head {
		padding-bottom: 20px;
	}

	.section-format {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.section-buy {
		padding-top: 55px;
		padding-bottom: 60px;
	}

	.aatrn {
		margin-left: 78%;
	}

	.section-footer {
		padding: 35px 0;
		text-align: center;
	}

	.section-footer-info__logo {
		margin-bottom: 30px;
	}

	.section-reviews {
		padding-top: 50px;
		padding-bottom: 65px;
	}

	.section-allwebs-subhead {
		margin-top: 40px;
	}

	.section-allwebs {
		padding-bottom: 70px;
		padding-top: 50px;
	}

	.section-allwebs-btn {
		margin-top: 50px;
	}

	.section-allwebs-btn img {
		width: 35px;
	}

	.section-allwebs-btn a {
		font-size: 14px;
		padding: 15px 20px;
	}

	.section-allwebs-newprice span:first-of-type {
		font-size: 30px;
		margin-left: 10px;
	}

	.section-allwebs-newprice span:last-of-type {
		font-size: 15px;
		margin-top: 12px;
		margin-left: 5px;
		margin-right: 10px;
	}

	.section-allwebs-newprice {
		margin-top: 25px;
	}

	.out_prog {
		margin-top: 50px;
	}

	.section-prods-subhead {
		margin-top: 25px;
	}

	.prog_info_title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.prog_info_feedback {
		margin-top: 30px;
	}

	.prog_info_foot__price {
		font-size: 24px;
	}

	.prog_info_foot__btn a {
		padding: 12px 45px;
		margin-top: 30px;
	}

	.badge1 {
		position: absolute;
		top: -25px;
		left: 0;
		width: 110px;
	}

	.section-useful {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

@media(max-width: 768px){
	.section-faq-quest, .section-faq-ans {
		padding: 13px 20px;
	}

	.qtrn {
		position: absolute;
		left: 30px;
		bottom: -17px;
	}

	.section-faq {
		padding-top: 50px;
		padding-bottom: 65px;
	}

	.face1 {
		margin-bottom: 35px;
	}

	.section-faq-head {
		margin-bottom: 40px;
	}

	.section-reviews-revs img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.section-allwebs-box {
		display: inline-block;
	}

	.webxs {
		display: block;
		margin: 35px auto 18px;
	}

	.prog_info {
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}

	.prog_info {
		padding: 30px 30px 40px 30px;
	}

	.prog_info_box {
		padding: 10px 20px 30px 20px;
	}

	.section-prods {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.prog_info_title {
		margin-top: 25px;
	}

	.author_info {
		padding: 30px 30px 40px 30px;
	}

	.candles-img {
		margin: 20px auto 0;
		display: block;
	}

	.broeva2 {
		margin-bottom: 35px;
	}

	.section-about-zones {
		margin-bottom: 40px;
	}
}

@media(max-width: 992px){
	.section-first {
		text-align: center;
	}

	.section-why-desc {
		text-align: center;
	}

	.section-format img {
		display: block;
		margin: 40px auto 0;
	}

	.allwebs {
		margin-top: -30px;
	}

	.face1 {
		margin-top: 25px;
	}

	.face2 {
		margin-left: auto;
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.bighouse{
		width: 400px;
		display: block;
		margin: 0 auto;
	}

	.section-plan-spot {
		text-align: center;
	}

	.section-plan-spot img {
		width: 80px;
	}

	.section-plan-spot p {
		margin-bottom: 35px;
	}
}

@media(min-width: 340px){
	.prog_info_feedback {
		width: 250px;
		padding: 10px 0 10px 18px;
	}

	.prog_info_feedback img {
		position: absolute;
		right: 10px;
		top: -6px;
	}
}

@media(min-width: 576px){
	.section-first .section-inner {
		padding-bottom: 560px;
	}

	.section-first-sheme__figure {
		font-size: 120px;
		margin-top: -25px;
		margin-left: 25px;
		margin-right: 20px;
	}

	.section-first-btn a {
		border-radius: 29px;
		padding: 15px 52px;
	}

	.section-first-btn {
		margin-top: 65px;
	}

	.section-first-head {
		margin-top: 90px;
	}

	.broeva-img {
		width: 420px;
		position: absolute;
		bottom: -70px;
		left: 50%;
		margin-left: -210px;
	}

	.section-about {
		padding-top: 100px;
	}

	.section-first-sheme__trn {
		margin-right: 25px;
		margin-left: 25px;
	}

	.section-first-menu__socials a:nth-of-type(2){
		margin-right: 30px;
	}

	.section-useful {
		padding-bottom: 95px;
	}

	.section-useful-box__text {
		font-size: 20px;
	}

	.section-useful-btn a {
		font-size: 20px;
		padding: 15px 80px 15px 45px;
		margin-top: 70px;
	}

	.section-why {
		padding-top: 65px;
		padding-bottom: 90px;
	}

	.section-format {
		padding-top: 65px;
		padding-bottom: 70px;
	}

	.section-buy {
		padding-top: 70px;
		padding-bottom: 90px;
	}

	.section-buy-head {
		margin-bottom: 20px;
	}

	.section-allwebs-subhead {
		margin-top: 40px;
	}

	.section-allwebs {
		padding-bottom: 90px;
		padding-top: 70px;
	}

	.section-allwebs-btn a {
		font-size: 20px;
		padding: 15px 80px 15px 45px;
	}

	.section-allwebs-newprice span:first-of-type {
		font-size: 50px;
		margin-left: 10px;
	}

	.section-allwebs-newprice span:last-of-type {
		font-size: 30px;
		margin-top: 12px;
		margin-left: 5px;
		margin-right: 10px;
	}

	.section-allwebs-newprice {
		margin-top: 25px;
	}

	.section-allwebs-oldprice span:first-of-type {
		font-size: 32px;
	}

	.section-allwebs-oldprice span:last-of-type {
		font-size: 24px;
	}

	.section-allwebs-oldprice {
		margin-top: 5px;
	}

	.section-allwebs-btn a {
		margin-top: 50px;
	}

	.section-prods-subhead span {
		margin-left: 12px;
		margin-right: 12px;
	}

	.section-faq {
		padding-top: 70px;
		padding-bottom: 95px;
	}

	.aatrn {
		margin-left: 83%;
	}

	.section-footer {
		padding: 20px 0;
	}

	.section-reviews {
		padding-top: 70px;
		padding-bottom: 95px;
	}

	.section-reviews-revs {
		margin-top: 70px;
	}

	.prog_info_foot__price {
		font-size: 22px;
	}

	.prog_info_foot__price span:last-of-type {
		font-size: 26px;
	}

	.prog_info_foot__btn a {
		padding: 16px 60px;
	}

	.prog_info_title {
		font-size: 26px;
		line-height: 34px;
	}

	.out_prog {
		margin-top: 60px;
	}

	.section-prods-subhead {
		margin-top: 35px;
	}

	.badge1 {
		position: absolute;
		top: -25px;
		left: 0;
	}
}

@media(min-width: 768px){
	.section-knowing-text {
		padding-top: 45px;
	}
	.lang-link {
		margin-right: 6px;
	}

	.section-first-menu__socials a:nth-of-type(2){
		margin-right: 30px;
	}

	.section-about-zones p {
		font-size: 24px;
	}

	.section-first-sheme__text {
		font-size: 22px;
	}

	.section-first-sheme__trn {
		margin-right: 25px;
		margin-left: 25px;
	}

	h1 {
		font-size: 50px;
	}

	.section-first .section-inner {
		padding-bottom: 560px;
	}

	h2 {
		font-size: 34px;
	}

	.section-why-head {
		margin-bottom: 40px;
	}

	.section-format-head {
		margin-bottom: 10px;
	}

	.section-buy-box__text {
		font-size: 20px;
	}

	.section-buy-box__num {
		font-size: 56px;
	}

	.section-allwebs-btn a {
		margin-top: 40px;
	}

	.section-allwebs-oldprice {
		margin-top: 18px;
	}

	.section-prods {
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.section-faq-quest, .section-faq-ans {
		padding: 13px 20px;
	}

	.section-faq-ans {
		margin-top: 30px;
	}

	.section-faq-head {
		margin-bottom: 55px;
	}

	.section-useful-btn.faq-btn {
		margin-top: 30px;
	}

	.qtrn {
		position: absolute;
		left: 30px;
		bottom: -17px;
	}

	.atrn {
		position: absolute;
		right: 50px;
		bottom: -17px;
	}

	.aatrn {
		margin-left: 90%;
	}

	.section-reviews-box {
		height: 347px;
	}

	.section-allwebs-box {
		position: absolute;
	}

	.sab1 {
		top: 320px;
		left: 0px;
	}

	.sab2 {
		top: 405px;
		left: 120px;
	}

	.sab3 {
		top: 455px;
		left: 260px;
	}

	.sab4 {
		top: 400px;
		left: 420px;
	}

	.sab5 {
		top: 320px;
		left: 545px;
	}

	.row.equal {
	    display: flex;
	    flex-wrap: wrap;
	}

	.p_img, .a_img {
	    height: 100%;
	}

	.prog_info_title {
		font-size: 28px;
		line-height: 38px;
	}

	.prog_info {
		padding: 30px 30px 40px 30px;
	}

	.prog_info_box {
		padding: 10px 20px 30px 20px;
	}

	.prog_info_subtitle {
		font-size: 20px;
	}

	.prog_info_foot__price {
		font-size: 22px;
	}

	.prog_info_foot__price span:last-of-type {
		font-size: 26px;
	}

	.prog_info_foot__btn a {
		padding: 16px 60px;
	}

	.author_info {
		padding: 30px 32px 90px 40px;
	}

	.author_info_head {
		margin-bottom: 40px;
	}

	.author_info_head p {
		font-size: 30px;
	}

	.candles-img {
		position: absolute;
		bottom: 10px;
		right: 30px;
	}

	.section-knowing-text p {
		font-size: 22px;
	}
}

@media(min-width: 992px){
	.section-knowing-text p {
		font-size: 24px;
	}

	.section-plan-house {
		margin-top: 120px;
	}

	.section-plan-spot {
		position: absolute;
	}

	.sps1 {
		text-align: right;
	}

	.spot1 {
		top: 100px;
   	 	left: -140px;
	}

	.spot2 {
		top: 240px;
   	 	left: -255px;
	}

	.spot3 {
		top: 430px;
   	 	left: -235px;
	}

	.spot4 {
		bottom: -45px;
   	 	left: -90px;
	}

	.spot5 {
		top: 100px;
   	 	right: -80px;
	}

	.spot6 {
		top: 240px;
   	 	right: -240px;
	}

	.spot7 {
		top: 430px;
   	 	right: -232px;
	}

	.spot8 {
		bottom: -45px;
   	 	right: -70px;
	}

	.sps1 img {
		margin-left: 15px;
	}

	.sps2 img {
		margin-right: 15px;
	}

	.section-first .section-inner {
		padding-bottom: 0;
	}

	.stext1 {
		margin-top: 5px;
	}

	.broeva-img {
		position: absolute;
		top: 60px;
		margin-left: 0;
		right: -50px;
		width: 580px;
	}

	.section-first-btn {
		margin-top: 95px;
	}

	h1 {
		font-size: 54px;
	}

	.section-first {
		padding-bottom: 130px;
		overflow: hidden;
	}

	.section-why img {
		width: 510px;
	}

	.section-format-img img {
		margin-left: 20px;
	}

	.section-format-desc {
		margin-top: 90px;
	}

	.section-buy-box__text, .section-allwebs-subhead, .section-prods-subhead {
		font-size: 24px;
	}

	.allwebs {
		width: 980px;
		position: absolute;
		left: 50%;
		margin-left: -490px;
		bottom: 60px;
	}

	.section-allwebs-btn a {
		margin-top: 370px;
	}

	.face1 {
		position: absolute;
		left: -20px;
		top: 75px;
	}

	.face1.qface1 {
		left: -20px;
		top: 100px;
	}

	.face2 {
		position: absolute;
		right: 12px;
		top: 135px;
	}

	.face1.face3 {
		left: -20px;
		top: 100px;
	}

	.face2.aface3 {
		right: 12px;
		top: 158px;
	}

	.squest {
		margin-top: 120px;
	}

	.section-reviews-box {
		height: 325px;
	}

	.section-allwebs-box {
		position: absolute;
	}

	.sab1 {
		top: 340px;
		left: 0px;
	}

	.sab2 {
		top: 465px;
		left: 170px;
	}

	.sab3 {
		top: 535px;
		left: 365px;
	}

	.sab4 {
		top: 460px;
		left: 586px;
	}

	.sab5 {
		top: 350px;
		left: 765px;
	}

	.prog_info_title {
		font-size: 30px;
		line-height: 38px;
	}

	.prog_info {
		padding: 30px 40px 40px 40px;
	}

	.prog_info_box {
		padding: 10px 20px 30px 30px;
	}

	.prog_info_subtitle {
		font-size: 22px;
	}

	.author_info {
		padding: 30px 32px 90px 40px;
	}

	.author_info_head {
		margin-bottom: 40px;
	}

	.author_info_head p {
		font-size: 30px;
	}
}

@media(min-width: 1170px){
	.section-first {
		overflow: unset;
	}

	.allwebs {
		position: absolute;
	}
}

@media(min-width: 1200px){
	.spot4 {
		bottom: 0px;
   	 	left: -90px;
	}
	
	.spot8 {
		bottom: 0px;
   	 	right: -70px;
	}

	h1 {
		font-size: 60px;
	}

	h1 span {
		font-size: 70px;
	}

	h2 {
		font-size: 38px;
	}

	.section-format-desc p {
		font-size: 20px;
	}

	.section-format-img img {
		margin-left: 40px;
	}

	.section-format-desc {
		margin-top: 100px;
	}

	.face1.qface1 {
		left: -20px;
		top: 75px;
	}

	.allwebs {
		width: 1127px;
		position: absolute;
		left: 50%;
		margin-left: -562px;
		bottom: 60px;
	}

	.section-reviews-box__name {
		font-size: 19px;
	}

	.section-reviews-box {
		height: 374px;
	}

	.sab1 {
		top: 300px;
		left: 28px;
	}

	.sab2 {
		top: 445px;
		left: 230px;
	}

	.sab3 {
		top: 530px;
		left: 460px;
	}

	.sab4 {
		top: 440px;
		left: 722px;
	}

	.sab5 {
		top: 305px;
		left: 935px;
	}

	.prog_info_title {
		font-size: 34px;
		line-height: 40px;
	}

	.author_info_head p {
		font-size: 34px;
	}
}

.modal-body p {
    font-size: 15px;
    margin-bottom: 15px;
}