* {
	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 16px/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;
}
}

@media all and (min-width:1370px) {
	.top h2 {
		white-space: nowrap;
	}
}

.top .row:nth-of-type(3) p {
	margin-top: 20px;
	padding: 0 300px;
}

.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: 54px;
	font-family: RobotoBold;
	text-transform: uppercase;
}

.slider p {
	padding: 35px 190px 0;
	font-size: 32px;
	font-family: RobotoMedium;
	text-align: center;
}

.header {
	background-color: #179bf2;
	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: -10%;
	background-color: #fff;
	width: 120%;
	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: 5px;
	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: 14px;
	text-align: center;
}

.header .imgContainer {
	max-width: 484px;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header .imgContainer p {
    margin-top: 0px;
	padding: 5px 15px 5px 10px;
	color: #fff;
	background-color: #3bb54a;
	font-family: RobotoBold;
	font-size: 18px !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: 75px;
	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;
}

.blue-1 {
	padding-bottom: 38px;
	color: #fff;
	background-color: #187fc3;
}

.blue-1 h2 {
	padding: 40px 15px 39px;
	font-size: 36px;
}

.blue-1 p {
	font-size: 20px;
}

.blue-1 .row:nth-of-type(2) .column:nth-of-type(1) {
	width: 500px;
	padding-top: 7px;
	padding-right: 35px;
	align-items: flex-end;
}

.blue-1 .row:nth-of-type(2) .column:nth-of-type(2) {
	width: 830px;
	padding-top: 30px;
	padding-right: 150px;
}

.blue-1 .row:nth-of-type(2) .column:nth-of-type(2) p {
	margin-bottom: 15px;
}

.blue-1 .row:nth-of-type(2) .column:nth-of-type(2) p:not(:nth-of-type(1)) {
	margin-top: 10px;
	margin-bottom: 15px;
}

.blue-1 .row:nth-of-type(2) .column:nth-of-type(2) p:nth-of-type(3) {
	margin-top: 35px;
}

.blue-1 .row:nth-of-type(3) {
    margin-top: 20px;
}

.blue-1 .row:nth-of-type(3) .column:nth-of-type(1) {
    width: 800px;
    padding-top: 35px;
    padding-left: 180px;
    padding-right: 30px;
}

.blue-1 .row:nth-of-type(3) .column:nth-of-type(2) {
	width: 530px;
	padding-top: 25px;
    width: auto;
    justify-content: flex-start;
}

.white-1 {
	padding-top: 60px;
	padding-bottom: 35px;
	color: #000;
	background-color: #fff;
}

.white-1 h2 {
	line-height: 1.1;
	margin-bottom: 50px;
	font-family: RobotoMedium;
	color: #356da8;
}

.white-1 h2 small {
	display: block;
	font-size: 32px;
    text-transform: uppercase;
}

.white-1 p {
	font-size: 16px;
}

.white-1 .column p:not(:last-child) {
	margin-bottom: 20px;
}

.white-1 p.big {
	font-size: 24px;
}

.white-1 p.title {
	font-weight: bold;
}

.white-1 .row .column:nth-of-type(1) {
	width: 700px;
	padding-left: 230px;
	align-items: flex-end;
}

.white-1 .row .column:nth-of-type(2) {
	width: 630px;
	padding-left: 30px;
	padding-right: 135px;
	align-items: flex-start;
}

.white-1 .row:nth-of-type(2) .column:nth-of-type(2) {
    padding-right: 139px;
}

.white-1 .row:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 35px;
}

.white-1 .row:nth-of-type(3) .column:nth-of-type(1) {
    padding-top: 40px;
	padding-right: 10px;
}

.white-1 .row:nth-of-type(4) .column:nth-of-type(1) {
    padding-right: 25px;
}

.white-1 .row:nth-of-type(5) {
}

.white-1 .row:nth-of-type(5) .column:nth-of-type(1) {
	padding-top: 35px;
    padding-right: 10px;
	align-items: flex-start;
}

