/* font-family: "MarckScriptRegular"; */
@font-face {
    font-family: "MarckScriptRegular";
    src: url("../fonts/MarckScriptRegular/MarckScriptRegular.eot");
    src: url("../fonts/MarckScriptRegular/MarckScriptRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MarckScriptRegular/MarckScriptRegular.woff") format("woff"),
    url("../fonts/MarckScriptRegular/MarckScriptRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansNarrow"; */
@font-face {
    font-family: "PTSansNarrow";
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrow.eot");
    src: url("../fonts/PTSansNarrowRegular/PTSansNarrow.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrow.woff") format("woff"),
    url("../fonts/PTSansNarrowRegular/PTSansNarrow.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RussoOneRegular"; */
@font-face {
    font-family: "RussoOneRegular";
    src: url("../fonts/RussoOneRegular/RussoOneRegular.eot");
    src: url("../fonts/RussoOneRegular/RussoOneRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RussoOneRegular/RussoOneRegular.woff") format("woff"),
    url("../fonts/RussoOneRegular/RussoOneRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'aachen_btbold';
    src: url('../fonts/aachen_bt_bold-webfont.eot');
    src: url('../fonts/aachen_bt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aachen_bt_bold-webfont.woff2') format('woff2'),
         url('../fonts/aachen_bt_bold-webfont.woff') format('woff'),
         url('../fonts/aachen_bt_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* THANKS WINDOW */
#seolight {
	background-color: rgba(0, 0, 0, 0.9);
  	position: fixed;
  	z-index: 999999;
  	height: 100%;
  	width: 100%; 
  	left: 0;
  	top: 0;
}
.text-seolight {
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
	font-family: "PTSansNarrow";
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	position: fixed;  
	z-index: 999999;
	color: #000; 
	top: 120px;
	left: 50%;
	margin-left: -200px; 
	padding: 65px 20px;
	font-size: 20px;
	width: 400px;
}
@media screen and (max-width: 519px) {
	.text-seolight {
		margin-left: -135px; 
		padding: 65px 10px;
		font-size: 18px;
		width: 270px;
	}
}
#close,
.close {
	position: absolute;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-size: 20px;
	color: #ccc;
	z-index: 9;
	height: 25px;
	right: 5px;
	width: 25px;
	top: 5px;
	opacity: 1;
	z-index: 5;
}
/* END */

/* COMMON */
body {
	font-family: "PTSansRegular";
}
.container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}
.green {
	color: #00CC33;
}
/* END */

/* MODALS */
.modalDialog,
.modalDialog2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target,
.modalDialog2:target {
	display: block;
	pointer-events: auto;
}
.modalDialog > div,
.modalDialog2 > div {
	position: relative;
	margin: 50px auto;
	padding: 5px 5px 13px 5px;
	border-radius: 5px;
	background: #fff;
}
.modalDialog > div {
	max-width: 300px;
}
.modalDialog2 > div {
	max-width: 600px;
	max-height: 500px;
	overflow: auto;
}
/* MODALS END */

/* BUTTONS */
.btn {
	width: 220px;
	font-size: 18px;
}
.btn-warning {
	background: #feb83d;
	background:-webkit-linear-gradient( #feb83d, #ea7504);
    background:   -moz-linear-gradient( #feb83d, #ea7504);
    background:     -o-linear-gradient( #feb83d, #ea7504);
    background:    -ms-linear-gradient( #feb83d, #ea7504);
    background:        linear-gradient( #feb83d, #ea7504);
}
.btn-warning:hover,
.btn-warning:focus {
	background: #ea7504;
	background:-webkit-linear-gradient( #ea7504, #feb83d);
    background:   -moz-linear-gradient( #ea7504, #feb83d);
    background:     -o-linear-gradient( #ea7504, #feb83d);
    background:    -ms-linear-gradient( #ea7504, #feb83d);
    background:        linear-gradient( #ea7504, #feb83d);
}
.btn-danger {
	background: #e51e19;
	background:-webkit-linear-gradient( #e51e19, #ff504c);
    background:   -moz-linear-gradient( #e51e19, #ff504c);
    background:     -o-linear-gradient( #e51e19, #ff504c);
    background:    -ms-linear-gradient( #e51e19, #ff504c);
    background:        linear-gradient( #e51e19, #ff504c);
	border-color: #fff;	
}
.btn-danger:hover,
.btn-danger:focus {
	background: #ff504c;
	background:-webkit-linear-gradient( #ff504c, #e51e19);
    background:   -moz-linear-gradient( #ff504c, #e51e19);
    background:     -o-linear-gradient( #ff504c, #e51e19);
    background:    -ms-linear-gradient( #ff504c, #e51e19);
    background:        linear-gradient( #ff504c, #e51e19);
	border-color: #fff;
}
/* BUTTONS END */

/* FORMS */
.my-form {
	background-color: #3a3a3a;
	color: #fff;
	border: 2px solid #fff;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 70px;
	box-shadow: 3px 3px 10px #000;
	padding: 0px 0px 15px;
	max-width: 370px;
	min-height: 370px;
	margin: 0px auto;
}
.my-form .btn {
	margin: 0px auto;
}
.form-control {
	margin-bottom:15px;
}
/* FORMS END */

/* CAPTIONS */
.title-block {
	text-align: center;
	line-height: 1;
	margin: 50px auto 30px;
}
.title-block h2 {
	font-family: "PTSansNarrow";
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 45px;
}
.title-block p {
	font-family: "RussoOneRegular";
	font-size: 35px;
}
/* CAPTIONS END */

/* HEADER */
header {
	border-bottom: 1px solid #fff;
	background-color: #3e3e3e;
	color: #fff;
	line-height: 1;
	padding: 15px 5px 0px;
	min-height: 60px;
}
header p {
	margin-bottom: 0px;
}
.logo {
	font-family: 'aachen_btbold';
	text-transform: uppercase;
	margin-top: -3px;
	font-size: 55px;
	color: #fff;
}
.phone {
	text-align: right;
	font-weight: 700;
	font-size: 35px;
}
.btn {
	margin-top: 0px;
}
/* HEADER END */

/* PROMO */
#promo {
	background: url(../img/bg/bg-promo.jpg) center center no-repeat;
	padding-bottom: 40px;
	min-height: 780px;
	color: #fff;
}
.title-page h1 {
	font-family: "PTSansNarrow";
	text-transform: uppercase;
	line-height: 1;
	font-size: 50px;
}
.title-page h1 span {
	font-family: "RussoOneRegular";
	text-transform: none;
}
.slogan p {
	line-height: 1;
	font-size: 40px;
}
.slogan del {
	font-family: "RussoOneRegular";
	font-size: 45px;
}
.slogan p span {
	font-family: "RussoOneRegular";
	text-shadow: 1px 1px 2px #000;
	color: #e92222;
	font-size: 50px;
}
.img-promo-block {
	position: relative;
}
.gift-block {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 420px;
}
.img-gift {
	position: relative;
	border-radius: 50%;
	background: #fff;
	z-index: 3;
	width: 170px;
	height: 170px;
	margin-top: -70px;
}
.img-gift img {
	border-radius: 50%;
}
.about-gift {
	background: #ea7504;
	background:-webkit-linear-gradient( #feb83d, #ea7504);
    background:   -moz-linear-gradient( #feb83d, #ea7504);
    background:     -o-linear-gradient( #feb83d, #ea7504);
    background:    -ms-linear-gradient( #feb83d, #ea7504);
    background:        linear-gradient( #feb83d, #ea7504);
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #fff;
	position: relative;
	text-align: right;
	width: 340px;
	height: 70px;
	margin-left: 80px;
	font-size: 20px;
	padding: 5px 15px 5px 80px;
}
.about-gift span {
	font-weight: 700;
	font-size: 25px;
}
.timer {
	margin-top: 15px;
}
.title-timer {
	box-shadow: 3px 3px 10px #000;
	border-top-right-radius: 70px;
	border-top-left-radius: 70px;
	text-transform: uppercase;
	background-color: #3a3a3a;
	border: 1px solid #fff;
	text-align: center;
	max-width: 370px;
	margin: 0px auto;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-top: 4px;
	font-size: 25px;
	padding: 10px 5px;
}
.title-timer span {
	font-size: 40px;
}
/* PROMO END */

/* ABOUT */
#about {
	position: relative;
	z-index: 3;
	top: 0px;
	box-shadow: 0px -5px 15px #222, 0px 5px 15px #252525;
	background-color: #fff;
	padding-bottom: 40px;
	font-size: 16px;
	min-height: 780px;
}
.logo-about {
	font-family: "RussoOneRegular";
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1;
	font-size: 45px;
	margin-bottom: 10px;
}
.about-company {
	max-width: 550px;
	margin: 0px auto 20px;
}
.about-slogan {
	font-family: "MarckScriptRegular";
	margin-top: 25px;
	font-size: 35px;
}
.about-slogan p {
	line-height: 1;
}
.about-slogan-title {
	font-family: "RussoOneRegular";
	margin-bottom: 0px;
}
.about-slogan-subtitle {
	text-align: center;
}
.about-slogan-subtitle2 {
	text-align: right;
}
.img-about {
	position: relative;
	max-width: 550px;
	margin: 0px auto 20px; 
}
.sertific {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
}
.price-about {
	position: absolute;
	z-index: 3;
	line-height: 1;
	top: 100%;
	right: 0px;
	margin-top: -140px;
	width: 240px;
	height: 140px;
	text-align: right;
	font-size: 20px;
}
.price-about del {
	font-family: "RussoOneRegular";
	font-size: 35px;
}
.price-about span {
	font-family: "RussoOneRegular";
	text-shadow: 1px 1px 2px #000;
	color: #e92222;
	font-size: 45px;
}
.price-about .btn {
	box-shadow: 2px 2px 4px #111;
}
/* ABOUT END */

/* FEATURES */
#features {
	background-color: #3e3e3e;
	color: #eaeaea;
	padding-bottom: 40px;
	min-height: 570px;
}
#features ul p {
	margin-bottom: 5px;
	font-size: 20px;
}
#features ul span {
	font-weight: 700;
	color: #feb83d;
}
#features img {
	margin-bottom: 20px;
}
.features-slogan {
	text-align: center;
	font-size: 30px;
}
.features-slogan span {
	font-family: "RussoOneRegular";
	color: #e92222;
	text-shadow: 1px 1px 2px #000;
	font-size: 35px;
}
#features .btn {
	box-shadow: 1px 1px 4px #111;
	margin-bottom: 25px;
}
/* FEATURES END */

/* GALLERY */
#gallery {
	position: relative;
	z-index: 3;
	top: 0px;
	box-shadow: 0px -5px 15px #222, 0px 5px 15px #252525;
	background-color: #fff;
	padding-bottom: 40px;
	min-height: 430px;
}
#owl-carousel .item {
	margin: 0px 3px;
}
.gallery-text {
	max-width: 550px;
	margin: 0px auto 20px;
}
.gallery-text h3 {
	font-weight: 700;
}
/* GALLERY END */

/* SHEME */
#sheme {
	background: url(../img/bg/bg-delivery.jpg) center center no-repeat;
	background-attachment: fixed;
	color: #eaeaea;
	padding-bottom: 20px;
	min-height: 780px;
}
.speech-none,
.speech-right{
	position: relative;
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
    border-radius: 10px;
    width: 180px;
    height: 150px;
    margin: 0px auto 20px;
}
.speech-none:after,
.speech-right:after {
	content: '';
  	position: absolute;
  	width: 0;
	height: 0;
	border: 20px solid transparent;
}
.speech-none p,
.speech-right p {
	color: #000;
	font-size: 20px;
    line-height: 1.1;
    height: 70px;
}
.sheme-text {
	font-size: 20px;
	text-align: center;
	margin: 0px auto;
}
.speech-right .btn {
	width: 150px;
	margin-top: -10px;
}
.delivery-block {
	background: #ea7504;
	background:-webkit-linear-gradient( #feb83d, #ea7504);
    background:   -moz-linear-gradient( #feb83d, #ea7504);
    background:     -o-linear-gradient( #feb83d, #ea7504);
    background:    -ms-linear-gradient( #feb83d, #ea7504);
    background:        linear-gradient( #feb83d, #ea7504);
	text-shadow: 0px 0px 2px #000;
	padding: 1px 20px 10px;
	border: 2px solid #fff;
	border-radius: 5px;
	max-width: 340px;
	margin: 0px auto 30px;
	font-size: 16px;
}
.delivery-slogan {
	font-weight: 700;
	text-align: center;
	font-size: 25px;
}
.delivery-slogan span {
	color: #e92222;
	text-shadow: 1px 1px 2px #000;
}
/* SHEME END */

/* FOOTER */
footer {
	font-family: "PTSansNarrow";
	position: relative;
	z-index: 3;
	top: 0px;
	box-shadow: 0px -5px 15px #252525;
	background-color: #fff;
	min-height: 70px;
	padding: 15px 5px 5px;
	font-size: 18px;
}
footer a {
	color: #333;
}
.copyring {
	text-align: center;
	font-size: 18px;
	margin-top: 2px;
}
footer .btn {
	margin-top: 5px;
}
/* FOOTER END */

@media screen and (min-width: 1200px) {
	.speech-right:after {
		border-left-color: #fff;
		left: 180px;
		top: 55px;
	}
	.on-sm {
		display: none;
	}
	iframe {
		min-width: 580px;
		min-height: 300px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* FORMS */
	.my-form {
		padding: 0px 0px 5px;
	}
	.on-sm {
		display: none;
	}
	/* FORMS END */

	/* HEADER */
	header {
		padding: 8px 5px 0px;
	}
	.logo {
		margin-top: 2px;
	}
	.phone {
		margin-top: 7px;
		font-size: 32px;
	}
	.btn {
		margin-top: 5px;
	}
	/* HEADER END */

	/* PROMO */
	#promo {
		background: url(../img/bg/bg-promo-md.jpg) center center no-repeat;
	}
	.title-page h1 {
		font-size: 45px;
	}
	.slogan p {
		font-size: 35px;
	}
	.slogan del {
		font-size: 40px;
	}
	.slogan p span {
		font-size: 45px;
	}
	.timer {
		margin-top: 5px;
	}
	.title-timer {
		font-size: 22px;
	}
	.title-timer span {
		font-size: 36px;
	}
	/* PROMO END */

	/* ABOUT */
	#about {
		padding-bottom: 0px;
		font-size: 14px;
	}
	.about-slogan {
		font-size: 30px;
	}
	iframe {
		min-width: 560px;
		min-height: 280px;
	}
	.price-about {
		margin-top: -130px;
		height: 130px;
	}
	.price-about del {
		font-size: 30px;
	}
	.price-about span {
		font-size: 40px;
	}
	.price-about .btn {
		margin-top: -5px;
	}
	/* ABOUT END */

	/* FEATURES */
	#features ul p {
		font-size: 18px;
	}
	.features-slogan {
		font-size: 27px;
	}
	.features-slogan span {
		font-size: 32px;
	}
	/* FEATURES END */

	/* SHEME */
	#sheme {
		background: url(../img/bg/bg-delivery-md.jpg) center center no-repeat;
		background-attachment: fixed;
		padding-bottom: 20px;
		min-height: 775px;
	}
	.speech-right:after {
		border-left-color: #fff;
		left: 180px;
		top: 55px;
	}
	/* SHEME END */
}
@media (min-width: 768px) and (max-width: 991px) {
	/* BUTTONS */
	.btn {
		width: 200px;
		font-size: 16px;
	}
	.off-sm {
		display: none;
	}
	/* BUTTONS END */

	/* HEADER */
	header {
		padding: 10px 5px 10px;
	}
	header p {
		margin-bottom: 0px;
	}
	.logo {
		font-size: 36px;
		margin-top: 6px;
	}
	.phone {
		margin-top: 5px;
		font-size: 28px;
	}
	.btn {
		margin-top: 2px;
	}
	/* HEADER END */

	/* PROMO */
	#promo {
		background: url(../img/bg/bg-promo-sm.jpg) center center repeat-y;
		padding-bottom: 40px;
		text-align: center;
	}
	.img-promo-block {
		max-width: 720px;
		margin: 0px auto;
	}
	/* PROMO END */

	/* ABOUT */
	#about {
		padding-bottom: 0px;
	}
	.about-company {
		max-width: 650px;
		margin: 20px auto;
		text-align: center;
		font-size: 18px;
	}
	.about-slogan {
		max-width: 650px;
		margin: 30px auto 0px;
	}
	/* ABOUT END */

	/* FEATURES */
	.features-slogan {
		margin: 25px auto 0px;
	}
	/* FEATURES END */

	/* SHEME */
	#sheme {
		background: url(../img/bg/bg-delivery-sm.jpg) center center no-repeat;
		background-attachment: fixed;
	}
	.speech-right .btn {
		width: 120px;
	}
	.speech-right:after {
		border-left-color: #fff;
		left: 149px;
		top: 55px;
	}
	.speech-none,
	.speech-right {
	    padding: 45px 15px;
	    width: 150px;
	}
	.speech-none p,
	.speech-right p {
		font-size: 16px;
	}
	/*----------------------*/
	.delivery-block {
		text-shadow: 0px 0px 1px #000;
		line-height: 1.2;
		min-height: 210px;
		font-size: 15px;
	}
	/* SHEME END */

	/* FOOTER */
	footer .btn {
		margin-top: 8px;
	}
	/* FOOTER END */
}
@media (min-width: 520px) and (max-width: 767px) {
	/* MODALS */
	.user-agreement-about,
	.privacy-policy-about {
		margin-left: -10px;
	}
	.user-agreement-about ol,
	.privacy-policy-about ol {
		margin-left: -20px;
	}
	/* MODALS END */
	.on-sm {
		display: none;
	}
	/* CAPTIONS */
	.title-block h2 {
		font-size: 36px;
	}
	.title-block p {
		font-size: 30px;
	}
	/* CAPTIONS END */

	/* HEADER */
	header {
		padding: 10px 5px;
	}
	.logo {
		text-align: center;
		margin: 0px auto 5px;
	}
	.phone {
		margin: -5px auto 10px;
		text-align: center;
		font-size: 35px;
	}
	/* HEADER END */

	/* PROMO */
	#promo {
		background: url(../img/bg/bg-promo-xs.jpg) center center repeat-y;
		padding-bottom: 40px;
		text-align: center;
	}
	.title-page h1 {
		font-size: 40px;
	}
	.slogan p {
		font-size: 30px;
	}
	.slogan del {
		font-size: 35px;
	}
	.slogan p span {
		font-size: 40px;
	}
	.img-promo-block {
		padding-top: 70px;
	}
	/* PROMO END */

	/* ABOUT */
	#about {
		padding-bottom: 20px;
	}
	.about-company {
		text-align: center;
	}
	.about-slogan-title,
	.about-slogan-subtitle,
	.about-slogan-subtitle2 {
		text-align: center;
	}
	/* ABOUT END */

	/* FEATURES */
	#features {
		padding-bottom: 40px;
		min-height: 775px;
	}
	#features ul {
		width: 360px;
		margin: 0px auto 20px;
	}
	.text-features {
		max-width: 450px;
		margin: 0px auto 30px;
	}
	/* FEATURES END */

	/* GALLERY */
	.gallery-text {
		text-align: center;
	}
	/* GALLERY END */

	/* SHEME */
	#sheme {
		background: url(../img/bg/bg-delivery-xs.jpg) center center no-repeat;
		background-attachment: fixed;
		padding-bottom: 20px;
	}
	.speech-none,
	.speech-right {
	    margin: 0px auto 30px;
	}
	.speech-right:after {
		border-top-color: #fff;
		top: 149px;
		left: 70px;
	}
	/* SHEME END */

	/* FOOTER */
	footer {
		text-align: center;	
		padding: 15px 5px 15px;
	}
	.copyring {
		margin-top: 10px;
	}
	/* FOOTER END */
}
@media screen and (max-width: 519px) {
	/* MODALS */
	.modal-content {
		margin: 50px auto 20px;
	}
	#user-agreement .modal-content,
	#privacy-policy .modal-content {
		padding: 5px;
	}
	.user-agreement-about,
	.privacy-policy-about {
		margin-left: -15px;
	}
	.user-agreement-about ol,
	.privacy-policy-about ol {
		margin-left: -30px;
	}
	/* MODALS END */
	.on-sm {
		display: none;
	}
	/* CAPTIONS */
	.title-block {
		margin: 30px auto;
	}
	.title-block h2 {
		font-size: 28px;
	}
	.title-block p {
		font-size: 28px;
	}
	/* CAPTIONS END */

	/* HEADER */
	header {
		padding: 10px 5px;
	}
	.logo {
		text-align: center;
		margin: 0px auto 5px;
		font-size: 35px;
	}
	.phone {
		margin: -5px auto 10px;
		text-align: center;
		font-size: 30px;
	}
	/* HEADER END */

	/* PROMO */
	#promo {
		background: url(../img/bg/bg-promo-xs2.jpg) center center repeat-y;
		padding-bottom: 40px;
		text-align: center;
	}
	.title-page h1 {
		font-size: 35px;
	}
	.slogan p {
		font-size: 25px;
	}
	.slogan del {
		font-size: 30px;
	}
	.slogan p span {
		font-size: 35px;
	}
	.img-promo-block {
		padding-top: 210px;
	}
	.gift-block {
		top: 10px;
		left: 50%;
		width: 290px;
		margin-left: -145px;
	}
	.img-gift {
		width: 170px;
		height: 170px;
		margin-top: -20px;
		left: 50%;
		margin-left: -85px;
		z-index: 1;
	}
	.about-gift {
		width: 290px;
		min-height: 70px;
		margin-left: 0px;
		font-size: 20px;
		padding: 5px;
		z-index: 3;
		text-align: center;
		border-radius: 5px;
	}
	/* PROMO END */

	/* ABOUT */
	#about {
		font-size: 15px;
		padding-bottom: 0px;
	}
	.about-company {
		text-align: center;
	}
	.logo-about {
		font-size: 30px;
	}
	.about-slogan {
		margin: 25px auto;
		font-size: 28px;
	}
	.about-slogan-title,
	.about-slogan-subtitle,
	.about-slogan-subtitle2 {
		text-align: center;
	}
	.img-about {
		max-width: 550px;
		padding-bottom: 110px;
		margin: 0px auto 20px; 
	}
	/* ABOUT END */

	/* FEATURES */
	#features {
		padding-bottom: 20px;
	}
	#features ul p {
		font-size: 17px;
	}
	#features img {
		margin-bottom: 20px;
	}
	.features-slogan {
		font-size: 27px;
		line-height: 1.2;
	}
	.features-slogan span {
		font-size: 32px;
	}
	/* FEATURES END */

	/* GALLERY */
	.gallery-text {
		text-align: center;
	}
	/* GALLERY END */

	/* SHEME */
	#sheme {
		background: url(../img/bg/bg-delivery-xs2.jpg) center center no-repeat;
		background-attachment: fixed;
	}
	.speech-none,
	.speech-right {
	    margin: 0px auto 30px;
	}
	.sheme-text {
		font-size: 18px;
	}
	.speech-right:after {
		border-top-color: #fff;
		top: 149px;
		left: 70px;
	}
	/*----------------------*/
	.delivery-slogan {
		font-size: 22px;
	}
	/* SHEME END */

	/* FOOTER */
	footer {
		text-align: center;	
		padding: 15px 5px 15px;
	}
	.copyring {
		margin-top: 10px;
	}
	/* FOOTER END */
}