body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 31px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 5px solid #fee140;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #707070;
  font-size: 16px;
  line-height: 28px;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fa990e;
  text-align: left;
}

li {
  margin-bottom: 5px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-section {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/banner.jpeg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/banner.jpeg');
  background-position: center bottom;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.catalog-section {
  position: relative;
  margin-top: 190px;
  background-color: #f5f5f5;
}

.section.more-questions-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/hero-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-bg.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.capture-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/banner.jpeg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/banner.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.faq-section {
  background-color: #f5f5f5;
}

.section.features-section {
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/hero-bg-3.jpg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/hero-bg-3.jpg');
  background-position: 0px 0px, 50% 100%;
  background-attachment: scroll, fixed;
}

.section.floor-reviews-section {
  background-color: #151515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .7)), to(rgba(37, 37, 37, .7))), url('../images/reviews-bg.jpg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, .7), rgba(37, 37, 37, .7)), url('../images/reviews-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.floor-reviews-catalog-section {
  padding-bottom: 40px;
}

.section.grey-bg-section {
  background-color: #f5f5f5;
}

.section.floor-reviews-cta-section {
  background-color: #151515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/banner.jpeg');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/banner.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-attachment: scroll, fixed;
}

.button-blocker-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  width: 120%;
  height: 170%;
  margin-top: -20px;
  margin-left: -10%;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .75);
}

.wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 382px;
  -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;
}

.test-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fa990e;
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2));
  box-shadow: none;
}

.button-core {
  position: relative;
  margin-top: 20px;
}

.button-core.form-submit-button-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50px;
  box-shadow: 0 5px 30px 0 rgba(254, 225, 64, .5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button-core.form-submit-button-core:hover {
  box-shadow: 0 5px 40px 0 rgba(254, 225, 64, .4);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.r-label {
  display: none;
}

.text-field {
  height: 50px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 30px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
}

.text-field:focus {
  border-color: #ddd;
  color: #000;
}

.text-field.icon-text-field {
  padding-left: 70px;
}

.gift-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 75px;
  height: 75px;
  margin-top: -17px;
  margin-left: 20px;
  background-image: url('../images/gift-2.png');
  background-position: 50% 50%;
  background-size: 72px;
  background-repeat: no-repeat;
}

.final-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 382px;
  -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;
}

.form {
  width: 100%;
}

.standart-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 60px;
  padding-right: 35px;
  padding-left: 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;
  border-radius: 50px;
  background-color: #fee140;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 225, 64, 0)), to(hsla(0, 0%, 100%, .2)));
  background-image: linear-gradient(0deg, rgba(254, 225, 64, 0), hsla(0, 0%, 100%, .2));
  box-shadow: 0 5px 30px 0 rgba(254, 225, 64, .5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 2px hsla(0, 0%, 100%, .8);
  cursor: pointer;
}

.standart-button:hover {
  box-shadow: 0 15px 40px 0 rgba(254, 225, 64, .4);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.standart-button:active {
  background-color: #ffea73;
  box-shadow: 0 10px 30px 0 rgba(254, 225, 64, .45);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.standart-button.submit-button {
  width: 100%;
  min-width: 300px;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 0px;
  box-shadow: none;
}

.standart-button.submit-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.standart-button.hero-button {
  padding-right: 60px;
  padding-left: 60px;
}

.standart-button.watch-video-button {
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 0px;
  border: 2px solid #fff;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

.standart-button.watch-video-button:hover {
  border-color: transparent;
  background-color: #fee140;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fee140), to(hsla(0, 0%, 100%, .3)));
  background-image: linear-gradient(0deg, #fee140, hsla(0, 0%, 100%, .3));
  box-shadow: 0 5px 30px 0 rgba(254, 225, 64, .5);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #333;
  text-shadow: 0 1px 2px hsla(0, 0%, 100%, .8);
}

.standart-button.stopper-no-button {
  margin-top: 20px;
  margin-left: 20px;
  border: 2px solid #fee140;
  background-color: transparent;
  box-shadow: none;
}

.standart-button.stopper-no-button:hover {
  background-color: #fee140;
  box-shadow: 0 5px 30px 0 rgba(254, 225, 64, .5);
}

.remodal {
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #fff;
}

.question-number-ab {
  margin-bottom: 10px;
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.test-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blick {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100px;
  height: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 225, 64, 0)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, rgba(254, 225, 64, 0), hsla(0, 0%, 100%, .5));
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.radiobutton-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 100%;
  min-width: 40%;
  padding-right: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.radiobutton-row.radiobutton-huge-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-right: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
  text-align: center;
}

.radiobutton-row.radiobutton-huge-row.radiobutton-huge-last-row {
  margin-right: 0px;
}

.button-ab {
  position: relative;
  z-index: 2;
}

.rb-text-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 10px;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 600;
}

.rb-text-field:hover {
  color: #fa990e;
  font-weight: 600;
}

.rb-text-field.rb-huge-text-field {
  position: static;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  background-color: #fff;
}

.arrow-icon {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
}

.rb-field {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  background-image: url('../images/test-tick.svg');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.rb-field:hover {
  color: #fa990e;
}

.rb-field.rb-huge-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-position: 10px 10px;
}

.rb-field.activated {
  opacity: 1;
}

.radiobutton-row-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.test-pop-up-core {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 890px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 30px 60px;
  -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;
  border: 10px solid #f9f9f9;
  background-color: #fff;
}

.success-message {
  padding: 0px;
  background-color: transparent;
  color: #4f92f6;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.tick-core {
  position: relative;
  z-index: 4;
  overflow: visible;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fa990e;
  border-radius: 100%;
}

.close-link {
  position: absolute;
  top: -26px;
  right: -25px;
  z-index: 5;
  width: 40px;
  height: 40px;
  margin-right: 0px;
  border-radius: 100%;
  background-color: #303030;
  background-image: url('../images/cross-white.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.close-link:hover {
  background-color: #ddd;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-link.call-back-close-link {
  top: -20px;
  right: -6px;
}

.block-ab {
  display: block;
}

.logo-ab {
  line-height: 1.4;
}

.wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.bonus-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px auto 40px;
  padding-top: 10px;
  padding-bottom: 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;
  background-color: #fa990e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .3)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3));
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.remodal-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 95vh;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.r-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.quiz-h3 {
  margin-bottom: 60px;
  text-align: center;
}

.quiz-comments-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz-comments-photo {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/expert.jpg');
  background-position: 50% 10%;
  background-size: 120px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.comments-ab-div {
  margin-left: 40px;
  padding: 15px 20px 15px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: #fafafa;
  color: #000;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.wrap-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 382px;
  -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;
}

.wrap-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 382px;
  -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;
}

.ui-slider-handle {
  position: absolute;
  top: -9px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
  background-color: #fa990e;
  background-image: linear-gradient(315deg, #fa990e, hsla(0, 0%, 100%, .3));
  box-shadow: 0 2px 10px 0 transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: -webkit-grab;
  cursor: grab;
}

.ui-slider-handle:hover {
  box-shadow: 0 0 20px 0 #fa990e;
}

.ui-slider-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider-arrow {
  width: 12px;
  height: 9px;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #219653;
  border-left: 7px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-arrow:hover {
  border-bottom-color: #679def;
}

.slider-arrow.dec {
  margin-top: 4px;
  border-top: 9px solid #fa990e;
  border-bottom: 0px none transparent;
  cursor: pointer;
}

.slider-arrow.dec:hover {
  border-top-color: #679def;
}

.slider-arrow.inc {
  border-bottom-color: #fa990e;
  cursor: pointer;
}

.slider-block {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-widget-content {
  position: relative;
  width: 100%;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ccc;
}

.slider-input {
  width: 36px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.slider-input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gift-huge-img {
  height: 210px;
  margin-bottom: 20px;
  background-image: url('../images/huge-gift-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.gift-huge-img.gift-huge-img-2 {
  background-image: url('../images/huge-gift-1.jpg');
  background-size: auto;
}

.quiz-more-info-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fa990e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.quiz-more-info-link.quiz-more-info-link-2 {
  margin-right: 0px;
}

.fa-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.fa-icon.tel-icon {
  color: #fee140;
  font-size: 12px;
}

.fa-icon.lock-icon {
  display: inline-block;
  color: #fa990e;
  font-size: 12px;
  line-height: 20px;
}

.fa-icon.lock-icon.lock-yellow-icon {
  color: #fee140;
}

.more-info-ab {
  position: absolute;
  bottom: 40px;
  display: none;
  height: 300px;
  padding: 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;
  border-radius: 15px;
  background-color: #fff;
  color: #707070;
  font-size: 13px;
  line-height: 21px;
}

.field-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-core.horizontal-field-core {
  margin-right: 10px;
}

.text-filed-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #fa990e;
  border-radius: 100px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fa990e;
}

.text-filed-icon.text-filed-huge-icon {
  width: 60px;
  height: 60px;
  border-style: none;
  border-color: #fee140;
  color: #fee140;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 382px;
  -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;
}

.button-blocker-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  width: 120%;
  height: 170%;
  margin-top: -20px;
  margin-left: -10%;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .75);
}

.button-blocker-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  width: 120%;
  height: 170%;
  margin-top: -20px;
  margin-left: -10%;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .75);
}

.button-blocker-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
  width: 120%;
  height: 170%;
  margin-top: -20px;
  margin-left: -10%;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .75);
}

.button-blocker-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  width: 120%;
  height: 170%;
  margin-top: -20px;
  margin-left: -10%;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .75);
}

