.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(49%, #fff), color-stop(0, #e1e1e1), to(#d4d4d4));
  background-image: linear-gradient(180deg, #fff, #fff 49%, #e1e1e1 0, #d4d4d4);
  color: #3d3c3c;
  font-weight: 300;
}

.quiz-block {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  max-width: 960px;
  min-height: 590px;
  padding: 34px 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #000;
}

.body {
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.quiz-header-block {
  position: relative;
  width: 100%;
}

.quiz-header {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  margin: 20px auto 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.1em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.quiz-progress-block {
  overflow: visible;
  width: 100%;
  padding: 4px 0px;
}

.quiz-z {
  position: absolute;
  left: 0px;
  top: -11px;
  right: 0px;
  z-index: 10;
  display: block;
  width: 80%;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.quiz-z._1 {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -9px;
  background-color: #fff;
}

.quiz-z._2 {
  left: -11px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 20px;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
}

.quiz-z._3 {
  left: auto;
  top: 0px;
  right: -11px;
  bottom: 0px;
  width: 20px;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
}

.quiz-header-line {
  position: relative;
  top: -34px;
  display: block;
  width: 80%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 144, 48, .57)), to(rgba(219, 144, 48, .57)));
  background-image: linear-gradient(180deg, rgba(219, 144, 48, .57), rgba(219, 144, 48, .57));
}

.quiz-progress-line {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #868686;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 144, 48, .13)), to(rgba(219, 144, 48, .13)));
  background-image: linear-gradient(180deg, rgba(219, 144, 48, .13), rgba(219, 144, 48, .13));
}

.progres-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  width: 100%;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#d4d4d4));
  background-image: linear-gradient(180deg, #d4d4d4, #d4d4d4);
}

.quiz-progress-description {
  position: relative;
  top: 0px;
  z-index: 40;
  width: 45px;
  height: auto;
  float: right;
}

.quiz-progress-circli {
  position: relative;
  z-index: 30;
  width: 45px;
  height: 25px;
  border: 1px solid #db9030;
  border-radius: 15px;
  background-color: rgba(219, 144, 48, .12);
}

.quiz-progress-ugol {
  position: relative;
  top: 6px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.progress-value {
  margin-top: 0px;
  padding-top: 2px;
  padding-left: 4px;
  font-size: 0.8em;
  text-align: center;
}

.quiz-description-block {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 30px;
}

.quiz-question-left {
  position: relative;
  z-index: 50;
  width: 50%;
  min-height: 400px;
  float: left;
}

.quiz-question-right {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 360px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.question-header {
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 500;
}

.question-block {
  overflow: hidden;
  min-height: 540px;
  margin-top: 26px;
}

.question-header-block {
  margin-bottom: 32px;
}

.question-number-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3921f), to(#f3921f));
  background-image: linear-gradient(180deg, #f3921f, #f3921f);
}

.question-number {
  font-size: 20px;
  font-weight: 500;
}

.back-check-block {
  position: relative;
  left: 0px;
  z-index: 1;
  width: 60px;
  height: 24px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 40px;
  background-color: #d4d4d4;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.checkbox-field.last {
  margin-bottom: 55px;
}

.checkbox-field.s {
  margin-bottom: 47px;
}

.checkbox-label {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px none #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.checkbox-label:hover {
  display: inline-block;
  border-style: none;
  border-bottom-width: 0px;
  border-bottom-color: #000;
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.checkbox {
  position: relative;
  left: -45px;
  top: 0px;
  z-index: 10;
  width: 60px;
  height: 30px;
  margin-top: 0px;
  margin-left: -16px;
  float: none;
  clear: none;
  opacity: 0;
  cursor: pointer;
}

.inner-radio-block {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  background-color: rgba(0, 152, 255, .57);
}

.circle-check-block {
  position: relative;
  left: 1px;
  top: -3px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background-color: #868686;
}

.radio-button-3 {
  position: relative;
  left: 0px;
  top: -32px;
  right: -14px;
  bottom: -11px;
  width: 300px;
  height: 30px;
  margin-left: -20px;
  float: left;
  opacity: 0;
}

.back-radio-block {
  position: relative;
  left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #494949;
  border-radius: 40px;
}

.div-block {
  display: none;
  margin-top: 0px;
  background-color: transparent;
  background-image: url('../images/film-icon.png');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.radio-button-label-2 {
  position: absolute;
  left: 25px;
  top: 2px;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  margin-left: 16px;
  float: left;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  font-weight: 300;
}

.radio-button-label-2:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.question {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.question._1 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
}

.question._2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  max-height: 500px;
  margin-bottom: 40px;
  padding-right: 21px;
}

.question._3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
}

.question._4 {
  position: absolute;
  top: 0px;
  z-index: 300;
  display: none;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 0px;
}

.question._5 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.question._6 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.button-next {
  position: relative;
  display: none;
  width: 250px;
  height: 60px;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.button-next:hover {
  background-color: rgba(219, 144, 48, .75);
}

.button-next-text {
  font-size: 1.4em;
}

.aroow-button-block {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/right-arrow.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.button-disabled {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  opacity: 0.35;
}

.arrow-block {
  position: absolute;
  top: 1px;
  right: -44px;
  z-index: 1;
  width: 200px;
  height: 80px;
  clear: none;
  background-image: url('../images/arrow.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.aroow-description {
  position: relative;
  left: 100px;
  top: 100px;
  right: 0px;
  max-width: 300px;
  margin-top: 0px;
  text-align: right;
}

.aroow-description._2 {
  left: 0px;
}

.arrow-container {
  position: relative;
  top: 76px;
  display: block;
}

.primer {
  position: relative;
  top: 0px;
  display: block;
  width: 400px;
  height: 250px;
  margin-top: 0px;
}

.video-primer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/step-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video-primer:hover {
  opacity: 1;
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}

.video-primer._1 {
  background-image: url('../images/step-12.jpg');
}

.video-primer._2 {
  background-image: url('../images/step-3.jpg');
}

.video-primer._3 {
  background-image: url('../images/step-4.jpg');
}

.video-primer._4 {
  background-image: url('../images/step-5.jpg');
}

.video-primer._5 {
  background-image: url('../images/step-6.jpg');
}

.video-primer._6 {
  background-image: url('../images/step-7.jpg');
}

.video-primer._7 {
  background-image: url('../images/step-11.jpg');
}

.video-primer._9 {
  background-image: url('../images/step-9.jpg');
}

.video-primer._10 {
  background-image: url('../images/step-10.jpg');
}

.video-primer._11 {
  background-image: url('../images/step-11.jpg');
}

.video-primer._12 {
  background-image: url('../images/step-13.jpg');
}

.video-button {
  position: relative;
  top: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.description-type-block {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 400px;
  max-width: 100%;
  min-height: 40px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-top: 1px dashed #000;
  line-height: 26px;
}

.primer-block {
  position: relative;
  z-index: 10;
  display: none;
}

.primer-block._1 {
  display: none;
}

.primer-block._2 {
  display: none;
}

.primer-block._2._1 {
  display: none;
}

.primer-block._3 {
  display: none;
}

.primer-block._4 {
  display: block;
}

.primer-block._5 {
  display: none;
}

.primer-block._6 {
  display: none;
}

.primer-block._7 {
  display: none;
}

.primer-block._8 {
  display: none;
}

.primer-block._9 {
  display: none;
}

.section-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .24);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 6px 1px hsla(0, 0%, 53%, .47);
}

.section-block.ok {
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-block {
  position: relative;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 320px;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/quiz-logo.svg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.question-right {
  display: block;
  height: auto;
}

.question-right._1 {
  display: none;
}

.question-right._2 {
  display: none;
}

.question-right._3 {
  display: none;
}

.question-right._4 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 300px;
  min-height: 300px;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 50px auto 50px 40px;
  grid-template-rows: 50px auto 50px 40px;
}

.question-right._4._1 {
  top: 0px;
  right: 0px;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 50px auto 50px 40px;
  grid-template-rows: 50px auto 50px 40px;
}

.question-right._4._2 {
  top: 0px;
  right: 0px;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 50px auto 50px 40px;
  grid-template-rows: 50px auto 50px 40px;
}

.question-right._5 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 300px;
  min-height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.question-right._6 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 300px;
  min-height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.promo-section {
  width: 100%;
  height: 100vh;
  padding-top: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .61)), to(rgba(0, 0, 0, .61))), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.promo-section._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .69)), to(rgba(0, 0, 0, .69))), url('../images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/bg1.jpg');
}

