@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');

@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Light.eot");
  src: url("assets/fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Light.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Regular.eot");
  src: url("assets/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Medium.eot");
  src: url("assets/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Bold.eot");
  src: url("assets/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url("assets/fonts/PT Sans/PTS55F_W.eot");
  src: url("assets/fonts/PT Sans/PTS55F_W.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PT Sans/PTS55F_W.woff") format("woff"), url("assets/fonts/PT Sans/PTS55F_W.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url("assets/fonts/PT Sans/PTS75F_W.eot");
  src: url("assets/fonts/PT Sans/PTS75F_W.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PT Sans/PTS75F_W.woff") format("woff"), url("assets/fonts/PT Sans/PTS75F_W.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url("assets/fonts/Oswald/Oswald-Bold.eot");
  src: url("assets/fonts/Oswald/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Oswald/Oswald-Bold.woff") format("woff"), url("assets/fonts/Oswald/Oswald-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Currency';
  src: url("assets/fonts/Currency/currency.eot");
  src: url("assets/fonts/Currency/currency.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Currency/currency.woff") format("woff"), url("assets/fonts/Currency/currency.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.currency-dollar:before {
  font-size: 0.9em;
  font-family: 'Currency';
  content: "\e900";
  position: relative;
  top: 2px;
}
.currency-rouble:before {
  font-size: 0.9em;
  font-family: 'Currency';
  content: "\e901";
  position: relative;
  top: 2px;
}
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}
.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}
.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-radio + label:hover,
.magic-checkbox + label:hover,
.magic-radio + label:before,
.magic-checkbox + label:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #c0c0c0;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: '';
}
.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: rgba(192,192,192,0.14);
}
.magic-radio[disabled] + label:hover,
.magic-checkbox[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + label:hover,
.magic-checkbox[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border: 1px solid rgba(192,192,192,0.14);
  animation-name: none;
}
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: rgba(192,192,192,0.14);
}
.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}
.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}
@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #fff;
  }
}
.magic-radio + label:before {
  border-radius: 50%;
}
.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.magic-radio:checked + label:before {
  border: 1px solid #fff;
}
.magic-radio:checked[disabled] + label:before {
  border: 1px solid rgba(255,255,255,0.3);
}
.magic-radio:checked[disabled] + label:after {
  background: rgba(255,255,255,0.3);
}
.magic-checkbox + label:before {
  border-radius: 3px;
}
.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.magic-checkbox:checked + label:before {
  border-color: #fff;
}
.magic-checkbox:checked[disabled] + label:before {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.3);
}
body,
section {
  font-family: 'Roboto', 'PT Sans', Tahoma;
}
.icon-sprite {
  display: inline-block;
  position: relative;
}
.icon-close {
  background-image: url("assets/images/sprites.png");
  background-position: 0px -37px;
  width: 20px;
  height: 20px;
}
.icon-gift {
  background-image: url("assets/images/sprites.png");
  background-position: 0px 0px;
  width: 37px;
  height: 37px;
}
.icon-play {
  background-image: url("assets/images/sprites.png");
  background-position: -37px 0px;
  width: 31px;
  height: 31px;
}
.icon-plus {
  background-image: url("assets/images/sprites.png");
  background-position: -20px -37px;
  width: 16px;
  height: 16px;
}
.icon-star {
  background-image: url("assets/images/sprites.png");
  background-position: -36px -37px;
  width: 13px;
  height: 13px;
}
.container {
  width: 1170px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.row_flex {
  display: -ms-flexbox;
  display: flex;
}
.note {
  font-size: 12px;
  color: #cecece;
  margin-top: 4px;
}
.roistat-lh-copyright {
  display: none !important;
}
.title-section {
  text-align: center;
  position: relative;
}
.title-section__icon {
  position: absolute;
  right: 50%;
  top: 76px;
  margin-right: -322px;
  /* opacity: 0; */
  /* width: 60px; */
  /* height: 60px; */
  /* display: -ms-inline-flexbox; */
  /* display: inline-flex; */
  /* -ms-flex-pack: center; */
      /* justify-content: center; */
  /* -ms-flex-align: center; */
      /* align-items: center; */
  /* border-radius: 50%; */
  /* background-color: #f0f0f0; */
  /* margin-bottom: 5px; */
}
.title-section__offer {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  text-transform: uppercase;
  /* line-height: 1; */
  margin: 0;
  padding: 0;
}
.title-section__offer span {
  font-weight: normal;
}
.title-section__subtitle {
  font-size: 32px;
}
.title-section__red {
  color: #f44336;
  font-weight: bold !important;
  position: relative;
}
.title-section__arrow {
  display: block;
  background-repeat: no-repeat;
  position: absolute;
}
.lazyload {
  opacity: 0;
}
.lazyload-fade:not(*:root) {
  transition-property: opacity background-image !important;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-in-out !important;
}
.lazyloading {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  position: relative;
  background: transparent url("assets/images/loading.png") no-repeat center;
  background-size: auto !important;
}
.tooltip-default {
  background-color: #fff !important;
  box-shadow: $materialshadow13;
  border: 1px solid #dbdbdb !important;
  border-radius: 3px !important;
  padding: 5px 7px;
}
.tooltip-default .qtip-content {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #2d2d2d;
}
.tooltip-default .qtip-tip,
.tooltip-default .qtip-tip .qtip-vml,
.tooltip-default .qtip-tip canvas {
  color: #dbdbdb !important;
  background: #dbdbdb !important;
}
.fancybox-modal {
  display: none;
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.26);
  padding: 10px 10px 30px;
}
.fancybox-modal .subtitle-modal {
  font-family: 'PT Sans';
  font-size: 24px;
  color: #424242;
  padding: 5px 0 15px 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}
