html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Helvetica' , sans-serif;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 360px;
}
body.body-overflow{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 16px 0;
	font-weight: 900;
	color: #2b3139;
	line-height: 1.3;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
}
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #676C7B;
	margin: 0 0 15px 0;
}
strong{
	font-weight: 500;
}
p a{
	text-decoration: underline;
	color: #ffffff;
}
p a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
	text-decoration: none;
	font-weight: 500;
	color: #004394;
}
ul , ol{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style: none;
}
ol{
	padding: 0 0 0 20px;
}
ol li{
	list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.orange-btn{
	background: #ef5035;
	transition: 0.3s;
}
.orange-btn:hover{
	background: #ed3a1c;
}
.orange-btn:active{
	background: #d53318;
}


/* inputs */
input{
	outline: none;
	border: none;
}
.input{
	position: relative;
}
.input:not(:last-child){
	margin: 0 0 10px 0;
}
.input__text{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Helvetica", sans-serif;
	color: #000;
}
.input__text::-webkit-input-placeholder{
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}
.input__text:-moz-placeholder{
	font-family: "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

textarea{
	width: 100%;
	height: 135px;
	border-radius: 34px;
	background: #FFF;
	padding: 32px 45px 0 45px;
	border: none;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	outline: none;
	resize: none;
}
textarea::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.55);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	opacity: 0.75;
}
textarea:-moz-placeholder{
	color: rgba(0, 0, 0, 0.55);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -1px;
	opacity: 0.75;
}
.b-select{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Helvetica", sans-serif;
	color: #000;
	background: url("../img/select-arrow.svg") center right 10px no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select{
	outline: none;
}
.b-mobile{
	display: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container{
	max-width: 1020px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 0;
}
.row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}
.col{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
/* End Total css ====*/
.b-container{
	overflow: hidden;
}
/* -------------- page index -------------- */
.promo{
	border-top: 5px solid #85B129;
	padding: 60px 0 60px 0;
}
.promo__top{
	margin: 0 0 33px 0;
}
.promo__ico{
	background: url("../img/redcheck.svg") center no-repeat;
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
}
.promo__top p{
	font-weight: 300;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	color: #000;
	max-width: 800px;
	margin: 0 auto 10px;
}
.promo__top p b{
	font-weight: 400;
}


.products{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 10px 0;
}
.products__col{
	width: 33.333333%;
}
.products__col:not(:last-child){
	margin: 0 40px 0 0;
}
.product{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	background: #fff;
	margin: 0 0 10px 0;
}
.product.active{
	outline: 4px solid #69A84E;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
}

.product__top{
	border-radius: 5px 5px 0 0;
	background: #f5f5f5;
}
.product__label{
	display: flex;
	justify-content: flex-end;
	margin: 0 0 10px 0;
}
.product__label-wrap{
	text-align: center;
	width: 100px;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #ddd;
}
.product__label-wrap b{
	display: block;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	color: #000;
}
.product__label-wrap span{
	display: block;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	color: #000;
}
.product.active .product__label-wrap{
	background: #69A84E;
}
.product.active .product__label-wrap b{
	color: #fff;
}
.product.active .product__label-wrap span{
	color: #fff;
}
.product__head{
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	color: #000;
	height: 48px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 0 10px 0;
}
.product__head strong{
	font-weight: 400;
	display: block;
}
.product__img{
	height: 255px;
}
.product__img img{
	max-width: 220px;
	margin: 0 auto 0;
}
.products__col:first-child .product__img img{
	max-width: 124px;
}
.product__content{
	padding: 20px 36px 40px 36px;
}
.product__title{
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #000;
	margin: 0 0 15px 0;
}
.product__list{
	margin: 0 0 28px 0;
	min-height: 110px;
}
.product__list li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
.product__list li:not(:last-child){
	margin: 0 0 7px 0;
}
.product__list li:before{
	display: block;
	content: "";
	background: url("../img/tick.svg") center no-repeat;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}
.product__list li b{
	display: block;
}
.product__list li.yellow span{
	background: #f4cc4e;
	padding: 4px 4px;
	border-radius: 3px;
}
.product__price{
	text-align: center;
	margin: 0 0 25px 0;
}
.product__price b{
	display: block;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	color: #000;
}
.product__price span{
	display: block;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	color: #000;
	margin: 0 0 15px 0;
}
.product__price strong{
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #000;
}
.product__btn{
	width: 100%;
	max-width: 220px;
	height: 40px;
	border-radius: 5px;
	background: #69A84E;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product__btn:hover{
	background: #80c761;
}
.product__btn:active{
	background: #65a549;
}

.rating{
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 113px;
	padding: 20px 15px 15px;
}

.stars{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px 0;
}
.stars li{
	background: url("../img/star.svg") center top no-repeat;
	width: 20px;
	height: 20px;
}
.stars li:not(:last-child){
	margin: 0 5px 0 0;
}
.rating b{
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #000;
	margin: 0 0 7px 0;
}
.rating-link{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #000;
}
.rating-link:after{
	content: "";
	background: url("../img/uil_arrow-up.svg") center no-repeat;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin: 0 0 0 7px;
}



.form{
	margin: 0 0 60px 0;
}
.form__wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 40px 40px;
}
.form__col{
	width: 50%;
}
.form__col:not(:last-child){
	margin: 0 40px 0 0;
}
.form__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.form__row:not(:last-child){
	margin: 0 0 10px 0;
}
.form__title{
	text-align: center;
	margin: 0 0 12px 0;
}
.form__title span{
	display: block;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	margin: 0 0 5px 0;
}
.form__title b{
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}
.form__row .w-50{
	width: 50%;
}
.form__row .w-50:not(:last-child){
	margin: 0 10px 0 0;
}
.form__row .postal-code{
	width: 35%;
	margin: 0 10px 0 0;
}
.form__row .pl-ct{
	flex-grow: 1;
}


.form__top{
	margin: 0 0 20px 0;
}
.item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}
.item:not(:last-child){
	margin:  0 0 10px 0;
}
.item__left{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.item__img{
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}
.item__img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.item__q{
	position: absolute;
	top: -9px;
	right: -9px;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	color: #000;
	width: 18px;
	height: 18px;
	background: #d9d9d9;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item__name{
	font-weight: 400;
	font-size: 14px;
	color: #000;
	padding: 5px 0 0 0;
}
.item__price{
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	color: #000;
}
.form__info{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}
.form__info ul{

}
.form__info ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.form__info ul li:not(:last-child){
	margin: 0 0 10px 0;
}
.form__total{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}
.form__total span{
	font-weight: 400;
	font-size: 18px;
	color: #000;
}
.form__row .input:not(:last-child){
	margin: 0 10px 0 0;
}
.form__row .month{
	width: 29%;
}
.form__row .year{
	width: 29%;
}
.form__row .cvv{
	width: 42%;
}
.form__btn{
	width: 100%;
	border-radius: 3px;
	height: 50px;
	background: #69a84e;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
}
.form__btn:hover{
	background: #80c761;
}
.form__btn:active{
	background: #65a549;
}


.reviews{
	margin: 0 0 60px 0;
}
.reviews__top{
	margin: 0 0 20px 0;
}
.reviews__title{
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin: 0 0 10px 0;
}
.reviews__item{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 40px 25px;
}
.reviews__item:not(:last-child){
	margin: 0 0 20px 0;
}
.reviews__item-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.reviews__item-name{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	margin: 0 0 8px 0;
}
.reviews__item-date{
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	color: #000;
	margin: 0 0 10px 0;
}
.reviews__item .stars{
	margin: 0;
}
.reviews__item-ver{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2px 10px 2px 5px;
	border-radius: 3px;
	background: #69a84e;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.reviews__item-ver:before{
	content: "";
	display: block;
	background: url("../img/check.svg") center no-repeat;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0 2px 0 0;
}
.reviews__item p{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.35;
	color: #000;
}
.footer{
	padding: 0 0 40px 0;
	text-align: center;
}
.copyright{
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.footer__link{
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-align: right;
	color: #000;
}
.footer__link:not(:last-child){
	margin: 0 10px 0 0;
}
.footer__link:hover{
	text-decoration: none;
}
.footer__right{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
	margin: 0 0 15px 0;
}
.footer p{
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
.footer p a{
	color: #000;
}

.modal-html{
	position: fixed;
	overflow-y: scroll;
}
.modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fffc;
	z-index: 999;
	overflow: auto;
	padding:  76px 0;
	display: none;
}
.modal-overlay::-webkit-scrollbar { width: 0; }
.modal-overlay { -ms-overflow-style: none; }
.modal-overlay { overflow: -moz-scrollbars-none; }
.modal-content{
	border-radius: 10px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 0;
	position: relative;
	background: #fff;
	padding: 34px 40px 40px;
	box-shadow: 0 15px 50px 0 #00000026;
}
.modal-close{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 30px;
	position: absolute;
	right: -12.5px;
	text-indent: -9999px;
	top: -12.5px;
	width: 30px;
}
.modal-content h1, .modal-content h3, .modal-content h4 {
	color: #313131;
	line-height: normal;
}

.modal-content h1 {
	font-size: 36px;
	margin-bottom: 10px;
	margin-top: 0;
}
.modal-content h3, .modal-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
}
.modal-content p, .modal-content p span {
	color: #313131;
	line-height: normal;
	margin: 0;
	padding: 0 0 17px;
}

.modal-content .button {
	background: #69a84e;
	display: flex;
	font-size: 25px;
	height: 50px;
	line-height: 50px !important;
	margin: 31px auto 15px;
	padding: 0 25px;
	border-radius: 3px;
	color: #fff;
}

.input__text.error{
	border-color: #EF4231;
}
.b-select.error {
	border-color: #EF4231;
}
label.error{
	color: #EF4231;
}

.accept_checkbox {
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor: pointer;
	accent-color: #639d4a;
}

.accept_checkbox__label{
	cursor: pointer;
}

.form__btn:disabled {
	background: #69a84e85;
	cursor: not-allowed;
}

.input-checkbox {
	margin: 20px 0;
}

.fixed-overlay {
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.fixed-overlay__modal {
	text-align: center;
	white-space: nowrap;
	z-index: 999;
}

.fixed-overlay__modal::after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}

.modal {
	display: inline-block;
	vertical-align: middle;
}

.modal_container {
	margin: 50px;
	padding: 20px;
	white-space: normal;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	font-size: 30px;
	box-shadow: 0 0 10px #00000045 !important;
	text-align: center;
}

.loading-spinner{
	width:30px;
	height:30px;
	border:2px solid #639d4a;
	border-radius:50%;
	border-top-color:#0001;
	display:inline-block;
	animation:loadingspinner .7s linear infinite;
}

@keyframes loadingspinner{
	0%{
		transform:rotate(0deg)
	}
	100%{
		transform:rotate(360deg)
	}
}

.blur {
	filter: blur(10px);
}

.error-wrapper {
	color: red;
	margin-top: 20px;
	display: none;
}

.success {
	text-align: center;
	width: 100%;
	display: none;
}