html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*#############################################*/

/*global styles*/

a:link, a:visited
{
	color: #fff;
}

::-webkit-input-placeholder { /* Edge */
  	color: #333;
  	font-size: 14px;
  	letter-spacing: 1px;
  	text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #333;
	font-size: 14px;
  	letter-spacing: 1px;
  	text-align: center;
}

::-webkit-select-placeholder { /* Edge */
  	color: #333;
  	font-size: 14px;
  	letter-spacing: 1px;
  	text-align: center;
}

select { /* Internet Explorer 10-11 */
  	text-align-last: center;
  	 -webkit-appearance: none;
}

::placeholder {
  	color: #333;
  	font-size: 14px;
  	letter-spacing: 1px;
  	text-align: center;
}

body
{
	font-family: 'Montserrat-Regular';
}

h1
{
	font-family: 'Montserrat-SemiBold';
	font-size: 40px;
}

h2
{
	font-family: 'Montserrat-SemiBold';
	font-size: 38px;
	line-height: 1.4em;
}

h3
{
	font-family: 'Montserrat-SemiBold';
	font-size: 36px;
	line-height: 1.4em;
}

h4
{
	font-family: 'Montserrat-SemiBold';
	font-size: 30px;
	line-height: 1.4em;
}

h5
{
	font-family: 'Montserrat-SemiBold';
	font-size: 24px;
	line-height: 1.4em;
}

p
{
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	line-height: 1.3em;
}