#modal-choice-gift #gifts {
  padding: 30px 0 20px;
}
#modal-choice-gift .gifts__note {
  text-align: center;
  line-height: 1.2;
  margin-top: 15px;
}
.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  outline: none;
  text-align: center;
  font-family: 'Roboto';
  font-size: 18px;
  color: #fafafa;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  border-bottom: 3px solid #90241c;
  text-decoration: none;
  font-weight: 500;
  line-height: 16px;
  height: 50px;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  border-bottom-width: 1px;
  color: #fff;
  top: 2px;
}
.btn:hover:after,
.btn:focus:after,
.btn:active:after {
  display: none;
}
.btn_big {
  height: 68px;
  font-weight: 600;
  padding: 0 20px;
}
.btn_big span {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}
.btn_red {
  background-color: #f44336;
}
.btn_red:hover,
.btn_red:focus,
.btn_red:active {
  background-color: #90241c;
}
.btn_green {
  background-color: #8aa429;
  color: #fff;
  border-color: #6d8319;
}
.btn_green:hover,
.btn_green:focus,
.btn_green:active {
  background-color: #6d8319;
}
.btn_blue {
  background-color: #2196f3;
  color: #fff;
  border-color: #0b5e9e;
}
.btn_blue:hover,
.btn_blue:focus,
.btn_blue:active {
  background-color: #0b5e9e;
}
.btn.disabled,
.btn_disabled {
  filter: grayscale(100%);
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.btn_radiance:before.btn.disabled,
.btn_radiance:before.btn_disabled {
  display: none !important;
}
.btn .loader {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #cecece;
  box-sizing: border-box;
}
.btn .loader .spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  animation: rotate 1.5s linear 0s infinite;
  position: relative;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn_loading {
  color: transparent !important;
}
.btn_loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.btn_loading .icon-sprite {
  opacity: 0;
}
.btn_loading.btn_radiance:before {
  display: none !important;
}
.btn_radiance {
  overflow: hidden;
}
.btn_radiance:before {
  margin-left: 60px;
  content: "";
  width: 30px;
  height: 300px;
  background: #fff;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  animation-timing-function: ease-in-out;
  transition: all 0.1s;
  animation-name: radiance;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
  opacity: 0.9;
}
.btn.bounce {
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.btn_loading {
  pointer-events: none;
}
.btn .icon-sprite.icon-play {
  left: 10px;
  margin-left: 5px;
}
#main {
  padding: 15px 0 0;
  height: 600px;
  /* background: url("assets/images/main-bg.png") no-repeat top center #000; */
  position: relative;
}
#main .container {
  position: relative;
  height: 100%;
  z-index: 20;
}
#main:after {
  content: '';
  width: 100%;
  height: 100%;
  /* background: url('assets/images/mosrem/shadow.png') repeat-x center top; */
  background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#main .phone {
  text-align: right;
  margin: 15px -15px 0 0;
}
#main .phone__value {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: $middleweight;
  font-family: 'Roboto';
}
#main .phone__work {
  /* color: #fff; */
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: #58c218;
}
#main .phone span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #58c218;
  position: relative;
  top: -1px;
  border-radius: 50%;
}
#main .title {
  text-align: center;
  line-height: 1.1;
  margin-top: 28px;
  margin-bottom: 37px;
}
#main .title__quiz-name {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  /* opacity: 0.75; */
  text-shadow: 0px 1px 4px rgba(0,0,0,0.26);
}
#main .title__offer {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.7);
  margin: 10px 0 12px;
}
#main .title__offer span {
  color: #fff333;
}
#main .subtitle {
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -ms-flex-direction: column; */
      /* flex-direction: column; */
  /* -ms-flex-pack: center; */
      /* justify-content: center; */
  /* -ms-flex-align: center; */
      /* align-items: center; */
  text-align: center;
  color: #fff;
  margin: 0 18px;
  padding: 13px 0 11px;
  line-height: 20px;
  letter-spacing: 0.009em;
  border: 2px solid #fff;
  border-radius: 6px;
}
#main .subtitle__note {
  font-family: 'Roboto';
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}
#main .subtitle .subtitle-slider .item-slider {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto';
  color: #fff333;
  text-transform: uppercase;
  opacity: 0.85;
  line-height: 30px;
}
#main .advantages {
  margin-top: 43px;
  margin-bottom: 39px;
}

#main .advantages > div:nth-child(1){
  position: relative;
  left: 60px;
}

#main .advantages > div:nth-child(2){
  position: relative;
  left: 30px;
}

#main .advantages > div:nth-child(2) .advantage-item__number:after {
  /* display: none; */
}

#main .advantages .advantage-item {
  /* display: -ms-flexbox; */
  /* display: flex; */
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
#main .advantages .advantage-item__number {
  color: #dbdbdb;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: 'Oswald'; */
  font-size: 30px;
  line-height: 1;
  position: relative;
  -ms-flex: 0 0;
      flex: 0 0;
  width: 73px;
  margin-left: 6px;
  margin-top: 2px;
}
#main .advantages .advantage-item__number span {
  margin-left: 3px;
  font-size: 18px;
}
#main .advantages .advantage-item__number:before{
  border: 2px solid rgba(255,214,51,1);
  height: 28px;
}
#main .advantages .advantage-item__number:after {
  border: 2px solid rgba(255,214,51,1);
  height: 18px;
}
#main .advantages .advantage-item__number:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  border-right: none;
  border-bottom: none;
  left: -16px;
  top: 13px;
}
#main .advantages .advantage-item__number:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  border-left: none;
  border-bottom: none;
  right: 2px;
  top: 13px;
}
#main .advantages > div:nth-child(1) .advantage-item__number:after {
  display: none;
}
#main .advantages .advantage-item_min span {
  font-size: 14px;
}
#main .advantages .advantage-item__text {
  font-family: 'Roboto';
  text-shadow: 0px 1px 4px rgba(0,0,0,0.26);
  line-height: 1;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  position: relative;
  margin-top: 2px;
  margin-left: 8px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
#main .advantages .advantage-item__text:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 36px;
  background-color: rgba(255,214,51,1);
  left: -18px;
}
#main .advantages .advantage-item__text:after {
  position: absolute;
  content: "";
  display: block;
  width: 86px;
  height: 10px;
  border: 2px solid rgba(255,214,51,1);
  border-top: none;
  left: -18px;
  bottom: -10px;
}
#main .advantages > div:nth-child(1) .advantage-item__text {
  margin-top: 2px;
}
#main .advantages > div:nth-child(1) .advantage-item__text:after {
  bottom: -11px;
}
#main .logo {
  white-space: nowrap;
  margin-left: -2px;
  margin-top: 3px;
}
#main .logo img,
#main .logo span {
  display: inline-block;
  vertical-align: middle;
}
#main .logo img {
  margin-right: 12px;
}
#main .logo span {
  white-space: normal;
}
.logo__description{
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-family: 'Roboto';
  opacity: .65;
  display: block;
}
.logo__title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
#main .action {
  text-align: center;
}
#main .action__arrow {
  display: block;
  width: 26px;
  height: 75px;
  background-image: url("assets/images/mosrem/arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -48px;
  right: 55px;
  opacity: 0.75;
}
.action {
  text-align: center;
  position: relative;
}
.action__note {
  color: #cecece;
  font-size: 13px;
  font-weight: 300;
  margin-top: 24px;
  line-height: 12px;
}
.action_black .action__note {
  color: #424242;
}
#main .action .btn.btn_big {
  font-family: 'Roboto';
  padding: 10px 107px 0 13px;
  text-align: left;
  height: 70px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
/* #main .action .btn.btn_big:after {
  content: '\2192';
  position: absolute;
  right: 17px;
  top: 21px;
}
#main .action .btn.btn_big div {
  padding: 5px 4px 0 0;
} */
/* #gifts {
  padding: 70px 0;
  background-color: #fafafa;
  position: relative;
  background-position: center 170px;
  background-repeat: no-repeat;
}
#gifts .action-quiz__note {
  color: #000;
}
.gifts-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 40px;
}
.gifts-slider .item-slider {
  width: 220px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  line-height: 1.2;
  position: relative;
  height: 350px;
  cursor: pointer;
  background-color: #fff;
}
.gifts-slider .item-slider__title,
.gifts-slider .item-slider__text,
.gifts-slider .item-slider__action {
  position: relative;
  z-index: 9;
}
.gifts-slider .item-slider__title {
  font-size: 18px;
  font-family: 'PT Sans';
  text-transform: uppercase;
  color: #424242;
  font-weight: 600;
  padding: 15px 25px 0;
  margin-bottom: 10px;
}
.gifts-slider .item-slider__image {
  height: 230px;
  width: 100%;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 8;
  bottom: 0;
  left: 0;
}
.gifts-slider .item-slider__text {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  padding: 0 25px;
}
.gifts-slider .item-slider__action {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.gifts-slider .item-slider__action .btn {
  width: 125px;
  opacity: 0.7;
}
.gifts-slider .item-slider__action .btn:hover,
.gifts-slider .item-slider__action .btn:focus,
.gifts-slider .item-slider__action .btn:active {
  opacity: 1;
}
.gifts-slider .item-slider .selected {
  display: none;
}
.gifts-slider .item-slider .choose {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gifts-slider .item-slider:hover,
.gifts-slider .item-slider:focus,
.gifts-slider .item-slider:active {
  box-shadow: 0 0 30px 0 rgba(33,150,243,0.5);
  border-color: #2196f3;
}
.gifts-slider .item-slider.active {
  box-shadow: 0 0 30px 0 rgba(109,131,25,0.5);
  border-color: #6d8319;
}
.gifts-slider .item-slider.active .selected {
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0.95;
}
.gifts-slider .item-slider.active .choose {
  display: none;
}
.gift-choise {
  text-align: center;
  line-height: 1.2;
  margin-top: 25px;
  margin-bottom: 25px;
}
.gift-choise__title {
  font-size: 16px;
  color: $textmax16;
  text-transform: uppercase;
  font-weight: 500;
}
.gift-choise__name {
  display: inline-block;
  font-size: 32px;
  font-family: 'PT Sans';
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.gift-choise__name span {
  position: relative;
  z-index: 10;
}
.gift-choise__name:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 15px;
  background-color: #fff281;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: -15px;
  z-index: 9;
} */

