body {
	font-family: 'Acrom';
	color: #2c2c2c;
	font-size: 16px;
	min-width: 420px;
	line-height: 1.2;
}
ol,
ul {
    list-style: none;
	padding: 0;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}
h3 {
	font-size: 45px;
	text-align: center;
	font-family: 'Zamenhof Plain';
	margin-bottom: 40px;
}
img {
	max-width: 100%;
}
.btn {
	width: 235px;
	height: 64px;
	line-height: 64px;
	padding: 0 15px;
	background-color: #81A406;
	background-image: -webkit-linear-gradient(90deg,rgba(56,72,0,1.00) 0%,rgba(157,199,9,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(56,72,0,1.00) 0%,rgba(157,199,9,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(56,72,0,1.00) 0%,rgba(157,199,9,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(56,72,0,1.00) 0%,rgba(157,199,9,1.00) 100%);
	border-radius: 30px;
	box-shadow: 2px 3px 3px rgba(243, 222, 182, 0.13), inset 2px 3px 3px rgba(0, 0, 1, 0.21);
	border: none;
	font-size: 20px;
	outline: none !important;
	color: #fff !important;
	background-size: 100% auto;
	transition: all 0.3s;
	max-width: 100%;
	cursor: pointer;
}
.btn:hover {
	background-size: 150% auto;
}
.btn-white {
	min-width: 235px;
	height: 64px;
	line-height: 64px;
	padding: 0 15px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	outline: none !important;
	transition: all 0.3s;
}
.btn-white:hover {
	background: #fff;
	color: #2c2c2c;
}
.form {
	text-align: center;
	color: #f2f2f2;
	padding-top: 45px;
	padding-bottom: 45px;
	background: #28691c;
}
form input,
form textarea {
	width: 100%;
	height: 64px;
	font-size: 20px;
	padding-left: 30px;
	border-radius: 50px;
	border: 1px solid #9c9c9c;
	outline: none;
	color: #323232;
	margin-bottom: 30px;
}
form textarea {
	height: 225px;
	border-radius: 30px;
	padding-top: 20px;
	resize: none;
}
form input:focus {
	border-color: #2c741f;
}
form button {
	width: 100% !important;
}
.form h4 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 14px;
}
.form p {
	font-size: 18px;
}
.form form {
	margin-top: 25px;
}
.form form input,
.form form textarea {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}
.form form input:focus,
.form form textarea:focus{
	background: #fff;
}
.link:hover {
	text-decoration: underline;
}
#header {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f2f2f2;
}
#header .logo {
	padding-top: 8px;
}
#header .logo>* {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
#header .logo span {
	color: #3d433e;
}
#header .logo hr {
	width: 1px;
	height: 42px;
	background-color: #E7E7E7;
}
#header .contacts {
	text-align: right;
}
#header .contacts span {
	font-size: 16px;
	font-weight: 800;
	color: #5a645c;
	display: block;
}
#header .contacts strong {
	font-size: 26px;
	font-weight: 800;
	display: block;
}
#header .contacts a {
	color: #2c741f;
}
#nav {
	text-align: center;
	background: #2c741f;
	color: #fff;
	z-index: 100;
	position: relative;
}
#nav .icon-bar {
    background-color: #fff;
}
.navbar-nav {
    float: none;
}
.navbar-nav>li {
	display: inline-block;
	float: none;
}
.navbar-nav>li.phone {
	display: none;
}
.is-sticky .navbar-nav>li.phone {
	display: inline-block;
}
.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
	transition: all 0.3s;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #6da30f;
}
#first {
	min-height: 826px;
	padding: 30px 15px;
	background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#first .title {
	max-width: 1384px;
	margin: 0 auto;
	text-align: center;
	padding: 26px 15px 34px 15px;
	background-image: url(../img/gradient.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
#first .title h2 {
	font-size: 25px;
	color: #3d433e;
}
#first .title h1 {
	font-family: 'Zamenhof Plain';
	font-size: 35px;
	color: #2c741f;
	margin-top: 0px;
}
#first .title h1 span {
	font-family: 'Zamenhof Inline';
	display: block;
	color: #6da30f;
	font-size: 80px;
}
#benefits-short {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 30px;
}
#benefits-short .items li {
	margin-bottom: 30px;
}
#benefits-short .items li i {
	width: 130px;
	height: 130px;
	display: inline-block;
	border: 3px solid #fff324;
	border-radius: 50%;
	position: relative;
	margin-bottom: 15px;
}
#benefits-short .items li i img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#benefits-short .items li p {
	font-size: 18px;
}
#models {
	padding-top: 90px;
	padding-bottom: 72px;
	background-color: #F2F2F2;
}
#models .items li {
	text-align: center;
	margin-bottom: 54px;
}
#models .items li .img {
	position: relative;
	margin-bottom: 30px;
}
#models .items li .img img {
	display: inline-block;
	vertical-align: middle;
}
#models .items li h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
#models .items li h4 span {
	display: block;
	font-weight: bold;
	margin-top: 3px;
}
#models .items li p {
	font-size: 17px;
	line-height: 1.35;
	margin-bottom: 16px;
}
#models .items li .price {
	color: #2c741f;
	font-size: 18px;
	margin-bottom: 16px;
}
#models .items li .price b {
	font-size: 24px;
	font-weight: 800;
}
#benefits {
	padding-top: 97px;
	padding-bottom: 88px;
	background-color: #FFFFFF;
}
#benefits .text {
	padding: 20px 15px;
	font-size: 18px;
}
#benefits .text ul {
	padding: 0;
}
#benefits .text ul li {
	margin-bottom: 26px;
	position: relative;
}
#benefits .text-1 ul li {
	border-right: 3px solid #827f6e;
	margin-right: -15px;
	padding-right: 15px;
}
#benefits .text-2 ul li {
	margin-bottom: 21px;
	border-left: 3px solid #827f6e;
	margin-left: -15px;
	padding-left: 15px;
}
#benefits .text ul li h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 1.35;
}
#benefits .text ul li p {
	line-height: 1.35;
	margin: 0;
}
#benefits .img {
	position: relative;
}
#benefits .img img{
	margin-left: -8px;
}
#benefits .img:after {
	content: '';
	width: 400px;
	height: 370px;
	display: block;
	position: absolute;
	left: 0px;
	top: 38px;
	background-image: url(../img/benefits/arrow.png);
}
#steps {
	padding-top: 95px;
	padding-bottom: 44px;
	background: #fdffd0;
}
#steps h3 {
	color: #2c741f;
}
#steps .steps {
	overflow: hidden;
	margin-bottom: 45px;
}
#steps .steps li {
	text-align: left;
	background-image: url(../img/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#steps .steps li:last-of-type {
	background: none;
}
#steps .steps li i {
	width: 100px;
	height: 100px;
	border: 2px solid #3a7d2c;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	background: #feffe5;
	margin-right: 7px;
}
#steps .steps li i img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#steps .steps li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.3;
}
#steps .text {
	font-size: 21px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 48px;
}
#steps .truck {
	margin: 0 auto;
	background-image: url(../img/steps/truck.png);
	width: 505px;
	height: 223px;
	padding-top: 22px;
	padding-left: 135px;
	margin-bottom: -136px;
	position: relative;
}
#steps .truck h4 {
	font-size: 20px;
	color: #00714a;
	font-family: 'Zamenhof Plain';
	line-height: 1.3;
	margin-bottom: 4px;
}
#steps .truck p {
	font-size: 14px;
	line-height: 1.3;
}
#action {
	padding-top: 145px;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}