.promo-section._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/bg2.jpg');
}

.body-osn {
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.header-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100px;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 270px;
  height: 100px;
  margin-left: 0px;
  float: left;
  background-image: url('../images/logo-long.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-phone-block {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 50px;
  margin-right: 0px;
  float: right;
}

.promo-block {
  display: block;
  width: 95%;
  max-width: 1080px;
  margin-top: 78px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.promo-heading {
  color: #fff;
  font-size: 2.75em;
  line-height: 1.7em;
  font-weight: 500;
  text-align: center;
}

.select-heading {
  display: inline;
  margin-right: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9030), to(#db9030));
  background-image: linear-gradient(180deg, #db9030, #db9030);
  color: #000;
}

.select-2-heading {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .59)), to(rgba(0, 0, 0, .59)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59));
}

.portfolio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 8%, 85%, .43)), to(hsla(0, 8%, 85%, .43)));
  background-image: linear-gradient(180deg, hsla(0, 8%, 85%, .43), hsla(0, 8%, 85%, .43));
}

.trigger-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utp-trigger {
  position: static;
  width: 30%;
  margin-right: auto;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-trigger {
  width: 25%;
  height: 75px;
  float: left;
  background-image: url('../images/bullet-icon-1.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-trigger._2 {
  background-image: url('../images/bullet-icon-3.svg');
}

.icon-trigger._3 {
  background-image: url('../images/icon-scen.png');
}

.description-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 75px;
  padding-top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.button-block {
  margin-top: 75px;
}

.button-block._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 39px;
}

.cta-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95%;
  height: 75px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 4px solid #c76a05;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9030), to(#db9030));
  background-image: linear-gradient(180deg, #db9030, #db9030);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.cta-button:hover {
  border-bottom-color: #c76a05;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fda23e), to(#fda23e));
  background-image: linear-gradient(180deg, #fda23e, #fda23e);
}

.cta-button._2 {
  margin-right: 0px;
  margin-left: 0px;
}

.cta-button-header {
  position: relative;
  z-index: 10;
  margin-top: 6px;
  margin-left: 75px;
  color: #5a3206;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #face9e;
}

.cta-button-subheader {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  margin-left: 75px;
  color: #5a3206;
  font-size: 16.45px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.effect-block-left {
  position: absolute;
  left: -200px;
  top: 0px;
  z-index: 1;
  width: 200px;
  height: 75px;
  border-top-left-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 224, 0, .65)), to(rgba(255, 224, 0, .65)));
  background-image: linear-gradient(180deg, rgba(255, 224, 0, .65), rgba(255, 224, 0, .65));
}

