/* styles */
body {
	min-width: 480px;
	background: #55771a;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	color: #373737;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

.thank{
	margin: 10px 10px 10px 10px;
	width: 460px;
	height: auto;

}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
h2.yyy{
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1px;
	padding: 0 20px;
}
h2.title span{
	color: #4E7225;
}

section {
    padding: 10px 0 10px;
}

.color_theme{
	background: #FFFFFF;
}
.color_theme .title,
.color_theme .title span{
	color: #373737;
}


.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
	height: 56px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	color: #373737;
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #373737;
}
.m1-form ::-moz-placeholder {
	color: #373737;
}
.m1-form :-moz-placeholder {
	color: #373737;
}
.m1-form :-ms-input-placeholder {
	color: #373737;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m{
	border: none;
	cursor: pointer;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 70px;
	width: 360px;
	display: block;
	border-radius: 25px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to bottom, #ffc44c, #ff8801);
	border-bottom: 4px solid #ea7c00;
	font-size: 35px;
	letter-spacing: 1px;
	margin: 10px auto;
	color: #fff;
	position: relative;
	text-shadow: 0 1px 0 #acacac;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
}
.button-m:active{
	background: linear-gradient(to bottom, #ff8801, #ffc44c);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: #f4f5f7;
	/* padding: 0 0 25px; */
	padding-bottom: 15px;
}
.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
}
.main_title{
	background: #455923;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 46px;
	line-height: 1.1em;
	text-shadow: 0 2px 0 #000000;
	font-family: 'Bebas Neue', sans-serif;
	padding: 12px 0;
}
.main_title:before{
	content: '';
	width: 0px;
	height: 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
}
.main_subtitle{
	font-size: 22px;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 14px 0 12px;
	font-weight: 400;
	background: #000000;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}

.price .old,
.price .new {
    flex: 1; /* Розтягуємо блоки рівномірно */
    text-align: center;
}

.price .old {
    margin-right: 60px; /* Додаємо відступ праворуч для розсування */
}

.price .new {
    margin-left: 60px; /* Додаємо відступ ліворуч для розсування */
    color: white;
}

.offer_section .box .sale{
	width: 184px;
	height: 159px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	/*top: 500px; */
	left: 0;
	bottom: 0;
}
.offer_section .box .sale span{
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 #acacac;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 85px;
	left: -19px;
	transform: rotate(40deg);
}
.offer_section .box .inst{
	width: 150px;
	background: #ffffff;
	padding: 6px 8px 6px 0;
	text-align: right;
	position: absolute;
	right: 0;
	top: 354px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 600;
	border-radius: 20px 0 0 20px;
}
.offer_section .box .inst span{
	display: block;
	font-size: 16px;
}

.offer_section .box .inst:before{
	content: '';
	width: 52px;
	height: 52px;
	background: url(../images/inst_icon.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -26px;
}
.offer_section .price{
	/* background: url(../images/price.png) 50% 0% no-repeat; */
    display: flex;
    justify-content: space-between; /* Розподіл простору між елементами */
    align-items: center; /* Вирівнювання по вертикалі */
    height: 87px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1em;
    padding-top: 16px;
    box-sizing: border-box; /* Додаємо цей атрибут для точного обчислення розмірів */
}


.offer_section .price20{
	background: url(../images/price20.png) 50% 0% no-repeat;
}
.offer_section .price25{
	background: url(../images/price25.png) 50% 0% no-repeat;
}
.offer_section .price31{
	background: url(../images/price31.png) 50% 0% no-repeat;
}
.offer_section .price33{
	background: url(../images/price33.png) 50% 0% no-repeat;
}
.offer_section .price35{
	background: url(../images/price35.png) 50% 0% no-repeat;
}
.offer_section .price50{
	background: url(../images/price50.png) 50% 0% no-repeat;
}
.offer_section .price56{
	background: url(../images/price56.png) 50% 0% no-repeat;
}

.offer_section .price div>p{
	font-size: 36px;
	line-height: 1.2em;
}
.offer_section .price div>p small{
	font-size: 0.8em;
}
.offer_section .price .new{
	color: #fff;
}
.offer_section .price .new p{
	font-weight: 700;
}
.offer_section .price .old p span{
	text-decoration: line-through;
}
.ofr_bull{
	font-size: 0;
	letter-spacing: -1px;
	text-align: center;
	padding: 20px 0 0;
	margin: 0 0 20px;
}
.ofr_bull>li{
	width: 135px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 6px 8px;
	background: #fff;
	padding: 8px 14px 8px;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 700;
	line-height: 1.3em;
	border-radius: 25px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
	border: 1px solid #373737;
}
.ofr_bull>li:before{
	content: '';
	width: 57px;
	height: 52px;
	display: block;
	margin: 0 auto 12px;
}
.ofr_bull>li:nth-child(1):before{
	background: url(../images/ofr_icons.png) 50% 0% no-repeat;
}
.ofr_bull>li:nth-child(2):before{
	background: url(../images/ofr_icons.png) 50% -52px no-repeat;
}
.ofr_bull>li:nth-child(3):before{
	background: url(../images/ofr_icons.png) 50% -104px no-repeat;
}
.difference{
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.difference span{
	width: 135px;
	height: 56px;
	line-height: 56px;
	background: url(../images/difference.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-left: -5px;
	font-size: 22px;
}
.offer_section .timer{
	padding: 0 40px;
	margin: 0 auto 10px;
}
.offer_section .timer p{
	text-align: center;
	padding-top: 30px;
	font-size: 24px;
}
.offer_section .el-timer{
	width: 400px;
	margin: 0 auto;
}
.time_circles > div > span{
	font-weight: 700;
	color: #7c667f;
}
.time_circles > div > h4{
	font-weight: 400;
	font-size: 16px !important;
	text-transform: none;
}
.prod_count{
	text-align: center;
	font-size: 18px;
	margin-top: 25px;	
}
.prod_count>span{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #4E7225;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
}



/* sect2 */
.sect2>p{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 25px;
}
.sect2>img{
	display: block;
	margin: 0 auto 20px;
}
.sect2 .button-m{
	margin-top: 30px;
}



/*sect3*/
.sect3{
	background: #f4f5f7;
}
.benef1{
	padding: 0 30px;
}
.benef1>li{
	display: table;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li .img{
	display: table-cell;
	width: 163px;
	vertical-align: middle;
}
.benef1>li .img img{
	display: block;
	margin: 0 auto;
}
.benef1>li .text{
	vertical-align: middle;
	display: table-cell;
	padding: 0 10px 0 22px;
	font-size: 18px;
}
.benef1>li .text span{
	font-weight: 700;
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}




/*sect4*/
.sect4 .title span{
	display: block;
}
.sect4 .img{
	position: relative;
	margin-bottom: 25px;
}
.sect4 .img .set{
	width: 102px;
	height: 50px;
	text-align: center;
	padding-top: 28px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 2px 0 #ea7d55;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 12px;
	left: 17px;
}
.sect4>p{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
.sect4 .img img{
	display: block;
}





/*sect5*/
.sect5{
	background: #455923;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1em;
    padding: 12px 0;
	margin-bottom: 0px !important;
}
.sect5>h2.title{
	margin-bottom: 10px !important;
	text-shadow: 0 2px 0 #000000;
    font-family: 'Bebas Neue', sans-serif;
	font-size: 35px;
}

.novelty{
	text-align: center;
	margin-bottom: 20px;
}
.novelty>span{
	background: #f4f5f7;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 12px;
	border-radius: 20px;
	position: relative;
	color: #353539;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
}
.novelty>span:after{
	content: '';
	width: 54px;
	height: 54px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -27px 0 0 -27px;
}
.novelty>span>span{
	margin-left: 70px;
}




/*sect6*/
.sect6{
	padding-bottom: 1px;
}
.color_list{
	text-align: center;
	font-size: 0;
}
.color_list>li{
	width: 400px;
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.color_list>li>img{
	display: block;
	margin: 0 auto 5px;
}


.pull{
	text-align: center;
	font-size: 0;
}
.pull>li{
	width: 420px;
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	text-align: center;
	margin-bottom: 30px;
}
.pull>li>img{
	display: block;
	margin: 0 auto 5px;
}


/*imgslider*/
.imgslider{
	text-align: center;
	font-size: 0;
}
.imgslider>div{
	width: 380px;
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.imgslider>div>img{
	display: block;
	margin: 0 auto 5px;
}


/*sect7*/
.sect7{
	background: #f4f5f7;
}
.char_list{
	margin-bottom: 20px;
}
.char_list>li{
	padding: 12px 30px 12px 30px;
	font-size: 18px;
}
.char_list>li>b{
	float: left;
}
.char_list>li>b:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #4E7225;
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
}
.char_list>li>p{
	padding: 0 0 0 230px;
}
.char_list>li:nth-child(2n){
	background: #fff;
}





/*sect8*/
.sect8 .title span {
    display: block;
}

.sect8 .subtitle {
    text-align: center;
    margin: -20px 0 35px;
    padding: 0 50px;
}

/* Стиль для блоку з відгуками */
.reviews_inst {
    /* padding: 0 30px; */
    margin-bottom: 40px;
    font-family: 'Tahoma', sans-serif;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}


.inst_item {
    background: #fff;
	margin: 20px 60px 25px 60px; /* Змініть значення 20px на потрібний вам відступ по горизонталі */
    padding: 15px 0 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}


.inst_item .info {
    padding: 0 20px;
    margin-bottom: 15px;
    position: relative;
    background: url(../images/rev_info.png) 395px 50% no-repeat;
}

.inst_item .info:before {
    content: '';
    font-size: 30px;
    line-height: 32px;
    color: #9b9b9b;
    font-weight: 700;
    font-family: 'Proxima Nova', serif;
    position: absolute;
    right: 24px;
    top: 8px;
}

.inst_item .info>img {
    float: left;
    border-radius: 50%;
}

.inst_item .info p {
    padding: 8px 0 0 56px;
    font-size: 19px;
    line-height: 1.3em;
    font-weight: 700;
}

.inst_item>img {
    display: block;
    margin: 0 auto 20px;
}

.inst_item .likes {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3em;
    padding: 35px 20px 0;
    margin-bottom: 10px;
    background: url(../images/inst_likes.png) 50% 0% no-repeat;
}

.inst_item>p {
    padding: 0 20px 0;
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 13px;
}

.inst_item>p:first-of-type {
    margin-bottom: 20px;
}

.inst_item>p:last-child {
    margin-bottom: 0;
}





/*sect9*/
.sect9{
	padding-bottom: 10px;
}
.order_list{
	font-size: 0;
}
.order_list>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #373737;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 35px;
}
.order_list>li>span{
	font-size: 19px;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}
.order_list>li:before{
	content: '';
	display: block;
	height: 84px;
	margin: 0 auto 15px;
}
.order_list>li:nth-child(1):before{
	background: url(../images/order_icons.png) 50% 0% no-repeat;
}
.order_list>li:nth-child(2):before{
	background: url(../images/order_icons.png) 50% -86px no-repeat;
}
.order_list>li:nth-child(3):before{
	background: url(../images/order_icons.png) 50% -171px no-repeat;
}
.order_list>li:nth-child(4):before{
	background: url(../images/order_icons.png) 50% -256px no-repeat;
}




.formbox{
	width: 420px;
	margin: 0 auto;
	background: #4E7225;
	border-radius: 40px;
	padding: 30px 30px 25px;
	color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
}
.formbox .action_text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.formbox .action_text span{
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.1em;
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.formbox .prod_count span{
	background: #fff;
	color: #7c667f;
}





/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

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

.footer_section a {
	color: #222;
	display: block;
}

/* Додайте цей код до вашого CSS файлу або в тег <style> у вашому HTML документі */
.slider img {
    width: 45px; /* Задайте ширину в 45 пікселів */
    height: 45px; /* Задайте висоту в 45 пікселів */
}

button.slick-prev.slick-arrow {
    /* Загальні стилі кнопки */
    position: absolute;
    left: -14px;
    top: 150px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0; /* Встановлюємо розмір шрифту на 0, щоб приховати текст */
    color: transparent; /* Приховуємо текст */
    background-image: url('next.png'); /* Додайте ваш шлях до файлу next.png */
    background-repeat: no-repeat; /* Забороняємо повторення зображення */
    width: 38px; /* Задайте ширину кнопки */
    height: 45px; /* Задайте висоту кнопки */
    /* Додаткові стилі за потреби */
}

button.slick-prev.slick-arrow:before {
    content: ""; /* Приховуємо вміст, який додається псевдоелементом :before */
    display: block;
    width: 100%;
    height: 100%;
}

button.slick-next.slick-arrow {
    /* Загальні стилі кнопки */
    position: absolute;
    right: -14px; /* Зсув кнопки вправо */
    top: 150px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0; /* Встановлюємо розмір шрифту на 0, щоб приховати текст */
    color: transparent; /* Приховуємо текст */
    background-image: url('next.png'); /* Додайте ваш шлях до файлу next.png */
    background-repeat: no-repeat; /* Забороняємо повторення зображення */
    width: 38px; /* Задайте ширину кнопки */
    height: 45px; /* Задайте висоту кнопки */
    /* Додаткові стилі за потреби */
}

button.slick-next.slick-arrow:before {
    content: ""; /* Приховуємо вміст, який додається псевдоелементом :before */
    display: block;
    width: 100%;
    height: 100%;
}


.offer_section>p{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 5px;
}