#gifts {
  padding: 56px 0 40px;
  background-color: #fafafa;
  background-image: url('assets/images/dom/bg-gift.png');
  position: relative;
  background-position: center 150px;
  background-repeat: no-repeat;
}
#gifts .gifts {
  margin-top: 35px;
  margin-bottom: 91px;
  overflow: hidden;
  /* display: -ms-flexbox; */
  /* display: flex; */
}
#gifts .gifts__plus {
  text-align: center;
  padding-top: 115px;
}
#gifts .action-quiz__note {
  color: #000;
}
.gift-item {
  color: #424242;
  background-repeat: no-repeat;
  background-position: 32px 2px;
}
.gift-item__image {
  height: 294px;
  padding-left: 15px;
}
.gift-item_main .gift-item__image {
  padding-left: 73px;
}
.gift-item__description {
  position: relative;
  color: #000;
}
.gift-item__title {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 35px;
  box-sizing: content-box;
  padding: 0 10px;
  font-weight: 600;
}
.gift-item__title_big {
  font-size: 24px;
  padding: 2px 0 0 23px;
}
.gift-item__title .icon-sprite {
  margin-right: 10px;
}
.gift-item__text {
  line-height: 1.2;
  margin-top: 7px;
  padding: 8px 12px 10px 49px;
  max-width: 500px;
  font-size: 14px;
}
.gift-item__text p {
  margin: 0 0 15px;
}
.gift-item__text strong {
  font-weight: 500;
}
.gift-item__number {
  color: #ffd633;
  font-weight: 600;
}
.gift-item_main {
  background-position: 75px 57px;
}
.gift-item_main .gift-item__description {
  left: 70px;
}
.gift-item_main .gift-item__description .gift-item__title {
  background-color: #ffd633;
  border-radius: 2px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.13);
  padding: 0 7px 0 12px;
  height: 37px;
  letter-spacing: 0.004em;
}
.gift-item_main .gift-item__description .gift-item__text {
  background-color: rgba(255,255,255,0.75);
  border-radius: 0 0 3px 3px;
  padding: 10px 0 0 15px;
  max-width: 370px;
  margin-top: 1px;
  font-size: 14px;
}
.footer {
  text-align: center;
  font-family: 'Roboto';
  padding: 37px 0 30px;
  background-color: #fafafa;
}
.footer__note {
  font-weight: 300;
  font-size: 12px;
  color: #7d7d7d;
  line-height: 1.2;
}
.footer__separator {
  width: 85px;
  height: 1px;
  background-color: #949494;
  margin: 20px auto;
}
.footer__text {
  font-size: 13px;
  color: #2d2d2d;
  line-height: 15px;
}
.footer__text span {
  color: #787878;
}
#quiz {
  background-color: #23201e;
  padding: 15px 0 50px;
  min-height: 100vh;
  height: 100%;
  position: relative;
}
#quiz .container {
  position: relative;
  z-index: 90;
}
#quiz .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#quiz .logo__logo {
  opacity: 0.75;
}
#quiz .logo__separator {
  height: 28px;
  width: 1px;
  background-color: #6f6c6b;
  margin: 0 15px;
}
#quiz .logo__description {
  color: #9f9d9c;
  font-size: 12px;
  line-height: 1.2;
}
#quiz .quiz {
  margin-top: 55px;
}
#quiz .quiz__questions-list {
  margin-bottom: 30px;
}
#quiz .quiz__constructor .constructor {
  position: relative;
}
#quiz .quiz__gifts {
  border: 1px solid #fff;
  padding: 10px 25px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  margin-top: 15px;
  background-color: rgba(255,255,255,0.05);
  -ms-flex-pack: center;
      justify-content: center;
}
.gift {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
/*   display: -ms-flexbox;
  display: flex; */
  color: #d0cfce;
  width: 50%;
  opacity: 0.75;
}
.gift__image {
  padding-right: 15px;
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -ms-flex-align: center; */
      /* align-items: center; */
  /* -ms-flex-pack: start; */
      /* justify-content: flex-start; */
}
.gift__image,
.gift__description {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.gift__image {
  width: 40%;
}
.gift__description {
  width: 60%;
  padding-right: 20px;
}
.gift__title {
  font-size: 14px;
  margin-bottom: 3px;
}
.gift__name {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'PT Sans';
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
}
.gift__link {
  color: #0b5e9e;
  text-decoration: underline;
  outline: none;
}
.step-number {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.75;
  margin-left: 50px;
  margin-bottom: 25px;
  pointer-events: none;
}
.step-number:hover,
.step-number:active,
.step-number:focus {
  opacity: 1;
}
.step-number__text {
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.step-number__bar {
  display: -ms-flexbox;
  display: flex;
}
.step-number__bar ul {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
}
.step-number__bar ul li {
  list-style: none;
  display: inline-block;
}
.step-number__bar ul li:last-child > button {
  margin-right: 0;
}
.step-number__bar ul li:last-child > button:after {
  display: none;
}
.step-number__bar ul li.slick-active > button {
  background-color: #fff;
  box-shadow: 0px 0px 8px 4px rgba(255,255,255,0.35);
}
.step-number__bar ul li.slick-active ~ li > button {
  background-color: transparent;
}
.step-number__bar ul li > button {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  margin-right: 12px;
  text-indent: -9999px;
  padding: 0;
  position: relative;
  outline: none;
}
.step-number__bar ul li > button:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 3px;
  left: 8px;
  background-color: #dbdbdb;
}
.question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  outline: none;
  border: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.question.disabled {
  pointer-events: none;
}
.question__comment {
  margin-left: 55px;
  color: #cecece;
  font-size: 16px;
  margin-bottom: 15px;
}
.question__comment ul {
  margin: 0;
}
.question__comment ul li span {
  font-weight: 300;
}
.question__answer {
  color: #dbdbdb;
  font-size: 22px;
  font-weight: 300;
  border-bottom: 1px dashed #dbdbdb;
  display: inline;
  margin-top: 15px;
}
.question__block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
  outline: none;
  opacity: 0.2;
}
.disabled .question__block {
  opacity: 0.2;
}
.question__block_active {
  opacity: 1;
}
.question__block_active .question__number {
  border-color: #8aa429;
}
.question__block_active .question__answer {
  display: none;
}
.question__number {
  border-color: #ececec;
}
.question__number {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #8aa429;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'PT Sans';
  font-size: 21px;
  margin-right: 15px;
}
.question__text {
  color: #ececec;
  font-family: 'PT Sans';
  font-size: 42px;
  line-height: 1;
  display: inline;
}
.question__text > div {
  font-size: 50%;
  line-height: 1;
  color: rgba(255,255,255,0.55);
  margin-top: 10px;
}
.project {
  position: relative;
  z-index: 110;
}
.project__example {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding: 0 12px;
  border-radius: 13px;
  z-index: 150;
  display: none;
}
.project__last-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.92);
  z-index: 200;
  display: none;
  border-radius: 3px;
}
.project__shadow {
  width: 100%;
  height: 54px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 120;
  background-image: url("assets/images/quiz-shadow.png");
  background-repeat: repeat-x;
}
.project__square {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.project__square-value {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 24px;
  height: 45px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  background-color: #55680f;
}
.project__square-unit {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 300;
  font-size: 20px;
  height: 30px;
  border-radius: 0 0 2px 2px;
  color: #fff;
  background-color: #8aa429;
}
.answers {
  margin-left: 55px;
  padding: 0;
  line-height: 1.2;
}
.answers .answer-group {
  margin-bottom: 17px;
}
.answers .answer-group .agreement {
  line-height: 0.8;
}
.answers .answer-group .agreement label {
  font-size: 12px;
  font-weight: 300;
  color: #cecece;
}
.answers .answer-group[data-note-id]:hover label,
.answers .answer-group[data-note-id]:focus label,
.answers .answer-group[data-note-id]:active label {
  text-decoration: underline;
}
.answers .answer-group label {
  font-size: 21px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
}
.answers .answer-group label a {
  text-decoration: underline;
}
.answers .answer-group .magic-text input[type="text"],
.answers .answer-group .magic-text input[type="email"],
.answers .answer-group .magic-text input[type="password"] {
  width: 80%;
}
.answers .answer-group .magic-text:before,
.answers .answer-group .magic-text:after {
  margin-top: 12px;
}
.answers button[type="submit"] {
  width: 80%;
  -ms-flex-pack: center;
      justify-content: center;
}
.answer-tooltip {
  background-color: #2196f3;
  color: #fff;
  border: 1px solid #0b5e9e;
  font-weight: 400;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.answer-tooltip:hover,
.answer-tooltip:active,
.answer-tooltip:focus {
  background-color: #0b5e9e;
}
.projects-slider {
  border: 1px solid #7c7c7c;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.55);
  border-radius: 3px;
  overflow: hidden;
}
.projects-slider_big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 0.05;
  z-index: 89;
}
.projects-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.projects-slider .item-slider {
  height: 0;
  visibility: hidden;
}
.slick-initialized.projects-slider .item-slider {
  height: auto;
  visibility: visible;
}
.projects-slider .item-slider__first-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  background-color: #2d2d2d;
  color: #dbdbdb;
  position: relative;
}
.projects-slider .item-slider__first-slide span {
  position: relative;
}
.projects-slider .item-slider__arrow {
  display: block;
  width: 91px;
  height: 47px;
  background-image: url("assets/images/projects-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 45px;
  top: 135px;
  z-index: 110;
  opacity: 0.75;
}
.projects-slider .item-slider img {
  width: 100%;
}
.quiz-slider {
  margin-right: 25px;
}
.quiz-slider .item-slider {
  outline: none;
  height: 0;
  visibility: hidden;
}
.slick-initialized.quiz-slider .item-slider {
  height: auto;
  visibility: visible;
}
.quiz-slider .slick-next {
  margin-left: 55px;
}
.quiz-slider .slick-disabled {
  display: none;
}
.notes {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 150;
}
.notes__viewport {
  position: absolute;
  top: -8%;
  left: -2%;
  width: 104%;
  height: 120%;
  display: block;
  z-index: 160;
}
.notes__wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 170;
}
.notes .note {
  position: absolute;
  z-index: 200;
  display: none;
  opacity: 0;
}
.notes .note__container {
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 28px;
  background-color: #dabb26;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNDVCMThEOTdDNzgxMUU3QUJDNUE2QUMwNkQ0MEM4NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNDVCMThEODdDNzgxMUU3QUJDNUE2QUMwNkQ0MEM4NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpkODAyYWJiZS04ZmNkLWMyNDUtYWEzYy1iYmRmYTA2MmNhMzciIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5YTc3ZWU0NS03ODM5LTExZTctOTExMi1hMzBlMTU5ZjU0ZTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6R2cydAAAALklEQVR42mL8//8/AxZwCUrroUswMZAIBqEGRqCn72IRl4HST6hiw4gLVoAAAwAvngzq27cE9gAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: $materialshadow26;
  cursor: pointer;
}
.notes .note .tooltip {
  display: none;
}
.build {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
}
.build__arrow {
  display: none;
  width: 91px;
  height: 47px;
  background-image: url("assets/images/projects-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 45px;
  top: 135px;
  z-index: 110;
  opacity: 0.75;
}
.build__loader {
  opacity: 0.85;
  margin-bottom: 15px;
}
.build__loader .checkmark {
  display: none;
}
.build_success .checkmark {
  display: block;
}
.build_success .loader-build {
  display: none;
}
.build__list {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 80%;
}
.build__list li {
  display: none;
  color: #cecece;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  list-style-type: none;
}
.build__list li:before {
  content: "•";
  margin-right: 7px;
  color: #848281;
}
.build .loader-build {
  width: 50px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #8aa429;
  box-sizing: border-box;
}
.build .loader-build .spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #425206;
  animation: rotate 1.5s linear 0s infinite;
  position: relative;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.build .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #8aa429;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.build .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.build .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #8aa429;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #8aa429;
  }
}
.note-tooltip {
  max-width: 440px !important;
  background-color: transparent !important;
  border: none !important;
  z-index: 300;
}
.note-tooltip_hard .qtip-close {
  display: none !important;
}
.note-tooltip .qtip-close {
  border: 1px solid #dbdbdb;
  background-color: #fff !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwQTNGMTQ0N0M4NTExRTdCQzA3QTBFRjdDNzIxODU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwQTNGMTQ1N0M4NTExRTdCQzA3QTBFRjdDNzIxODU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjBBM0YxNDI3Qzg1MTFFN0JDMDdBMEVGN0M3MjE4NTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjBBM0YxNDM3Qzg1MTFFN0JDMDdBMEVGN0M3MjE4NTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7SD/0MAAAAfElEQVR42mJgYGDYBcSODLiBJVQNgysQnwViCyyKDKFyXjABkKJrUN0wYAQVs8dmxTWoKVpQtgMu94AUXQLiq0BsjizBhKbwJxAzAzELlI0VwNxkATUZ3c1wK9HdZImkEQzsoEFgj8UWkKJzQOzMAA1MdzwBDjJgN0CAAQBr4hc1jJa+ugAAAABJRU5ErkJggg==") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0.75;
}
.note-tooltip .qtip-close:hover,
.note-tooltip .qtip-close:focus,
.note-tooltip .qtip-close:active {
  opacity: 1;
}
.note-tooltip .qtip-close .ui-icon {
  display: none;
}
.note-tooltip > .qtip-content {
  padding: 0;
}
.note-tooltip.qtip-pos-lc > .qtip-content {
  left: -40px;
}
.note-tooltip.qtip-pos-lc .qtip-close {
  right: 10px;
  top: 10px;
  bottom: auto;
  left: auto;
}
.note-tooltip.qtip-pos-rc > .qtip-content {
  left: auto;
  right: -40px;
}
.note-tooltip.qtip-pos-rc .qtip-close {
  left: 10px;
  top: 10px;
  bottom: auto;
  right: auto;
}
.note-tooltip.qtip-pos-rc .tooltip {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
}
.note-tooltip.qtip-pos-rc .tooltip__description {
  text-align: right;
  margin-left: 0;
  margin-right: 15px;
}
.note-tooltip.qtip-pos-rc .tooltip__title:after {
  left: auto;
  right: -50px;
}
.note-tooltip .tooltip {
  display: -ms-flexbox !important;
  display: flex !important;
}
.note-tooltip .tooltip__image {
  height: 150px;
  min-width: 150px;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: $materialshadow26;
  border: 2px solid #8dc3e7;
  padding: 5px;
  background-color: #fff;
  position: relative;
  z-index: 320;
  cursor: pointer;
}