.effect-block-right {
  position: absolute;
  top: 0px;
  right: -200px;
  bottom: 0px;
  width: 200px;
  height: 75px;
  border-top-right-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 224, 0, .65)), to(rgba(255, 224, 0, .65)));
  background-image: linear-gradient(180deg, rgba(255, 224, 0, .65), rgba(255, 224, 0, .65));
}

.quiz-page {
  position: absolute;
  top: 0px;
  width: 400px;
  height: 75px;
}

.quiz-link-block {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.quiz-link-block._2 {
  margin-right: 0px;
  margin-left: 0px;
}

.cpa-button-arrow {
  position: absolute;
  left: 20px;
  right: 0px;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-image: url('../images/right-arrow-circular-button.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-number {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.phone-description {
  display: inline-block;
  float: right;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.phone-blck-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  background-image: url('../images/phone-tv.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta-section-block {
  display: block;
  width: 98%;
  max-width: 1080px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  width: 50%;
  min-height: 300px;
}

.cta-section-img {
  width: 50%;
  min-height: 550px;
  background-image: url('../images/book-tv.png');
  background-position: -39px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-section-block {
  display: block;
  width: 98%;
  max-width: 1080px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px dashed #000;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 80px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 80px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-phone {
  display: block;
  width: 170px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}

.footer-phone-description {
  margin-bottom: 5px;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
}

.footer-logo-block {
  width: 80px;
  height: 80px;
  background-image: url('../images/logo-tv-smal.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fotter-logo-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 22px;
  margin-left: 10px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-left: 1px solid #868686;
}

.bold-text {
  font-weight: 300;
}

.cta-section-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 550px;
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  display: inline-block;
  padding: 4px 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#db9030), to(#db9030));
  background-image: linear-gradient(180deg, #db9030, #db9030);
  color: #000;
}

.heading {
  display: inline-block;
  padding-right: 31px;
  color: #000;
  font-size: 26px;
  font-weight: 500;
}

.under-selecteion-heading {
  display: inline-block;
  border-bottom: 1px dashed #000;
}

.portfolio-block {
  width: 98%;
  max-width: 1080px;
}

.heading-2 {
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.slider {
  display: block;
  width: 100%;
  height: 500px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-header {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-left: 117px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .68);
  color: #fff;
}

.portfolio-lighbox {
  position: relative;
}

.slide {
  background-color: transparent;
}

.mask {
  background-color: transparent;
}

.image {
  position: relative;
  width: 800px;
  height: 500px;
}

.slide-nav {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 15px;
  margin-left: 493px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.portfolio-section-number {
  margin-right: 14px;
  color: rgba(255, 224, 0, .65);
  font-size: 2em;
  font-weight: 500;
}

.right-arrow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
}

.left-arrow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .35)), to(rgba(0, 0, 0, .35)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
}

.form {
  max-height: 500px;
}

.sub-description {
  display: inline-block;
  margin-top: 0px;
  padding-top: 3px;
  font-weight: 300;
}

.video-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
  padding-bottom: 107px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
}

.heading-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  padding-right: 12px;
  font-weight: 600;
  text-align: right;
}

.portfolio-back-block {
  width: 100%;
  max-height: 550px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .64)), to(hsla(0, 0%, 100%, .64))), radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 224, 0, .71), hsla(0, 0%, 100%, .08)), url('../images/background-portfolio.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .64), hsla(0, 0%, 100%, .64)), radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 224, 0, .71), hsla(0, 0%, 100%, .08)), url('../images/background-portfolio.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-sider {
  overflow: visible;
  width: 100%;
  min-height: 600px;
  background-color: transparent;
}

.slide-2 {
  left: 200px;
  top: -50px;
  max-width: 400px;
}

.portfolio-back {
  position: relative;
  top: -625px;
  display: block;
  width: 98%;
  height: 600px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 33px -10px rgba(0, 0, 0, .57);
}

.slider-mask {
  position: relative;
  top: -25px;
  display: block;
  overflow: visible;
  max-width: 400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.navigator {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -41px;
  display: block;
  width: 300px;
}

.slider-arrow-left {
  left: -338px;
  top: -95%;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
}

.icon {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: rgba(70, 70, 70, .81);
  font-size: 20px;
}

.right-arrow-2 {
  left: 0px;
  top: -95%;
  right: -338px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
}

.icon-2 {
  width: 20px;
  height: 20px;
  color: rgba(70, 70, 70, .81);
  font-size: 20px;
}

.heading-4 {
  height: 30px;
  margin-top: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 0, 0, .69);
  font-size: 2em;
  text-align: center;
}

.slide-3 {
  max-width: 400px;
}

.slide-4 {
  max-width: 400px;
}

.slide-5 {
  max-width: 400px;
}

.slider-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider-text-content {
  min-height: 40px;
  padding-right: 25px;
  padding-left: 25px;
}

.portfolio-subheader-bclock {
  position: relative;
  margin-top: 26px;
  padding-right: 25px;
  padding-left: 25px;
}

.line-block {
  width: 10px;
  height: 90px;
  margin-top: 0px;
  margin-left: 5px;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, .69);
}