.trash {
  display: none;
}

.cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 1180px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz.navbar-cz {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.hero-cz {
  -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;
}

.cz.upped-cz {
  position: relative;
  margin-top: -310px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cz._980px-cz {
  max-width: 980px;
}

.cz.footer-cz {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz.cta-cz {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.logo-div {
  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;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
}

.navbar-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 87%, .3);
}

.navbar-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -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;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 5px solid transparent;
  border-left: 1px solid hsla(0, 0%, 87%, .3);
  -webkit-transition: all 300ms ease, margin 0ms ease;
  transition: all 300ms ease, margin 0ms ease;
  color: #707070;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  padding-top: 0px;
  border-bottom: 5px solid #fee140;
  color: #fa990e;
}

.tel-ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  width: 180px;
  text-decoration: none;
}

.callback-link {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fa990e;
  color: #fa990e;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-decoration: none;
}

.callback-link:hover {
  border-bottom-color: transparent;
}

.h1-big-ab {
  display: block;
  padding: 8px 30px;
  background-color: #fee140;
  color: #000;
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-features-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-feature-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  margin-right: 20px;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.hero-feature-line.hero-feature-last-line {
  margin-right: 0px;
}

.hero-feature-icon {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 10px;
  background-image: url('../images/gift.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-feature-icon.hero-feature-icon-2 {
  background-image: url('../images/truck.svg');
}

.hero-feature-icon.hero-feature-icon-3 {
  background-image: url('../images/certificate.svg');
}

.big-bold-ab {
  display: block;
  margin-bottom: 5px;
  color: #fee140;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
  text-transform: uppercase;
}

.underheader-ab {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.content-flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-flex-line.center-inlinecontent-flex-line {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-flex-line.content-tab-flex-line {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-flex-line.floor-reviews-video-cz {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-h2 {
  width: 50vw;
  max-width: 580px;
  margin-right: 60px;
  margin-bottom: 80px;
}

.about-goods-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: 40px;
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #909090;
  font-size: 12px;
  line-height: 22px;
}

.about-goods-div.about-goods-last-div {
  margin-right: 0px;
}

.good-img {
  display: block;
}

._180-px-div {
  position: relative;
  width: 180px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
}

.prica-ab {
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
}

.bold-black-ab {
  color: #000;
  font-weight: 700;
}

.offer-ab {
  position: absolute;
  left: -10px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fee140;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.crossed-ab {
  text-decoration: line-through;
}

.orange-ab {
  color: #fa990e;
}

.upped-h2 {
  margin-bottom: 80px;
}

.catalog-item-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 45%;
  margin-right: 40px;
  margin-bottom: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.catalog-item-div.catalog-item-no-margin-div {
  margin-right: 0px;
}

.floor-img {
  margin-bottom: 40px;
}

.goods-underh-ab {
  margin-top: -10px;
  margin-bottom: 40px;
}

.goods-underh-ab.goods-underh-no-margin-ab {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

.list-black-ab {
  color: #000;
  line-height: 24px;
}

.price-big-high-ab {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.price-num-ab {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.catalog-item-line {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.catalog-item-line-desc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog-item-content-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.catalog-item-line-price-div {
  margin-right: 0px;
  margin-left: 40px;
}

.catalog-item-line-core {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.bg-text {
  position: absolute;
  color: #e5e5e5;
  font-size: 9vw;
  line-height: 160px;
  font-weight: 800;
  text-transform: uppercase;
}

.form-h3 {
  margin-bottom: 40px;
  line-height: 34px;
}

.yellow-block-ab {
  display: inline-block;
  padding: 0px 10px;
  background-color: #fee140;
  color: #000;
}

.yellow-block-ab.bold-block-ab {
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 700;
}

.cp-ab {
  display: block;
  margin: 20px auto 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.cp-ab.white-cp {
  color: #fff;
}

.faq-dropdown {
  z-index: auto;
  display: block;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  font-weight: 600;
}

.faq-dropdown-toggle {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50px;
  padding: 10px 50px 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f5f5f5;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 600;
}

.yellow-icon {
  margin-right: 25px;
  color: #fee140;
}

.faq-droplist {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  height: auto;
  background-color: transparent;
  color: #909090;
  line-height: 24px;
  font-weight: 400;
}

.faq-droplist-core {
  margin-top: 5px;
  padding: 30px 40px;
  border-radius: 15px;
  background-color: #fff;
  font-size: 13px;
}

.yellow-ab {
  color: #fee140;
}

.orange-link {
  display: inline-block;
  border-bottom: 1px solid #fa990e;
  color: #fa990e;
  line-height: 20px;
  cursor: pointer;
}

.expert-photo {
  width: 380px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/expert-photo.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.expert-content-div {
  padding-top: 50px;
  padding-right: 60px;
  padding-bottom: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #707070;
  text-align: left;
}

.expert-core-div {
  position: relative;
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

._14-px-ab {
  margin-top: -5px;
  font-size: 14px;
  line-height: 25px;
}

.expert-form-block {
  margin-top: 40px;
  margin-bottom: 0px;
}

.expert-content-flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
}

.core {
  overflow: hidden;
  max-width: 100vw;
}

.reviews-slider {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.review-slider-arrow {
  width: 50px;
  margin-left: -80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
}

.review-slider-arrow:hover {
  color: #fee140;
}

.review-slider-arrow.review-slider-next-arrow {
  margin-right: -80px;
  margin-left: 0px;
}

.middle-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left-style: none;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.capture-form-block {
  width: 100%;
  margin-bottom: 0px;
}

.horizontal-form-content-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._60-px-text-field {
  height: 50px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 30px;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
}

._60-px-text-field:focus {
  border-color: #ddd;
  color: #000;
}

._60-px-text-field.icon-text-field {
  height: 60px;
  margin-bottom: 0px;
  padding-left: 50px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

._60-px-text-field.icon-text-field::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
}

._60-px-text-field.icon-text-field:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

._60-px-text-field.icon-text-field::-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
}

._60-px-text-field.icon-text-field::placeholder {
  color: #fff;
  font-weight: 400;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 13px;
}

.logo {
  width: 80px;
  height: 50px;
  margin-right: 20px;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.orange-huge-ab {
  display: block;
  margin-top: 3px;
  color: #fa990e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.thin-orange-ab {
  font-weight: 500;
}

.review-slide {
  width: 380%;
  max-width: 380px;
  margin-right: 20px;
  margin-left: 0px;
}

.reivews-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  margin-bottom: -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;
}

.card-pop-up-core {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px solid #f9f9f9;
  text-align: left;
}

.card-pop-up-core.no-paddig-core {
  padding-right: 0px;
  padding-left: 0px;
}

.card-h2 {
  margin-bottom: 40px;
}

.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 60px;
  padding-left: 20px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.card-paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 26px;
}

.card-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.card-table-row-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #ddd;
  font-size: 13px;
}

.card-table-row-line.card-table-row-first-line {
  color: #000;
  font-weight: 600;
}

.card-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 10px 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ddd;
  text-align: center;
}

.card-table-row.card-table-first-row {
  min-width: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-table-row.price-row {
  color: #fa990e;
  font-weight: 600;
}

.card-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  -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;
}

.card-form-block.grey-form-block {
  margin-top: -60px;
  margin-bottom: 60px;
  padding: 50px 60px 60px;
  background-color: #f9f9f9;
}

.card-h3 {
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
}

.card-h3.offer-card-h3 {
  margin-bottom: 30px;
}

.call-back-pop-up-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.footer-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 11px;
  line-height: 19px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fa990e;
}

.footer-link.footer-link-3 {
  margin-bottom: 0px;
}

.card-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-bottom-link {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

.card-bottom-link:hover {
  color: #fa990e;
}

.guarantee-preheader {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 5px 10px;
  background-color: #fee140;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
}

.card-form-underheader {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.card-form {
  width: 100%;
}

.review-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.vk-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-top: 1px;
  padding-right: 1px;
  -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-color: #4a76a8;
  background-image: linear-gradient(315deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2));
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.review-hover-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-color: hsla(0, 0%, 100%, .9);
}

.thc20-img {
  max-width: 270px;
}

.catalog-img {
  max-width: 380px;
}

.quiz-gift-row {
  display: block;
  width: 50%;
  margin-right: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quiz-gift-row.quiz-gift-last-row {
  margin-right: 0px;
}

.card-floor-img {
  max-height: 280px;
  max-width: 280px;
}

.card-floor-img.card-floor-mini-img {
  height: 200px;
  max-height: 200px;
  max-width: 380px;
}

.card-list-item.card-list-last-item {
  margin-bottom: 0px;
}

.nuller {
  display: none;
}

.faq-sertif-link {
  width: 100%;
}

.white-h2 {
  margin-bottom: 80px;
  color: #fff;
}

.feature-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  min-width: 40%;
  margin-right: 80px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/tatami.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-icon.feature-icon-2 {
  background-image: url('../images/hammer.svg');
}

.feature-icon.feature-icon-4 {
  background-image: url('../images/guarantee-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-icon.feature-icon-3 {
  background-image: url('../images/sun.svg');
}

.orangle-bold-ab {
  color: #fa990e;
  font-weight: 600;
}

.test-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -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;
  border-radius: 100px;
  background-color: #fa990e;
  background-image: linear-gradient(315deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3));
}

.test-link-ab {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.test-link-desc {
  position: absolute;
  left: 54px;
  width: 270px;
  padding: 12px 20px;
  background-color: #151515;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  color: #ccc;
  font-size: 11px;
  line-height: 17px;
}

.test-link-big-ab {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.test-link-desc-close-link {
  position: absolute;
  top: -52px;
  right: -305px;
  width: 15px;
  height: 15px;
  background-image: url('../images/cross-orange.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.test-link-core {
  position: fixed;
  left: 30px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -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;
  border-radius: 100px;
}

.test-link-desc-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.floors-reviews-h1-big-ab {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 20px;
  background-color: #fee140;
  color: #000;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.thin-h1 {
  color: #fa990e;
  font-weight: 300;
}

.floor-reviews-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-icon {
  margin-left: 0px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

.floor-reviews-video-content-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 22px;
}

.floor-reviews-video-photo {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  margin-left: -30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: url('../images/expert.jpg');
  background-position: 50% 10%;
  background-size: 120px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.watch-video-ab {
  width: 100%;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.flex-ab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.floor-reviews-video-div {
  max-width: 540px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .3);
}

.drawed-arrow {
  position: absolute;
  right: -20px;
  bottom: -40px;
  width: 150px;
  height: 110px;
  background-image: url('../images/drawed-arrow.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-quote-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
}

.floor-reviews-catalog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  min-width: 30%;
  margin-right: 20px;
  margin-bottom: 80px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.floor-reviews-catalog-card.floor-reviews-catalog-card-3 {
  margin-right: 0px;
}

.floor-reviews-catalog-card.floor-reviews-catalog-card-6 {
  margin-right: 0px;
}

.floor-reviews-card-img {
  width: 380px;
  height: 200px;
  max-width: 380px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.thin-ab {
  font-weight: 400;
  text-transform: none;
}

.yes-or-no-div {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  padding: 0px 0px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.yes-or-no-header {
  margin-right: 30px;
  margin-bottom: 25px;
  margin-left: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.yes-or-no-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.tick {
  width: 21px;
  height: 16px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/green-tick.svg');
  background-position: 0px 0px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.cross {
  width: 22px;
  height: 17px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/cross.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.yes-header-div {
  margin-bottom: 20px;
  padding: 15px 30px;
  background-image: linear-gradient(315deg, #13a751, #36c773);
  color: #fff;
}

.no-header-div {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 15px 30px;
  background-image: linear-gradient(315deg, #a31717, #f14a4a);
  color: #fff;
}

.ideal-floor-tabs {
  width: 100%;
}

.ideal-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ideal-tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #151515;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(hsla(0, 0%, 100%, .1)));
  background-image: linear-gradient(0deg, transparent, hsla(0, 0%, 100%, .1));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ideal-tabs-link.w--current {
  background-color: #fee140;
  color: #000;
}

.ideal-tabs-link.ideal-tabs-last-ink {
  margin-right: 0px;
}

.ideal-tabs-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.ideal-tabs-content {
  overflow: visible;
}

.ideal-tab-flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ideal-tab-flex-line.center-inlinecontent-flex-line {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ideal-tab-flex-line.content-tab-flex-line {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ideal-tab-flex-line.floor-reviews-video-cz {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ideal-tab-row {
  max-width: 50%;
  margin-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 23px;
}

.ideal-tab-row.ideal-tab-row-2 {
  margin-right: 0px;
  padding-right: 0px;
}

.ideal-tab-header-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #36c773;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.ideal-tab-header-line.ideal-tab-no-header-line {
  color: #eb5757;
}

.margin-ab {
  margin-bottom: 20px;
}

.selected-floors {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.orange-link-plus {
  display: inline-block;
  border-bottom: 2px solid #fa990e;
  color: #fa990e;
  line-height: 19px;
  cursor: pointer;
}

.ideal-tabs-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding: 30px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #151515, rgba(27, 27, 27, 0)), url('../images/tabs-header-bg-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.ideal-tabs-header.ideal-tabs-header-2 {
  background-image: linear-gradient(45deg, #151515, rgba(27, 27, 27, 0)), url('../images/tabs-header-bg-2.jpg');
  background-size: auto, auto;
}

.floor-reviews-h1 {
  line-height: 41px;
}

.cta-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

.yellow-tick {
  width: 22px;
  height: 16px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/yellow-tick.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.cta-feature-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 10px;
  -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;
}

.floor-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 30px 20px;
  -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;
  text-align: center;
}

.cta-middle-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left-style: none;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.tel-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.operator-icon {
  width: 19px;
  height: 18px;
  margin-right: 10px;
  background-image: url('../images/a1 vector.svg');
  background-position: 50% 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.operator-icon.operator-icon-2 {
  background-image: url('../images/MTS_logo.svg');
  background-position: 100% 50%;
  background-size: contain;
}

.operator-icon.tg {
  background-image: url('../images/tg.svg');
  background-position: 100% 50%;
  background-size: contain;
}

.operator-icon.viber {
  background-image: url('../images/viber.svg');
  background-position: 100% 50%;
  background-size: contain;
}

.sp-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 100vh;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  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;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.sp-h1 {
  color: #333;
}

.card-img {
  width: 280px;
  height: 200px;
  background-image: url('../images/tp1-mat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-img.card-img-2 {
  background-image: url('../images/tp1-cable.jpg');
}

.card-img.card-img-3 {
  width: 100%;
  max-width: 360px;
  background-image: url('../images/tp1-infra.jpg');
  background-size: cover;
}

.card-img.card-img-4 {
  background-image: url('../images/Nexans-N-HEAT-MILLIMAT.jpg');
}

.card-img.card-img-5 {
  background-image: url('../images/NEXANS-N-HEAT.jpg');
}

.yes-or-no-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.yes-or-no-tab-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: linear-gradient(317deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3));
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.yes-or-no-tab-link.w--current {
  background-color: #f14a4a;
  background-image: linear-gradient(317deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .1));
  color: #fff;
}

.yes-or-no-tab-link.yes-link {
  background-image: linear-gradient(317deg, transparent, rgba(0, 0, 0, .1));
}

.yes-or-no-tab-link.yes-link.w--current {
  background-color: #36c773;
}

.yes-or-no-tab-pane {
  padding-top: 30px;
}

.stopper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  display: none;
  padding-top: 180px;
  padding-bottom: 180px;
  -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-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.stopper-content-core {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 780px;
  padding: 80px 40px 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px solid #f9f9f9;
  text-align: left;
}

.stopper-header {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.stopper-ab {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
}

.stopper-img {
  position: absolute;
  top: -180px;
  width: 300px;
  height: 250px;
  background-image: url('../images/stopper-img.png');
  background-position: 50% 0px;
  background-size: 300px;
  background-repeat: no-repeat;
}

.stopper-buttons-line {
  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;
}

.stopper-core {
  position: relative;
}

.card-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instruction-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.instruction-link:hover {
  color: #fa990e;
}

.inst-link-small-ab {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.download-link {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-image: url('../images/download.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fixed-sale-ab {
  position: fixed;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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-color: #fee140;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .2);
  color: #000;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.warning-price-ab {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.offer-photo {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/expert.jpg');
  background-position: 50% 10%;
  background-size: 120px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.offer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.padding-core {
  margin-right: 60px;
  margin-left: 60px;
}

html.w-mod-js *[data-ix="button-blick-int"] {
  -webkit-transform: translate(-100px, 0px) rotate(-60deg);
  -ms-transform: translate(-100px, 0px) rotate(-60deg);
  transform: translate(-100px, 0px) rotate(-60deg);
}

html.w-mod-js *[data-ix="button-blick-int-x"] {
  -webkit-transform: translate(-100px, 0px) rotate(-60deg);
  -ms-transform: translate(-100px, 0px) rotate(-60deg);
  transform: translate(-100px, 0px) rotate(-60deg);
}

html.w-mod-js *[data-ix="button-blick-int-xl"] {
  -webkit-transform: translate(-100px, 0px) rotate(-60deg);
  -ms-transform: translate(-100px, 0px) rotate(-60deg);
  transform: translate(-100px, 0px) rotate(-60deg);
}

html.w-mod-js *[data-ix="button-blick-int-xxl"] {
  -webkit-transform: translate(-100px, 0px) rotate(-60deg);
  -ms-transform: translate(-100px, 0px) rotate(-60deg);
  transform: translate(-100px, 0px) rotate(-60deg);
}

html.w-mod-js *[data-ix="wrap-in-app"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="test-line-in-ap"] {
  width: 0%;
}

html.w-mod-js *[data-ix="tick-in-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="more-info-ab-in-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="nav-droplist-int"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="load-int"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="reviewer-hover-bg-in-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="review-vk-icon-in-app"] {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="tst-link-desc-close-link"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="test-link-desc-in-app"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="stopper-in-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="buy-now-link"] {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

@media (min-width: 992px) {
  .expert-photo {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: 0 60px;
  }
  .expert-content-flex-line {
    align-items: center;
  }
}

@media(max-width: 1366px) {
  .review-slider-arrow {
    width: 40px;
    margin-left: -30px;
    font-size: 24px;
  }
  .review-slider-arrow.review-slider-next-arrow {
    margin-right: -30px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2 {
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  ul {
    padding-left: 20px;
  }
  li {
    font-size: 12px;
    line-height: 18px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/banner.jpeg');
    background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/banner.jpeg');
    background-position: 0px 0px, 50% 100%;
    background-attachment: scroll, scroll;
  }
  .section.sale-section {
    padding-bottom: 30px;
  }
  .section.features-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/hero-bg-3.jpg');
    background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/hero-bg-3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .gift-img {
    position: relative;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: -20px;
  }
  .test-form {
    margin-right: 0px;
  }
  .rb-text-field {
    font-size: 13px;
  }
  .rb-text-field.rb-huge-text-field {
    font-size: 14px;
  }
  .test-pop-up-core {
    width: 94%;
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .close-link {
    top: -60px;
    right: -10px;
  }
  .close-link.call-back-close-link {
    right: -6px;
  }
  .block-ab {
    display: inline;
  }
  .bonus-div {
    height: 40px;
  }
  .quiz-h3 {
    font-size: 20px;
  }
  .comments-ab-div {
    color: #707070;
    font-size: 12px;
  }
  .more-info-ab {
    height: 300px;
    padding: 20px;
    font-size: 11px;
    line-height: 19px;
  }
  .cz.upped-cz {
    margin-top: -270px;
  }
  .navbar-left-side {
    width: 280px;
  }
  .navbar-links-div {
    display: none;
  }
  .navbar-right-side {
    width: 280px;
  }
  .tel-ab {
    font-size: 16px;
    line-height: 16px;
  }
  .callback-link {
    font-size: 11px;
  }
  .h1-big-ab {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
  }
  .hero-features-div {
    margin-bottom: 10px;
  }
  .hero-feature-line {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .big-bold-ab {
    width: 65%;
    font-size: 13px;
    line-height: 20px;
  }
  .content-flex-line.center-inlinecontent-flex-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-flex-line.content-tab-flex-line {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-flex-line.card-content-flex-line {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-flex-line.floor-reviews-video-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .margin-h2 {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-goods-div {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .good-img {
    height: 150px;
  }
  ._180-px-div {
    width: 150px;
    margin-right: 40px;
    font-size: 12px;
  }
  .prica-ab {
    font-size: 12px;
    line-height: 18px;
  }
  .upped-h2 {
    margin-bottom: 60px;
  }
  .goods-underh-ab.goods-underh-no-margin-ab {
    font-size: 12px;
    line-height: 12px;
  }
  .price-num-ab {
    font-size: 20px;
    line-height: 20px;
  }
  .catalog-item-line {
    margin-top: 50px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-item-line-desc-div {
    max-width: 480px;
    margin-top: 40px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-text {
    display: block;
  }
  .form-h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .faq-dropdown-toggle {
    padding-right: 40px;
    padding-left: 20px;
    font-size: 12px;
  }
  .yellow-icon {
    margin-right: 15px;
  }
  .faq-droplist-core {
    font-size: 12px;
  }
  .expert-photo {
    width: 200px;
    height: 200px;
    margin-right: 0px;
    border-radius: 100px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .expert-content-div {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .expert-core-div {
    width: 96%;
  }
  ._14-px-ab {
    font-size: 13px;
    line-height: 23px;
  }
  .expert-content-flex-line {
    padding-top: 40px;
    -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;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .orange-huge-ab {
    font-size: 11px;
  }
  .review-slide {
    width: 48%;
    max-width: 50%;
    margin-right: 10px;
  }
  .card-pop-up-core {
    display: block;
    padding-bottom: 40px;
  }
  .card-paragraph {
    font-size: 12px;
    line-height: 24px;
  }
  .card-table-row {
    min-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 18px;
  }
  .card-table-row.card-table-first-row {
    min-height: 30px;
    min-width: 150px;
  }
  .card-form-block.grey-form-block {
    margin-bottom: 40px;
    padding: 40px;
  }
  .card-h3 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .call-back-pop-up-div {
    width: 100%;
    padding-top: 30px;
    -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;
  }
  .footer-links {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link.footer-link-3 {
    margin-bottom: 5px;
  }
  .guarantee-preheader {
    font-size: 16px;
    line-height: 16px;
  }
  .card-form-underheader {
    font-size: 13px;
    line-height: 23px;
  }
  .thc20-img {
    max-width: 180px;
    margin-top: -90px;
  }
  .feature-div {
    margin-right: 40px;
    font-size: 13px;
    line-height: 22px;
  }
  .feature-icon {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
  .floors-reviews-h1-big-ab {
    display: inline-block;
    font-size: 28px;
  }
  .floor-reviews-video-content-div {
    max-width: 100%;
    margin-right: 0px;
  }
  .floor-reviews-video-div {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .drawed-arrow {
    display: none;
  }
  .floor-reviews-catalog-card {
    min-width: 40%;
  }
  .floor-reviews-catalog-card.floor-reviews-catalog-card-3 {
    margin-right: 20px;
  }
  .floor-reviews-catalog-card.floor-reviews-catalog-card-2 {
    margin-right: 0px;
  }
  .floor-reviews-catalog-card.floor-reviews-catalog-card-4 {
    margin-right: 0px;
  }
  .yes-or-no-div {
    overflow: hidden;
    margin-top: 0px;
  }
  .yes-or-no-header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .yes-or-no-line {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 11px;
    line-height: 19px;
  }
  .yes-header-div {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .no-header-div {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .ideal-tabs-link {
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    text-align: center;
  }
  .ideal-tab-flex-line.center-inlinecontent-flex-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ideal-tab-flex-line.content-tab-flex-line {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ideal-tab-row {
    font-size: 12px;
  }
  .ideal-tab-header-line {
    font-size: 11px;
  }
  .selected-floors {
    font-size: 12px;
  }
  .orange-link-plus {
    display: inline;
  }
  .ideal-tabs-header {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .floor-reviews-h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 20px;
    line-height: 30px;
  }
  .floor-info-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .cta-middle-h2 {
    font-size: 22px;
  }
  .card-img.card-img-3 {
    max-width: 310px;
    background-size: contain;
  }
  .card-list-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .instruction-link {
    letter-spacing: 0px;
  }
  .fixed-sale-ab {
    height: 40px;
    font-size: 12px;
  }
  .warning-price-ab {
    margin-top: 80px;
  }
  .padding-core {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  h2 {
    font-size: 18px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 18px;
  }
  p {
    font-size: 12px;
    line-height: 24px;
  }
  li {
    margin-bottom: 8px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.features-section {
    padding-bottom: 40px;
  }
  .section.floor-reviews-cta-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .6)), to(rgba(37, 37, 37, .6))), url('../images/banner.jpeg');
    background-image: linear-gradient(180deg, rgba(37, 37, 37, .6), rgba(37, 37, 37, .6)), url('../images/banner.jpeg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .button-blocker-1 {
    margin-top: -15px;
  }
  .wrap-3 {
    min-height: none;
  }
  .text-field {
    height: 50px;
    font-size: 12px;
  }
  .text-field.icon-text-field {
    height: 45px;
    padding-left: 40px;
  }
  .gift-img {
    margin-top: -31px;
  }
  .final-wrap {
    min-height: none;
  }
  .standart-button {
    height: 50px;
    padding-bottom: 0px;
    font-size: 12px;
  }
  .standart-button.submit-button {
    width: 100%;
    min-height: 50px;
    padding-top: 0px;
    font-size: 14px;
  }
  .standart-button.hero-button {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }
  .standart-button.watch-video-button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .question-number-ab {
    font-size: 12px;
    line-height: 18px;
  }
  .radiobutton-row {
    padding-right: 0px;
  }
  .radiobutton-row.radiobutton-huge-row {
    margin-right: 10px;
  }
  .rb-text-field {
    font-size: 12px;
    line-height: 18px;
  }
  .rb-text-field.rb-huge-text-field {
    font-size: 12px;
  }
  .test-pop-up-core {
    padding-right: 20px;
    padding-left: 20px;
  }
  .close-link {
    top: -40px;
    right: -5px;
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
  .block-ab {
    display: inline;
  }
  .bonus-div {
    padding-right: 50px;
    padding-left: 50px;
  }
  .quiz-h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
  .comments-ab-div {
    font-size: 11px;
    line-height: 20px;
  }
  .wrap-4 {
    min-height: none;
  }
  .wrap-5 {
    min-height: none;
  }
  .gift-huge-img {
    height: 140px;
    background-size: contain;
  }
  .gift-huge-img.gift-huge-img-2 {
    background-size: contain;
  }
  .quiz-more-info-link {
    margin-right: 0px;
    font-size: 13px;
  }
  .fa-icon.tel-icon {
    color: #333;
    font-size: 16px;
  }
  .more-info-ab {
    height: 230px;
    font-size: 8px;
    line-height: 17px;
  }
  .text-filed-icon {
    width: 45px;
    height: 45px;
    border-style: none;
    font-size: 12px;
  }
  .wrap-2 {
    min-height: none;
  }
  .button-blocker-2 {
    margin-top: -15px;
  }
  .button-blocker-3 {
    margin-top: -15px;
  }
  .button-blocker-4 {
    margin-top: -15px;
  }
  .button-blocker-5 {
    margin-top: -15px;
  }
  .cz.footer-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    height: 60px;
  }
  .logo-div {
    font-size: 10px;
    line-height: 17px;
  }
  .navbar-left-side {
    width: auto;
    max-width: 50%;
  }
  .navbar-right-side {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tel-ab {
    /*width: 40px;*/
    /*height: 40px;*/
    /*margin-right: 10px;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*border: 2px solid #fee140;*/
    /*border-radius: 100px;*/
    /*background-image: url('../images/operator-vel.png');*/
    /*background-position: 50% 50%;*/
    /*background-size: 19px;*/
    /*background-repeat: no-repeat;*/
    /*font-size: 0px;*/
    /*line-height: 0px;*/
  }
  .tel-ab.tel-ab-2 {
    /*margin-right: 0px;*/
    /*background-image: url('../images/operator-mtcs.png');*/
    /*background-size: 23px;*/
  }
  .callback-link {
    display: none;
  }
  .h1-big-ab {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 26px;
  }
  .big-bold-ab {
    width: 100%;
  }
  .underheader-ab {
    font-size: 12px;
    text-align: center;
  }
  .content-flex-line.card-content-flex-line {
    -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;
  }
  .about-goods-div {
    font-size: 11px;
    line-height: 22px;
  }
  ._180-px-div {
    margin-right: 40px;
    font-size: 13px;
  }
  .prica-ab {
    font-size: 12px;
    line-height: 17px;
  }
  .offer-ab {
    line-height: 13px;
  }
  .goods-underh-ab {
    margin-bottom: 30px;
  }
  .goods-underh-ab.goods-underh-no-margin-ab {
    line-height: 18px;
  }
  .list-black-ab {
    font-size: 11px;
    line-height: 20px;
  }
  .price-big-high-ab {
    font-size: 13px;
    text-align: center;
  }
  .price-num-ab {
    font-size: 19px;
    line-height: 19px;
  }
  .catalog-item-line-price-div {
    margin-left: 30px;
  }
  .bg-text {
    display: none;
  }
  .form-h3 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  .faq-dropdown-toggle {
    padding-left: 20px;
    font-size: 13px;
  }
  .faq-droplist-core {
    padding: 20px 30px;
    font-size: 11px;
    line-height: 22px;
  }
  .expert-photo {
    width: 120px;
    height: 120px;
  }
  .expert-content-div {
    padding-bottom: 30px;
  }
  ._14-px-ab {
    font-size: 12px;
    line-height: 22px;
  }
  .expert-content-flex-line {
    padding-top: 30px;
  }
  .review-slider-arrow {
    margin-left: 0px;
  }
  .review-slider-arrow.review-slider-next-arrow {
    margin-right: 0px;
  }
  ._60-px-text-field {
    height: 50px;
    font-size: 12px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo {
    width: 60px;
    height: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .orange-huge-ab {
    font-size: 11px;
    line-height: 15px;
  }
  .review-slide {
    width: 100%;
    max-width: 100%;
  }
  .card-pop-up-core {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-width: 5px;
  }
  .card-list {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-paragraph {
    font-size: 10px;
    line-height: 22px;
    text-align: center;
  }
  .card-table-row {
    font-size: 9px;
    line-height: 15px;
    font-weight: 500;
  }
  .card-table-row.card-table-first-row {
    min-width: 110px;
  }
  .card-form-block.grey-form-block {
    padding: 20px;
  }
  .card-h3 {
    font-size: 16px;
  }
  .footer-left-side {
    max-width: 100%;
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
  }
  .footer-links {
    max-width: 100%;
    margin: 15px 0px;
  }
  .footer-right-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-bottom-link {
    font-size: 12px;
  }
  .guarantee-preheader {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .card-form-underheader {
    font-size: 12px;
  }
  .mobile-hide-ab {
    display: none;
  }
  .card-floor-img {
    max-width: 180px;
  }
  .card-list-item {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tab-block-ab {
    display: block;
  }
  .feature-div {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .test-link {
    display: none;
  }
  .test-link-desc {
    position: relative;
    left: 0px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 15px;
    text-align: center;
  }
  .test-link-desc-close-link {
    display: none;
  }
  .test-link-core {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .test-link-desc-core {
    width: 100%;
    -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;
  }
  .floors-reviews-h1-big-ab {
    font-size: 24px;
    line-height: 24px;
  }
  .floor-reviews-buttons-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .floor-reviews-catalog-card {
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .floor-reviews-catalog-card.floor-reviews-catalog-card-3 {
    margin-right: 10px;
  }
  .floor-reviews-card-img {
    width: auto;
    height: 140px;
  }
  .yes-header-div {
    font-size: 11px;
  }
  .no-header-div {
    font-size: 11px;
  }
  .ideal-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ideal-tabs-link {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .ideal-tab-flex-line {
    margin-right: 20px;
    margin-left: 20px;
  }
  .ideal-tab-flex-line.card-content-flex-line {
    -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;
  }
  .ideal-tab-row {
    margin-right: 40px;
    font-size: 11px;
    line-height: 22px;
  }
  .ideal-tabs-header {
    display: none;
  }
  .ideal-tabs-header.ideal-tabs-header-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .floor-reviews-h1 {
    font-size: 16px;
    line-height: 28px;
  }
  .cta-feature {
    font-size: 13px;
    font-weight: 500;
  }
  .cta-middle-h2 {
    font-size: 16px;
  }
  .operator-icon {
    /*display: none;*/
  }
  .sp-core {
    font-size: 14px;
  }
  .instruction-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .fixed-sale-ab {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 20px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
  }
  .padding-core {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  h2 {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
  }
  h3 {
    font-size: 16px;
    line-height: 16px;
  }
  p {
    font-size: 11px;
    line-height: 22px;
  }
  .section.hero-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .button-blocker-1 {
    width: 106%;
    margin-left: -3%;
  }
  .button-core {
    width: 100%;
    margin-top: 20px;
  }
  .text-field {
    height: 50px;
    font-size: 12px;
  }
  .gift-img {
    position: absolute;
    left: auto;
    top: 0px;
    right: auto;
    bottom: 0px;
    display: block;
    margin-top: -41px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .standart-button {
    min-height: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .standart-button.submit-button {
    min-width: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .standart-button.hero-button {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .standart-button.watch-video-button {
    padding-right: 0px;
    -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;
  }
  .question-number-ab {
    font-size: 10px;
    line-height: 10px;
  }
  .radiobutton-row {
    width: 100%;
    max-width: none;
  }
  .radiobutton-row.radiobutton-huge-row {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .rb-text-field {
    height: 50px;
    font-size: 11px;
    line-height: 20px;
  }
  .radiobutton-row-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test-pop-up-core {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-width: 5px;
  }
  .tick-core {
    margin-right: 15px;
  }
  .close-link {
    right: -5px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .close-link.call-back-close-link {
    top: -40px;
    right: 0px;
  }
  .bonus-div {
    height: auto;
    margin-top: 30px;
    padding: 40px 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 11px;
    line-height: 20px;
  }
  .quiz-h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .quiz-comments-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quiz-comments-photo {
    position: relative;
    margin-bottom: -40px;
  }
  .comments-ab-div {
    margin-left: 0px;
    padding-top: 55px;
    padding-left: 20px;
    text-align: center;
  }
  .slider-input-block {
    margin-left: 20px;
  }
  .gift-huge-img {
    background-position: 50% 100%;
  }
  .more-info-ab {
    display: none;
    height: 240px;
    font-size: 10px;
    line-height: 19px;
  }
  .button-blocker-2 {
    width: 106%;
    margin-left: -3%;
  }
  .button-blocker-3 {
    width: 106%;
    margin-left: -3%;
  }
  .button-blocker-4 {
    width: 106%;
    margin-left: -3%;
  }
  .button-blocker-5 {
    width: 106%;
    margin-left: -3%;
  }
  .cz.upped-cz {
    margin-top: -220px;
  }
  .navbar {
    height: 50px;
  }
  .navbar-left-side {
    max-width: 70%;
  }
  .h1-big-ab {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 15px;
  }
  .hero-features-div {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-feature-line {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-feature-line.hero-feature-last-line {
    margin-bottom: 0px;
  }
  .hero-feature-icon {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .big-bold-ab {
    font-weight: 700;
  }
  .content-flex-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-goods-div {
    -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;
    line-height: 20px;
    text-align: center;
  }
  .good-img {
    height: 100px;
  }
  ._180-px-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-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;
  }
  .prica-ab {
    line-height: 13px;
  }
  .offer-ab {
    left: 32%;
    top: 10px;
    font-size: 11px;
    line-height: 13px;
  }
  .upped-h2 {
    margin-bottom: 40px;
  }
  .catalog-item-div {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .floor-img {
    width: 60%;
    margin-bottom: 20px;
  }
  .goods-underh-ab {
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .catalog-item-line {
    margin-top: 60px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .catalog-item-content-line {
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-item-line-price-div {
    margin-left: 0px;
    text-align: center;
  }
  .catalog-item-line-core {
    margin-top: 20px;
  }
  .form-h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 15px;
    line-height: 28px;
  }
  .yellow-block-ab {
    display: inline-block;
  }
  .cp-ab {
    font-size: 10px;
  }
  .faq-dropdown-toggle {
    height: auto;
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 10px;
  }
  .faq-droplist-core {
    padding: 25px 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .expert-content-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .expert-content-flex-line {
    width: 100vw;
    margin-left: -4vw;
  }
  .review-slider-arrow {
    height: 40px;
    margin-bottom: -50px;
  }
  ._60-px-text-field {
    height: 50px;
    font-size: 12px;
  }
  .card-pop-up-core {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-paragraph {
    text-align: left;
  }
  .card-table {
    width: auto;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .card-table-row-line {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card-table-row-line.card-table-row-first-line {
    width: auto;
  }
  .card-table-row {
    min-height: 35px;
    min-width: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card-form-block.grey-form-block {
    margin-top: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card-h3.offer-card-h3 {
    margin-bottom: 20px;
    line-height: 16px;
  }
  .footer-left-side {
    -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: 10px;
    text-align: center;
  }
  .footer-right-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .card-links-div {
    -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;
  }
  .card-bottom-link {
    margin-bottom: 5px;
    padding: 5px;
  }
  .guarantee-preheader {
    font-size: 12px;
    line-height: 20px;
  }
  .card-form-underheader {
    font-size: 10px;
    line-height: 21px;
  }
  .thc20-img {
    max-width: 120px;
    margin-top: -60px;
  }
  .quiz-gift-row {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .logo-ab {
    max-width: 148px;
    line-height: 1.3;
  }
  .card-table-core {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 108%;
    margin-left: -10px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nuller {
    display: block;
    width: 1px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-block-ab {
    display: inline;
  }
  .feature-div {
    font-size: 10px;
    line-height: 20px;
  }
  .feature-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .test-link-desc {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 15px;
  }
  .test-link-big-ab {
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 1px;
  }
  .floors-reviews-h1-big-ab {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
  }
  .thin-h1 {
    font-weight: 600;
  }
  .floor-reviews-buttons-div {
    width: 100%;
  }
  .floor-reviews-video-photo {
    margin: -60px 0px 20px;
  }
  .watch-video-ab {
    font-size: 15px;
    line-height: 25px;
  }
  .video-quote-div {
    margin-top: 30px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    font-size: 11px;
    text-align: center;
  }
  .floor-reviews-catalog-card {
    margin-right: 0px;
  }
  .floor-reviews-catalog-card.floor-reviews-catalog-card-3 {
    margin-right: 0px;
  }
  .yes-or-no-header {
    font-weight: 700;
  }
  .tick {
    width: 21px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .ideal-tabs-link {
    height: auto;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 11px;
    line-height: 18px;
  }
  .ideal-tab-flex-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ideal-tab-row {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .ideal-tab-row.ideal-tab-row-2 {
    margin-bottom: 0px;
  }
  .ideal-tabs-header {
    padding-right: 20px;
    padding-left: 20px;
    background-size: auto, cover;
    font-size: 12px;
  }
  .floor-reviews-h1 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 26px;
  }
  .cta-feature {
    font-size: 11px;
    line-height: 20px;
  }
  .cta-feature-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-middle-h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .sp-core {
    font-size: 11px;
    line-height: 23px;
  }
  .card-img {
    height: 140px;
  }
  .instruction-link {
    font-size: 15px;
  }
  .fixed-sale-ab {
    height: auto;
    padding: 10px 20px;
    letter-spacing: 3px;
  }
  .warning-price-ab {
    margin-top: 60px;
    font-size: 15px;
    line-height: 25px;
  }
  .offer-photo {
    margin-top: -60px;
  }
  .padding-core {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}