/*
1. A robotnak nem szabad kárt okoznia emberi lényben, vagy tétlenül tűrnie, hogy emberi lény bármilyen kárt szenvedjen.
2. A robot engedelmeskedni tartozik az emberi lények utasításainak, kivéve, ha ezek az utasítások az első törvény előírásaiba ütköznének.
3. A robot tartozik saját védelméről gondoskodni, amennyiben ez nem ütközik az első vagy második törvény bármelyikének előírásaiba.
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Roboto;
  background-color: #000;
}

@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");
}

.clearfix {
  content: "";
  display: table;
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.clearfix:after {
  clear: both;
}

.left {
  width: 683px;
  float: left;
}

.right {
  width: 683px;
  float: right;
}

.row {
  width: 100%;
}

.row::after {
  clear: both;
}

p {
  font-family: Roboto;
}

@media all and (max-width: 1365px) {
  .clearfix {
    display: block !important;
    width: 96% !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
  }

  .left,
  .right,
  .col {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .col {
    max-width: 320px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  video {
    width: 90vw !important;
    height: 50.8vw !important;
    margin: 0 auto;
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    float: none !important;
  }

  iframe {
    width: 90vw;
    height: 50.8vw;
    margin: 0 auto;
    display: block;
  }

  p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }

  h2,
  h3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }
}

img {
  display: block;
  vertical-align: top;
  max-width: 100%;
}
/*  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: #d90000;
  text-align: center;
}

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,
.form_control .select_wrapper {
  background-color: #fff;
  width: 100%;
}

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

  #doOrder {
	font-size: 16px;
	height: 40px;
    line-height: 40px;
	padding: 0 14px;
  }
}

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

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

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

.wrapper-slider {
  padding: 60px 0 65px;
  background: url('./images/01.png') no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.wrapper-slider h3 {
  font-family: RobotoMedium;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .2em;
}

.wrapper-slider h2 {
  max-width: 700px;
  margin: 20px auto 35px;
  font-family: RobotoBold;
  text-transform: uppercase;
  font-size: 60px;
  color: #eaff00;
}

.wrapper-slider p {
  font-family: RobotoMedium;
  font-size: 24px;
}


.wrapper-red-1 {
  padding: 22px 0 32px;
  color: #ff0000;
  background: url('./images/02.png') no-repeat;
  background-size: cover;
  background-position: center center;
}

.wrapper-red-1 .clearfix:nth-of-type(1) {}

.wrapper-red-1 .clearfix:nth-of-type(1) h3 {
  line-height: 26px;
  font-family: RobotoBold;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}

.wrapper-red-1 .clearfix:nth-of-type(1) p {
  line-height: 26px;
  font-family: RobotoBold;
  font-size: 20px;
  text-align: center;
}

.wrapper-red-1 .clearfix:nth-of-type(2) .left {
  padding-left: 213px;
}

.wrapper-red-1 .clearfix:nth-of-type(2) .left img {
  margin-top: 32px;
}

.wrapper-red-1 .clearfix:nth-of-type(2) .left p {
  font: normal 16px/1 Roboto;
  color: #000;
}

.wrapper-red-1 .clearfix:nth-of-type(2) .left p.red {
  max-width: 307px;
  margin: -48px 0 13px 53px;
  padding: 8px;
  font: bold 24px/26px RobotoBold;
  color: #fff;
  background-color: #ff0000;
  z-index: 10;
  position: relative;
}

.wrapper-red-1 .clearfix:nth-of-type(2) .right {
  padding-right: 236px;
}

.wrapper-red-1 .order-form {
  max-width: 350px;
  padding-top: 60px;
  text-align: center;
  float: right;
}

.wrapper-red-1 .order-form p.black {
  font: bold 24px RobotoBold;
  color: #000;
}

.wrapper-red-1 .order-form p.red {
  font: bold 32px RobotoBold;
  color: #ff0000;
}

.wrapper-red-1 .order-form button {
  height: 56px;
  background-color: #ff0000;
  padding: 0 25px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font: bold 16px RobotoBold;
  letter-spacing: .1em;
  border: none;
  margin: 38px auto 14px;
}

.wrapper-red-1 .order-form p {
  font: normal 20px/26px Roboto;
  color: #000;
}

.wrapper-red-1 .order-form p.bold {
  font: normal 16px/26px RobotoBold;
  color: #000;
  text-transform: uppercase;
}


.wrapper-black-1 {
  padding: 57px 0 57px;
  color: #fff;
  background-color: #000;
}

.wrapper-black-1 .clearfix:nth-of-type(1) h2 {
  margin-bottom: 26px;
  font: normal 48px/56px Roboto;
  text-align: center;
}

.wrapper-black-1 .clearfix:nth-of-type(2) .left {
  width: 653px;
  padding-top: 38px;
  padding-left: 116px;
  padding-right: 34px;
}

.wrapper-black-1 .clearfix:nth-of-type(2) .left p {
  margin-bottom: 15px;
}

.wrapper-black-1 .clearfix:nth-of-type(2) .left p span.big,
.wrapper-black-1 .clearfix:nth-of-type(3) .right p span.big {
  font-size: 20px;
  display: block;
}

.wrapper-black-1 .clearfix:nth-of-type(2) .right {}
.wrapper-black-1 .clearfix:nth-of-type(2) .right img {}

.wrapper-black-1 .clearfix:nth-of-type(3) .left {
  width: 818px;
  padding-top: 27px;
  padding-left: 158px;
}

.wrapper-black-1 .clearfix:nth-of-type(3) .right {
  width: 548px;
  padding-right: 35px;
}

.wrapper-gray-1 {
  padding: 50px 0;
  color: #fff;
  background-color: #5d5d5d;
}

.wrapper-gray-1 .clearfix:nth-of-type(1) {
  padding: 0 130px;
  text-align: center;
}

.wrapper-gray-1 .clearfix:nth-of-type(1) h2 {
  font: normal 48px/1 RobotoMedium;
}

.wrapper-gray-1 .clearfix:nth-of-type(1) p {
  margin: 36px auto 81px;
  font: normal 16px/1 Roboto;
}

.wrapper-gray-1 .clearfix:nth-of-type(1) h3 {
  font: normal 48px/1 RobotoMedium;
}

.wrapper-gray-1 .clearfix:nth-of-type(2) {
  padding: 0 66px 0 81px;
}

.wrapper-gray-1 .clearfix:nth-of-type(2) .col {
  width: 300px;
  margin: 60px auto 125px;
  padding: 0 25px;
  float: left;
  text-align: center;
}

.wrapper-gray-1 .clearfix:nth-of-type(2) .col:nth-of-type(3),
.wrapper-gray-1 .clearfix:nth-of-type(2) .col:nth-of-type(4) {
  padding: 0 0;
}

.wrapper-gray-1 .clearfix:nth-of-type(2) .col img {
  margin: 0 auto 23px;
}

.wrapper-gray-1 .clearfix:nth-of-type(2) .col h3 {
  font: bold 24px/26px RobotoBold;
}

.wrapper-gray-1 .clearfix:nth-of-type(3) {}

.wrapper-gray-1 .clearfix:nth-of-type(3) .left {
  width: 580px;
  padding-left: 183px;
  padding-right: 100px;
}

.wrapper-gray-1 .clearfix:nth-of-type(3) .left h3 {
  font: normal 48px/1 RobotoMedium;
}

.wrapper-gray-1 .clearfix:nth-of-type(3) .right{
  width: 786px;
  padding-right: 125px;
}

.wrapper-gray-1 .clearfix:nth-of-type(3) .right p {}

.wrapper-white-1 {
  padding: 40px 0 75px;
  color: #000;
  background-color: #fff;
}

.wrapper-white-1 h2 {
  margin-bottom: 35px;
  font: normal 48px/1 RobotoMedium;
  text-align: center;
}

.wrapper-white-1 .clearfix:nth-of-type(2) {
  padding: 0 36px 0 30px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col {
  float: left;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col img {
  margin-bottom: 17px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col h3 {
  margin-bottom: 22px;
  font: bold 24px/26px RobotoBold;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col p {
  font: normal 14px Roboto;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(1) {
  width: 251px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(2) {
  width: 349px;
  padding-left: 64px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(2) h3,
.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(2) p {
  padding-left: 13px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(3) {
  width: 345px;
  padding-left: 78px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(4) {
  width: 355px;
  padding-left: 85px;
}

.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(3) h3,
.wrapper-white-1 .clearfix:nth-of-type(2) .col:nth-of-type(4) h3 {
  padding-right: 72px;
}

.wrapper-white-1 .clearfix:nth-of-type(3) {
  padding-top: 100px;
}

.wrapper-white-1 .clearfix:nth-of-type(3) .left {
  width: 730px;
  padding-left: 117px;
  padding-right: 150px;
}

.wrapper-white-1 .clearfix:nth-of-type(3) .left h3 {
  margin-bottom: 50px;
  font: normal 48px/56px Roboto;
}

.wrapper-white-1 .clearfix:nth-of-type(3) .left p {
  font: normal 16px Roboto;
}

.wrapper-white-1 .clearfix:nth-of-type(3) .right {
  width: 636px;
}

.wrapper-purple-1 {
  color: #fff;
  background-color: #2d0951;
}

.wrapper-purple-1 h3 {
  max-width: 735px;
  margin: 45px auto 30px;
  font: normal 48px/56px Roboto;
}

.wrapper-white-2 {
  padding: 26px 0 20px;
  color: #000;
  background-color: #fff;
}

.wrapper-white-2 .clearfix .left {
  width: 800px;
  padding-left: 250px;
  padding-right: 85px;
}

.wrapper-white-2 .clearfix .left p {
  font: normal 16px Roboto;
}

.wrapper-white-2 .clearfix .right {
  width: 566px;
}

.wrapper-video {
  padding: 62px 0 44px;
  text-align: center;
  color: #fff;
  background-color: #2d0951;
}

.wrapper-video h2 {
  margin-bottom: 34px;
  font: normal 48px/56px Roboto; 
}

.wrapper-black-2 {
  padding: 58px 0 37px;
  color: #ffe400;
  background-color: #000;
}

.wrapper-black-2 h2 {
  font: normal 48px/56px Roboto;
  text-align: center;
}

.wrapper-black-2 .clearfix:nth-of-type(1) {
  padding: 0 290px 57px;
}

.wrapper-black-2 .clearfix:nth-of-type(2) .left {
  padding: 22px 64px 0 105px;
}

.wrapper-black-2 .clearfix:nth-of-type(3) {
  padding-top: 105px;
  text-align: center;
}

.wrapper-black-2 .clearfix:nth-of-type(3) h2 {
  margin-bottom: 31px;
}

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

.wrapper-red-2 h2 {
  padding: 0 260px 76px;
  font: normal 48px/56px Roboto;
  text-align: center;
}

.wrapper-red-2 p {
  font: normal 16px Roboto;  
}

.wrapper-red-2 .clearfix:nth-of-type(1),
.wrapper-red-2 .clearfix:nth-of-type(3) {
  padding: 0 100px;
}

.wrapper-red-2 .clearfix:nth-of-type(1) p {
  margin-bottom: 65px;
}

.wrapper-red-2 .clearfix:nth-of-type(1) .center {
  text-align: center;
}

.wrapper-red-2 .clearfix:nth-of-type(1) img {
  margin: 0 auto 77px;
}

.wrapper-red-2 .clearfix:nth-of-type(2) {
  padding-left: 100px;
}

.wrapper-red-2 .clearfix:nth-of-type(2) .left {
  width: 600px;
  padding-right: 27px;
}

.wrapper-red-2 .clearfix:nth-of-type(2) .right {
  width: 666px;
  padding-left: 79px;
  padding-right: 15px;
}

.wrapper-red-2 .clearfix:nth-of-type(3) {
  margin-top: 70px;
}

.wrapper-red-2 .clearfix:nth-of-type(3) p {
  text-align: center;
}

.wrapper-gray-2 {
  padding: 43px 0 29px;
  color: #fff;
  background-color: #2a2a2a;
}

.wrapper-gray-2 h2 {
  font: normal 48px/56px RobotoMedium;
  margin-bottom: 75px;
  text-align: center;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) {
  padding: 0 100px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col {
  width: 290px;
  float: left;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col img {
  margin: 0 auto 32px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col p.name {
  font: bold 24px/26px RobotoBold;
  margin-bottom: 13px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col p {
  font: normal 16px/24px Roboto;
  text-align: center;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col:nth-of-type(1) {
  margin-right: 143px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col:nth-of-type(2) {
  margin-right: 112px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col:nth-of-type(3) {
  width: 330px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col:nth-of-type(3) p:not(.name) {
  padding: 0 23px;
}

.wrapper-gray-2 .clearfix:nth-of-type(2) .col p:not(.name) {
  padding: 0 8px;
}

.wrapper-gray-2 .clearfix:nth-of-type(3) h3 {
  font: normal 48px/56px RobotoMedium;
  text-align: center;
  margin-top: 100px;
}

.wrapper-gray-2 .clearfix:nth-of-type(3) p {
  font: normal 24px RobotoMedium;
  text-align: center;
  padding: 0 250px;
  margin-top: 35px;
  margin-bottom: 55px;
}

.wrapper-gray-2 .clearfix:nth-of-type(3) img {
  margin: 0 auto 80px;
}

.wrapper-white-3 {
  padding: 23px 0 83px;
  color: #000;
  background-color: #fff;
}

.wrapper-white-3 h2 {
  margin-bottom: 44px;
  font: normal 48px/56px Roboto;
  text-align: center;
}

.wrapper-white-3 .clearfix:nth-of-type(2) {
  padding: 0 166px 0 100px;
}

.wrapper-white-3 .clearfix:nth-of-type(2) .col {
  width: 300px;
  float: left;
}

.wrapper-white-3 .clearfix:nth-of-type(2) .col p {
  line-height: normal;
}

.wrapper-white-3 .clearfix:nth-of-type(2) .col p.strong {
  font-weight: bold;
}
.wrapper-white-3 .clearfix:nth-of-type(2) .col img {}

.wrapper-white-3 .clearfix:nth-of-type(2) .col:nth-of-type(1) {
  margin-right: 100px;
}

.wrapper-white-3 .clearfix:nth-of-type(2) .col:nth-of-type(2) {
  width: 315px;
  margin-right: 85px;
}

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

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

.wrapper-black-3 h2 {
  font: normal 36px/56px Roboto;
  padding: 0 166px 69px;
}

.wrapper-black-3 p {
  font: normal 24px/56px Roboto;  
}

.wrapper-black-3 p.small {
  font-size: 16px;
}



@media all and (max-width: 1365px) {
  
  .wrapper-slider h2 {
    max-width: inherit;
    font-size: 42px;
  }
  
  .wrapper-white-3 h2 {
    font-size: 30px;
  }
  
  .wrapper-gray-1 .clearfix:nth-of-type(1) h2 {
    font-size: 40px;
  }
  
  .wrapper-red-1 .clearfix:nth-of-type(2) .left p.red {
    margin-left: auto;
    margin-right: auto;
  }
  
  .wrapper-red-1 .order-form {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  
  .wrapper-black-1 .clearfix:nth-of-type(1) h2 {
    font-size: 34px;
  }
  
  .wrapper-gray-1 .clearfix:nth-of-type(3) .left h3 {
    margin-bottom: 35px;
  }
  
  .wrapper-purple-1 h3 {
    margin: 0;
    padding: 20px 0;
    max-width: inherit;
  }
  
}


input[type="checkbox"] {
  position: relative;
  width: 1.2em;
  height: 1.2em;
  color: #363839;
  border: 1px solid #bdc1c6;
  border-radius: 3px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  background: #fff;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1); 
 }


input[type="checkbox"]:checked {
    color: #fff;
    border-color: #06842c;
    background: #000;
	}
    
	
input[type="checkbox"]::before {
      opacity: 1;
    }