.number-portfolio {
  display: inline-block;
  margin-top: 1px;
  float: left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 20px;
}

.lightbox-portfolio {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  height: 200px;
  margin-right: 25px;
  margin-left: 25px;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-portfolio._1 {
  background-image: url('../images/02.jpg');
}

.lightbox-portfolio._2 {
  background-image: url('../images/03.jpg');
}

.lightbox-portfolio._3 {
  background-image: url('../images/04.jpg');
}

.lightbox-portfolio._5 {
  background-image: url('../images/05.jpg');
}

.lightbox-portfolio._6 {
  background-image: url('../images/06.jpg');
}

.list-item {
  height: 25px;
  padding-left: 3px;
  font-weight: 300;
}

.list-item-2 {
  height: 25px;
  padding-left: 3px;
  font-weight: 300;
}

.list-item-3 {
  height: auto;
  min-height: 25px;
  margin-bottom: 2px;
  padding-left: 3px;
  font-weight: 300;
}

.portfolio-bullet {
  margin-top: 37px;
  padding-right: 25px;
  padding-left: 46px;
  color: rgba(0, 0, 0, .69);
  font-size: 16px;
  list-style-type: square;
}

.subheader-block-description {
  position: absolute;
  left: 64px;
  top: -5px;
  max-width: 320px;
  min-height: 80px;
  min-width: 250px;
  margin-top: 1px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.heading-5 {
  height: 30px;
  margin-top: 28px;
  padding-top: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: rgba(0, 0, 0, .69);
  font-size: 1.3em;
  text-align: center;
}

.icon-3 {
  width: 20px;
  height: 20px;
  color: rgba(70, 70, 70, .81);
  font-size: 20px;
}

.line-block-2 {
  width: 10px;
  height: 90px;
  margin-top: 0px;
  margin-left: 5px;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, .69);
}

.line-block-2._1 {
  height: 112px;
}

.line-block-2._4 {
  height: 65px;
}

.line-block-2._5 {
  height: 65px;
}

.line-block-2._6 {
  height: 65px;
}

.portfolio-bullet-2 {
  margin-top: 33px;
  padding-right: 25px;
  padding-left: 46px;
  color: rgba(0, 0, 0, .69);
  font-size: 16px;
  list-style-type: square;
}

.portfolio-bullet-2._2 {
  margin-top: 24px;
}

.portfolio-back-block-2 {
  width: 100%;
  max-height: 550px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .69)), to(rgba(0, 0, 0, .69))), url('../images/background-portfolio-new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/background-portfolio-new.jpg');
  background-position: 0px 0px, 50% 0px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.icon-4 {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: rgba(70, 70, 70, .81);
  font-size: 20px;
}