.container
{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.container-1
{
	max-width: 1310px;
	width: 100%;
	margin: 0 auto 0 10%;
}

.container-2
{
	max-width: 1310px;
	width: 100%;
	margin: 0 10% 0 auto;
}

.center-txt
{
	text-align: center;
}

.white
{
	color: #fff;
}

.uppercase
{
	text-transform: uppercase;
}

.right
{
	text-align: right;
}

.green
{
	color: #64da2b;
}

.bold
{
	font-family: 'Montserrat-Bold';
}


/*sec-1*/

.sec-1
{
	/* background: url('../img/header.jpg'); */
	background: rgb(6,147,70);
	background: radial-gradient(circle, rgba(6,147,70,1) 0%, rgba(168,255,0,1) 100%);
	background-position: top;
	max-width: 1920px;
	width: 100%;
	/* height: 100vh; */
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position-y: -65vh; */
	padding-bottom: 50px;
}

.flex
{
	display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}

.logo img
{
	max-width: 250px;
	width: 100%;
}

.header-right
{
	display: flex;
    justify-content: space-evenly;
    width: 75%;
}

.logo
{
	display: flex;
    justify-content: space-between;
    width: 25%;
}

.top-header-txt
{
	line-height: 1.3em;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Montserrat-Bold';
}

.header-right .white
{
	font-weight: 900;
	font-size: 28px;
	font-family: 'Montserrat-ExtraBold';
}

.flex-2
{
	display: flex;
    align-items: center;
    height: auto;
    justify-content: space-around;
}

.left-side-top, .right-side-top
{
	justify-content: space-evenly;
    width: 50%;
}

.left-side-top
{
	padding-top: 100px;
}

.right-side-top img
{
	max-width: 350px;
	width: 100%;
    margin: 0 auto;
    display: block;
}

.left-side-top h1
{
	font-weight: 600;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.3em;
    margin: 15px auto;
}

.left-side-top h4
{
	font-weight: 600;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	font-size: 22px;
	color: #0d8216;
	line-height: 1.3em;
    margin: 10px auto;
}

.left-side-top h2
{
	font-weight: 900;
	font-family: 'Montserrat-ExtraBold';
	text-transform: uppercase;
	font-size: 32px;
	color: #fff;
	line-height: 1.3em;
    margin: 12px auto;
}

.left-side-top p
{
	font-weight: 800;
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	color: #111;
	line-height: 1.3em;
    margin: 80px auto 10px auto;
}

.top-list
{
	margin-top: 30px;
	margin-left: 20px;
}

.top-list li
{
	color: #fff;
	font-size: 20px;
    font-weight: 600;
    line-height: 2em;
}

.top-list li::before
{
	content: url('../img/check.png');
	padding-right: 8px;
}

.buttonOrderContainer 
{
    background: #fd8817;
    border-radius: 18px;
    text-align: center;
    padding: 20px 10px;
    margin: 8px auto;
    box-shadow: 0px 10px 20px 0px #353535;
    position: relative;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
}

.buttonOrder 
{
    background: #f9ca07;
    width: 350px;
    margin: 0 auto;
    position: absolute;
    border-radius: 18px;
    font-size: 23px;
    padding: 10px 10px;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    box-shadow: 0px 10px 20px 0px #353535;
    cursor: pointer;
}

.regularPrice 
{
    font-size: 20px;
}

.lineThrough 
{
    color: #BC4070;
    text-decoration: line-through;
}

.oldPrice 
{
    font-size: 30px;
}

.promoPrice 
{
    font-size: 31px;
}

.newPrice 
{
    font-size: 42px;
}

/*section 2*/

.sec-2
{
	background: url('../img/tlo_pasek.jpg');
	background-position: center;
	max-width: 1920px;
	width: 100%;
	height: 179px;
	background-repeat: no-repeat;
	background-size: contain;
    align-items: center;
    display: flex;
    margin-top: 25px;
}

.flex-3
{
	display: flex;
    align-items: center;
    height: auto;
    justify-content: space-between;
}

/*section 3, section 4*/

.sec-3
{
	margin-top: 30px;
}

.left-side-sec-3, .right-side-sec-3
{
	justify-content: space-evenly;
    width: 50%;
}

.left-side-sec-3 img
{
	max-width: 650px;
	width: 100%;
    margin: 0 auto;
    display: block;
}

.flex-4
{
	display: flex;
    align-items: center;
    height: 550px;
    justify-content: space-around;
}

.sec-3 h2, .sec-4 h2
{
	color: #111;
	font-size: 28px;
	font-family: 'Montserrat-Bold';
	font-weight: 800;
	border-bottom: 3px solid #66D723;
    width: 100%;
    line-height: 1.5em;
}

.sec-4 h2 .green
{
	font-size: 30px;
}

.sec-3 ul, .sec-4 ul
{
	margin-top: 20px;
}

.sec-3 ul li, .sec-4 ul li
{
	color: #111;
	font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
}

.sec-3 ul li::after
{
	content: url('../img/content_circle.png');
	padding-left: 12px;
}

.sec-4 ul li::before
{
	content: url('../img/content_circle.png');
	padding-right: 12px;
}


/*section 5*/

.sec-5 h2
{
	color: #62b907 !important;
	font-size: 32px !important;
}

.sec-5 h3
{
	font-size: 24px;
}

.sec-5 .ing
{
	color: #111;
	font-size: 28px;
	font-family: 'Montserrat-Bold';
	font-weight: 800;
    width: 100%;
    line-height: 1.5em;
    border-bottom: none;
    margin-top: 10px;
    height: 33.3333333%;
    text-align: left;
}

.product, .ingredients
{
	justify-content: space-evenly;
    width: 50%;
    height: 100%;
    flex-direction:  column;
}

.product img
{
	height: 100%;
}

#ing_1, #ing_3
{
	margin-left: -70px;
}

/*sec-6*/

.sec-6
{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.sec-6 h2
{
	font-size: 46px !important;
}

.sec-6 .flex
{
	margin-top: 40px;
}

.sec-6 .product
{
	width: auto;
	height: auto;
}

.form
{
    display: grid;
    margin: auto;
}

.sec-6 .product img
{
	width: 100%;
	max-width: 450px;
	height: auto;
}

.prices
{
	display: block;
	margin-bottom: 10px;
}

.prices span
{
	line-height: 1.2em;

}

.prices .oldPrice
{
	font-size: 18px;
}

.prices .newPrice
{
	font-size: 22px;
}

input, select
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 15%;
    width: -webkit-fill-available;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #62b907;
}

select
{
	padding: 10px 0;
}

input
{
	padding: 10px 0;
}

.row-input
{
	margin: auto 15%;
	display: flex;
	width: -webkit-fill-available;
}

#country_phone
{
	width: 25%;
	margin: auto;
	margin-right: 2.5px;
	text-align: center;
}

#phone
{
	width: 70%;
	margin: auto;
	margin-left: 2.5px;
}

.sec-6 .buttonOrderContainer
{
	margin: auto 5%;
	margin-top: 30px;
}

.sec-6 .promoPrice 
{
    font-size: 28px;
}

.sec-6 .buttonOrder
{
    font-size: 17px;
    color: #fff;
    border: none;
    cursor: pointer;
}

/*sec-7*/

.sec-7
{
	margin-top: 35px;
}

.right-side-sec-7
{
	text-align: right;
}

/*sec-8*/

.sec-8__table
{
	width: 50%;
}

.sec-8__table th {
    font-size: 26px;
    width: 50%;
}

.sec-8__table table {
    margin: 20px auto;
    border-collapse: collapse;
}

th,
td,
tr {
    border-collapse: collapse;
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
}

.sec-8__table td {
    font-size: 16px;
}


/*sec-9*/

.list-1
{
	margin: 15px auto;
}

.list-1 ul li
{
	font-size: 20px;
	padding: 5px 0;
}

.list-1 ul li::before
{
	content: url('../img/check-list.png');
	padding-right: 10px;
}

.flex-5
{
	display: flex;
    align-items: center;
    height: auto;
    justify-content: space-around;
}

.col-flex-1-3
{
	margin: 0 auto;
	display: block;
}

.opinion
{
    width: 45%;
    display: inline-block;
}

.opinion img
{ 
	float: left;
    padding-right: 10px;
}

.sec-11
{
	padding: 20px 0;
    margin: 70px auto;
    background: #f6f6f7;
}

.sec-11 .flex-3
{
	align-items: normal;
}

.sec-12 img
{
	max-width: 175px;
	width: 100%;
}

.sec-12 .flex-3
{
	margin: 20px auto;
}

.sec-12 p
{
	padding: 10px 0; 
}

.certificates
{
	margin-top: 45px;
}

.certificates img
{
	max-width: 250px;
	width: 100%;
}

.sec-13
{
	padding: 25px 0;
}


.sec-13 .flex-3
{
	padding: 25px 0;
}

.sec-13 .flex-3 .img-txt p
{
	padding: 15px 0;
}

.sec-14 .form 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec-14 .product img 
{
    width: 100%;
}

.sec-14 .buttonOrder 
{
	font-size: 18px;
	border: none;
    color: #fff;
    cursor: pointer;
}

.sec-14 h4
{
	padding: 25px 0;
}

.sec-14 .buttonOrderContainer
{
	margin-top: 40px;
}