* {
  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;
}

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;
  }
}

/*******/
.top {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #ff0000;
}

.top p {
  font-size: 18px;
}

.top h3 {
  margin-bottom: 15px;
  font-family: RobotoMedium;
  font-size: 24px;
  text-transform: uppercase;
}

.top h2 {
  font-family: RobotoMedium;
  font-size: 32px;
}

.top .row:nth-of-type(1) p {
  line-height: 28px;
  font-size: 24px;
  font-family: RobotoMedium;
}

.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 190px 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: -10px;
  padding: 5px 15px 5px 10px;
  color: #fff;
  background-color: #ff0000;
  font-family: RobotoBold;
  font-size: 24px !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: 34px;
  color: #fff;
  background-color: #254501;
}

.green-1 h2 {
  padding: 40px 245px 39px;
}

.green-1 .column:nth-of-type(1) {
  width: 730px;
  padding-top: 65px;
  padding-right: 43px;
  align-items: flex-end;
}

.green-1 .column:nth-of-type(2) {
  padding-right: 50px;
}

.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: 25px;
  color: #000;
  background-color: #fff;
}

.white-1 h2 {
  line-height: 1.1;
  margin-bottom: 75px;
  font-family: RobotoMedium;
}

.white-1 h2 small {
  display: block;
  font-size: 32px;
}

.white-1 p {
  font-size: 16px;
}

.white-1 .column p:not(:last-child) {
  margin-bottom: 20px;
}

.white-1 p.title {
  font-size: 24px;
}

.white-1 .row .column:nth-of-type(1) {
  width: 700px;
  padding-left: 230px;
}

.white-1 .row .column:nth-of-type(2) {
  width: 630px;
  padding-left: 30px;
  padding-right: 140px;
}

.white-1 .row:nth-of-type(3) {
  margin-top: 35px;
}

.white-1 .row:nth-of-type(3) img {
  margin-left: -10px;
}

.white-1 .row:nth-of-type(4) {
  margin-top: 33px;
}

.white-1 .row:nth-of-type(4) img {
  margin-left: -14px;
}

.white-1 .row:nth-of-type(4) .column:nth-of-type(2) {
  padding-top: 20px;
}

.white-1 .row:nth-of-type(5) {
  margin-top: 74px;
}

.white-1 .row:nth-of-type(5) .column:nth-of-type(2) {
  align-items: flex-start;
}

.white-1 .row:nth-of-type(5) .column:nth-of-type(2) img {
  margin-left: -9px;
}

.white-1 .row:nth-of-type(6) {
  margin-top: 36px;
}

.white-1 .row:nth-of-type(6) .column:nth-of-type(1) img {
  margin-top: 15px;
}

.white-1 .row:nth-of-type(7) {
  margin-top: 40px;
}

.white-1 .row:nth-of-type(7) .column:nth-of-type(1) {
  padding-top: 10px;
}

.white-1 .row:nth-of-type(8) {
  margin-top: 47px;
}

.white-1 .row:nth-of-type(8) .column:nth-of-type(2) {
  padding-top: 15px;
}

.video {
  padding-top: 100px;
  padding-bottom: 34px;
  color: #000;
  background-color: #fff;
}

.video h2 {
  margin-bottom: 25px;
}

.red-2 {
  padding: 62px 0 78px;
  color: #fff;
  background-color: #ff0000;
}

.red-2 h2 {
  padding: 0 0 76px;
  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: 70px;
}

.red-2 .row:nth-of-type(4) p {
  text-align: center;
}

.brown {
  padding-top: 40px;
  padding-bottom: 35px;
  color: #fff;
  background-color: #ba762d;
}

.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: 30px;
  color: #000;
  background-color: #fff;
}

.white-2 h2 {
  margin-bottom: 50px;
}

.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 img {
  margin-top: 50px;
}

.black {
  padding: 65px 0 114px;
  color: #fff;
  background-color: #000;
  text-align: center;
}

.black h3 {
  font: normal 24px/24px Roboto;
  text-transform: uppercase;
}

.black h2 {
  font: normal 36px/56px Roboto;
  padding: 0 0 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;
  }

  .white-1 img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .white-1 .row:nth-of-type(2),
  .white-1 .row:nth-of-type(4),
  .white-1 .row:nth-of-type(6),
  .white-1 .row:nth-of-type(8) {
    flex-direction: column-reverse;
  }

  .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 .column p.name {
    font-size: 22px;
  }
}

/*  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_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;
}

.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);
}

.custom-checkbox p {
line-height: 1.7;
font-size: 16px;
text-align: left;
}