.video-section-header-block {
  position: relative;
  width: 100%;
  max-width: 1180px;
  min-height: 60px;
  margin-top: 106px;
  margin-bottom: 118px;
}

.line-video-header {
  position: absolute;
  top: 2px;
  width: 120px;
  height: 10px;
  margin-top: 6px;
  float: left;
  clear: none;
  border-top: 1px solid rgba(0, 0, 0, .69);
}

.under-header {
  position: absolute;
  left: 120px;
  display: inline-block;
  margin-right: 1px;
  margin-left: 25px;
  font-size: 18px;
  font-weight: 300;
}

.heading-6 {
  position: absolute;
  left: 120px;
  top: 20px;
  display: inline-block;
  margin-top: 9px;
  margin-left: 25px;
  font-size: 2.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.offer-count-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.offer-count-block.end {
  margin-bottom: 20px;
}

.text-offer-count {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  padding: 7px 20px;
  background-color: rgba(255, 224, 0, .18);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .5);
  font-weight: 300;
  text-align: center;
}

.text-offer-count._3 {
  padding-right: 7px;
  padding-left: 7px;
}

.text-span-2 {
  display: inline-block;
  border-bottom: 1px dashed #000;
  font-weight: 500;
}

.discription-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-time-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin-top: 17px;
  padding-left: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px dashed #000;
  font-weight: 300;
}

.description-time-blok.big {
  height: 120px;
}

