@font-face {
  font-family: 'robotobold';
  src: url('../font/roboto-bold-webfont.eot');
  src: url('../font/roboto-bold-webfont.eot#iefix') format('embedded-opentype'),
    url('../font/roboto-bold-webfont.woff') format('woff'),
    url('../font/roboto-bold-webfont.ttf') format('truetype'),
    url('../img/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../font/roboto-light-webfont.eot');
  src: url('../font/roboto-light-webfont.eot#iefix') format('embedded-opentype'),
    url('../font/roboto-light-webfont.woff') format('woff'),
    url('../font/roboto-light-webfont.ttf') format('truetype'),
    url('../img/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../font/roboto-medium-webfont.eot');
  src: url('../font/roboto-medium-webfont.eot#iefix')
      format('embedded-opentype'),
    url('../font/roboto-medium-webfont.woff') format('woff'),
    url('../font/roboto-medium-webfont.ttf') format('truetype'),
    url('../img/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('../font/robotocondensed-bold-webfont.eot');
  src: url('../font/robotocondensed-bold-webfont.eot#iefix')
      format('embedded-opentype'),
    url('../font/robotocondensed-bold-webfont.woff') format('woff'),
    url('../font/robotocondensed-bold-webfont.ttf') format('truetype'),
    url('../img/robotocondensed-bold-webfont.svg#roboto_condensedbold')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klavika_boldregular';
  src: url('../font/klavikabold-osf-webfont.eot');
  src: url('../font/klavikabold-osf-webfont.eot#iefix')
      format('embedded-opentype'),
    url('../font/klavikabold-osf-webfont.woff') format('woff'),
    url('../font/klavikabold-osf-webfont.ttf') format('truetype'),
    url('../img/klavikabold-osf-webfont.svg#klavika_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klavika_mediumregular';
  src: url('../font/klavikamedium-osf-webfont.eot');
  src: url('../font/klavikamedium-osf-webfont.eot#iefix')
      format('embedded-opentype'),
    url('../font/klavikamedium-osf-webfont.woff') format('woff'),
    url('../font/klavikamedium-osf-webfont.ttf') format('truetype'),
    url('../img/klavikamedium-osf-webfont.svg#klavika_mediumregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klavika_med_capsregular';
  src: url('../font/klavikamedcaps-sc-webfont.eot');
  src: url('../font/klavikamedcaps-sc-webfont.eot#iefix')
      format('embedded-opentype'),
    url('../font/klavikamedcaps-sc-webfont.woff') format('woff'),
    url('../font/klavikamedcaps-sc-webfont.ttf') format('truetype'),
    url('../img/klavikamedcaps-sc-webfont.svg#klavika_med_capsregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  max-height: 100000px;
}
html {
  background: url(../img/bg-body.jpg);
}
body {
  margin: 0;
  color: #e9e9e9;
  font: 14px/24px 'robotolight', Arial, Helvetica, sans-serif;
  /* background:url(../images/bg-bottom.jpg) repeat-x 0 100%; */
  background-color: #0a0a0a;
  min-width: 320px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
.soinm,
.soim {
  display: none;
}
a {
  text-decoration: none;
  color: #13acfa;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
header,
footer,
article,
section,
nav,
figure,
aside,
main {
  display: block;
}
figure {
  margin: 0;
  padding: 0;
}
img {
  border-style: none;
  vertical-align: top;
}
input,
textarea,
select {
  font: 100% 'robotolight', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
}
button[type='submit']:hover {
  cursor: pointer;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-decoration {
  display: none;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type='file'],
input[type='submit'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
::-webkit-input-placeholder {
  color: #272727;
}
:-moz-placeholder {
  color: #272727;
}
::-moz-placeholder {
  color: #272727;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #272727;
}
.wrapper {
  /* background:url(../images/bg-top.jpg) repeat-x; */
  margin-bottom: -114px;
  overflow: hidden;
}
.w1 {
  max-width: 1001px;
  margin: 0 auto;
  margin-bottom: -200px;
  /*overflow: hidden;*/
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
#header {
  padding: 19px 0 0;
  margin: 0 0 42px;
}
.logo {
  float: left;
  width: 235px;
  height: 115px;
  text-indent: -9999px;
  overflow: hidden;
  /* margin:7px 50px 0 -4px; */
}
.logo a {
  display: block;
  height: 100%;
}
#header h1 {
  font: 50px/50px 'klavika_boldregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  overflow: hidden;
}
#header h1 span {
  color: #fefefe;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #cbcdce),
    color-stop(45%, #fefefe),
    color-stop(100%, #aeb1b3)
  );
  -webkit-background-clip: text;
}
#header h1 mark {
  font: 80px/42px 'klavika_mediumregular', Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #eb8a2f;
  background: none;
  letter-spacing: -6px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f3d344),
    color-stop(100%, #df4c0f)
  );
  -webkit-background-clip: text;
}
#header h1 mark .number {
  font-family: 'klavika_med_capsregular', Arial, Helvetica, sans-serif;
}
#header h1 mark .text-style {
  font: 70px/48px 'klavika_boldregular', Arial, Helvetica, sans-serif;
}
main {
  background: #000;
}
main h1,
main h2 {
  font: 30px/34px 'robotobold', Arial, Helvetica, sans-serif;
  color: #eb8a2f;
  margin: 0 0 4px;
}
main h2 {
  font-size: 18px;
  line-height: 24px;
}
main h2.add-color {
  color: #cc7b2e;
}
main p {
  margin: 0 0 10px;
}
.text-box {
  background: #020c15;
  border: 1px solid #091a2a;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 1px #000 inset;
  box-shadow: 0 0 6px 1px #000 inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-box.blue h1,
.text-box.blue h2 {
  color: #1fa8da;
}
.section05 .text-box.blue h2 {
  color: #1b92bd;
}
.section01:after,
#footer:after {
  content: '';
  display: block;
  clear: both;
  z-index: 1;
}
.section01 {
  margin: 0 0 40px;
  padding: 0 359px 0 0;
  position: relative;
  background: url(../img/bg-section01.jpg) no-repeat;
  z-index: 1;
}
.section01 .holder {
  display: table;
}
.section01 .alignleft {
  margin: 0 33px 0 -60px;
}
.section01 .text-block {
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  padding: 45px 0 24px;
}
.section01 .image-position {
  position: relative !important;
  left: auto;
  z-index: 5;
  max-width: 200px;
  width: 200px;
  height: auto;
  margin: 0px 0px 0px;
}
.order-form {
  min-height: 638px;
  position: absolute;
  right: 21px;
  top: -10px;
  bottom: 0;
  width: 308px;
  padding: 0 24px 35px 31px;
  border-radius: 3px;
  border: 1px solid #202020;
  color: #ececec;
  overflow: hidden;
  background: url(../img/bg-order-form.png) repeat-x 0 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-form .heading {
  color: #fff;
  font: 14px/19px 'robotomedium', Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0 -25px 29px -32px;
  padding: 15px 10px 3px;
  border: 1px solid #a94d0a;
  border-radius: 2px 2px 0 0;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2),
    0 0 3px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.6) inset;
  background: #e88e29
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4OGUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzYxMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e88e29 0%, #d3610e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e88e29),
    color-stop(100%, #d3610e)
  );
  background: -webkit-linear-gradient(top, #e88e29 0%, #d3610e 100%);
  background: -o-linear-gradient(top, #e88e29 0%, #d3610e 100%);
  background: -ms-linear-gradient(top, #e88e29 0%, #d3610e 100%);
  background: linear-gradient(to bottom, #e88e29 0%, #d3610e 100%);
}
.order-form .heading:before,
.order-form .heading:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.order-form .heading:before {
  background: #ebb42e;
  width: 100%;
  height: 1px;
}
.order-form .heading:after {
  background: url(../img/bg-heading.png) no-repeat;
  height: 19px;
  width: 306px;
  top: auto;
  bottom: -15px;
}
.order-form .heading .title {
  font: 28px/30px 'robotobold', Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 3px;
}
.order-form input[type='text'],
.order-form input[type='tel'] {
  border: 1px solid #232323;
  background: #efefef;
  border-radius: 3px;
  width: 100%;
  height: 35px;
  margin: 0 0 6px;
  padding: 6px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-form .radio-block {
  overflow: hidden;
  padding: 7px 0 0;
  margin: 0 0 14px;
}
.order-form .radio-block .row {
  margin: 0 0 -1px;
}
.order-form .radio-block .title {
  font: 18px/20px 'robotobold', Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
  display: block;
}
.order-form input[type='radio'] {
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 1px;
  padding: 0;
}
.order-form input[type='radio'] + label {
  display: inline-block;
  vertical-align: middle;
  max-width: 222px;
  font: 14px/16px 'robotobold', Arial, Helvetica, sans-serif;
}
.order-form .check-row {
  overflow: hidden;
  margin: 0 0 17px;
}
.order-form input[type='checkbox'] {
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 1px;
  padding: 0;
}
.order-form input[type='checkbox'] + label {
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
}
.switch {
  display: none;
}
.switch-default {
  display: inline;
}
.order-form button[type='submit'] {
  display: block;
  width: 249px;
  height: 68px;
  background: url(../img/sprite.png) no-repeat -235px 0;
  border: none;
  font: 26px/68px 'klavika_mediumregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #4c8019;
  color: #fff;
  padding: 1px 50px 0 20px;
  margin: 0 0 23px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-form .note {
  position: relative;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 0 28px;
  display: block;
}
.order-form .note:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/sprite.png) no-repeat -210px 0;
  width: 19px;
  height: 24px;
}
.arrow-block {
  font: 18px/24px 'robotomedium', Arial, Helvetica, sans-serif;
  position: relative;
  background: url(../img/sprite.png) no-repeat 23% -102px;
  height: 116px;
  max-width: none;
  color: #fff;
  margin: -14px -20px 0 -20px;
  padding: 15px 48px 15px 21px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.arrow-block.left {
  background-position: 0 -224px;
  height: 97px;
  max-width: 571px;
  margin: 0 0 0 10px;
  float: right;
  font-size: 23px;
  line-height: 28px;
  width: 58.3%;
  padding: 10px 25px 10px 63px;
}
.arrow-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/sprite.png) no-repeat 0 -102px;
  width: 20px;
  height: 116px;
}
.arrow-block.left:before {
  background-position: 100% -224px;
  left: auto;
  right: 0;
}
.arrow-block .arrow-holder {
  display: table;
  width: 100%;
  height: 86px;
}
.arrow-block.left .arrow-holder {
  height: 74px;
}
.arrow-block .arrow-frame {
  display: table-cell;
  vertical-align: middle;
}
.arrow-block .arrow-frame p {
  overflow: hidden;
  max-height: 71px;
  overflow: hidden;
}
.arrow-block.left .arrow-frame p {
  max-height: 57px;
}
.arrow-block p {
  margin: 0;
}
.section02,
.section03,
.section04,
.section05,
.section06,
.text-columns,
#footer {
  position: relative;
  top: -255px;
}
#footer {
  margin-bottom: 55px;
}
.section02 {
  margin-top: 245px;
  overflow: hidden;
  padding: 0 362px 27px 39px;
  background: url(../img/bg-section02.png) no-repeat 50% 100%;
}
.section02 .text-box {
  margin: 0 0 25px;
  padding: 19px 18px 10px 27px;
  font-size: 15px;
}
.text-box .column-holder {
  overflow: hidden;
}
.text-box .column {
  float: right;
  width: 48%;
}
.text-box .column:first-child {
  float: left;
  width: 47%;
}
.text-box .note {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  display: block;
  padding: 9px 0 19px;
}
.section03 {
  overflow: hidden;
  padding: 31px 38px 4px 40px;
  background: url(../img/bg-section03.jpg) no-repeat;
}
.section03 .holder {
  overflow: hidden;
  margin: 0 -38px 0 -40px;
  padding: 0 38px 0 40px;
}
.section03 .alignleft {
  margin: 37px 65px 0 -40px;
}
.section03 .text-box {
  margin: 0 0 36px;
  padding: 27px 10px 21px 30px;
}
.section03 .text-box h1 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 11px;
}
.section04 {
  padding: 43px 35px 4px 42px;
  overflow: hidden;
  background: url(../img/bg-section04.png) no-repeat;
}
.section04 .text-box {
  padding: 33px 30px 23px;
  margin: 0 0 36px;
  font-size: 15px;
}
.section04 .text-box h1 {
  margin: 0 0 8px;
}
.section04 .text-box.blue p {
  margin: 0 0 15px;
}
.box-holder {
  overflow: hidden;
  width: 100%;
}
.box-holder .text-box {
  float: right;
  width: 48.1%;
  padding: 25px 18px 18px 29px;
  font-size: 15px;
  line-height: 24px;
}
.box-holder .text-box:first-child {
  float: left;
}
.section03 .box-holder .text-box {
  padding: 28px 18px 2px 26px;
}
.section03 .box-holder .text-box h2 {
  margin: 0 0 8px;
}
.section03 .box-holder .text-box p {
  margin: 0 0 24px;
}
.section03 .box-holder .btn {
  margin: 28px 0 20px;
}
.section04 .box-holder h2 {
  margin: 0 0 8px;
}
.section04 .box-holder .alignleft {
  background: #fff;
  border-radius: 2px;
  padding: 2px;
  margin: 7px 22px 0 1px;
}
.btn {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 17px 0 16px;
  max-width: 382px;
  border-radius: 2px;
  border-bottom: 1px solid #172b03;
  font: 31px/34px 'klavika_mediumregular', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 1px #4c8019;
  -webkit-box-shadow: 0 2px 0 -1px rgba(224, 245, 205, 0.8) inset,
    1px 0 2px -1px rgba(97, 153, 143, 0.8) inset,
    0 -2px 0 -1px rgba(46, 86, 6, 0.8) inset,
    1px 0 2px -1px rgba(97, 153, 143, 0.8) inset;
  box-shadow: 0 3px 0 -1px rgba(224, 245, 205, 0.8) inset,
    1px 0 2px -1px rgba(97, 153, 143, 0.8) inset,
    0 -2px 0 -1px rgba(46, 86, 6, 0.8) inset,
    1px 0 2px -1px rgba(97, 153, 143, 0.8) inset;
  background: #90da4c
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwZGE0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGFkMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #90da4c 0%, #5dad0c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #90da4c),
    color-stop(100%, #5dad0c)
  );
  background: -webkit-linear-gradient(top, #90da4c 0%, #5dad0c 100%);
  background: -o-linear-gradient(top, #90da4c 0%, #5dad0c 100%);
  background: -ms-linear-gradient(top, #90da4c 0%, #5dad0c 100%);
  background: linear-gradient(to bottom, #90da4c 0%, #5dad0c 100%);
}
.btn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 38px 0 26px;
}
.btn span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin: -12px 0 0;
  background: url(../img/sprite.png) no-repeat -490px 0;
  width: 27px;
  height: 25px;
}
.btn:hover span,
.order-form input[type='submit']:hover {
  text-decoration: underline;
}
.section05 {
  overflow: hidden;
  padding: 44px 35px 4px 41px;
  background: url(../img/bg-section05.jpg) no-repeat;
}
.section05 .text-box {
  overflow: hidden;
  padding: 27px 32px 16px 32px;
  margin: 0 0 28px;
  font-size: 14px;
}
.section05 .text-box.center {
  text-align: center;
  padding: 22px 32px 9px;
}
.section05 .holder {
  display: table;
  margin: 0 0 2px;
}
.section05 .text-box.blue {
  padding: 19px 25px 10px 28px;
  margin: 0 0 27px;
}
.section05 .alignleft {
  margin: -23px -15px 0 -31px;
  position: relative;
}
.section06 {
  padding: 0 19px 34px 39px;
  background: url(../img/bg-section06.png) no-repeat 0 47px;
  margin: -6px 0 0;
}
.section06 .text-box {
  padding: 24px 34px 8px 32px;
}
.label-holder {
  overflow: hidden;
  position: relative;
  padding: 0 0 39px;
}
.label-holder .text-box {
  width: 444px;
  font-size: 16px;
  padding: 22px 136px 15px 29px;
}
.btn-block {
  margin: 0 -42px 13px -39px;
  padding: 0 5px 0 39px;
  overflow: hidden;
}
.btn-block .btn {
  float: left;
  max-width: 392px;
  margin: 12px 0 0;
  width: 40%;
}
.label-block {
  position: absolute;
  left: 307px;
  top: 23px;
  background: url(../img/bg-label.png) no-repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 316px;
  height: 122px;
  color: #000;
  font: 19px/25px 'roboto_condensedbold', Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 0 #f5ebc4;
  text-transform: uppercase;
  padding: 22px 10px 10px 99px;
  overflow: hidden;
}
.text-columns {
  overflow: hidden;
  padding: 53px 53px 54px 55px;
  font-size: 16px;
}
.text-columns h2 {
  color: #d4b523;
  margin: 0;
}
.text-columns .text-column {
  float: right;
  width: 43%;
}
.text-columns .text-column:first-child {
  float: left;
  width: 47%;
}
.text-columns .text-column h2 {
  margin: 0 0 3px;
}
.text-columns .img-holder {
  float: left;
  margin: 4px 27px 0 0;
}
.text-columns .img-holder.add-style {
  margin: -13px 23px 0 0;
}
.text-columns .text-holder {
  overflow: hidden;
}
.banner {
  display: table;
  width: 100%;
  padding: 0 7px 0 19px;
  margin: 0 0 64px;
  background: #d56717;
  font: 29px/32px 'robotobold', Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .title {
  font-size: 41px;
  line-height: 43px;
  font-weight: normal;
}
.banner p {
  margin: 0 0 14px;
}
.banner .text-holder {
  overflow: hidden;
  padding: 30px 0 0;
  color: #fff;
}
.banner .alignleft {
  margin: 0 10px 0 0;
}
.banner .alignright {
  margin: 0px;
}
.banner .btn {
  max-width: 392px;
  margin: 10px 0;
}
@media only screen and (max-width: 1065px) {
  .btn-block {
    margin-right: -19px;
  }
  .arrow-block.left {
    font-size: 18px;
    line-height: 22px;
  }
  .arrow-block.left:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  #header {
    padding: 19px 10px 0;
  }
  .logo {
    margin-left: 0;
  }
  .section01 {
    padding-right: 342px;
  }
  .section01 .alignleft {
    margin-right: 10px;
  }
  .section01 .text-block {
    padding: 24px 10px 24px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .section01 .image-position {
    margin-left: 6px;
  }
  .arrow-block .arrow-frame p {
    max-height: 62px;
  }
  .arrow-block.left .arrow-frame p {
    max-height: 66px;
  }
  .banner .title {
    font-size: 35px;
    line-height: 40px;
  }
  .arrow-block {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
    margin-right: -7px;
  }
}
@media only screen and (max-width: 950px) {
  .section01 .alignleft {
    margin-left: -100px;
  }
  .section01 .image-position {
    width: 45%;
  }
  .section04 .box-holder .img-holder {
    text-align: center;
    padding: 15px 0 0;
    margin: 0 0 20px;
  }
  .section04 .box-holder .alignleft {
    float: none;
    margin: 0;
  }
  .banner {
    font-size: 20px;
    line-height: 22px;
  }
  .banner .title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 0 40px;
  }
  .logo {
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
  #header h1 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
  #header h1 mark {
    font-size: 52px;
    line-height: 44px;
    letter-spacing: -3px;
  }
  #header h1 mark .text-style {
    font-size: 50px;
    line-height: 44px;
  }
  .section01 {
    padding: 0;
    background-size: cover;
  }
  .section01 .alignleft {
    width: 50%;
    height: auto;
    margin-left: 0;
  }
  .section01 .image-position {
    width: 35%;
    margin-left: 0;
  }
  .order-form {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .order-form .heading:after {
    width: 100%;
    background-size: 100% 19px;
  }
  .text-columns .text-column,
  .text-columns .text-column:first-child {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .text-columns .text-column .img-holder {
    min-width: 117px;
    text-align: center;
  }
  .box-holder .text-box,
  .box-holder .text-box:first-child {
    float: none;
    width: 100%;
  }
  .text-box {
    height: auto !important;
  }
  .section03 .img-holder {
    text-align: center;
    margin: 0 0 20px;
  }
  .section03 .alignleft {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 416px;
  }
  .section04 .box-holder .img-holder {
    margin: 0;
    padding: 0;
  }
  .section04 .box-holder .alignleft {
    margin: 7px 22px 0 1px;
    float: left;
  }
  .section05 .img-holder {
    text-align: center;
  }
  .section05 .alignleft {
    float: none;
    margin: 0;
  }
  .text-box .column,
  .text-box .column:first-child {
    width: 100%;
    float: none;
  }
  .section02 {
    padding: 0 39px 27px;
    background: none;
  }
  .btn-block {
    overflow: hidden;
    margin: 0 -10px 14px;
    padding: 0 10px;
  }
  .arrow-block:before,
  .arrow-block.left:before {
    display: none;
  }
  .arrow-block,
  .arrow-block.left {
    width: 100%;
    max-width: none;
    background: #d56717;
    margin: 0 0 30px;
    padding: 0 20px;
  }
  .arrow-block:after,
  .arrow-block.left:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -15px;
    background: url(../img/sprite.png) no-repeat -523px -42px;
    width: 114px;
    height: 15px;
    margin: 0 0 0 -57px;
  }
  .btn-block {
    text-align: center;
  }
  .btn-block .btn {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 392px;
  }
  .label-holder .text-box {
    width: 100%;
    padding: 22px 29px 15px;
    margin: 0 0 30px;
  }
  .label-block {
    position: static;
    margin: 0 auto;
    width: 100%;
    background-size: 100% auto;
    max-width: 316px;
  }
  .banner .alignleft {
    display: none;
  }
  .arrow-block,
  .arrow-block.left,
  .arrow-block .arrow-holder,
  .arrow-block.left .arrow-holder,
  .arrow-block .arrow-holder p,
  .arrow-block.left .arrow-holder p {
    height: auto;
    max-height: none;
  }
  .arrow-block .arrow-frame,
  .arrow-block.left .arrow-frame {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #header {
    padding: 0 10px;
  }
  #header h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #header h1 mark {
    font-size: 42px;
    line-height: 34px;
  }
  #header h1 mark .text-style {
    font-size: 40px;
    line-height: 34px;
  }
  .section01 .text-block {
    padding: 24px 10px 0 0;
  }
  .section01 .image-position {
    display: none;
  }
  .section02 {
    padding: 10px;
  }
  .section03 {
    padding: 10px;
  }
  .section03 .holder {
    margin: 0;
    padding: 0;
  }
  .section04 {
    padding: 10px;
    background: none;
  }
  .section05,
  .section06 {
    padding: 10px;
  }
  .section04 .box-holder .img-holder {
    text-align: center;
    margin: 0 0 20px;
    padding: 15px 0 0;
  }
  .section04 .box-holder .alignleft {
    float: none;
    margin: 0;
  }
  .label-block {
    font-size: 17px;
    line-height: 24px;
  }
  .text-columns .text-column .img-holder {
    float: none;
    margin: 0 0 20px;
  }
  .text-box.center {
    text-align: left;
  }
  .text-box {
    padding: 20px !important;
  }
  .text-columns {
    padding: 31px;
  }
  .banner {
    padding: 0 10px;
    text-align: center;
    height: auto;
  }
  .banner .alignright {
    display: none;
  }
  .banner .btn {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
}
.gp p.alignright {
  position: relative;
}

.gp p.alignright:hover span {
  opacity: 1;
  visibility: visible;
}

.gp p.alignright span {
  padding: 10px;
  left: -10px;
  top: -120px;
  width: 126px;
  background-color: #3a3a3a;
  color: #ffffff;
  height: auto;
  border-radius: 5px;
  opacity: 0;
  display: inline-block;
  position: absolute;
  visibility: hidden;
  word-wrap: break-word;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* --------------------- LANGUAGE FIX ---------------- */

.form-fix {
  min-height: 676px;
}

body.CZ .order-form input[type='submit'],
body.FR .order-form input[type='submit'],
body.IT .order-form input[type='submit'] {
  font: 25px/25px 'klavika_mediumregular', Arial, Helvetica, sans-serif;
}

body.ES .order-form input[type='radio'] {
  margin: 0px;
}
body.ES.order-form input[type='radio'] + label {
  max-width: 225px;
}

body.CZ .label-block,
body.NL .label-block {
  padding-top: 0px;
}
body.NO .label-block,
body.ES .label-block,
body.FR .label-block,
body.IT .label-block,
body.SE .label-block {
  padding-top: 12px;
}

body.ES .banner .title {
  font-size: 36px;
}

body.CZ .banner p,
body.IT .banner p {
  margin-bottom: 11px;
}
body.PL .label-block {
  line-height: 17px;
}
body.PL label[for='agree_to_terms'] {
  font-size: 10px;
}
body.EN .order-form input[type='submit'] {
  font-size: 29px;
}
body.EN .label-block {
  line-height: 20px;
}

/* --------------------- TERMS FIX ---------------- */

.terms_form,
.cLV label {
  font-size: 12px;
  line-height: 13px;
}
.terms_page {
  width: 94%;
  max-width: 571px;
  display: inline-block;
  padding: 15px;
}
.form-fix {
  min-height: 0px;
}

@media screen and (min-width: 768px) {
  .section01 .holder,
  .section01 .arrow-block {
    width: 62%;
    float: left;
  }
  .section01 {
    padding: 0px;
  }
  .form-fix {
    min-height: 0px;
    overflow: visible;
    position: relative;
    float: right;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .section01 .holder,
  .section01 .arrow-block {
    width: 56%;
  }
}
@media screen and (max-width: 400px) {
  .logo {
    display: none;
  }
  #header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  border-width: 2px;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: -5px -5px 5px #000000;
  box-shadow: -5px -5px 5px #000000;
  border: 1px solid #cccccc;
  border-width: 2px;
  border: 1px solid #dddddd;
  background: #feeebd 50% top repeat-x;
  color: #333333;
}
.ui-helper-hidden-accessible {
  display: none;
}
