* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #000;
	font-family: Roboto;
}

@font-face {
	font-family: Roboto;
	src: url(../../fonts/Roboto-Regular.ttf) format("opentype");
}

@font-face {
	font-family: RobotoMedium;
	src: url(../../fonts/Roboto-Medium.ttf) format("opentype");
}

@font-face {
	font-family: RobotoBold;
	src: url(../../fonts/Roboto-Bold.ttf) format("opentype");
}

.container {
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-direction: row;
}

.column {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.justify-content-center {
	justify-content: center;
}

.text-center {
	text-align: center;
}

.tt-uppercase {
	text-transform: uppercase;
}

.fs-24 {
	font-size: 24px;
}

.only-mobile {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

p {
	font: normal 20px/1.2 Roboto;
}

h2 {
	font: normal 48px/56px Roboto;
}

@media all and (max-width: 1330px) {
	.column {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media all and (max-width: 1023px) {
	.row {
		padding-left: 20px !important;
		padding-right: 20px !important;
		flex-direction: column;
		align-items: center;
	}
	.column {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		align-items: flex-start !important;
	}
	h2 {
		text-align: center;
	}
	p {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	img {
		margin-left: auto;
		margin-right: auto;
	}
	.iframe,
	video {
		width: 90vw;
		height: 50.8vw;
		margin: 0 auto;
		display: block;
	}
	.only-mobile {
		display: block;
	}
}


/*******/

.top {
	padding: 30px 0;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
}

.top p {
	font-size: 18px;
	line-height: 28px;
	font-family: RobotoMedium;
}

.top h3 {
	margin-bottom: 15px;
	font-family: RobotoMedium;
	font-size: 24px;
	font-weight: normal;
	white-space: nowrap;
}

.top h2 {
	line-height: 40px;
	font-family: RobotoMedium;
	font-size: 32px;
}

.top .row:nth-of-type(3) p {
	margin-top: 20px;
}

.top .row:nth-of-type(6) p {
	margin-top: 40px;
}

.slider {
	padding-top: 50px;
	padding-bottom: 55px;
	color: #fff;
	background: url("./images/01.png") no-repeat;
	background-size: cover;
	background-position: center top;
}

.slider>.container {
	max-width: 1210px;
}

.slider h2 {
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	font-family: RobotoBold;
	text-transform: uppercase;
}

.slider p {
	padding: 35px 15px 0;
	font-size: 32px;
	font-family: RobotoMedium;
	text-align: center;
}

.header {
	background-color: #4e322c;
	overflow: hidden;
}

.header>.container {
	max-width: 960px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	position: relative;
}

.header>.container::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -8%;
	background-color: #fff;
	width: 116%;
	height: auto;
	display: block;
	content: "";
	transform: skew(-15deg);
	z-index: 0;
}

.header .row {
	z-index: 5;
	position: relative;
}

.header h2 {
	line-height: 26px;
	margin-bottom: 35px;
	font-size: 32px;
	font-family: RobotoBold;
	color: #ff0000;
	text-transform: uppercase;
	text-align: center;
}

.header h2 small {
	margin-top: 6px;
	display: block;
	text-transform: none;
	font-size: 20px;
}

.header .column:nth-of-type(1) {
	align-items: center;
}

.header .column:nth-of-type(1) p {
	font-size: 16px;
	text-align: center;
}

.header .imgContainer {
	max-width: 307px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header .imgContainer p {
    margin-top: -35px;
	padding: 5px 15px 5px 10px;
	color: #fff;
	background-color: #64762a;
	font-family: RobotoBold;
	font-size: 22px !important;
	line-height: 26px;
	text-align: left !important;
}

.header .column:nth-of-type(1) {
	width: 55%;
}

.header .column {
	align-items: center !important;
}

.header .orderForm {
	width: 370px;
	padding-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.header .orderForm p.black-bold {
	font-size: 24px;
	text-transform: uppercase;
	font-family: RobotoBold;
	color: #000;
}

.header .orderForm p.red-bold {
	font-size: 32px;
	font-family: RobotoBold;
	color: #ff0000;
}

.header .orderForm p.black-normal {
	line-height: 26px;
	margin-bottom: 35px;
	font-size: 20px;
	color: #000;
}

.header .orderForm p.black-smaller {
	line-height: 26px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: RobotoBold;
	color: #000;
}

.header .orderForm a {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #fff;
	font-family: RobotoBold;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	line-height: 55px;
	border-radius: 30px;
	background-color: #ff0000;
}

.green-1 {
	padding-bottom: 44px;
	color: #fff;
	background-color: #64762a;
}

.green-1 h2 {
	padding: 40px 15px 39px;
}

.green-1 .column:nth-of-type(1) {
	width: 690px;
	padding-top: 7px;
	align-items: flex-end;
}

.green-1 .column:nth-of-type(2) {
    width: 640px;
	padding-top: 15px;
	padding-right: 142px;
    padding-left: 40px;
}

.green-1 .column:nth-of-type(2) p {
	margin-bottom: 15px;
}

.green-1 .column:nth-of-type(2) p:not(:nth-of-type(1)) {
	margin-top: 10px;
	margin-bottom: 15px;
}

.green-1 .column:nth-of-type(2) p:nth-of-type(3) {
	margin-top: 35px;
}

.white-1 {
	padding-top: 60px;
	padding-bottom: 25px;
	color: #000;
	background-color: #fff;
}

.white-1 h2 {
	line-height: 1.1;
	margin-bottom: 55px;
	font-family: RobotoMedium;
	color: #64762a;
}

.white-1 h2 small {
	display: block;
	font-size: 32px;
}

.white-1 p.subtitle {
  margin-bottom: 40px;
  padding: 0 100px;
  text-align: center;
}

.white-1 p {
	font-size: 16px;
}

.white-1 .column p:not(:last-child) {
	margin-bottom: 20px;
}

.white-1 p.title {
	font-size: 24px;
    width: 100%;
    text-align: left;
}

.white-1 .row .column:nth-of-type(1) {
	width: 700px;
	padding-left: 230px;
    padding-right: 25px;
	align-items: flex-end;
}

.white-1 .row .column:nth-of-type(2) {
	width: 630px;
	padding-left: 30px;
	padding-right: 140px;
	align-items: flex-start;
}

.white-1 .row:nth-of-type(3) {
    margin-top: 30px;
}

.white-1 .row:nth-of-type(3) .column:nth-of-type(1) {
    padding-top: 30px;
}

.white-1 .row:nth-of-type(4) {
    margin-top: 70px;
}

.white-1 .row:nth-of-type(4) .column:nth-of-type(1) {
    padding-right: 35px;
}

.white-1 .row:nth-of-type(5) {
    margin-top: 35px;
}

.white-1 .row:nth-of-type(5) .column:nth-of-type(1) {
    padding-top: 30px;
    padding-right: 5px;
}

.white-1 .row:nth-of-type(6) {
    margin-top: 40px;
}

.green-2 {
	padding-top: 30px;
	padding-bottom: 70px;
	color: #fff;
	background-color: #64762a;
}

.green-2 h2 {
	line-height: 1.1;
	margin-bottom: 41px;
    padding: 0 370px;
	font-family: RobotoMedium;
    font-size: 32px;
    text-transform: uppercase;
}

.green-2 p {
	font-size: 16px;
}

.green-2 p.title {
	margin-bottom: 20px;
	font-size: 24px;
}

.green-2 .row .column:nth-of-type(1) {
	width: 700px;
	padding-left: 230px;
    padding-right: 25px;
	align-items: flex-end;
}

.green-2 .row .column:nth-of-type(2) {
	width: 630px;
	padding-left: 30px;
	padding-right: 140px;
	align-items: flex-start;
}

.green-2 .row:nth-of-type(3) {
	padding-top: 43px;
}

.green-2 .row:nth-of-type(3) .column:nth-of-type(1) {
	padding-right: 10px;
}

.green-2 .row:nth-of-type(4) {
	margin-top: 30px;
}

.green-2 .row:nth-of-type(4) .column:nth-of-type(2) {
	padding-top: 40px;
}

.green-2 .row:nth-of-type(5) .column:nth-of-type(1) {
	padding-top: 37px;
}

.green-2 .row:nth-of-type(6) {
	margin-top: 70px;
}

.green-2 .row:nth-of-type(6) .column:nth-of-type(2) {
	padding-top: 10px;
}

.video {
    padding-bottom: 90px;
	color: #000;
	background-color: #d2d2d2;
}

.video h2 {
	margin-top: 74px;
	margin-bottom: 70px;
}

.red-2 {
	padding: 62px 0 35px;
	color: #fff;
	background-color: #ff0000;
}

.red-2 h2 {
	padding: 0 15px 30px;
	font: normal 48px/56px Roboto;
	text-align: center;
}

.red-2 p {
	font: normal 16px Roboto;
}

.red-2 .column p:not(:last-child) {
	margin-bottom: 20px;
}

.red-2 .row:nth-of-type(4) {
	padding: 0 90px;
}

.red-2 .row:nth-of-type(1) p {
	margin-bottom: 65px;
}

.red-2 .row:nth-of-type(1) .center {
	text-align: center;
}

.red-2 .row:nth-of-type(1) img {
	margin: 0 auto 77px;
}

.red-2 .row:nth-of-type(3) {
	padding-left: 100px;
}

.red-2 .row:nth-of-type(3) .column:nth-of-type(1) {
	width: 600px;
	padding-right: 27px;
}

.red-2 .row:nth-of-type(3) .column:nth-of-type(2) {
	width: 666px;
	padding-left: 79px;
	padding-right: 5px;
}

.red-2 .row:nth-of-type(3) {
	margin-top: 45px;
}

.red-2 .row:nth-of-type(4) p {
	text-align: center;
}

.brown {
	padding-top: 40px;
	padding-bottom: 35px;
	color: #fff;
	background-color: #424240;
}

.brown h2 {
	margin-bottom: 60px;
}

.brown .row:nth-of-type(2) {
	padding-left: 85px;
	padding-right: 85px;
	justify-content: space-between;
}

.brown .column {
	width: 269px;
	align-items: center;
	text-align: center;
}

.brown .column img {
	margin-bottom: 25px;
}

.brown .column p.name {
	margin-bottom: 15px;
	font-size: 24px;
	white-space: nowrap;
}

.brown .column p {
	line-height: 24px;
	font-size: 16px;
}

.white-2 {
	padding-top: 40px;
	padding-bottom: 60px;
	color: #000;
	background-color: #fff;
}

.white-2 h2 {
	margin-bottom: 50px;
	color: #64762a;
}

.white-2>.container {
	max-width: 1130px;
}

.white-2 p {
	line-height: 24px;
	font-size: 16px;
}

.white-2 p.title {
	margin-bottom: 20px;
	font-weight: bold;
}

.white-2 .row:nth-of-type(2) {
	justify-content: space-between;
}

.white-2 .column {
	width: 330px;
}

.white-2 .column:nth-of-type(1) {
	padding-right: 10px;
}

.white-2 .column img {
	margin-top: 50px;
}

.black {
	padding: 65px 0 40px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

.black h3 {
    margin-bottom: 30px;
    padding: 0 50px;
	font: normal 24px/1.4 Roboto;
	text-transform: uppercase;
}

.black h2 {
	font: normal 36px/56px Roboto;
	padding: 0 15px 35px;
}

.black p {
	font: normal 24px/56px Roboto;
}

.black p.small {
	font-size: 16px;
}

.black .row:last-child {
	margin-top: 45px;
}

.black .row:last-child p {
	line-height: 30px;
	padding: 0 350px;
}

@media all and (max-width: 1023px) {
	.header>.container::before {
		display: none;
	}
	.header .orderForm p.black-bold {
		font-size: 20px;
	}
	.header .orderForm p.red-bold {
		font-size: 28px;
	}
	.green-1 h2 {
		padding: 40px 0 30px;
	}
	.header h2 {
		font-size: 28px;
		line-height: 1.15;
	}
	.header .column:nth-of-type(1) p {
		text-align: center !important;
	}
	.white-1 img {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.green-1 {
		padding-bottom: 15px;
	}
	.white-1 h2 {
		margin-bottom: 30px;
  }
  .white-1 p.subtitle {
    padding-left: 15px;
    padding-right: 15px;
  }
	.white-1 .row:nth-of-type(6) img:not(.only-mobile) {
		display: none;
	}
	.white-1 .row:nth-of-type(3),
	.white-1 .row:nth-of-type(5),
	.white-1 .row:nth-of-type(7),
	.white-1 .row:nth-of-type(9),
	.green-2 .row:nth-of-type(2),
	.green-2 .row:nth-of-type(4),
	.green-2 .row:nth-of-type(6),
	.green-2 .row:nth-of-type(8) {
		flex-direction: column-reverse;
	}
	.white-1 p,
	.green-2 p,
	.red-2 p,
	.white-2 p,
	.green-1 p {
		text-align: center;
	}
	.green-2 .row:nth-of-type(5) .column:nth-of-type(2) img,
	.green-2 .row:nth-of-type(7) .column:nth-of-type(2) img {
		margin-left: auto;
	}
	.red-2 .row,
	.white-1 .row {
		margin-top: 0 !important;
	}
	.slider h2,
	.green-1 h2,
	.white-1 h2,
	.video h2,
	.red-2 h2,
	.brown h2,
	.white-2 h2 {
		font-size: 34px;
		line-height: 1.15;
	}
	.subscribe {
		padding: 20px 0 !important;
	}
	.brown h2 {
		margin-bottom: 30px;
	}
	.brown .column p.name {
		font-size: 22px;
	}
	.black h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.black {
		padding-bottom: 45px;
	}
    .black h3,
    .green-2 h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .white-1 p.title {
        text-align: center;
    }
    
    .green-2 {
        padding-bottom: 30px
    }
    
    .green-2 .row:nth-of-type(3),
    .green-2 .row:nth-of-type(4),
    .green-2 .row:nth-of-type(6) {
        padding-top: 0;
        margin-top: 0;
    }
    
    .video {
        padding-bottom: 30px;
    }
    
    .video h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


/*  ORDER FORM  */

form.form_panel,
form.form_panel * {
	box-sizing: border-box !important;
}

form.form_panel {
	margin-top: 100px;
	width: 100%;
	max-width: 700px;
	margin: 45px auto 0;
	color: #fff;
	font-family: Arial, sans-serif;
	display: block;
	background-color: #000;
}

form.form_panel .header {
	color: #fff;
	text-align: center;
	background-color: transparent;
}

form.form_panel p {
	text-align: left;
}

form.form_panel .radio_buttons .buttons_left {
	width: 50%;
	float: left;
}

form.form_panel .radio_buttons .buttons_right {
	width: 50%;
	float: right;
}

form.form_panel .radio_buttons input[type="radio"] {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

@media all and (max-width: 560px) {
	form.form_panel .radio_buttons .buttons_left,
	form.form_panel .radio_buttons .buttons_right {
		width: 100%;
		float: none;
	}
}

form.form_panel .checkbox a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

form.form_panel .checkbox a:hover,
form.form_panel .checkbox a:focus,
form.form_panel .checkbox a:active {
    border-bottom: 1px solid #fff;
}

.form_control .txtinput {
	background-color: #fff;
	width: 100%;
}

.form_control .select_wrapper {
	background-color: #fff;
	max-width: 280px;
}

#sum {
	max-width: 280px;
	width: 100%;
}

@media all and (max-width: 740px) {
	form.form_panel {
		width: 80%;
		margin: 0 auto;
		padding: 5%;
	}
	form.form_panel .txtinput {
		width: 100%;
		padding: 14px 2%;
	}
	.form_control .select_wrapper select {
		width: 90%;
	}
}

.custom-checkbox {
	min-height: 25px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox p {
	line-height: 1.7;
	font-size: 16px;
	text-align: left;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #cd0000;
}

.custom-checkbox:hover input~.checkmark {
	background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark {
	background-color: #eee;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 4px;
	height: 10px;
	border: solid #cd0000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media all and (max-width: 1440px) {
	.top h3 {
		white-space: normal;
	}
}