.image-2 {
  margin-top: -12px;
  -webkit-transform: rotateX(153deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(153deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-2._7 {
  margin-top: 0px;
}

.end-question-left {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  min-height: 300px;
  padding-right: 70px;
}

.end-question-right {
  display: none;
  width: 100%;
  height: 450px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ad712e;
  background-color: #fda23e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, .83);
  font-weight: 400;
  text-transform: capitalize;
  text-shadow: 0 1px 0 hsla(32, 83%, 80%, .88);
}

.submit-button:hover {
  background-color: #f3942b;
}

.input-questions {
  height: 50px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .49);
  background-color: rgba(255, 224, 0, .17);
  color: rgba(0, 0, 0, .78);
  font-size: 16px;
}

.input-questions:hover {
  background-color: rgba(255, 224, 0, .39);
  color: #000;
}

.image-bonus-block {
  width: 230px;
  height: 250px;
  float: right;
  background-image: url('../images/book-tv.png');
  background-position: -18px 50%;
  background-size: 260px;
  background-repeat: no-repeat;
}

.bullet-bonus {
  margin-top: 13px;
  margin-bottom: 18px;
  padding-top: 1px;
  padding-left: 34px;
  background-image: url('../images/checked.svg');
  background-position: 0px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.bullet-bonus._1 {
  margin-top: 40px;
}

.heading-7 {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.offer-description {
  margin-top: 25px;
  margin-bottom: 27px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 17px;
  border-left: 1px dashed #000;
  text-align: left;
}

.text-block-2 {
  font-size: 16px;
}

.radio-block {
  position: relative;
  width: 98%;
  height: 50px;
  margin-bottom: 16px;
  float: left;
  clear: none;
}

.radio-block.end {
  margin-bottom: 30px;
}

.heading-8 {
  margin-bottom: 0px;
  padding: 7px;
  background-color: #db9030;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.radio-button-field {
  position: relative;
}

.text-block-3 {
  padding-top: 0px;
}

.text-block-4 {
  margin-top: 13px;
}

.left-line {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 70px;
  height: 2px;
  border-top: 2px solid rgba(0, 0, 0, .69);
}

.right-line {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 70px;
  height: 2px;
  border-top: 2px solid rgba(0, 0, 0, .69);
}

.slide-nav-2 {
  top: 161px;
  display: none;
}

.slider-2 {
  background-color: transparent;
}

.slide-6 {
  width: 400px;
}

.mask-2 {
  width: 400px;
  height: auto;
}

.icon-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.right-arrow-3 {
  top: -53px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .69);
}

.icon-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.left-arrow-2 {
  top: -53px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .69);
}

.header-other-video {
  margin-top: 21px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.heading-ok {
  text-align: center;
}

.under-heading {
  margin-top: 2px;
  padding-top: 16px;
  font-size: 24px;
  font-weight: 400;
}

.line_bullet {
  display: inline-block;
  border-bottom: 1px dashed rgba(51, 51, 51, .81);
}

.primer-bonus {
  margin-top: 19px;
  float: left;
}

.arrow_bonus {
  margin-top: 19px;
  clear: none;
  opacity: 0.8;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.checkbox-label-2 {
  font-size: 14px;
  font-weight: 100;
}

.pol-check {
  margin-top: 9px;
}

.lightbox-link {
  float: left;
}

@media (max-width: 991px) {
  .main-section {
    width: 100%;
    height: auto;
    padding: 20px auto;
  }
  .quiz-block {
    height: 90%;
    border-style: none;
  }
  .body {
    background-image: none;
  }
  .quiz-header {
    width: 100%;
    font-size: 1.8em;
  }
  .quiz-header-line {
    width: 100%;
  }
  .quiz-question-left {
    width: 100%;
  }
  .quiz-question-right {
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .question-header {
    float: left;
  }
  .inner-radio-block {
    display: none;
    margin-top: 0px;
  }
  .radio-button-label-2 {
    position: absolute;
    left: 20px;
    top: 1px;
    right: NaNpx;
    float: left;
  }
  .arrow-block {
    top: 39px;
    background-image: url('../images/arrow-up.svg');
    background-position: 50% 0px;
  }
  .aroow-description {
    top: 136px;
  }
  .arrow-container {
    top: 0px;
  }
  .primer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .video-primer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .description-type-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .primer-block {
    display: none;
  }
  .section-block {
    width: 96%;
    border-style: none;
  }
  .question-right._2 {
    display: none;
    margin-top: -112px;
  }
  .question-right._4 {
    margin-top: -78px;
  }
  .question-right._4._1 {
    margin-top: 0px;
  }
  .promo-section {
    height: auto;
    padding-bottom: 65px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .68)), to(rgba(0, 0, 0, .68))), url('../images/bg3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/bg3.jpg');
    background-position: 0px 0px, 32% 50%;
    background-size: auto, cover;
  }
  .promo-heading {
    font-size: 2.3em;
    line-height: 1.2em;
  }
  .select-heading {
    margin-right: 10px;
  }
  .trigger-block {
    display: block;
    width: 98%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  .utp-trigger {
    display: block;
    width: 65%;
    margin: 0px auto 25px;
    float: none;
  }
  .cta-button._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .quiz-link-block._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-section-img {
    width: 100%;
    background-position: 79% -255%;
    background-size: 550px;
  }
  .bold-text {
    font-size: 14px;
  }
  .cta-section-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 350px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    text-align: center;
  }
  .slide-nav {
    margin-left: 439px;
  }
  .heading-3 {
    padding-right: 25px;
  }
  .text-offer-count {
    margin-top: 25px;
  }
  .end-question-left {
    padding-right: 0px;
  }
  .image-bonus-block {
    float: left;
  }
  .radio-block {
    position: relative;
    width: 100%;
  }
  .lightbox-link {
    margin-right: 45px;
    float: left;
  }
}

@media (max-width: 767px) {
  .quiz-block {
    border-style: none;
  }
  .quiz-header {
    width: 98%;
    font-size: 2em;
  }
  .quiz-header-line {
    width: 95%;
  }
  .aroow-description._1 {
    left: 20px;
    right: 0px;
  }
  .arrow-container._1 {
    float: left;
  }
  .promo-section {
    height: auto;
    padding-bottom: 54px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg3.jpg');
    background-position: 0px 0px, -291px 0px;
  }
  .body-osn {
    font-size: 16px;
  }
  .promo-block {
    width: 100%;
  }
  .promo-heading {
    width: 98%;
    font-size: 1.8em;
  }
  .utp-trigger {
    width: 90%;
  }
  .cta-section-img {
    background-position: 21px 10px;
  }
  .bold-text {
    font-size: 12px;
  }
  .slider {
    height: 400px;
  }
  .portfolio-lighbox {
    height: 400px;
  }
  .image {
    height: 400px;
  }
  .slide-nav {
    margin-left: 270px;
  }
  .text-offer-count {
    margin-top: 43px;
  }
  .description-time-blok {
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .image-bonus-block {
    width: 230px;
  }
  .primer-bonus {
    float: left;
  }
}

@media (max-width: 479px) {
  .main-section {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .quiz-block {
    position: relative;
    width: 96%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .body {
    background-position: -4% 100%;
    background-size: 370px;
  }
  .quiz-header {
    margin-bottom: 8px;
    font-size: 1.5em;
    line-height: 26px;
  }
  .quiz-question-left {
    position: relative;
    float: none;
  }
  .quiz-question-right {
    position: absolute;
    top: 419px;
    z-index: 10;
    margin-top: 125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .question-header {
    width: 80%;
    float: none;
    clear: none;
    font-size: 20px;
  }
  .question-block {
    position: relative;
    height: 1100px;
  }
  .question-header-block {
    position: relative;
    z-index: 120;
  }
  .radio-button-label-2 {
    width: 80%;
  }
  .question {
    display: block;
  }
  .question._1 {
    display: none;
  }
  .question._2 {
    position: absolute;
    top: 0px;
    z-index: 300;
    display: none;
    margin-top: 0px;
  }
  .question._3 {
    display: none;
  }
  .question._5 {
    display: none;
  }
  .question._6 {
    display: none;
  }
  .arrow-block {
    left: -24px;
  }
  .arrow-block._1 {
    left: 22px;
  }
  .aroow-description {
    left: -48px;
    width: 250px;
    text-align: center;
  }
  .aroow-description._1 {
    left: 0px;
  }
  .aroow-description._2 {
    left: -50px;
  }
  .arrow-container {
    position: relative;
    left: 93px;
    top: 60px;
    right: 0px;
  }
  .arrow-container._2 {
    left: 17px;
  }
  .arrow-container._1 {
    left: 6px;
  }
  .primer {
    width: 100%;
    max-width: 400px;
  }
  .video-primer {
    width: 100%;
    max-width: 100%;
    background-position: 50% 50%;
  }
  .video-primer._2 {
    background-position: 50% 50%;
  }
  .description-type-block {
    width: 100%;
  }
  .primer-block {
    display: none;
  }
  .primer-block._4 {
    right: 0px;
    height: 500px;
  }
  .logo-block {
    top: 19px;
    width: 300px;
  }
  .question-right {
    display: block;
  }
  .question-right._1 {
    display: none;
  }
  .question-right._2 {
    display: none;
    margin-top: 0px;
  }
  .question-right._4 {
    top: -61px;
    display: -ms-grid;
    display: grid;
    margin-top: 27px;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 50px auto 50px 40px;
    grid-template-rows: 50px auto 50px 40px;
  }
  .question-right._4._1 {
    top: -131px;
    display: -ms-grid;
    display: grid;
    margin-top: 368px;
    margin-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 50px auto 50px 40px;
    grid-template-rows: 50px auto 50px 40px;
  }
  .question-right._4._2 {
    position: absolute;
    display: -ms-grid;
    display: grid;
    height: 400px;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 50px auto 50px 40px;
    grid-template-rows: 50px auto 50px 40px;
  }
  .question-right._5 {
    position: absolute;
    top: 44px;
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .question-right._6 {
    top: -35px;
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }
  .promo-section {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url('../images/bg3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg3.jpg');
    background-position: 0px 0px, -382px 0px;
  }
  .header-logo-block {
    width: 120px;
    height: 60px;
    margin-top: 18px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .header-phone-block {
    width: 160px;
  }
  .promo-block {
    width: 100%;
  }
  .promo-heading {
    width: 100%;
    margin-top: -35px;
    line-height: 1.4em;
  }
  .select-heading {
    display: inline;
    margin-right: 0px;
    background-image: none;
    color: #fff;
    line-height: 1.4em;
  }
  .portfolio-section {
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 29px;
  }
  .utp-trigger {
    width: 100%;
  }
  .description-trigger {
    width: 70%;
    margin-left: 13px;
    font-size: 14px;
  }
  .cta-button {
    width: 100%;
    height: 55px;
  }
  .cta-button-header {
    margin-left: 55px;
    font-size: 14px;
  }
  .cta-button-subheader {
    margin-top: 0px;
    margin-left: 55px;
    font-size: 11px;
  }
  .effect-block-left {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe000), to(#ffe000));
    background-image: linear-gradient(180deg, #ffe000, #ffe000);
  }
  .effect-block-right {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe000), to(#ffe000));
    background-image: linear-gradient(180deg, #ffe000, #ffe000);
  }
  .cpa-button-arrow {
    left: 13px;
    width: 25px;
    height: 25px;
  }
  .cta-section-img {
    min-height: 400px;
    background-position: -21px 19px;
    background-size: 380px;
  }
  .footer-left {
    width: 30%;
  }
  .footer-right {
    width: 70%;
  }
  .text-span {
    display: block;
  }
  .heading {
    padding-right: 0px;
    font-size: 20px;
    text-align: center;
  }
  .heading-2 {
    font-size: 24px;
  }
  .slider {
    height: 250px;
  }
  .portfolio-header {
    width: 210px;
    margin-left: 0px;
  }
  .portfolio-lighbox {
    height: 250px;
  }
  .image {
    height: 250px;
  }
  .slide-nav {
    margin-top: 0px;
    margin-left: 106px;
  }
  .form {
    max-height: auto;
  }
  .slider-arrow-left {
    left: -279px;
    top: 105%;
    right: 0px;
  }
  .right-arrow-2 {
    top: 105%;
    right: -279px;
  }
  .portfolio-subheader-bclock {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .line-block {
    height: 110px;
  }
  .lightbox-portfolio._1 {
    bottom: 47px;
  }
  .portfolio-bullet {
    margin-top: 34px;
  }
  .subheader-block-description {
    padding-right: 27px;
  }
  .line-block-2 {
    height: 110px;
  }
  .line-block-2._1 {
    height: 160px;
  }
  .line-block-2._4 {
    height: 112px;
  }
  .line-block-2._5 {
    height: 85px;
  }
  .line-block-2._6 {
    height: 87px;
  }
  .line-block-2._2 {
    height: 135px;
  }
  .line-block-2._3 {
    height: 135px;
  }
  .portfolio-bullet-2 {
    margin-top: 24px;
  }
  .line-video-header {
    left: 98px;
    top: -58px;
  }
  .under-header {
    left: -25px;
    top: -23px;
    text-align: center;
  }
  .heading-6 {
    left: -25px;
    top: 22px;
    font-size: 1.5em;
    text-align: center;
  }
  .offer-count-block {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .offer-count-block.end {
    position: static;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .text-offer-count {
    margin-top: 0px;
  }
  .text-offer-count._3 {
    margin-top: 47px;
  }
  .text-offer-count.end {
    margin-bottom: 20px;
  }
  .description-time-blok {
    height: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .description-time-blok.big {
    height: 220px;
  }
  .description-time-blok._5 {
    margin-top: 77px;
  }
  .end-question-left {
    display: none;
  }
  .end-question-right {
    display: none;
    height: auto;
    margin-top: 50px;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .bullet-bonus._1 {
    margin-top: 85px;
  }
  .radio-block._7-3 {
    margin-bottom: 34px;
  }
  .radio-block._7-4 {
    margin-bottom: 30px;
  }
  .heading-8 {
    font-size: 16px;
  }
  .mask-2 {
    left: 0px;
    width: 295px;
  }
}

#w-node-aacdc76c957f-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-aacdc76c9582-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-aacdc76c9584-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-aacdc76c9585-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-aacdc76c9585-6de48c81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aacdc76c9586-6de48c81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-b4ee57527c46-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b4ee57527c49-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b4ee57527c4b-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-b4ee57527c4c-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b4ee57527c4d-6de48c81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-58987954870c-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-466bdcd0e402-6de48c81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-213012785c92-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-977d8a755fdc-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d6b551fcc929-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-06471fdd79c4-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-06471fdd79c7-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-06471fdd79c9-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-06471fdd79ca-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-06471fdd79cb-6de48c81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-0b603d412453-6de48c81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-0b603d41244f-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-0b603d412451-6de48c81 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 479px) {
  #w-node-cad431d871ae-6de48c81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Sybilla';
  src: url('../fonts/Sybilla.woff2') format('woff2'), url('../fonts/Sybilla.eot') format('embedded-opentype'), url('../fonts/Sybilla.woff') format('woff'), url('../fonts/Sybilla.ttf') format('truetype'), url('../fonts/Sybilla.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sybilla Bold';
  src: url('../fonts/SybillaBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2Regular';
  src: url('../fonts/Exo2Regular.eot') format('embedded-opentype'), url('../fonts/Exo2Regular.ttf') format('truetype'), url('../fonts/Exo2Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2ExtraLight';
  src: url('../fonts/Exo2ExtraLight.eot') format('embedded-opentype'), url('../fonts/Exo2ExtraLight.ttf') format('truetype'), url('../fonts/Exo2ExtraLight.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/exo2-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/exo2-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}