@font-face {
    font-family: "Raleway";
    src: url("../fonts/ralewayblack.ttf");
    font-style: normal;
    font-weight: 900;
}

body {
	width: 100%;
	max-width: 1920px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: rgb(10, 31, 33);
	background-color: rgb(255, 255, 255);
	overflow-x: hidden;
	margin: auto;
}

a {
	text-decoration: none;
	outline: none !important; 
}

.base {
	width: 100%;
	max-width: 1920px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	margin: auto;
}

.banner {
	position: relative;
	color: rgb(255, 255, 255);
	height: 846px;
	background-image: url(../img/bg1920-1.jpg);	
	z-index: 0;
}

.container {
	position: relative;
	width: 100%;
	max-width: 944px;
	margin: 0 auto;
}

header {
	position: relative;
	width: 100%;
	height: 58px;
	box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.header {
	width: 100%;
	height: 100%;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto;    
}

.header_item {
    width: 300px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header_item:last-child {
	width: 260px;
}
    
.header_item span {
    font-weight: 700;
    color: rgb(122, 122, 122);
    width: 140px;
    margin-left: 10px;
}

.header_item img {
	position: relative;
	top: 15px;
}

.h1 {
	position: relative;
	width: 890px;
	font-size: 34px;
    text-align: right;
	margin: 64px auto 0;
}

.h1::before {
	position: absolute;
    content: '';
    bottom: 12px;
    right: 0;
    width: 680px;
    height: 3px;
    background-color: rgba(255, 255, 255);
}

.h1 span {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-size: 92px;
	line-height: 120px;
}

.sub_title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}

.smart {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.sale {
	position: absolute;
    color: rgb(61, 52, 40);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    top: 58px;
    left: 434px;
    transform: rotateZ(-36deg);
}

.sale p:last-child {
	font-size: 40px;
    font-weight: 700;
}

.sale p small {
	font-size: 26px;
}

.list {
	width: 258px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 278px;
}

.list li {
	width: 204px;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 18px;
    padding: 11px 0 10px 54px;
}

.list li:nth-child(1) {
	margin-left: 80px;
}

.list li:nth-child(2) {
	margin-left: 40px;
}

.list li::before {
	position: absolute;
	content: '';
	top: calc(50% - 17px);
	left: 0;
	width: 43px;
	height: 43px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
}

.sale_block {
	box-sizing: border-box;
	width: 100%;
	max-width: 378px;
	border-radius: 8px;
	color: rgb(17, 25, 27);
	overflow: hidden;
	margin: 16px 0 0 16px;
}

.count {
	min-height: 160px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	padding: 12px 0 14px;
}

.count_title {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

.countbox {
	display: flex;
	width: 316px;
	justify-content: space-between;
	margin: 10px auto 0;
}

.countbox_wrap {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 76px;
	height: 104px;
	padding-top: 16px;
	background-image: url(../img/timer.png);
	background-repeat: no-repeat;
}

.countbox_wrap:first-child::after,
.countbox_wrap:nth-child(2)::after {
	position: absolute;;
	content: '';
	top: 27px;
    right: -26px;
    width: 9px;
    height: 30px;
    background-image: url(../img/dotes.png);
    background-repeat: no-repeat;
}

.countbox_num span {
	font-size: 50px;
	font-weight: 700;
}

.countbox_text{
	font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 12px 0 0;
}

.price_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 84px;
}

.old_price,
.new_price {
	box-sizing: border-box;
	font-size: 17px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.old_price {
	position: relative;
	background-color: rgb(255, 157, 1);
	color: rgb(255, 235, 204);
	width: 45%;
	padding-left: 8px;
}

.new_price {
	background-color: rgb(221, 213, 22);
	color: rgb(39, 39, 39);
	width: 55%;
	padding-left: 14px;
}

.old_price .price_text {
	font-weight: 600;
}

.new_price .price_text {
	font-weight: 700;
}

.new_price .price {
	font-size: 38px;
	font-weight: 700;
}

.old_price .price {
	position: relative;
	font-weight: 600;
	font-size: 35px;
}

.old_price .price::after {
    position: absolute;
    content: "";
	top: 23px;
    left: 0px;
    width: 121px;
    height: 2px;
    background-color: rgba(255, 235, 204, 0.8);
}

.old_price::after {
	position: absolute;
	content: "";
	top: 0;
	right: -28px;
	width: 0;
	height: 0;
	border-top: 42px solid transparent;
	border-left: 28px solid rgb(255, 157, 1);
	border-bottom: 42px solid transparent;
}

.sale_form {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 17px 23px;
}

.btn {
	-moz-appearance: none;
    -webkit-appearance: none;
	width: 100%;
	height: 78px;
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(241, 241, 241);
	font-weight: 700;
	font-family: inherit;
	border: none;
	background-image: linear-gradient(to top, 
		rgba(249, 91, 35, 1) 0%, 
		rgba(240, 164, 35, 1) 100%);
	text-align: center;
	border-radius: 39px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn:hover {
	background-image: linear-gradient(to top, 
		rgba(241, 90, 35, 1) 0%, 
		rgba(241, 90, 35, 1) 100%);
}

.btn:active {
	background-image: linear-gradient(to top, 
		rgba(134, 188, 66, 1) 0%, 
		rgba(134, 188, 66, 1) 100%);
}

.name,
.phone {
	box-sizing: border-box;
	color: rgb(103, 118, 123);
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	height: 55px;
	padding: 0 30px;
	background-color: rgb(255, 255, 255);
}

 

.input_block input::-webkit-input-placeholder {
    color: rgb(103, 118, 123);
    font-size: 18px;
    text-align: center;
}

.input_block input::-moz-placeholder {
    color: rgb(103, 118, 123);
    font-size: 18px;
    text-align: center;
}

.input_block input:-ms-input-placeholder {
    color: rgb(103, 118, 123);
    font-size: 18px;
   	text-align: center;
}

.input_block input::placeholder {
    color: rgb(103, 118, 123);
    font-size: 18px;
   	text-align: center;
   	opacity: 1;
}

.input_block {
	box-sizing: border-box;
	position: relative;
	border: 3px solid rgb(116, 204, 110);
	border-radius: 4px;
}

.input_block::after {
	position: absolute;
 
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgb(200, 200, 200);
}

.secure {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 10px;
}

.secure span {
	display: block;
	font-size: 16px;
	color: rgb(255, 255, 255);
	padding-left: 10px;
}

.secure img {
	display: block;
	width: 12px;
}

.titles {
    width: 760px;
    font-weight: 600;
    font-size: 40px;
    color: rgb(13, 30, 37);
    text-align: center;
    padding-top: 66px;
    margin: 0 auto;
}

.orange span {
	color: rgb(255, 161, 54);
}

.green span {
	color: rgb(134, 188, 66);
}

.show {
	height: 844px;
	background-image: url(../img/bg1920-2.jpg);
}

.show .titles br {
	display: none;
}

.video_block {
	display: flex;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 10px 16px rgba(50, 50, 50, 0.2));
    margin-top: 28px;
}

.video_block_text {
	width: 40%;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 24px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.video_block_text p:nth-child(1) {
	height: 50%;
	box-sizing: border-box;
    padding: 40px 20px 10px 30px;
	background-color: rgba(255, 255, 255);
}

.video_block_text p:nth-child(2) {
	height: 50%;
	box-sizing: border-box;
    padding: 10px 20px 40px 30px;
	background-color: rgba(228, 238, 206);
}

.video {
	width: 60%;
    height: 392px;
    background: #000;
	
}

.video iframe {
    width: 100%;
    height: 100%;
}

.show_slider {
    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.show_slider_container {
	position: relative;
    width: 100%;
    max-width: 963px;
    margin: 28px auto 0;	
}

.show_slider_container::before,
.show_slider_container::after {
	position: absolute;
    content: "";
    top: 24px;
    width: 4px;
    height: 186px;
    box-shadow: 0 0 40px 2px rgba(10, 10, 10, 0.8);
}

.show_slider_container::before { 
	left: 16px;
}

.show_slider_container::after {
	right: 16px;
}

.slide_box {
	box-sizing: border-box;
    display: flex;
    width: 321px;
    height: 244px;
    padding: 0 10px 40px;
}

.slide {
	width: 299px;
    height: 204px;
    overflow: hidden;
    border-radius: 8px;
    filter: drop-shadow(0px 15px 16px rgba(50, 50, 50, 0.2));
}

.white {
	color: rgb(255, 255, 255);
}

.problems {
	background-color: rgb(134, 188, 66);
}

.problems_inner {
	display: flex;
	justify-content: space-between;
	margin: 24px auto 34px;
}

.problem {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.problem p {
    width: 206px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.problem:nth-child(2) p {
	width: 164px;
}

.problem p br {
	display: none;
}

.problem img {
	filter: drop-shadow(4px 10px 20px rgba(50, 50, 50, 0.5));
}

.why {
	height: 540px;	
	background-image: url(../img/bg1920-3.jpg);
}

.why_inner .titles {
	width: 630px;
	text-align: left;
	margin: 0 0 0 auto;
}

.why_text {
	width: 484px;
	margin: 24px 0 0 auto;
}

.why_text p b {
	font-weight: 700;
}

.why_text p {
	font-size: 18px;
    line-height: 24px;
    padding-bottom: 23px;
}

.extra.btn {
	width: 324px;
	height: 76px;
	border-radius: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
}

.why2 {
	height: 360px;	
	background-image: url(../img/bg1920-4.jpg);
}

.why2_inner {
	display: flex;
	justify-content: space-between;
	margin-top: 230px;
}

.why_item {
	width: 200px;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why_item:nth-child(4) {
	width: 190px;
}

.why_item h3 {
	font-weight: 700;
}

.why_item p {
	margin-top: 20px;
}

.why2 .extra.btn {
	display: none;
}

.perfect {
    height: 455px;
    box-sizing: border-box;
    background-color: rgb(80, 146, 85);
    background-image: url(../img/green.jpg), url(../img/product.png);
    background-position: left calc(50% - -532px) center, left calc(50% - 660px) top 28px;
    padding: 38px 0 30px;
    box-shadow: 0px 0px 40px -7px rgba(0, 0, 0, 0.25);
}

.perfect .titles {
    width: 100%;
    padding-top: 26px;
}

.perfect_inner {
	width: 734px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	margin: 0 auto;
}

.perfect_action {
	width: 688px;
    display: flex;
    justify-content: space-between;
    margin: 28px auto 0;
}

.perfect_action_item {
	width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.perfect_action_item img {
	filter: drop-shadow(0 0 16px rgba(120, 200, 50, 0.8));
}

.perfect_action_item p {
	position: relative;
	text-align: center;
    font-weight: 700;
    line-height: 18px;
    font-size: 18px;
    margin-top: 36px;
}

.perfect_action_item p::before {
	position: absolute;
	content: "";
	top: -18px;
	left: calc(50% - 16px);
	width: 32px;
	height: 3px;
	background-color: rgb(10, 31, 33);
}

.trees {
	padding-bottom: 26px;
}

.trees_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
}

.tree {
	margin-bottom: 28px;
}

.trees p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
}

.tree img {
	width: 122px;
}

.pictures {
	height: 295px;
	background-color: rgb(80, 146, 85);
	background-image: 
		url(../img/pr1.jpg), 
		url(../img/pr2.jpg), 
		url(../img/pr3.jpg);
	background-position: 
		left calc(50% - 457px) center, 
		left calc(50% - 2px) center, 
		left calc(50% - -454px) center;
}

.table .titles {
	width: 860px;
}

.table_inner {
	position: relative;
	background-color: rgb(134, 188, 66);
 	border-radius: 10px;
    box-shadow: 0px 10px 40px -7px rgba(0, 0, 0, 0.25);
	margin: 30px auto 14px;
}

.table_inner::before {
	position: absolute;
	content: "";
	top: -112px;
    left: -131px;
	width: 227px;
	height: 400px;
	background: no-repeat url(../img/leaves_left.png);
	z-index: 2;
}

.table_inner::after {
	position: absolute;
	content: "";
	top: -87px;
    right: -90px;
	width: 157px;
	height: 227px;
	background: no-repeat url(../img/leaves_right.png);
}

table {
	background-color: rgb(132, 185, 66);
}

.thead {
	width: 944px;
	position: relative;
}

.thead::before {
	position: absolute;
    content: "";
    top: -27px;
    left: 395px;
    width: 50px;
    height: 34px;
    background: no-repeat url(../img/piece.png);
    background-size: 54px;
}

.tbody {
	width: 904px;
	margin: 0 20px;
	box-shadow: 0 -20px 30px -25px rgba(0, 0, 0, 0.4);
}

.thead th:nth-child(2) {
	background: no-repeat url(../img/th1.jpg);
    background-size: 236px;
    background-position: left 0 top -3px;
}

.thead th:nth-child(4) {
	background: no-repeat url(../img/th3.jpg);
    background-size: 238px;
    background-position: left -5px top -43px;
}

.thead th {
	width: 231px;
	vertical-align: bottom;
}

.thead tr p {
	min-height: 32px;
	background-color: rgb(17, 25, 27);
	color: rgb(255, 255, 255);
	line-height: 32px;
	font-weight: 600;
	font-size: 20px;
}

.thead tr th:nth-child(2) p {
	font-weight: 700;
}

.thead tr th:first-child {
	width: 250px;
}

.tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tbody tr td:nth-child(3) {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 20px 0 30px -25px rgba(0, 0, 0, 0.4);
}

.tbody tr:last-child {
	border-bottom: none;
}

.tbody tr td:last-child {
	width: 211px;
	box-sizing: border-box;
	padding-left: 10px;
	border-right: none;
}

.tbody tr:last-child td:nth-child(2) {
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tbody tr td:first-child {
	width: 230px;
	box-shadow: inset -20px 0  30px -25px rgba(0, 0, 0, 0.4);
}

.tbody tr td {
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

.tbody tr td:first-child {
	text-align: left;
	min-width: 228px;
	font-weight: 600;
}

.tbody tr td:nth-child(2) {
	background-color: rgb(255, 157,1);
}

.tbody tr:last-child td:nth-child(2) {
    box-shadow: 0 28px 30px -16px rgba(0, 0, 0, 0.3);
}

.table_text {
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 24px;
}

.table_text b {
	font-weight: 700;
}

.black {
	background-color: rgb(17, 25, 27);
}

.extra_timer {
	display: flex;
    max-width: 804px;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
}

.extra_timer .count {
    min-height: 82px;
    width: 460px;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
}

.extra_timer .count_title {
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	color: rgb(255, 255, 255);
	margin-right: 22px;
}

.extra_timer .countbox {
	width: 100%;
	max-width: 252px;
	margin: 0;
}

.extra_timer .countbox_wrap {
	width: 61px;
	height: 82px;
	padding-top: 12px;
	background-image: url(../img/extra_timer.png);
}

.extra_timer .countbox_wrap:first-child::after,
.extra_timer .countbox_wrap:nth-child(2)::after {
	top: 21px;
    right: -21px;
    width: 7px;
    height: 24px;
    background-image: url(../img/dotes_w.png);
}

.extra_timer .countbox_num span {
	font-size: 40px;
}

.extra_timer .countbox_text{
	font-size: 14px;
    margin: 10px 0 0;
}

.gardener {
	position: relative;
	height: 625px;
	background-color: rgb(134, 188, 66);
	background-image: 
		url(../img/gardener.jpg), 
		url(../img/tree.jpg);
	background-position: 
		left calc(50% - -537px) center, 
		left calc(50% - 628px) center;	
}

.gardener .titles {
    padding-top: 0;
    padding-left: 41px;
    text-align: left;
    margin-bottom: 8px;
}

.gardener_inner {
	width: 734px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-sizing: border-box;
    margin: 46px 0 0;
    padding: 20px 0 16px;
    box-shadow: 0 28px 30px -16px rgba(0, 0, 0, 0.3);
}

.gardener_inner p {
	font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 11px 30px 11px 44px;
}

.gardener_inner p b {
	font-weight: 800;
}
	
.gardener_inner p:nth-of-type(2) {
	background-color: rgb(209, 218, 188);
}

.gardener .caption {
	color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 600;
    margin: 24px 0 0px 44px;
}
	
.feedback {
	height: 528px;
	overflow: hidden;
}

.feedback .titles {
	width: 880px;
}

.feedback .titles br:nth-of-type(1),
.feedback .titles br:nth-of-type(2) {
	display: none;
}

.feedback_slider {
    max-width: 944px;
    margin: 34px auto 0;
    border-radius: 8px;
    box-shadow: 3px 14px 30px 8px rgba(0, 0, 0, 0.1);
}

.feedback_slide {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 944px;
    height: 274px;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

.feedback_slide b {
	font-weight: 600;
}

.img_wrapper {
	height: 100%;
	width: 240px;
	background-repeat: no-repeat;
}

.img1 {
	background-image: url(../img/f1.jpg);
       background-position: 0px -50px;
}

.img2 {
	background-image: url(../img/f2.jpg);
   
}

.img3 {
    background-image: url(../img/f3.jpg);
    background-position: 0px -23px;
  
}

.comment span {
	position: relative;
	color: rgb(80, 148, 85);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 18px;
}

.comment span br {
	display: none;
}

.comment span::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 36px;
	height: 2px;
	background-color: rgb(0, 0, 0);
}

.comment {
	width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    padding-left: 22px;
}

.comment p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 20px;
    padding-top: 16px;
    padding-right: 22px;
}

.simple_steps {
	height: 519px;
	background-image: url(../img/bg1920-7.jpg);		
}

.simple_steps .titles {
	color: rgb(255, 255, 255);
}

.steps {
	max-width: 860px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 36px auto 0;
}

.step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.step .wrap_img {
	width: 272px;
	height: 234px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	filter: drop-shadow(10px 10px 16px rgba(10, 10, 10, 0.5));
}

.step:nth-child(1) .wrap_img img {
	margin-left: -12%;
}

.step:nth-child(2) .wrap_img img {
	margin-left: -9%;
}

.step:nth-child(3) .wrap_img img {
	margin-left: -6%;
}


.step p {
    width: 220px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.action {
	position: relative;
	background-color: rgb(134, 188, 66);
	padding: 16px 0 20px;
    z-index: 1;
}
 
.action_item {
	width: 100%;
	max-width: 944px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.br3,
.br6,
.br5 {
	display: none;
}

.color1{
	color: rgb(24, 32, 36);
}

.action_item p {
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	display: block;
	margin: 0;
	letter-spacing: -0.5px;
	padding: 12px 30px;
}

.action_item p:first-child {
	padding-left: 0;
}

.action_item p:last-child {
	padding-right: 0;
}

.action_item p:nth-child(2)::before,
.action_item p:nth-child(3)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 94px;
	background-color: rgb(255, 255, 255);
}

.bottom_block .btn {
    font-size: 36px;
    font-weight: 800;
}

.bottom_block {
	position: relative;
}

.bottom_block::before {
	position: absolute;
    content: "";
    bottom: -37px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(80, 146, 85);
    box-shadow: 0px 11px 20px 20px rgba(80, 146, 85);
}
.video-container {
    position: relative;
	padding-bottom: 69.25%;
	height: 0;
	overflow: hidden;	
}
.video-container iframe,  
.video-container object,  
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 20px 0;
}
footer a {
	color:#fff;
	display: block;
	margin: 15px 0 ;
}

.owl-prev,
.owl-next {
	box-sizing: border-box;
	position: absolute;
	width: 59px;
	height: 59px;
	top: 66px;
	background-repeat: no-repeat;
    background-position: center;
	transition: all 0.3 ease;
	filter: drop-shadow(0 0 16px rgba(120, 200, 50, 0.8));
} 

.feedback .owl-prev,
.feedback .owl-next {
 	top: 96px;
} 

.owl-prev {
	left: -88px;
    background-image: url(../img/prev.png);
}

.owl-next {
	right: -88px;
	background-image: url(../img/prev.png);
	transform: rotateZ(180deg);
}

.owl-prev:hover,
.owl-prev:active {
	background-image: url(../img/next_active.png);
	transform: rotateZ(180deg);
	filter: drop-shadow(0 0 16px rgba(255, 130, 50, 0.8));
}

.owl-next:hover,
.owl-next:active {
	background-image: url(../img/next_active.png);
	transform: rotateZ(0);
	filter: drop-shadow(0 0 16px rgba(255, 130, 50, 0.8));
}

.owl-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -40px;
	left: calc(50% - 100px);
   	width: 200px;
   	height: 20px;
   	margin: 0;
   	padding: 0;
}

.owl-dot {
	display: block;
	width: 11px;
	height: 11px;
	background-color: rgb(134, 188, 66);
	border-radius: 50%;
    margin: 0 9px;
}

.owl-dot.active {
	background-color: rgb(255, 161, 54);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1),
        0 0 0 4px rgba(255, 161, 54, 1);
}
@media only screen and (max-width: 980px) {
.video-container {
    padding-bottom: 59.25%;
  
}
	.base {
		max-width: 960px;
	}

	.container {
		max-width: 620px;
	}	

	.header {
	    max-width: 620px;  
	}

	.header_item,
	.header_item:last-child {
	    width: 220px;
	}

	.header_item:nth-child(2) {
		width: 180px;
	}
	    
	.header_item span {
	    margin-left: 4px;
	}

	.header_item img {
		width: 69px;
		top: 7px;
	}

	.banner {
		height: 716px;
		background-image: url(../img/bg960-1.jpg);
	}

	.h1 {
	    width: 620px;
	    font-size: 24px;
	    margin: 40px auto 0;
	}

	.h1::before {
		bottom: 9px;
	    width: 470px;
	    height: 2px;
	}

	.h1 span {
		font-size: 64px;
    	line-height: 82px;
	}

	.sub_title {
		font-weight: 600;
	    font-size: 22px;
	    text-align: left;
	    margin-top: 10px;
	    width: 626px;
	}

	.smart {
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-end;
	}

	.sale {
	    font-size: 11px;
		top: 128px;
    	left: 243px;
	}

	.sale p:last-child {
		font-size: 32px;
	}

	.sale p small {
		font-size: 20px;
	}

	.list {
		width: 620px;
		flex-direction: row;
    	margin-top: 7px;
	}

	.list li:nth-child(1),
	.list li:nth-child(2) {
		margin-left: 0;
	}

	.sale_block {
		max-width: 282px;
		margin: 30px 0 0;
	}

	.count {
		min-height: 120px;
		padding: 10px 0 12px;
	}

	.count_title {
		font-size: 15px;
	}

	.countbox {
		width: 236px;
    	margin: 6px auto 0;
	}

	.countbox_wrap {
		width: 56px;
    	height: 77px;
    	padding-top: 12px;
    	background-size: 56px;
	}

	.countbox_wrap:first-child::after,
	.countbox_wrap:nth-child(2)::after {
		top: 20px;
	    right: -23px;
	    width: 9px;
	    height: 26px;
	    background-size: 7px;
	}

	.countbox_num span {
		font-size: 38px;
	}

	.countbox_text{
		font-size: 14px;
	    margin: 8px 0 0;
	}

	.price_list {
		height: 64px;
	}

	.old_price,
	.new_price {
		font-size: 13px;
		padding-top: 8px;
	}

	.old_price .price_text {
		font-weight: 600;
	}

	.new_price .price_text {
		font-weight: 700;
	}

	.new_price .price {
		font-size: 28px;
		font-weight: 700;
	}

	.old_price .price {
		font-size: 26px;
	}

	.old_price .price::after {
	    top: 16px;
	    left: 0px;
	    width: 89px;
	}

	.old_price::after {
		position: absolute;
		content: "";
		top: 0;
		right: -24px;
		width: 0;
		height: 0;
		border-top: 32px solid transparent;
		border-left: 24px solid rgb(255, 157, 1);
		border-bottom: 32px solid transparent;
	}

	.sale_form {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 17px 23px;
	}

	.btn {
		height: 56px;
		font-size: 19px;
		border-radius: 28px;
	}

	.name,
	.phone {
		height: 40px;
		padding: 0 20px;
	}

	.input_block input::-webkit-input-placeholder {
	    font-size: 14px;
	}

	.input_block input::-moz-placeholder {
	    font-size: 14px;
	}

	.input_block input:-ms-input-placeholder {
	    font-size: 14px;
	}

	.input_block input::placeholder {
	    font-size: 14px;
	}

	.input_block {
		box-sizing: border-box;
		position: relative;
		border: 3px solid rgb(116, 204, 110);
		border-radius: 4px;
	}

	.secure {
		margin:6px;
	}

	.secure span {
		font-size: 12px;
		padding-left: 6px;
	}

	.secure img {
		width: 10px;
	}

	.titles {
	    width: 620px;
	    font-size: 36px;
	    padding-top: 40px;
	}

	.show {
		height: 1005px;
		background-image: url(../img/bg960-2.jpg);
	}

	.show .titles {
		padding-top: 58px;
	}

	.show .titles br {
		display: block;
	}

	.show_slider_container {
	    max-width: 642px;
	    margin: 22px auto 0;	
	}

	.slide_box {
	    padding: 0 10px 30px;
	}

	.video_block {
		flex-direction: column-reverse;
	    margin-top: 26px;
	}

	.video_block_text {
		width: 100%;
	}

	.video_block_text p:nth-child(1) {
		height: auto;
	    padding: 10px 20px 8px 20px;
	}

	.video_block_text p:nth-child(2) {
		height: auto;
	    padding: 8px 10px 18px 20px;
	}

	.video {
		width: 100%;
	    height: 368px;
	}

	.problem {
		width: 25%;
	}

	.problem p {
	    width: 155px;
	    font-size: 16px;
	    line-height: 18px;
	    margin-top: 4px;
	}

	.problem:nth-child(2) p {
		width: 144px;
	}

	.problem:nth-child(4) p {
		width: 130px;
	}

	.problem img {
		width: 136px;
	}

	.why {
		height: 476px;	
		background-image: url(../img/bg960-3.jpg);
	}

	.why_inner .titles {
		width: 620px;
		text-align: center;
		margin: 0 auto;
	}

	.why_text {
	    width: 326px;
	    margin: 16px 0 0 auto;
	}

	.why_text p {
		font-size: 16px;
    	line-height: 18px;
    	padding-bottom: 19px;
	}

	.extra.btn {
		width: 274px;
		height: 66px;
		border-radius: 33px;
		font-size: 22px;
	}

	.why2 {
		height: 660px;	
		background-image: url(../img/bg960-4.jpg);
	}

	.why2_inner {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 218px;
	}

	.why_item {
		width: 304px;
	}

	.why_item:nth-child(3) {
		margin-top: 230px;
	}	

	.why_item:nth-child(4) {
		width: 304px;
		margin-top: 230px;
	}

	.why_item p {
		margin-top: 16px;
	}

	.perfect {
	    height: 405px;
	    background-image: url(../img/green.jpg), url(../img/product.png);
	    background-position: left calc(50% - -436px) center, left calc(50% - 470px) top 29px;
	    background-size: 863px, 497px;
	    padding: 24px 0 22px;
	}

	.perfect .titles {
	    width: 95%;
	    padding-top: 16px;
	}

	.perfect_inner {
		width: 620px;
	}

	.perfect_action {
		width: 604px;
	    margin: 28px auto 0;
	}

	.perfect_action_item {
		width: 200px;
	}

	.trees {
		padding-bottom: 20px;
	}

	.trees_item {
		max-width: 640px;
	    justify-content: center;
	    margin: 18px auto 0;
	}

	.tree {
		display: flex;
	    align-items: center;
	    flex-direction: column;
	    margin-bottom: 18px;
	    width: 128px;
	}

	.tree img {
		width: 113px;
	}

	.pictures {
		height: 208px;
		background-position: 
			left calc(50% - 326px) center, 
			left calc(50% - 2px) center, 
			left calc(50% - -322px) center;
		background-size: 324px; 
	}

	.table_inner {
	    margin: 30px auto 20px;
	}

	.table .titles {
	    width: 620px;
	}

	.thead {
		width: 620px;
	}

	.thead::before {
		position: absolute;
		content: "";
	    top: -27px;
	    left: 396px;
		width: 50px;
		height: 34px;
		background: no-repeat url(../img/piece.png);
	}
	
	.thead th {
		width: 184px;
		height: 115px;
	}

	.thead tr p {
	    line-height: 32px;
	    font-size: 17px;
	}

	.thead tr th:first-child {
		width: 250px;
	}


	.thead th:nth-child(2) {
	    background-size: 194px;
	    background-position: left -2px top 0px;
	}
	.thead::before {
	    top: -19px;
	    left: 368px;
	    width: 46px;
	    height: 34px;
	    background-size: 44px;
	}

	.tbody tr td:last-child {
    	width: 165px;
    }

	.tbody {
		width: 580px;
		margin: 0 20px;
	}

	.thead tr th:nth-child(3),
	.tbody tr td:nth-child(3) {
		display: none;
	}

	.table_text {
	    font-size: 18px;
	    line-height: 18px;
	}

	.tbody tr td:nth-child(4) {
		box-shadow: inset 20px 0 30px -25px rgba(0, 0, 0, 0.4);
	}

	.extra_timer {
	    max-width: 600px;
	    margin: 10px auto;
	}

	.extra_timer .count {
	    width: 300px;
	}

	.extra_timer .count_title {
	    font-size: 14px;
	    line-height: 18px;
	    margin-right: 8px;
	}

	.extra_timer .countbox {
		max-width: 210px;
		min-width: 210px;
	}

	.extra_timer .countbox_wrap {
	    width: 52px;
	    height: 72px;
	    padding-top: 10px;
	    background-size: 52px;
	}

	.extra_timer .countbox_wrap:first-child::after,
	.extra_timer .countbox_wrap:nth-child(2)::after {
	    top: 18px;
	    right: -16px;
	    width: 6px;
	    height: 22px;
	    background-size: 6px;
	}

	.extra_timer .countbox_num span {
		font-size: 34px;
	}

	.extra_timer .extra.btn {
		width: 288px;
		height: 68px;
	}

	.extra_timer .countbox_text{
		font-size: 12px;
	}

	.gardener {
	    height: 730px;
	    background-image: 
	    	url(../img/tree.jpg), 
	    	url(../img/gardener.jpg);
	    background-position: 
	    	left calc(50% - 352px) center, 
	    	left calc(50% - -228px) center;
	    background-size: auto 730px;
	}

	.gardener .titles {
		padding-top: 0;
	    padding-left: 18px;
	    margin: 0;
	    width: 340px;
	}

	.gardener_inner {
	    width: 392px;
	    margin: 28px 0 0;
    	padding: 16px 0 6px;
	    box-shadow: 6px 20px 30px 5px rgba(0, 0, 0, 0.1);
	}

	.gardener_inner p {
	    font-size: 16px;
	    line-height: 18px;
	    padding: 10px 30px 10px 20px;
	}

	.gardener .caption {
    	margin: 14px 0 0px 20px;
	}

	.feedback{
		height: 664px;
	}

	.feedback .titles {
		width: 490px;
	}

	.feedback .titles br:nth-of-type(2) {
		display: block;
	}

	.feedback_slider {
	    max-width: 620px;
	    margin: 22px auto 0;
	}

	.feedback_slide {
	    max-width: 620px;
	    height: 404px;
	}

	.img_wrapper {
		width: 212px;
	}

	.img1 {
		background-position: left -56px top 0px;
    	background-size: 308px;
	}

	.img2 {
		background-position: left -27px top 0px;
    	background-size: 292px;
	}

	.img3 {
    	background-position: left -68px top 0px;
    	background-size: 290px;
	}

	.comment span {
		width: 360px;
	}

	.comment {
	    max-width: 384px;
	    padding-left: 22px;
	}

	.comment p {
	    line-height: 18px;
	}

	.simple_steps {
		height: 403px;
	}

	.simple_steps .titles {
		padding-top: 40px;
	}

	.steps {
		max-width: 620px;
		margin: 26px auto 0;
	}

	.step p {
	    font-size: 18px;
	    line-height: 18px;
	    width: 180px;
	    margin-top: 14px;
	}

	.step:first-child p {
		width: 160px;
	}

	.step .wrap_img img {
		width: 100%;
	}

	.step .wrap_img {
		width: 180px;
		height: 174px;
	}

	.step:nth-child(1) .wrap_img {
		width: 185px;
	}
	
	.action{
		padding: 0;
	}

	.action_item {
		max-width: 490px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
	}

	.action_item p {
	    text-align: center;
		display: block;
		line-height: 1.3;
		margin: 0;
		padding: 8px 0;
	}

	.action_item p:nth-child(2)::before,
	.action_item p:nth-child(3)::before {
		left: calc(50% - 210px);
		width: 420px;
		height: 1px;
	}

	.br1,
	.br3,
	.br5,
    .br2 {
		display: none;
	}

	.bottom_block .btn {
	    font-size: 30px;
	}

	.owl-prev {
		left: -62px;
	}

	.owl-next {
		right: -62px;
	}

	.feedback .owl-prev {
		left: -72px;
	}

	.feedback .owl-next {
		right: -72px;
	}

	.feedback .owl-prev,
	.feedback .owl-next {
	 	top: 156px;
	} 
}

@media only screen and (max-width: 665px) {

	header {
		display: none;
	}

	.base {
		max-width: 420px;
	}

	.container {
		max-width: 282px;
	}

	.header {
		display: none;
	}

	.main_title {
		
	}

	.banner {
		height: 1260px;
		background-image: url(../img/bg420-1.jpg);
	}

	.h1 {
	    font-size: 18px;
	    width: 282px;
	    line-height: 42px;
	    text-align: center;
	    margin: 24px auto 0;
	}

	.h1 span {
	    font-size: 52px;
    	line-height: 52px;
	}

	.h1::before {
	    bottom: 2px;
	    width: 282px;
	    height: 2px;
	}

	.sub_title {
		width: 282px;
	    font-size: 17px;
	    line-height: 20px;
	    text-align: center;
	}

	.smart {
        margin: 0 auto;
        width: 282px;
	}

	.list {
	    flex-direction: column;
	    align-items: flex-start;
	    width: 282px;
	    margin-top: 24px;
	}

	.list li {
		width: 282px;
	    font-size: 16px;
    	padding: 6px 10px 6px 52px;
	}

	.sale {
	    font-size: 10px;
	    top: 231px;
	    left: 208px;
	}

	.sale p small {
	    font-size: 18px;
	}

	.sale_block {
	    margin: 434px 0 0;
	}

	.titles {
	    width: 282px;
	    font-size: 30px;
	    padding-top: 32px;
	}

	.show {
		height: 1046px;
		background-image: url(../img/bg420-2.jpg);
	}

	.show .titles {
		padding-top: 126px;
	}

	.show_slider_container {
	    max-width: 282px;
	    margin: 20px auto 0;	
	}

	.show_slider {
		filter: drop-shadow(0px 15px 16px rgba(50, 50, 50, 0.2));
	}

	.slide_box {
	    width: 282px;
	    height: 192px;
	    padding: 0;
	}

	.slide {
		width: 282px;
		height: 192px;
		border-radius: 8px;
    	overflow: hidden;
		filter: drop-shadow(0px 15px 16px rgba(50, 50, 50, 0.2));
	}

	.show_slider_container::before,
	.show_slider_container::after {
		display: none;
	}

	.video_block_text p:nth-child(1) {
	    padding: 12px 20px 10px 20px;
	}

	.video_block_text p:nth-child(2) {
	    padding: 10px 10px 18px 20px;
	}

	.slide img {
		width: 282px !important;
	}

	.video_block {
	    margin-top: 24px;
	    border-radius: 8px;
	}

	.video_block_text {
	    font-size: 16px;
	    line-height: 18px;
	}

	.video {
		height: 206px;
	}

	.problems_inner {		
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin: 6px auto 24px;
	}

	.problem {
		width: 282px;
		margin-top: 10px;
	}

	.problem p {
	    width: 282px;
	}

	.problem:nth-child(2) p {
		width: 282px;
	}

	.problem:nth-child(4) p {
		width: 282px;
	}

	.problem p br {
		display: block;
	}

	.problem img {
		width: 133px;
	}

	.why {
		height: 743px;	
		background-image: url(../img/bg420-3.jpg);
	}

	.why_inner .titles {
		width: 282px;
	}

	.why_text {
	    width: 282px;
    	margin: 298px auto 0;
	}

	.why .extra.btn {
		display: none;
	}

	.why2 {
		height: 1346px;	
		background-image: url(../img/bg420-4.jpg);
	}

	.why2_inner {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 26px;
	}

	.why_item {
		width: 282px;
		min-height: 304px;
	}

	.why_item:nth-child(3) {
		width: 200px;
		margin-top: 0px;
	}	

	.why_item:nth-child(4) {
		width: 220px;
		margin-top: 0px;
	}

	.why_item:nth-child(4) h3 {
		margin-top: 220px;
	}

	.why_item h3 {
		margin-top: 200px;
	}

	.why_item p {
		margin-top: 16px;
	}

	.why_item p br {
		display: none;
	}

	.why2 .extra.btn {
		display: flex;
		width: 282px;
		margin-top: 10px;
	}

	.perfect {
		height: 766px;
	    background-image: url(../img/green420.jpg);
	    background-position: top center;
	    background-size: 420px;
	    padding: 18px 0 36px;
	}

	.perfect .titles {
	    padding-top: 12px;
	}

	.perfect_inner {
		width: 282px;
		height: 100%;
		background-color: rgb(255, 255, 255);
		border-radius: 8px;
		margin: 0 auto;
	}

	.perfect_action {
		width: 282px;
	    justify-content: flex-start;
	    align-items: center;
	    flex-direction: column;
	    margin: 24px auto 0;
	}

	.perfect_action_item {
		width: 200px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    margin-bottom: 16px;
	}

	.perfect_action_item img {
		filter: drop-shadow(0 0 16px rgba(120, 200, 50, 0.8));
	}

	.perfect_action_item p {
		position: relative;
		text-align: center;
	    font-weight: 700;
	    line-height: 18px;
	    font-size: 18px;
	    margin-top: 36px;
	}

	.perfect_action_item p::before {
		position: absolute;
		content: "";
		top: -18px;
		left: calc(50% - 16px);
		width: 32px;
		height: 3px;
		background-color: rgb(10, 31, 33);
	}

	.trees_item {
		max-width: 300px;
	}

	.tree {
	    width: 150px;
	}

	.trees img {
		width: auto;
	}

	.pictures {
		height: 625px;
    	background-position: 
    		center top -64px, 
    		center top 150px, 
    		center bottom -44px;
    	background-size: 420px;
	}

	.table .titles {
	    width: 282px;
	}

	.thead {
	    width: 282px;
	}

	.tbody {
	    width: 225px;
	    margin: 0 auto;
	}

	.thead tr th:first-child {
	    width: 250px;
	}

	.tbody br {
		display: none;
	}

	.thead th {
	    height: 156px;
	}

	.thead tr th:nth-child(2),
	.tbody tr td:nth-child(2),
	.thead tr th:nth-child(4),
	.tbody tr td:nth-child(4) {
		display: none;
	}

	.tbody tr td:first-child {
    	min-width: 230px;
    }

	.tbody tr td:first-child {
		box-shadow: none;
	}

	.tbody tr td:first-child {
	    min-width: 230px;
	    box-sizing: border-box;
	    background-color: rgb(255, 167, 1);
	    background-image: url(../img/check_w.png);
	    background-repeat: no-repeat;
	    background-position: left 12px top 10px;
	    padding-left: 50px;
	}

	.table_text {
		max-width: 275px;
	}

	.thead th:nth-child(1) {
		background: no-repeat url(../img/th1.jpg);
	    background-size: 282px;
	    background-position: 0 0;
	}

	.tbody tr:last-child td:nth-child(1) {
	    box-shadow: 0 28px 30px -16px rgba(0, 0, 0, 0.3);
	}

	.thead::before {
	    top: -29px;
	    left: 173px;
	    width: 66px;
	    height: 48px;
	    background-size: 66px;
	}

	.table_inner::before {
	    top: -54px;
	    left: -61px;
	    width: 106px;
	    height: 186px;
	    background-size: 106px;
	}

	.table_inner::after {
	    top: -59px;
	    right: -58px;
	    width: 100px;
	    height: 176px;
	    background-size: 100px;
	}

	.extra_timer {
		flex-direction: column-reverse;
		margin: 10px auto 16px;
	}

	.extra_timer .count {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.extra_timer .count_title {
	    font-size: 13px;
	    line-height: 16px;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 4px;
	}

	.gardener {
	    height: 1340px;
	    background-color: rgb(134, 188, 66);
	    background-image: 
	    	url(../img/tree.jpg), 
	    	url(../img/gardener.jpg);
	    background-position: 
	    	left calc(50% - -85px) bottom, 
	    	center top 110px;
	    background-size: 730px ,518px;
	}

	.gardener .container {
		position: initial;
		display: flex;
    	flex-direction: column-reverse;
	}

    .gardener .titles {
		position: absolute;
	    width: 282px;
	    top: 32px;
	    left: calc(50% - 141px);
	    text-align: center;
	    padding-left: 0;
    }

    .gardener_inner {
	    width: 282px;
	    padding: 0 0 6px;
	    margin: 20px 0 0;
	}	

	.gardener .caption {
		font-size: 24px;
	    margin: 500px 0 0px 0px;
	}

	.gardener_inner p {
	    padding: 10px 10px 10px 20px;
	}

	.feedback{
		height: 1196px;
	}

	.feedback .titles {
	    width: 282px;
	}

	.feedback .titles br:nth-of-type(2) {
		display: none;
	}

	.feedback .titles br:nth-of-type(1) {
		display: block;
	}

	.feedback_slider {
	    max-width: 282px;
	    margin: 22px auto 0;
	}

	.feedback_slide {
	    max-width: 282px;
	    height: 904px;
	    flex-direction: column;
	}

	.img_wrapper {
		width: 100%;
		height: 278px;
	}

	.img1 {
		background-position: left -35px top -61px;
    	background-size: 315px;
	}

	.img2 {
		background-position: left -17px top 0px;
    	background-size: 310px;
	}

	.img3 {
		background-position: left 0 top -36px;
    	background-size: 282px;
	}

	.feedback_slide:nth-child(2) .comment span {
		width: 180px;
	}

	.comment span {
		width: 240px;
		text-align: center;
		padding-bottom: 12px;
	}

	.comment span br {
		display: block;
	}

	.comment {
	    max-width: 384px;
		align-items: center;
	    padding-left: 0;
	    margin-top: 20px;
	}

	.comment p {
	    padding: 8px 18px 0 26px;
	}

	.comment span::before {
    	left: calc(50% - 18px);
	}

	.simple_steps {
		height: 894px;
		background-image: url(../img/bg420-7.jpg);		
	}

	.simple_steps .titles {
	    padding-top: 32px;
	}

	.steps {
	    max-width: 282px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: flex-start;
	    margin: 16px auto 10px;
	}

	.step .wrap_img {
	    width: 176px;
	    height: 172px;
	}

	.step {
		margin-bottom: 12px;
	}

	.action{
		padding: 0;
	} 

    .br1,
    .br6 {
    	display: block;
    }

    .br4 {
    	display: none;
    }

	.action_item {
		max-width: 300px;
	}

	.action_item p {
	    line-height: 1;
	    padding: 10px 0;
	}

	.action_item p:nth-child(2)::before,
	.action_item p:nth-child(3)::before {
		left: calc(50% - 113px);
		width: 226px;
	}

	.bottom_block .sale_block {
	    margin: 420px 0 0;
	}

	.bottom_block::before {
		display: none;
	}

	footer {
		max-width: 420px;
		margin: auto;
	}

	.owl-prev {
		left: -24px;
	}

	.owl-next {
		right: -24px;
	}

	.feedback .owl-prev {
		left: -34px;
	}

	.feedback .owl-next {
		right: -34px;
	}

	.feedback .owl-prev,
	.feedback .owl-next {
	 	top: 108px;
	}
}