@keyframes imgmagnify {
  0% {opacity: 0}
  10% {opacity: 0.85}
  20% {opacity: 0}
  30% {opacity: 0.85}
  40% {opacity: 0}
  50% {opacity: 0.85}
  60% {opacity: 0}
  70% {opacity: 0.85}
  80% {opacity: 0}
  90% {opacity: 0.85}
  100% {opacity: 0}
}
.note-tooltip .tooltip__image .tooltip__image-magnify {
  /* opacity: 0.85; */
  animation: imgmagnify 10s infinite linear;
}

.note-tooltip .tooltip__image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.note-tooltip .tooltip__image-magnify {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* opacity: 0; */
  background-image: url("assets/images/quiz-magnify.png");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  /* transition: all 0.3s; */
}
.note-tooltip .tooltip__description {
  margin-left: 5px;
}
.note-tooltip .tooltip__title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #0b5e9e;
  padding: 5px 10px;
  line-height: 1.2;
  position: relative;
  z-index: 310;
}
.note-tooltip .tooltip__title:after {
  width: 50px;
  height: 1px;
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  left: -50px;
  top: 50%;
  position: absolute;
  z-index: 309;
}
.note-tooltip .tooltip__text {
  width: 380px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  background-color: rgba(255,255,255,0.75);
  padding: 10px 15px;
  color: #000;
  text-align: left;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
  border: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding: 0 15px 0 15px;
  display: inline-block;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none;
  color: #999;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus {
  border: 1px solid #2196f3;
  color: #2196f3;
}
textarea {
  border: 1px solid #dbdbdb;
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 2px;
  color: $textinput;
  box-sizing: border-box;
  outline: none;
  resize: none;
  color: #999;
}
textarea:focus {
  border: 1px solid #2196f3;
  color: #2196f3;
}
button[type="submit"]::-moz-focus-inner {
  padding: 0;
  margin: 0;
}
.magic-slider {
  width: 80%;
  padding-bottom: 30px;
}
.magic-slider input {
  width: 100%;
}
.magic-slider .slider {
  position: relative;
}
.magic-slider .slider__input {
  display: -ms-flexbox;
  display: flex;
}
.magic-slider .slider__wrapper {
  position: absolute;
  top: 41px;
  width: 100%;
}
.magic-slider .slider__wrapper > .irs {
  padding-bottom: 12px;
}
.magic-slider .slider .irs-line {
  top: 0;
  z-index: 9;
  width: 100%;
  height: 20px;
}
.magic-slider .slider .irs-grid {
  top: 4px;
  z-index: 8;
}
.magic-slider .slider .irs-grid .irs-grid-pol {
  height: 10px;
  background-color: rgba(206,206,206,0.5);
}
.magic-slider .slider .irs-grid .irs-grid-pol.small {
  height: 5px;
}
.magic-slider .slider .irs-grid .irs-grid-text {
  cursor: pointer;
  font-size: 12px;
  top: 18px;
  display: inline-block;
  height: 100%;
  color: #cecece;
}
.magic-slider .slider .irs-bar,
.magic-slider .slider .irs-bar-edge {
  top: 0;
  z-index: 9;
  background-color: #8aa429;
  height: 4px;
}
.magic-slider .slider .irs-bar-edge {
  border-radius: 0 0 2px 2px;
  width: 10px;
}
.magic-slider .slider .irs-slider {
  top: -4px;
  z-index: 10;
  height: 18px;
  width: 18px;
  background-color: #8aa429;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
  cursor: pointer;
  outline: none;
  margin-bottom: 1px;
}
@keyframes radiance {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  #main {
    height: auto;
    padding-bottom: 40px;
  }
  .container {
    width: 970px;
  }
  #main .title__offer br {
    display: none;
  }
  #main .title {
    margin-top: 30px;
  }
  #main .action__arrow {
    display: none;
  }
  .gifts-slider .item-slider {
    width: 200px;
  }
  #quiz .quiz__questions-list {
    margin-bottom: 15px;
  }
  .question__comment {
    margin-left: 45px;
  }
  .question__block {
    margin-bottom: 15px;
  }
  .question__number {
    font-size: 18px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .question__text {
    font-size: 36px;
  }
  .answers {
    margin-left: 45px;
  }
  .answers .answer-group label {
    font-size: 18px;
  }
  .answers .answer-group .magic-text input[type="text"],
  .answers .answer-group .magic-text input[type="email"],
  .answers .answer-group .magic-text input[type="password"] {
    width: 90%;
  }
  .answers button[type="submit"] {
    width: 90%;
  }
  .projects-slider .item-slider__first-slide {
    font-size: 22px;
  }
  .projects-slider .item-slider__arrow {
    left: 30px;
    top: 120px;
  }
  .quiz-slider .slick-next {
    margin-left: 45px;
  }
  .build__arrow {
    left: 30px;
    top: 120px;
  }
  .magic-slider {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
  #main .logo {
    text-align: center;
  }
  #main .title__offer {
    font-size: 36px;
  }
  .gifts-slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gifts-slider .item-slider {
    width: 220px;
    margin: 10px;
  }
  .question__comment {
    font-size: 12px;
  }
  .question__text {
    font-size: 28px;
  }
  .answers .answer-group {
    margin-bottom: 10px;
  }
  .answers .answer-group .agreement label {
    font-size: 10px;
  }
  .answers .answer-group .magic-text input[type="text"],
  .answers .answer-group .magic-text input[type="email"],
  .answers .answer-group .magic-text input[type="password"] {
    width: 100%;
  }
  .answers button[type="submit"] {
    width: 100%;
    font-size: 16px;
  }
  .projects-slider_big {
    display: none;
  }
  .projects-slider .item-slider__arrow {
    display: none;
  }
  .notes__viewport {
    width: 100%;
    left: 0;
  }
  .build__arrow {
    display: none !important;
  }
  .magic-slider {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 410px;
  }
  .title-section__offer {
    font-size: 28px;
  }
  .btn {
    font-size: 12px;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn_big span {
    font-size: 11px;
  }
  #main .phone {
    display: none;
  }
  #main .title__quiz-name {
    font-size: 16px;
  }
  #main .title__offer {
    font-size: 28px;
    line-height: 1.2;
  }
  #main .title__offer br {
    display: none;
  }
  #main .subtitle {
    display: none;
  }
  #gifts {
    background-image: unset;
  }
  .gift-choise__name:after {
    display: none;
  }
  #quiz .logo__separator {
    display: none;
  }
  #quiz .logo__description {
    display: none;
  }
  .step-number {
    margin: 0 auto 25px;
  }
  .question__comment {
    margin-left: 0;
  }
  .question__block {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .question__number {
    margin-bottom: 10px;
  }
  .question__description {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .project {
    display: none;
  }
  .answers {
    margin-left: 0;
  }
  .answers .answer-group[data-note-id]:hover label,
  .answers .answer-group[data-note-id]:focus label,
  .answers .answer-group[data-note-id]:active label {
    text-decoration: none;
  }
  .quiz-slider {
    margin-right: 0;
    padding: 0 10px;
  }
  .quiz-slider .slick-next {
    margin-left: 0;
    width: 100%;
    font-size: 20px;
  }
  .notes {
    display: none;
  }
  .magic-text input {
    width: 90%;
  }
  .magic-slider {
    width: 90%;
  }
}
@media only screen and (max-width: 419px) {
  .container {
    width: 100%;
  }
  #gifts {
    padding: 35px 0;
  }
  .question__comment {
    font-size: 14px;
  }
  .question__comment ul {
    padding-left: 15px;
  }
  .question__text {
    font-size: 24px;
  }
  .quiz-slider .slick-next {
    font-size: 14px;
  }
}