#action h3 b {
	font-weight: normal;
	color: #d1370d;
}
#action h3 span {
	display: block;
	font-size: 35px;
	margin-top: 7px;
}
#action .text {
	text-align: center;
	margin-bottom: 42px;
}
#action .text p {
	font-size: 25px;
	margin-bottom: 18px;
}
#action .text p span {
	font-size: 20px;
	font-weight: bold;
}
#action h4 {
	text-align: center;
	color: #2c741f;
	font-size: 30px;
	font-family: 'Zamenhof Plain';
	text-transform: uppercase;
	margin-bottom: 30px;
}
#water-supply {
	color: #123c4b;
	padding-top: 85px;
	padding-bottom: 75px;
	background: #d0f3ff;
}
#water-supply .text {
	padding-left: 25px;
	margin-bottom: 30px;
}
#water-supply .text li {
	font-size: 21px;
	min-height: 25px;
	background-image: url(../img/icons/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 44px;
	margin-bottom: 11px;
}
#water-supply .items {
	text-align: center;
}
#water-supply .items .img {
	display: block;
	margin-bottom: 12px;
	position: relative;
}
#water-supply .items li:not(:last-child) .img:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	width: 100%;
	height: 8px;
	background: #8eb3c0;
}
#water-supply .items .img img {
	position: relative;
	z-index: 5;
		border: 5px solid #8eb3c0;
}
#water-supply .items p {
	font-size: 20px;
	line-height: 1.5;
}
#equipment {
	padding-top: 64px;
	padding-bottom: 60px;
	background: #fff;
}
#equipment .items {
	font-size: 0;
	text-align: center;
}
#equipment .items li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding: 0 15px;
}
#equipment .items li .img {
	height: 230px;
	line-height: 230px;
	position: relative;
	overflow: hidden;
}
#equipment .items li .img img {
	display: inline-block;
	vertical-align: bottom;
}
#equipment .items li h4 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 16px;
}
#equipment .items li .price {
	font-size: 18px;
	color: #2c741f;
}
#equipment .items li .price b {
	font-size: 24px;
	font-weight: 800;
}
#slider {
	background: #fff;
}
#slider li img {
	height: 470px;
	width: auto;
}
#video {
	text-align: center;
	padding-top: 85px;
}
#video iframe {
	width: 640px;
	height: 480px;
}
#warranty {
	padding-top: 85px;
	padding-bottom: 105px;
	background-color: #FFFFFF;
}
#warranty .text {
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
}
#warranty .text p span {
	font-size: 24px;
	font-weight: bold;
	color: #2c741f;
	background: #fff324;
	padding: 5px 0px;
	box-shadow: 20px 0 0 #fff324, -20px 0 0 #fff324;
}
#warranty .text h4 {
	color: #2c741f;
	font-size: 30px;
	font-family: 'Zamenhof Plain';
	margin-top: 40px;
	margin-bottom: 18px;
}
#warranty .text ul {
	text-align: left;
	padding-left: 25px;
}
#warranty .text ul li {
	background-image: url(../img/icons/check-2.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 44px;
	margin-bottom: 9px;
	min-height: 25px;
}
#warranty .items {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}
#warranty .items img {
	border-radius: 50%;
}
#reviews {
	padding-top: 94px;
	margin-bottom: 0px;
	padding-bottom: 110px;
	background-color: #F2F2F2;
}
#reviews .items li{margin-bottom: 42px;}
#reviews .items .text {
	border-bottom: 4px solid #2c741f;
	padding-bottom: 12px;
}
#reviews .items .text h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#reviews .items .text h4 b {
	font-size: 24px;
	font-weight: 800;
	color: #2c741f;
}
#reviews .items .text p {
	font-size: 17px;
	line-height: 1.8;
}
#staff {
	color: #f2f2f2;
	padding-top: 64px;
	background-image: url(../img/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#staff .items {
	text-align: center;
	margin-bottom: 45px;
}
#staff .items li img {
	border-radius: 50%;
	margin-bottom: 10px;
}
#staff .items li h4 {
	font-size: 21px;
	font-weight: bold;
}
#staff .contacts {
	text-align: center;
	padding: 15px 0;
	margin: 0;
}
#staff .contacts li {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 22px;
	text-align: center;
	padding-left: 30px;
	margin: 10px 22px;
	color: #e4d74c;
}
#staff .contacts .phone {
	background-image: url(../img/icons/phone.png);
}
#staff .contacts .email {
	background-image: url(../img/icons/mail.png);
}
#staff .contacts .schedule {
	font-size: 21px;
	font-weight: normal;
	background-image: url(../img/icons/calendar.png);
}
#footer {
	padding-top: 50px;
	padding-bottom: 40px;
	color: #fff;
	background: #363432;
}
#footer .logo {
}
#footer .dev {
	text-align: center;
}
#footer .dev a img{
	transition: all 0.3s;
	opacity: 0.4;
}
#footer .dev a:hover img{
	opacity: 1;
}