.white-1 .row:nth-of-type(6) .column:nth-of-type(2) {
	padding-top: 25px;
}

.white-1 .row:nth-of-type(6) .imgContainer {
	width: 340px;
	margin-right: 30px;
}

.white-1 .row:nth-of-type(6) .imgContainer p {
	margin-top: 15px;
	font-weight: bold;
	text-align: center;
}

.lightblue {
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: #e8f2f9;
}

.lightblue h3 {
	width: 100%;
	margin-bottom: 25px;
	font-size: 48px;
	text-align: center;
}

.lightblue h3 small {
	font-size: 32px;
	display: block;
}

.lightblue p.strong,
.lightblue p.big {
	font-size: 24px;
}

.lightblue p.strong {
	font-weight: bold;
}

.lightblue p.big {
	position: relative;
	padding-left: 40px;
}

.lightblue p.big::before {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	left: 0;
	background: url('images/13.png') no-repeat;
	content: '';
}

.lightblue .row .column:nth-of-type(1) {
	width: 700px;
	padding-right: 35px;
	align-items: flex-end;
}

.lightblue .row .column:nth-of-type(2) {
	align-items: flex-start;
}

.lightblue .row:nth-of-type(2) {
	margin-bottom: 25px;
}

.lightblue .row:nth-of-type(2) .column:nth-of-type(2) {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 130px;
}

.lightblue .row:nth-of-type(3) .column:nth-of-type(1) {
	padding-left: 230px;
	align-items: flex-start;
}

.lightblue .row:nth-of-type(3) .column:nth-of-type(2) {
	padding-left: 23px;
}

.lightblue .row:nth-of-type(4) .column {
	width: 100%;
	align-items: center;
}

.lightblue .row:nth-of-type(4) .column p {
	margin-top: 45px;
	margin-bottom: 15px;
	padding: 0 150px;
	text-align: center;
}

.blue-2 {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	background-color: #187fc3;
}

.blue-2 h2 {
	line-height: 1.1;
	margin-bottom: 45px;
	font-family: RobotoMedium;
    font-size: 32px;
    padding: 0 400px;
    text-transform: uppercase;
}

.blue-2 h2 small {
	display: block;
	font-size: 32px;
}

.blue-2 p {
	font-size: 16px;
}

.blue-2 p.title {
	margin-bottom: 20px;
	font-size: 24px;
    width: 100%;
    text-align: left;
}

.blue-2 .row .column:nth-of-type(1) {
	width: 700px;
	padding-left: 230px;
	align-items: flex-end;
}

.blue-2 .row .column:nth-of-type(2) {
	width: 630px;
	padding-left: 30px;
	padding-right: 140px;
	align-items: flex-start;
}

.blue-2 .row:nth-of-type(2) { 
	margin-top: 30px;
}

.blue-2 .row:nth-of-type(2) .column:nth-of-type(2) {
	padding-top: 15px;
}

.blue-2 .row:nth-of-type(3) { 
	margin-top: 45px;
}

.blue-2 .row:nth-of-type(3) .column:nth-of-type(2) { 
	padding-top: 22px;
}

.blue-2 .row:nth-of-type(4) {
	margin-top: 40px;
}

.blue-2 .row:nth-of-type(4) .column:nth-of-type(1) {
	padding-top: 20px;
}

.blue-2 .row:nth-of-type(2) .column:nth-of-type(1) {
    padding-right: 25px;
}

.blue-2 .row:nth-of-type(4) .column:nth-of-type(1),
.blue-2 .row:nth-of-type(6) .column:nth-of-type(1),
.blue-2 .row:nth-of-type(8) .column:nth-of-type(1) {
    padding-right: 20px;
}

.white-3 {
	padding-top: 55px;
	padding-bottom: 45px;
	color: #000;
	background-color: #fff;
}

.white-3 .row .column:nth-of-type(1) {
	width: 700px;
	padding-left: 220px;
}