.btn_yellow {
  background: url('assets/images/bg-btn-yellow.png');
  border: none;
  text-align: left;
  /* margin-left: -80px; */
  padding: 0 50px 0 20px;
  width: 432px;
  height: 82px;
  position: relative;
  white-space: nowrap;
}
.btn_yellow:hover,
.btn_yellow:focus,
.btn_yellow:active {
  background: url('assets/images/bg-btn-yellow.png');
}
.btn_yellow .icon_gift {
  margin-right: 20px;
}
.btn_yellow div {
  color: #312700;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.4px;
  font-family: 'Open Sans', sans-serif;
}
.btn_yellow span {
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  font-family: 'Roboto';
}


.action.action_black .arrow {
  position: absolute;
  left: 50%;
  margin-left: -322px;
}

@media only screen and (max-width: 767px) {

  .btn_yellow {
    width: 250px;
    height: 47px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .btn_yellow .icon_gift {
    display: none;
  }

  .btn_yellow div {
    font-size: 16px;
  }

  #gifts .gifts {
    display: block;
  }

  .gift-item_main .gift-item__description {
    left: 0;
  }

  #gifts .gifts__plus {
    width: 100%;
    padding: 40px 0;
  }

  .title-section__icon {
    margin-right: -20px;
    top: 100%;
    margin-top: 30px;
  }

  #main {
    height: auto;
    padding-bottom: 30px;
  }

  #main .advantages > div:nth-child(1),
  #main .advantages > div:nth-child(2) {
    left: 0;
  }

  #quiz .quiz__gifts,
  .gift {
    width: 100%;
    display: block;
    margin: 10px 0;
  }

}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e70239afbdda5cbe8b81c31b31921292)
 * Config saved to config.json and https://gist.github.com/e70239afbdda5cbe8b81c31b31921292
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fafafa;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15 {
  float: left;
}
.col-lg-15 {
  width: 100%;
}
.col-lg-14 {
  width: 93.33333333%;
}
.col-lg-13 {
  width: 86.66666667%;
}
.col-lg-12 {
  width: 80%;
}
.col-lg-11 {
  width: 73.33333333%;
}
.col-lg-10 {
  width: 66.66666667%;
}
.col-lg-9 {
  width: 60%;
}
.col-lg-8 {
  width: 53.33333333%;
}
.col-lg-7 {
  width: 46.66666667%;
}
.col-lg-6 {
  width: 40%;
}
.col-lg-5 {
  width: 33.33333333%;
}
.col-lg-4 {
  width: 26.66666667%;
}
.col-lg-3 {
  width: 20%;
}
.col-lg-2 {
  width: 13.33333333%;
}
.col-lg-1 {
  width: 6.66666667%;
}
.col-lg-pull-15 {
  right: 100%;
}
.col-lg-pull-14 {
  right: 93.33333333%;
}
.col-lg-pull-13 {
  right: 86.66666667%;
}
.col-lg-pull-12 {
  right: 80%;
}
.col-lg-pull-11 {
  right: 73.33333333%;
}
.col-lg-pull-10 {
  right: 66.66666667%;
}
.col-lg-pull-9 {
  right: 60%;
}
.col-lg-pull-8 {
  right: 53.33333333%;
}
.col-lg-pull-7 {
  right: 46.66666667%;
}
.col-lg-pull-6 {
  right: 40%;
}
.col-lg-pull-5 {
  right: 33.33333333%;
}
.col-lg-pull-4 {
  right: 26.66666667%;
}
.col-lg-pull-3 {
  right: 20%;
}
.col-lg-pull-2 {
  right: 13.33333333%;
}
.col-lg-pull-1 {
  right: 6.66666667%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-15 {
  left: 100%;
}
.col-lg-push-14 {
  left: 93.33333333%;
}
.col-lg-push-13 {
  left: 86.66666667%;
}
.col-lg-push-12 {
  left: 80%;
}
.col-lg-push-11 {
  left: 73.33333333%;
}
.col-lg-push-10 {
  left: 66.66666667%;
}
.col-lg-push-9 {
  left: 60%;
}
.col-lg-push-8 {
  left: 53.33333333%;
}
.col-lg-push-7 {
  left: 46.66666667%;
}
.col-lg-push-6 {
  left: 40%;
}
.col-lg-push-5 {
  left: 33.33333333%;
}
.col-lg-push-4 {
  left: 26.66666667%;
}
.col-lg-push-3 {
  left: 20%;
}
.col-lg-push-2 {
  left: 13.33333333%;
}
.col-lg-push-1 {
  left: 6.66666667%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-15 {
  margin-left: 100%;
}
.col-lg-offset-14 {
  margin-left: 93.33333333%;
}
.col-lg-offset-13 {
  margin-left: 86.66666667%;
}
.col-lg-offset-12 {
  margin-left: 80%;
}
.col-lg-offset-11 {
  margin-left: 73.33333333%;
}
.col-lg-offset-10 {
  margin-left: 66.66666667%;
}
.col-lg-offset-9 {
  margin-left: 60%;
}
.col-lg-offset-8 {
  margin-left: 53.33333333%;
}
.col-lg-offset-7 {
  margin-left: 46.66666667%;
}
.col-lg-offset-6 {
  margin-left: 40%;
}
.col-lg-offset-5 {
  margin-left: 33.33333333%;
}
.col-lg-offset-4 {
  margin-left: 26.66666667%;
}
.col-lg-offset-3 {
  margin-left: 20%;
}
.col-lg-offset-2 {
  margin-left: 13.33333333%;
}
.col-lg-offset-1 {
  margin-left: 6.66666667%;
}
.col-lg-offset-0 {
  margin-left: 0%;
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15 {
    float: left;
  }
  .col-md-15 {
    width: 100%;
  }
  .col-md-14 {
    width: 93.33333333%;
  }
  .col-md-13 {
    width: 86.66666667%;
  }
  .col-md-12 {
    width: 80%;
  }
  .col-md-11 {
    width: 73.33333333%;
  }
  .col-md-10 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 60%;
  }
  .col-md-8 {
    width: 53.33333333%;
  }
  .col-md-7 {
    width: 46.66666667%;
  }
  .col-md-6 {
    width: 40%;
  }
  .col-md-5 {
    width: 33.33333333%;
  }
  .col-md-4 {
    width: 26.66666667%;
  }
  .col-md-3 {
    width: 20%;
  }
  .col-md-2 {
    width: 13.33333333%;
  }
  .col-md-1 {
    width: 6.66666667%;
  }
  .col-md-pull-15 {
    right: 100%;
  }
  .col-md-pull-14 {
    right: 93.33333333%;
  }
  .col-md-pull-13 {
    right: 86.66666667%;
  }
  .col-md-pull-12 {
    right: 80%;
  }
  .col-md-pull-11 {
    right: 73.33333333%;
  }
  .col-md-pull-10 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 60%;
  }
  .col-md-pull-8 {
    right: 53.33333333%;
  }
  .col-md-pull-7 {
    right: 46.66666667%;
  }
  .col-md-pull-6 {
    right: 40%;
  }
  .col-md-pull-5 {
    right: 33.33333333%;
  }
  .col-md-pull-4 {
    right: 26.66666667%;
  }
  .col-md-pull-3 {
    right: 20%;
  }
  .col-md-pull-2 {
    right: 13.33333333%;
  }
  .col-md-pull-1 {
    right: 6.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-15 {
    left: 100%;
  }
  .col-md-push-14 {
    left: 93.33333333%;
  }
  .col-md-push-13 {
    left: 86.66666667%;
  }
  .col-md-push-12 {
    left: 80%;
  }
  .col-md-push-11 {
    left: 73.33333333%;
  }
  .col-md-push-10 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 60%;
  }
  .col-md-push-8 {
    left: 53.33333333%;
  }
  .col-md-push-7 {
    left: 46.66666667%;
  }
  .col-md-push-6 {
    left: 40%;
  }
  .col-md-push-5 {
    left: 33.33333333%;
  }
  .col-md-push-4 {
    left: 26.66666667%;
  }
  .col-md-push-3 {
    left: 20%;
  }
  .col-md-push-2 {
    left: 13.33333333%;
  }
  .col-md-push-1 {
    left: 6.66666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-15 {
    margin-left: 100%;
  }
  .col-md-offset-14 {
    margin-left: 93.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 86.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 80%;
  }
  .col-md-offset-11 {
    margin-left: 73.33333333%;
  }
  .col-md-offset-10 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 60%;
  }
  .col-md-offset-8 {
    margin-left: 53.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 46.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 40%;
  }
  .col-md-offset-5 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 26.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 20%;
  }
  .col-md-offset-2 {
    margin-left: 13.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 6.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15 {
    float: left;
  }
  .col-sm-15 {
    width: 100%;
  }
  .col-sm-14 {
    width: 93.33333333%;
  }
  .col-sm-13 {
    width: 86.66666667%;
  }
  .col-sm-12 {
    width: 80%;
  }
  .col-sm-11 {
    width: 73.33333333%;
  }
  .col-sm-10 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 60%;
  }
  .col-sm-8 {
    width: 53.33333333%;
  }
  .col-sm-7 {
    width: 46.66666667%;
  }
  .col-sm-6 {
    width: 40%;
  }
  .col-sm-5 {
    width: 33.33333333%;
  }
  .col-sm-4 {
    width: 26.66666667%;
  }
  .col-sm-3 {
    width: 20%;
  }
  .col-sm-2 {
    width: 13.33333333%;
  }
  .col-sm-1 {
    width: 6.66666667%;
  }
  .col-sm-pull-15 {
    right: 100%;
  }
  .col-sm-pull-14 {
    right: 93.33333333%;
  }
  .col-sm-pull-13 {
    right: 86.66666667%;
  }
  .col-sm-pull-12 {
    right: 80%;
  }
  .col-sm-pull-11 {
    right: 73.33333333%;
  }
  .col-sm-pull-10 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 60%;
  }
  .col-sm-pull-8 {
    right: 53.33333333%;
  }
  .col-sm-pull-7 {
    right: 46.66666667%;
  }
  .col-sm-pull-6 {
    right: 40%;
  }
  .col-sm-pull-5 {
    right: 33.33333333%;
  }
  .col-sm-pull-4 {
    right: 26.66666667%;
  }
  .col-sm-pull-3 {
    right: 20%;
  }
  .col-sm-pull-2 {
    right: 13.33333333%;
  }
  .col-sm-pull-1 {
    right: 6.66666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-15 {
    left: 100%;
  }
  .col-sm-push-14 {
    left: 93.33333333%;
  }
  .col-sm-push-13 {
    left: 86.66666667%;
  }
  .col-sm-push-12 {
    left: 80%;
  }
  .col-sm-push-11 {
    left: 73.33333333%;
  }
  .col-sm-push-10 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 60%;
  }
  .col-sm-push-8 {
    left: 53.33333333%;
  }
  .col-sm-push-7 {
    left: 46.66666667%;
  }
  .col-sm-push-6 {
    left: 40%;
  }
  .col-sm-push-5 {
    left: 33.33333333%;
  }
  .col-sm-push-4 {
    left: 26.66666667%;
  }
  .col-sm-push-3 {
    left: 20%;
  }
  .col-sm-push-2 {
    left: 13.33333333%;
  }
  .col-sm-push-1 {
    left: 6.66666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-15 {
    margin-left: 100%;
  }
  .col-sm-offset-14 {
    margin-left: 93.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 86.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 80%;
  }
  .col-sm-offset-11 {
    margin-left: 73.33333333%;
  }
  .col-sm-offset-10 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 60%;
  }
  .col-sm-offset-8 {
    margin-left: 53.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 46.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 40%;
  }
  .col-sm-offset-5 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-4 {
    margin-left: 26.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 20%;
  }
  .col-sm-offset-2 {
    margin-left: 13.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 6.66666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 419px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15 {
    float: left;
  }
  .col-xs-hidden {
    display: none;
  }
  .col-xs-15 {
    width: 100%;
  }
  .col-xs-14 {
    width: 93.33333333%;
  }
  .col-xs-13 {
    width: 86.66666667%;
  }
  .col-xs-12 {
    width: 80%;
  }
  .col-xs-11 {
    width: 73.33333333%;
  }
  .col-xs-10 {
    width: 66.66666667%;
  }
  .col-xs-9 {
    width: 60%;
  }
  .col-xs-8 {
    width: 53.33333333%;
  }
  .col-xs-7 {
    width: 46.66666667%;
  }
  .col-xs-6 {
    width: 40%;
  }
  .col-xs-5 {
    width: 33.33333333%;
  }
  .col-xs-4 {
    width: 26.66666667%;
  }
  .col-xs-3 {
    width: 20%;
  }
  .col-xs-2 {
    width: 13.33333333%;
  }
  .col-xs-1 {
    width: 6.66666667%;
  }
  .col-xs-pull-15 {
    right: 100%;
  }
  .col-xs-pull-14 {
    right: 93.33333333%;
  }
  .col-xs-pull-13 {
    right: 86.66666667%;
  }
  .col-xs-pull-12 {
    right: 80%;
  }
  .col-xs-pull-11 {
    right: 73.33333333%;
  }
  .col-xs-pull-10 {
    right: 66.66666667%;
  }
  .col-xs-pull-9 {
    right: 60%;
  }
  .col-xs-pull-8 {
    right: 53.33333333%;
  }
  .col-xs-pull-7 {
    right: 46.66666667%;
  }
  .col-xs-pull-6 {
    right: 40%;
  }
  .col-xs-pull-5 {
    right: 33.33333333%;
  }
  .col-xs-pull-4 {
    right: 26.66666667%;
  }
  .col-xs-pull-3 {
    right: 20%;
  }
  .col-xs-pull-2 {
    right: 13.33333333%;
  }
  .col-xs-pull-1 {
    right: 6.66666667%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-15 {
    left: 100%;
  }
  .col-xs-push-14 {
    left: 93.33333333%;
  }
  .col-xs-push-13 {
    left: 86.66666667%;
  }
  .col-xs-push-12 {
    left: 80%;
  }
  .col-xs-push-11 {
    left: 73.33333333%;
  }
  .col-xs-push-10 {
    left: 66.66666667%;
  }
  .col-xs-push-9 {
    left: 60%;
  }
  .col-xs-push-8 {
    left: 53.33333333%;
  }
  .col-xs-push-7 {
    left: 46.66666667%;
  }
  .col-xs-push-6 {
    left: 40%;
  }
  .col-xs-push-5 {
    left: 33.33333333%;
  }
  .col-xs-push-4 {
    left: 26.66666667%;
  }
  .col-xs-push-3 {
    left: 20%;
  }
  .col-xs-push-2 {
    left: 13.33333333%;
  }
  .col-xs-push-1 {
    left: 6.66666667%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-15 {
    margin-left: 100%;
  }
  .col-xs-offset-14 {
    margin-left: 93.33333333%;
  }
  .col-xs-offset-13 {
    margin-left: 86.66666667%;
  }
  .col-xs-offset-12 {
    margin-left: 80%;
  }
  .col-xs-offset-11 {
    margin-left: 73.33333333%;
  }
  .col-xs-offset-10 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-9 {
    margin-left: 60%;
  }
  .col-xs-offset-8 {
    margin-left: 53.33333333%;
  }
  .col-xs-offset-7 {
    margin-left: 46.66666667%;
  }
  .col-xs-offset-6 {
    margin-left: 40%;
  }
  .col-xs-offset-5 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-4 {
    margin-left: 26.66666667%;
  }
  .col-xs-offset-3 {
    margin-left: 20%;
  }
  .col-xs-offset-2 {
    margin-left: 13.33333333%;
  }
  .col-xs-offset-1 {
    margin-left: 6.66666667%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Jan 5 2017 08:04 EST-0500
 * Plugins: tips viewport
 * Styles: core css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		/* overflow: hidden; */

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


.qtip-shadow{
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	border-radius: 2px;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);
	border-radius: 2px;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

  .icon_gift {
    background: url('assets/images/icon-gift.png');
    width: 34px;
    height: 35px;
  }


/* Проекты домов */

.project-home {
  background: #fafafa url('assets/images/dom/divider.png') repeat-x center bottom;
  padding-bottom: 90px;
  margin-bottom: 0px;
  padding-top: 57px;
}

.project-home__title {
  text-align: center;
  margin-bottom: -5px;
}

.project-home__title h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.project-home__title h2 span {
  font-weight: normal;
}

.project-home-item {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 228px;
}

.project-home-item__prevu {
  width: 228px;
  height: 246px;
  overflow: hidden;
  margin-bottom: 15px;
}

.project-home-item__prevu > a {
  display: block;
  position: relative;
}

.project-home-item__prevu > a:before {
  content: '';
  width: 180px;
  height: 194px;
  background: url('assets/images/dom/bg-hover-yellow.png') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -97px 0 0 -90px;
  z-index: 10;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project-home-item__prevu > a:after {
  content: '';
  width: 49px;
  height: 49px;
  background: url('assets/images/dom/icon-plus.png') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 20;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project-home-item__prevu > a:hover:before,
.project-home-item__prevu > a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.project-home-item__type {
  font-size: 18px;
  line-height: 18px;
}

.project-home-item__title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.project-home__list {
  text-align: center;
  margin: 0 -40px;
}

.project-home__list .project-home-item,
.project-home__list .project-home__more {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.project-home__list .project-home-item {
  margin-top: 60px;
}

.project-home__list .project-home-item:first-of-type {
  margin-top: 0;
}

.project-home__list .project-home-item:last-of-type {
  margin-top: 0;
}

.project-home__list .project-home__more {
  margin-top: 110px;
}

.project-home__more {
  width: 229px;
}

.project-home__more-link {
  width: 229px;
  height: 246px;
  display: block;
  background: url('assets/images/dom/border-default.png') no-repeat center top;
  padding-top: 103px;
  padding-left: 13px;
}

.project-home__more-link:hover {
  background: url('assets/images/dom/border-active.png') no-repeat center top; 
}

.project-home__more-link:hover {
  text-decoration: none;
}

.project-home__more-link:hover .project-home__more-pickup {
  color: #d93a41;
}

.project-home__more-count {
  display: block;
  color: #1d1212;
  width: 80px;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  margin: 0 auto 27px;
  position: relative;
}

.project-home__more-count:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  background-image: url("assets/images/sprites.png");
  background-position: -20px -37px;
  width: 16px;
  height: 16px;
}

.project-home__more-pickup {
  font-family: 'Roboto';
  font-size: 12px;
  color: #848484;
  text-decoration: underline;
  font-weight: 500;
  /* margin-left: 9px; */
}

@media only screen and (max-width: 1199px) {
  .project-home__list {
    padding-bottom: 300px;
    position: relative;
  }
  .project-home__list .project-home__more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
  }
  .project-home__title {
    margin-bottom: 30px;
  }
  .project-home__list .project-home-item {
    margin-top: 0;
  }
  #gifts .gifts__plus {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {

  .project-home__list .project-home-item {
    margin: 0 20px 20px;
  }

  .gift-item_main .gift-item__image {
    padding-left: 0;
  }

  .gift-item__image {
    padding-left: 0;
    height: auto;
    margin-bottom: 20px;
  }

  #gifts .gifts__plus {
    padding-left: 0;
  }

  .gift-item__text {
    padding-left: 0;
  }

  .gift-item__image img {
    max-width: 100%;
    height: auto;
  }

  .gift-item_main .gift-item__description {
    left: 0;
  }

  .gift-item__title {
    font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {

  .project-home__title h2 {
    font-size: 20px;
    line-height: 20px;
  }
  
  .modal_fixed {
    display: none;
  }

  .action.action_black .arrow {
    display: none;
  }

  .project-home__list .project-home-item {
    margin: 0 0 20px;
  }

}

@media only screen and (max-width: 567px) {
  .project-home__list {
    margin: 0;
  }
}

/* Попап сметы */

.popup {
  display: none;
  position: relative;
}

.popup__order-smeta {
  max-width: 485px;
  width: 100%;
  padding: 0;
  background: none;
  overflow: visible;
}

.popup .fancybox-close-small {
  display: none;
}

.popup__close {
  position: absolute;
  right: -38px;
  top: 0;
  width: 38px;
  height: 38px;
  background: #fff333;
  text-align: center;
  padding-top: 7px;
}

.popup__close img {

}

.popup__wrap {
  background: #fff;
  padding: 20px;
}

.form {
  
}

.form__title {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000614;
  font-weight: bold;
  font-family: 'Roboto';
  margin-bottom: 13px;
  margin-right: -5px;
}

.field {
  margin-bottom: 8px;
}

.field-file {
  margin-bottom: 16px;
}

.field-file__type {
  margin-bottom: 13px;
}

.field-file__type span {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #90959e;
  color: #90959e;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 5px;
  margin-right: 9px;
}

.field-file__label {
  display: inline-block;
}

.field-file__label input {
  text-indent: -9999px;
  position: relative;
  left: -90px;
}

.field-file__wrap {
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 4px 8px 6px;
  cursor: pointer;
}

.field-file__wrap img,
.field-file__wrap span {
  display: inline-block;
  vertical-align: middle;
}

.field-file__wrap img {
  margin-right: 8px;
}

.field-file__wrap span {
  font-size: 12px;
  line-height: 12px;
  color: #000614;
  font-family: 'Roboto';
  font-weight: 900;
}

.field textarea {
  background: none;
  border: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(164, 164, 164, 0.92);
  border-radius: 5px;
  width: 100%;
  height: 102px;
  padding: 10px;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Roboto';
}

.field input[type="text"],
.field input[type="email"] {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(164, 164, 164, 0.92);
  border-radius: 5px;
  width: 100%;
  height: 107px;
  font-family: 'Roboto';
  padding: 10px;
  font-size: 12px;
  height: 38px;
  line-height: 15px;
}

.submit input[type="submit"] {
  background: none;
  border: none;
  height: 60px;
  background: #ffdb4d;
  font-size: 18px;
  border-radius: 7px;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 4px solid #a68a1d;
  font-weight: 600;
  color: #000614;
  padding: 0 20px;
  line-height: 60px;
}

/* Модальное окно */

.modal {
  border-radius: 10px 10px 0 0;
  background-color: rgb(255, 243, 51);
  box-shadow: 0px -15px 40px 0px rgba(0, 0, 0, 0.55);
  width: 267px;
  overflow: hidden;
  height: 37px;
  -webkit-transition: height .4s;
  transition: height .4s;
  /* height: 130px; */
}

.modal_fixed {
  position: absolute;
  right: 50%;
  margin-right: -587px;
  /* bottom: -60px; */
  bottom: 0;
  z-index: 1000;
  text-align: center;
  animation-timing-function: ease-in-out;
  animation-name: modal-bottom;
  animation-duration: 20s;
  animation-iteration-count: 1;
}

.modal__wrap {
  border-radius: 10px 10px 0 0;
  padding: 10px 0 20px;
  box-shadow: inset 0 0 45px 5px rgba(256, 256,256,.6);
}

.modal__title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.modal__button {
  font-family: 'Roboto';
  display: inline-block;
  padding: 0 24px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.modal__button:hover {
  color: #000;
}

@keyframes modal-bottom {
  0% {
    /* bottom: 0px; */
    height: 37px;
  }
  30% {
    /* bottom: 0px; */
    height: 37px;
  }
  40% {
    height: 135px;
    /* bottom: -60px; */
  }
  50% {
    height: 135px;
    /* bottom: -60px; */
  }
  60% {
    height: 37px;
    /* bottom: 0px;  */
  }
  100% {
    height: 37px;
    /* bottom: 0px; */
  }
}

.modal_fixed:hover {
  animation: 0;
  bottom: 0;
  height: 137px;
}


.btn-play {
  position: absolute;
  right: 25px;
  top: 20px;
}