#footer .contacts {
	text-align: right;
	float: right;
}
#footer .contacts span {
	display: block;
	font-size: 16px;
	font-weight: 800;
}
#footer .contacts strong {
	display: block;
	font-size: 26px;
	font-weight: 800;
}
.popup-order {
	background: #f2f2f2;
}
.popup-order .form {
	background-color: transparent;
}
.popup-order .form input,
.popup-order .form textarea {
	background: #fff;
}
.popup-order .form input:focus,
.popup-order .form textarea:focus {
	border-color: #2c741f;
}
.popup-order .form h4 {
	font-family: 'Zamenhof Inline';
	font-weight: normal;
	font-size: 40px;
}
.popup-order .form h4, 
.popup-order .form p {
    color: #5e7900;
}
.popup-details {
	background: #f2f2f2;
	padding: 70px;
	display: none;
	width: 1140px;
}
.popup-details .features {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.popup-details .features li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #827f6e;
	padding: 0 15px;
}
.popup-details .features li h4 {
	font-size: 30px;
	margin: 0;
}
.popup-details .features li h4 b {
	font-size: 45px;
	font-family: 'Zamenhof Inline';
	font-weight: normal;
	display: block;
	color: #5e7900;
}
.popup-details .features li p {
	font-size: 20px;
	text-align: center;
}
.popup-details .features li p b {
	font-weight: 800;
}
.popup-details .img {
	text-align: center;
}
.popup-details h5 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.popup-details .features-2 {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.popup-details .features-2 li {
	display: table-cell;
	width: 100%;
	text-align: center;
}
.popup-details .features-2 li i {
	width: 100px;
	height: 100px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
.popup-details .features-2 li i img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.popup-details .features-2 li p {
	font-size: 20px;
}
.popup-details  .price {
	font-size: 20px;
	margin-bottom: 40px;
}
.popup-details  .price b {
	color: #698222;
	font-weight: 800;
	font-size: 30px;
}
.popup-details  .btn {
	font-size: 20px;
	width: auto;
	padding: 0 25px;
}
.popup-order {
	padding: 0 30px;
	width: 500px;
	display: none;
}
.error {
	border-color: red !important;
}
.fancybox-type-iframe .fancybox-nav {
    height: 90%;
}
.navbar-brand {
	display: none;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (max-width: 1199px) {
	.nav>li>a {
		padding: 10px 6px;
		font-size: 15px;
	}
	#benefits .img:after {
		display: none;
	}
	#steps .steps li {
		text-align: center;
	}
	#steps .steps li i {
		margin-right: 0px;
		margin-bottom: 5px;
	}
	#steps .steps li span {
		display: block;
	}
	#water-supply .items li .img:after {
		display: none;
	}
	#equipment .items li .price b {
		font-size: 18px;
	}
	#equipment .items li h4 {
		font-size: 16px;
	}
	.popup-details {
		padding: 30px;
		width: 920px;
	}
	.popup-details .features li h4 {
		font-size: 24px;
	}
	.popup-details .features li h4 b {
		font-size: 36px;
	}
	.popup-details .features li p {
		font-size: 16px;
	}
	.popup-details .features-2 li p {
		font-size: 16px;
	}
	.popup-details  .price {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.popup-details  .price b {
		font-size: 24px;
	}
	.popup-details  .btn {
		font-size: 18px;
	}

}
@media (max-width: 991px) {
	#benefits-short .items li p {
		font-size: 16px;
	}
	#models {
		padding-top: 50px;
		padding-bottom: 32px;
	}
	#benefits {
		padding-top: 57px;
		padding-bottom: 48px;
	}
	#steps {
		padding-top: 55px;
		padding-bottom: 44px;
	}
	#action {
		padding-top: 105px;
		padding-bottom: 50px;
	}
	#water-supply {
		padding-top: 45px;
		padding-bottom: 35px;
	}
	#equipment {
		padding-top: 34px;
		padding-bottom: 40px;
	}
	#warranty {
		padding-top: 45px;
		padding-bottom: 55px;
	}
	#video {
		padding-top: 45px;
	}
	#reviews {
		padding-top: 54px;
		padding-bottom: 20px;
	}
	#staff {
		padding-top: 34px;
	}
	h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#header .logo {
		text-align: center;
	}
	#header .logo>* {
		margin: 0 5px;
	}
	#header .contacts{
		text-align: center;
		margin-top: 20px;
	}
	#first {
		min-height: 500px;
	}
	#first .title h1 {
		font-size: 24px;
	}
	#first .title h2 {
		font-size: 18px;
	}
	#first .title .btn {
		font-size: 15px;
	}
	#first .title h1 span {
		font-size: 38px;
	}
	#models .items li h4 {
		font-size: 18px;
	}
	#models .items li .img img{
		max-height: 200px;
	}
	#models .items li p {
		font-size: 16px;
	}
	#models .items li .price {
		font-size: 16px;
	}
	#benefits .text-1 ul li {
		border-left: 3px solid #827f6e;
		border-right: none;
		padding-left: 15px;
		padding-right: 0;
	}
	#benefits .text-2 ul li {
		margin-bottom: 26px;
		margin-left: 0;
	}
	#steps .container .text {
		font-size: 18px;
	}
	#action h3 span {
		font-size: 28px;
	}
	#action .text p {
		font-size: 18px;
	}
	#action .text p br {
		display: none;
	}
	#action h4 {
    	font-size: 24px;
	}
	#water-supply .text li {
    	font-size: 18px;
	}
	#water-supply .items li {
		margin-bottom: 20px;
	}
	#water-supply .items p {
		font-size: 16px;
		line-height: 1.5;
	}
	#equipment .items li {
		width: 50%;
	}
	#warranty .text {
		font-size: 16px;
	}
	#warranty .text h4 {
		font-size: 24px;
	}
	#warranty .text p span {
		font-size: 18px;
	}
	#reviews .items .text h4 {
		font-size: 16px;
	}
	#reviews .items .text h4 b {
		font-size: 18px;
	}
	#reviews .items .text p {
		font-size: 16px;
	}
	#staff .items li h4 {
		font-size: 16px;
	}
	#footer .dev {
		text-align: center;
		margin-top: 20px;
	}
	.form h4 {
		font-size: 24px;
	}
	.form p {
		font-size: 16px;
	}
	.popup-details {
		padding: 15px;
		width: 710px;
	}
	.popup-details h5 {
		font-size: 18px;
	}
	.popup-details .features {
		margin-bottom: 30px;
	}
	.popup-details .features li h4 {
		font-size: 22px;
	}
	.popup-details .features li h4 b {
		font-size: 28px;
	}
	.popup-details .features li p {
		font-size: 14px;
	}
	.popup-details .features-2 li i {
		width: 80px;
		height: 80px;
	}
	.popup-details .features-2 li i img{
		max-width: 60%;
	}
	.popup-details .features-2 li p {
		font-size: 14px;
	}
	.popup-details  .price {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.popup-details  .price b {
		font-size: 22px;
	}
	.popup-details  .btn {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.is-sticky .navbar-brand {
		display: block;
	}
	.navbar-nav>li {
		display: block;
	}
	.navbar-nav>li.phone {
		display: none !important;
	}
	.btn {
		min-width: 170px;
	}
	#header .logo span {
		margin: 15px 0;
	}
	#header .logo span br {
		display: 8px
	}
	#header .logo hr {
		display: none;
	}
	#benefits .img {
    	text-align: center;
	}
	#steps .steps {
		margin-bottom: 0px;
	}
	#steps .steps li {
		background-image: url(../img/icons/arrow-2.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 50px;
		margin-bottom: 10px;
	}
	#steps .truck {

		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		left: 50%;
		margin-left: -254px;
	}
	#equipment .items li .img {
		height: 200px;
		line-height: 200px;
	}
	#slider li img {
		height: 200px;
		width:auto;
	}
	#video iframe {
		width: 480px;
		height: 360px;
		max-width: 100%;
	}
	#warranty .items {
		margin-bottom: 20px;
	}
	#warranty .items img {
		margin-bottom: 30px;
	}
	#footer {
		text-align: center;
	}
	#footer .contacts {
		margin-top: 20px;
		float: none;
		text-align: center;
	}
	.popup-order {
		padding: 0 15px;
		min-width: 380px;
		width: 80vw;
	}
	.popup-details {
		text-align: center;
		min-width: 380px;
		width: 80vw;
	}
	.popup-details .features {
		display: block;
	}
	.popup-details .features li {
		display: block;
		border: none;
	}
	.popup-details .features li br{
		display: none;
	}
	.popup-details .features li h4{
		margin-bottom: 20px;
	}
	.popup-details .img img{
		max-height: 200px;
	}
	.popup-details .img{
		margin-bottom: 30px;
	}
	.popup-details .features-2 {
		display: block;
		font-size: 0;
		margin: 0;
	}
	.popup-details .features-2 li {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		margin-bottom: 15px;
	}
	.popup-details .features-2 li p {
		font-size: 14px;
		margin-top: 5px;
	}
	.popup-details .text-right {
		text-align: center;
	}
	.popup-details  .btn {
		font-size: 13px;
		padding: 0 10px;
	}

}