.white-3 .row .column:nth-of-type(2) {
	align-items: flex-start;
	padding-left: 100px;
}

.white-3 p.big {
	font-size: 24px;
}

.video {
    padding-bottom: 30px;
	color: #000;
	background-color: #d2d2d2;
}

.video h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.red-2 {
	padding: 62px 0 35px;
	color: #fff;
	background-color: #ff0000;
}

.red-2 h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

.red-2 h2 {
	width: 100%;
	padding: 40px 0 50px;
	font: normal 36px/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(5) {
	padding: 0 90px;
}

.red-2 .row:nth-of-type(2) p {
	margin-bottom: 65px;
}

.red-2 .row:nth-of-type(2) .center {
	text-align: center;
}

.red-2 .row:nth-of-type(2) img {
	margin: 0 auto 77px;
}

.red-2 .row:nth-of-type(4) {
	padding-left: 100px;
}

.red-2 .row:nth-of-type(4) .column:nth-of-type(1) {
	width: 600px;
	padding-right: 27px;
}

.red-2 .row:nth-of-type(4) .column:nth-of-type(2) {
	width: 666px;
	padding-left: 79px;
	padding-right: 5px;
}

.red-2 .row:nth-of-type(4) {
	margin-top: 45px;
}

.red-2 .row:nth-of-type(5) p {
	text-align: center;
}

.brown {
	padding-top: 40px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #179bf2;
}

.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: #179bf2;
}

.white-2>.container {
	max-width: 1130px;
}

.white-2 .column {
    align-items: flex-start;
}

.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 {
}

.black {
	padding: 65px 0 114px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

.black h3 {
    padding: 0 250px;
	font: normal 24px/32px Roboto;
}

.black h2 {
	font: normal 36px/42px Roboto;
	padding: 40px 70px 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 346px;
}

@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;
	}
	.blue-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;
	}
	.blue-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) .imgContainer {
	  width: 100%;
	  margin-right: auto;
  }

  .lightblue p.big::before {
	  display: none;
  }

  .white-3 .row .column:nth-of-type(1),
  .lightblue .row:nth-of-type(3) .column:nth-of-type(1) {
	  text-align: center;
  }

  .white-2 h2 {
	  margin-bottom: 20px;
  }
	
	.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),
	.blue-2 .row:nth-of-type(2),
	.blue-2 .row:nth-of-type(4),
	.blue-2 .row:nth-of-type(6),
	.blue-2 .row:nth-of-type(8) {
		flex-direction: column-reverse;
	}
	.white-1 p,
	.blue-2 p,
	.red-2 p,
	.white-2 p,
	.blue-1 p {
		text-align: center;
	}
	.blue-2 .row:nth-of-type(5) .column:nth-of-type(2) img,
	.blue-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,
	.blue-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;
	}
    
    .blue-2 h2,
    .black h3 {
        padding: 0 15px;
    }
    
    .blue-2 p.title {
        text-align: center;
    }
}


/*  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 .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.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_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: 90%;
		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;
	}
}

.grwf2-wrapper iframe,
.grwf2-wrapper {
	width: 100% !important;
}

@media all and (max-width:1330px) {
	.blue-1 .row:nth-of-type(2) .column:nth-of-type(1) {
		width: auto;
		min-width: 360px;
		align-items: flex-start;
	}

	.blue-1 .row:nth-of-type(2) .column:nth-of-type(2) {
		width: auto;
	}
}

div.grwf2-wrapper.wf2-embedded {
	left: 50% !important;
	transform: translateX(-467.5px) !important;
}

@media all and (max-width:1023px) {

	div.grwf2-wrapper.wf2-embedded {
		left: inherit !important;
		transform: none !important;
	}

}


@media all and (max-width:934px) {
    .row.getresponse-row>div {
        width: 320px !important;   
    }
}
.row.getresponse-row {
    padding-left: 0 !important;
    padding-right: 0  !important;
}
