.additional-gradient {
  background-color: #c72582;
  background: -moz-linear-gradient(top,#c72582,#862c89);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c72582),color-stop(100%,#862c89));
  background: -webkit-linear-gradient(top,#c72582,#862c89);
  background: -o-linear-gradient(top,#c72582,#862c89);
  background: -ms-linear-gradient(top,#c72582,#862c89);
  background: linear-gradient(top,#c72582,#862c89);
}
.main-gradient {
  background-color: #fe381f;
  background: -moz-linear-gradient(top,#fcb071,#fe381f);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcb071),color-stop(100% #fe381f));
  background: -webkit-linear-gradient(top,#fcb071,#fe381f);
  background: -o-linear-gradient(top,#fcb071,#fe381f);
  background: -ms-linear-gradient(top,#fcb071,#fe381f);
  background: linear-gradient(top,#fcb071,#fe381f);
}
.grey-gradient {
  background-color: #d6d6d6;
  background: -moz-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: -o-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: -ms-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: linear-gradient(top,#e5e5e5,#d6d6d6);
}
body {
  position: relative;
  font-weight: normal;
  font-size: 15px;
  font-family: roboto, sans-serif;
  line-height: 22.5px;
  color: #363636;
}
strong,
.bold {
  font-family: roboto;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: roboto;
}
h1,
.h1 {
  font: 30px/34px roboto;
  margin: 0 0 30px;
  font-size: 38px;
  line-height: 55px;
}
h2,
.h2 {
  font: 26px/30px roboto;
  margin: 0 0 10px;
}
h3,
.h3 {
  font: 22px/26px roboto;
  margin: 0 0 10px;
}
h4,
.h4 {
  font: 20px/24px roboto;
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
}
h1 strong,
.h1 strong {
  font-family: roboto;
  font-weight: bold;
}
hr {
  height: 1px;
  border: none;
  background: #b7b7b7;
  margin-bottom: 15px;
}
p {
  margin: 0 0 10px 0;
}
.col-md-1-3 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.col-md-1-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-md-1-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-md-1-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.d-md-none {
  display: none;
}
.d-md-block {
  display: block;
}
.text-md-left {
  text-align: left;
}
.text-md-center {
  text-align: center;
}
.text-md-right {
  text-align: right;
}
.mb-md-0 {
  margin-bottom: 0;
}
.mr-md-5 {
  margin-right: 5px;
}
.mr-md-10 {
  margin-right: 10px;
}
.text-lg-left {
  text-align: left;
}
.text-lg-center {
  text-align: center;
}
.text-lg-right {
  text-align: right;
}
a {
  color: #fe381f;
  text-decoration: none;
}
a:hover {
  color: #fcb071;
  text-decoration: none;
}
.dotted {
  border-bottom: 1px dotted #fe381f;
}
.dotted:hover {
  border-bottom: 1px dotted transparent;
}
.dashed {
  text-decoration: none;
  border-bottom: 1px dashed #fe381f;
}
a.h1,
a.h2,
a.h3,
a.h4,
a.h5 {
  color: #fe381f;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page_container {
  height: 100%;
  margin: 0 100px;
}
.logo_container .brand {
  display: flex;
  align-items: center;
}
.bg-bright-grey {
  background: #ebebeb;
}
.shadow {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.round-corner-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.round-corner-large {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.red {
  color: #da251d;
}
.text-main-color {
  color: #fe381f;
}
.text-highlighted {
  color: #c72582;
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #c72582;
  background: -moz-linear-gradient(top,#c72582,#862c89);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c72582),color-stop(100%,#862c89));
  background: -webkit-linear-gradient(top,#c72582,#862c89);
  background: -o-linear-gradient(top,#c72582,#862c89);
  background: -ms-linear-gradient(top,#c72582,#862c89);
  background: linear-gradient(top,#c72582,#862c89);
}
.page-bg:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-top: -100px;
  background: #fcb071;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: blur(150px);
  -moz-filter: blur(150px);
  -o-filter: blur(150px);
  -ms-filter: blur(150px);
  filter: blur(150px);
}
.page-bg-img {
  display: block;
  height: 100%;
  width: 100%;
}
.page-bg-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header {
  padding: 40px 20px;
}
.brand {
  font: 26px/28px roboto;
  text-transform: uppercase;
  color: #525252;
}
.brand strong {
  font-weight: bold;
  color: #862c89;
}
.brand:hover {
  color: #cdcdcd;
}
.header-phone {
  color: #fee8d5;
  font: 22px/30px roboto;
}
.header-email {
  color: #fff;
  font: 16px/20px roboto;
}
.footer {
  min-height: 65px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .logo-link {
  display: flex;
}
.footer .container {
  margin: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .container .social_networks {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer .container .social_networks a {
  display: flex;
  margin-left: 10px;
}
.footer .container .social_networks img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
.content_container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.promo-slider {
  position: relative;
}
.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.d-xl-none {
  display: none;
}
.d-xl-block {
  display: block;
}
.slick-list {
  overflow: hidden;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.promo-slider .slick-dots li {
  height: 9px;
  margin-bottom: 20px;
}
.slick-dots {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex !important;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #fcb071;
}
.btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 15px 45px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
  font: 14px/16px roboto;
  color: #363636;
  text-decoration: none;
  border: 5px solid #f4f4f4;
  -webkit-transition: .2s ease-out .2s;
  -moz-transition: .2s ease-out .2s;
  -ms-transition: .2s ease-out .2s;
  -o-transition: .2s ease-out .2s;
  transition: .2s ease-out .2s;
  background-color: #d6d6d6;
  background: -moz-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#d6d6d6));
  background: -webkit-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: -o-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: -ms-linear-gradient(top,#e5e5e5,#d6d6d6);
  background: linear-gradient(top,#e5e5e5,#d6d6d6);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn.btn-big {
  padding: 20px 55px;
  font: 18px/20px roboto;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn:hover {
  color: #363636;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn.btn-main-color,
.btn.active {
  border: 5px solid #fdcca3;
  -webkit-box-shadow: 0 0 30px #fcb071;
  -moz-box-shadow: 0 0 30px #fcb071;
  box-shadow: 0 0 30px #fcb071;
  color: #fff;
  background-color: #fe381f;
  background: -moz-linear-gradient(top,#fcb071,#fe381f);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcb071),color-stop(100% #fe381f));
  background: -webkit-linear-gradient(top,#fcb071,#fe381f);
  background: -o-linear-gradient(top,#fcb071,#fe381f);
  background: -ms-linear-gradient(top,#fcb071,#fe381f);
  background: linear-gradient(top,#fcb071,#fe381f);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn.btn-big.btn-main-color,
.btn.btn-big.active {
  -webkit-box-shadow: 0 0 60px #fcb071;
  -moz-box-shadow: 0 0 60px #fcb071;
  box-shadow: 0 0 60px #fcb071;
}
.btn.btn-main-color:hover,
.btn.active:hover {
  color: #fff;
  background-color: #fba258;
  background: -moz-linear-gradient(top,#fba258,#fe381f);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fba258),color-stop(100% #fe381f));
  background: -webkit-linear-gradient(top,#fba258,#fe381f);
  background: -o-linear-gradient(top,#fba258,#fe381f);
  background: -ms-linear-gradient(top,#fba258,#fe381f);
  background: linear-gradient(top,#fba258,#fe381f);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-cursor svg {
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
}
.btn + .btn {
  margin-left: 5px;
}
input[type='checkbox'] + label:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #525252;
  background: #fff;
  line-height: 16px;
  color: #fe381f;
}
input[type='checkbox']:checked + label:before {
  border: 1px solid #fcb071;
  content: "";
}
input[type='text'],
input[type='email'],
input[type="tel"],
textarea {
  width: 100%;
  padding: 20px;
  font: 16px/18px roboto;
  color: #525252;
  border: 1px solid #b7b7b7;
}
input[type='text']:focus,
input[type='email']:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #fe381f;
  border-color: #fcb071;
  -webkit-box-shadow: 0 0 10px #ffecea;
  -moz-box-shadow: 0 0 10px #ffecea;
  box-shadow: 0 0 10px #ffecea;
}
textarea {
  min-height: 180px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content img[style*="float: right"] {
  position: relative;
  z-index: 1;
  float: right !important;
  margin: 0 0 20px 30px;
}
.content img[style*="float: left"] {
  position: relative;
  z-index: 1;
  float: left !important;
  margin: 0 30px 20px 0;
}
.content img[style*="float: right"],
.content img[style*="float: left"] {
  float: none !important;
}
.content ol {
  counter-reset: list;
}
.content ul,
.content ol {
  list-style: none;
  margin: 0 25px 10px 0;
  position: relative;
  left: 25px;
}
.content ol {
  text-indent: 0;
}
.content ul > li,
.content ol > li {
  position: relative;
  margin: 0 0 10px;
}
ul.sitemap_list li {
  margin: 10px 0 10px;
}
.content ul > li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -15px;
  width: 4px;
  height: 4px;
  background: #333;
}
.content ol > li:before {
  counter-increment: list;
  content: counter(list) '.';
  position: absolute;
  top: 1px;
  left: -15px;
  font-size: 12px;
}
body.blur footer > div,
body.blur > div.container,
body.blur > div.page-bg {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  z-index: 1000;
  background: url('/images/quiz/loader.svg');
}
.mask {
  position: fixed;
  display: none;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.mask.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.modal {
  max-width: 1020px;
  display: none;
  padding: 35px 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: relative;
  margin: 0 auto;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-close {
  position: absolute;
  width: 25px;
  height: 30px;
  right: -35px;
  top: -35px;
}
.modal-close:before,
.modal-close:after {
  width: 1px;
  height: 36px;
  background: #fe381f;
}
.modal-close:before {
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close:after {
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
  opacity: .8;
}
.modal-footer {
  position: absolute;
  bottom: 35px;
  left: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.modal-footer-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nextStep {
  cursor: pointer;
}
.nextStep:focus {
  outline: none;
}
.btn_send {
  margin: 0 0 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.btn_send:focus {
  outline: none;
}
#step-1 .test_again {
  color: #d6d6d6;
  cursor: default;
}
.modal-tip {
  margin-bottom: 25px;
  font: 15px/20px roboto;
  color: #b7b7b7;
}
.modal-step-title {
  margin-bottom: 15px;
  font: bold 28px/32px roboto;
  color: #363636;
}
.modal-progress-bar-title {
  margin-bottom: 10px;
  font: 14px/20px roboto;
  color: #363636;
}
.progress-bar-percent-wrap {
  font: bold 18px/20px roboto;
  color: #fe381f;
}
.progress-bar {
  position: relative;
  height: 9px;
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  border-radius: 4.5px;
  background: #f2f2f2;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}
.progress-bar-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  border-radius: 4.5px;
  background-color: #c72582;
  background: -moz-linear-gradient(top,#c72582,#862c89);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c72582),color-stop(100%,#862c89));
  background: -webkit-linear-gradient(top,#c72582,#862c89);
  background: -o-linear-gradient(top,#c72582,#862c89);
  background: -ms-linear-gradient(top,#c72582,#862c89);
  background: linear-gradient(top,#c72582,#862c89);
}
.quiz-group-wrapper {
  margin-bottom: 30px;
  position: relative;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  max-height: 320px;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.quiz-group-wrapper > .scroll-element,
.quiz-group-wrapper > .scroll-element div,
.ap-wrapper > .scroll-element,
.ap-wrapper > .scroll-element div,
.iti__country-list > .scroll-element,
.iti__country-list > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.quiz-group-wrapper > .scroll-element div,
.ap-wrapper > .scroll-element div,
.iti__country-list > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.quiz-group-wrapper > .scroll-element.scroll-x,
.ap-wrapper > .scroll-element.scroll-x,
.iti__country-list > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.quiz-group-wrapper > .scroll-element.scroll-y,
.ap-wrapper > .scroll-element.scroll-y,
.iti__country-list > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.quiz-group-wrapper > .scroll-element .scroll-element_outer,
.ap-wrapper > .scroll-element .scroll-element_outer,
.iti__country-list > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.quiz-group-wrapper > .scroll-element .scroll-element_outer,
.quiz-group-wrapper > .scroll-element .scroll-element_track,
.quiz-group-wrapper > .scroll-element .scroll-bar,
.ap-wrapper > .scroll-element .scroll-element_outer,
.ap-wrapper .scroll-element .scroll-element_track,
.ap-wrapper > .scroll-element .scroll-bar,
.iti__country-list > .scroll-element .scroll-element_outer,
.iti__country-list .scroll-element .scroll-element_track,
.iti__country-list > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.quiz-group-wrapper > .scroll-element .scroll-element_track,
.quiz-group-wrapper > .scroll-element .scroll-bar,
.ap-wrapper > .scroll-element .scroll-element_track,
.ap-wrapper > .scroll-element .scroll-bar,
.iti__country-list > .scroll-element .scroll-element_track,
.iti__country-list > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.quiz-group-wrapper > .scroll-element .scroll-element_track,
.ap-wrapper > .scroll-element .scroll-element_track,
.iti__country-list > .scroll-element .scroll-element_track {
  background-color: #f2f2f2;
}
.quiz-group-wrapper > .scroll-element .scroll-bar,
.ap-wrapper > .scroll-element .scroll-bar,
.iti__country-list > .scroll-element .scroll-bar {
  background-color: #fcb071;
  cursor: pointer;
}
.quiz-group-wrapper > .scroll-element:hover .scroll-bar,
.ap-wrapper > .scroll-element:hover .scroll-bar,
.iti__country-list > .scroll-element:hover .scroll-bar {
  background-color: #fe381f;
}
.quiz-group-wrapper > .scroll-element.scroll-draggable .scroll-bar,
.ap-wrapper > .scroll-element.scroll-draggable .scroll-bar,
.iti__country-list > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #fe381f;
}
.quiz-group-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track,
.ap-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.quiz-group-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track,
.ap-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.quiz-group-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,
.ap-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.quiz-group-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,
.ap-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.quiz-group-paddings {
  padding: 0 95px;
}
.quiz-group-wrapper.scroll-scrolly_visible {
  margin-right: 15px !important;
  scrollbar-width: none;
  margin-bottom: 0 !important;
}
.modal_reset {
  position: fixed;
  display: none;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.modal_reset_container {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 650px;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.modal_reset_title {
  text-align: center;
  font: bold 28px/32px roboto;
  color: #363636;
  margin-bottom: 30px;
}
.modal_reset_btns {
  text-align: center;
}
.modal_window_check,
.modal_window_accept_rules {
  position: fixed;
  display: none;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.modal_check {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 650px;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.modal_check_title {
  color: #363636;
  font: bold 28px/32px roboto;
  text-align: center;
  margin-bottom: 40px;
}
.quiz-group {
  font-size: 0;
  line-height: 0;
}
.quiz-group .quiz-step-text-fields {
  padding: 0 10px;
}
.quiz-group .quiz-step-text-fields:first-child {
  padding-top: 10px;
}
.quiz-group .quiz-step-text-fields:last-child {
  padding-bottom: 10px;
}
.quiz-item {
  margin-bottom: 20px;
}
.quiz-item-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
}
.quiz-group input:checked + label .quiz-item-title {
  font-weight: bold;
}
.quiz-group-padding {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quiz-step-picts-with-text {
  width: 32%;
}
.quiz-step-picts-with-text > label {
  cursor: pointer;
}
.quiz-item-image {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.quiz-item-image:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.3);
  -webkit-transition: .2s ease-out .2s;
  -moz-transition: .2s ease-out .2s;
  -ms-transition: .2s ease-out .2s;
  -o-transition: .2s ease-out .2s;
  transition: .2s ease-out .2s;
}
.quiz-step-picts-with-text input:not(:checked):hover + label .quiz-item-image:after {
  opacity: 0;
}
.quiz-step-picts-with-text input:checked + label .quiz-item-image:after {
  background: rgba(0,0,0,0.5);
}
.quiz-step-picts-with-text input:checked + label .image-checked-marker {
  display: block;
}
.quiz-step-picts-with-text input:checked + label .image-checked-marker:before {
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  margin-top: -58px;
  margin-left: -58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
}
.quiz-step-picts-with-text input:checked + label .image-checked-marker > span {
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -22px;
  margin-left: -22px;
  border: 3px solid #54d14e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.image-checked-marker > span:before,
.image-checked-marker > span:after {
  width: 3px;
  bottom: 8px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #54d14e;
}
.image-checked-marker > span:before {
  height: 16px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.image-checked-marker > span:after {
  height: 20px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quiz-group-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quiz-group-flex .quiz-step-btn-only {
  width: 48%;
}
.quiz-group-flex .quiz-step-data,
.quiz-group-flex .quiz-step-data:first-child {
  padding: 0;
}
.quiz-step-btn-only {
  text-align: left;
}
.quiz-step-btn-only label {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.quiz-step-btn-only input[type='radio'] + label,
.quiz-step-btn-only input[type='checkbox'] + label {
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.quiz-step-btn-only input[type='radio'] + label::before,
.quiz-step-btn-only input[type='checkbox'] + label::before {
  content: '';
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-right: 15px;
  border: none;
}
.quiz-step-btn-only input[type='radio']:checked + label::before,
.quiz-step-btn-only input[type='checkbox']:checked + label::before {
  background-color: #fcb071;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.quiz-step-btn-only input[type='radio']:checked + label,
.quiz-step-btn-only input[type='checkbox']:checked + label {
  border-color: #fcb071;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.quiz-step-text-fields label {
  display: none;
}
.quiz-step-text-fields input {
  background: #f2f2f2;
  align-items: center;
  padding: 15px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quiz-step-text-fields input:focus {
  color: #525252;
}
.quiz-step-text-fields input::placeholder {
  opacity: 0.8;
}
.quiz-group-wrapper-flex.scroll-content {
  display: flex;
  justify-content: space-between;
}
.quiz-group-width {
  width: 48%;
}
.quiz-group-width .quiz-step-btn-only {
  width: 100%;
}
.quiz_step_btns_and_pict_container {
  width: 48%;
}
.quiz_step_btns_and_pict_container img {
  display: block;
  margin: 0 auto;
}
.quiz-group-cal-container {
  margin: 0 auto;
  max-width: 560px;
  display: flex;
  justify-content: center;
}
.quiz-group-cal-container li {
  width: 48%;
  position: relative;
}
.quiz-group-cal-container li::before {
  content: url("/images/quiz/calendar.svg");
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 15px;
  transform: translate(0,40%);
}
.quiz-group-cal-container li label {
  display: none;
}
.quiz-group-cal-container li input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
  align-items: center;
  padding: 15px 15px 15px 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid transparent;
  outline: none;
  margin-bottom: 10px;
}
.quiz-group-cal-container li input:focus {
  color: #525252;
}
.quiz-group-cal-container li input::placeholder {
  opacity: 0.8;
}
.datepickers-container {
  z-index: 5000;
}
.datepicker-inline .datepicker {
  width: 95%;
  margin: 0 auto 10px;
}
.datepicker .-bottom-left- .-from-bottom- {
  top: 0 !important;
  left: 0 !important;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.quiz-step-cal {
  margin-bottom: 0;
}
.datepicker--cell.-current- {
  color: #fcb071;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.datepicker--day-name {
  font-weight: bold;
  color: #363636;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background: #fcb071;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.datepicker--cell.-disabled-.-focus- {
  background: #fcb071;
  opacity: 0.7;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.datepicker--cell.-selected-.-focus- {
  background: #fcb071;
  opacity: 0.7;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.datepicker--cell.-focus- {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.datepicker--cell.-in-range- {
  background: #fcb071;
  opacity: 0.7;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.datepicker--cell.-in-range-.-focus- {
  background: #fcb071;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.quiz_step_video_from_manager {
  order: -1;
  width: 48%;
  position: relative;
}
.quiz_step_video_from_manager video {
  max-width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.quiz_step_video_from_manager video:focus {
  outline: none;
}
.quiz_step_video {
  order: -1;
  width: 48%;
  position: relative;
  padding-bottom: 34%;
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.quiz_step_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.video-js {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.vjs-poster {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.vjs-control-bar {
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.video-js .vjs-big-play-button:active {
  outline: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 70px;
  color: #fcb071;
  line-height: 96px;
}
.video_preview__container {
  position: absolute;
  z-index: 1;
  background: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
}
.video_preview {
  position: absolute;
  max-width: 98%;
  left: 1%;
  top: 39px;
  -webkit-box-shadow: 0 0 3px;
  -moz-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px;
}
.quiz-group-wrapper-data {
  max-height: 340px;
}
.quiz-group-wrapper-data .quiz-group {
  padding: 0 10px;
}
.modal_tip_center {
  text-align: center;
  color: #363636;
  font-weight: bold;
}
.data_title {
  font-size: 22px;
  font-weight: bold;
  max-width: 730px;
  text-align: center;
  margin: 0 auto 40px;
  line-height: 2;
}
.quiz-step-data {
  width: 48%;
}
.quiz-step-data input {
  text-align: center;
}
.quiz-step-data .required.error {
  border: 2px solid #fe381f;
}
.quiz-step-data:last-child {
  margin: 0 auto 20px;
}
.quiz-step-data:nth-child(even) {
  margin: 0 0 20px !important;
}
.quiz-step-data label {
  display: block;
  justify-content: center;
}
.quiz-step-data label .quiz-item-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold !important;
  margin-bottom: 15px;
}
.quiz-step-data label.requiredField .quiz-item-title::after {
  content: " *";
  color: #fe381f;
}
.user_data_accept_container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.user_data_accept_container input[type='checkbox'] {
  display: none;
}
.user_data_accept_container input[type='checkbox'] + label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user_data_accept_container input[type='checkbox'] + label:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #fcb071;
  background: none;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.user_data_accept_container input[type='checkbox']:checked + label:before {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 5px;
  content: url("/templates/quiz/images/check.png");
  background: #fcb071;
  background-color: #fe381f;
  background: -moz-linear-gradient(top,#fcb071,#fe381f);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcb071),color-stop(100% #fe381f));
  background: -webkit-linear-gradient(top,#fcb071,#fe381f);
  background: -o-linear-gradient(top,#fcb071,#fe381f);
  background: -ms-linear-gradient(top,#fcb071,#fe381f);
  background: linear-gradient(top,#fcb071,#fe381f);
  cursor: pointer;
}
.user_data_accept_text {
  cursor: pointer;
}
.g-recaptcha>div {
  margin: 0 auto;
}
.iti__flag {
  background-image: url("/templates/quiz/images/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/templates/quiz/images/flags@2x.png");
  }
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.iti__country-list.scroll-wrapper {
  padding: 5px 0;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #ffecea;
  -moz-box-shadow: 1px 1px 4px #ffecea;
  box-shadow: 1px 1px 4px #ffecea;
  border: 1px solid #fcb071;
  margin-left: 20px;
  display: none;
}
.iti__country-list.scroll-wrapper span {
  font: 14px/1 roboto;
}
.iti__country-list.scroll-wrapper .iti__country.iti__highlight {
  background: #ffffff;
}
.iti__selected-flag {
  width: 50px;
  outline: none;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}
.iti__country-list.scroll-content.scroll-scrolly_visible {
  max-height: 160px !important;
}
.thx-step {
  height: 640px;
  margin: -35px -50px;
}
.thx_bg {
  width: 100%;
  max-height: 640px;
}
.thx_bg img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thx_container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-55%);
  -moz-transform: translate(-50%,-55%);
  -ms-transform: translate(-50%,-55%);
  -o-transform: translate(-50%,-55%);
  transform: translate(-50%,-55%);
  width: 80%;
}
.thx_title {
  text-align: center;
  font-family: roboto;
  margin: 0 0 30px;
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
}
.thx_desc {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
.thx_bonus {
  text-align: center;
}
.thx_bonus_html {
  text-align: center;
}
.btn_download {
  display: flex;
  align-items: center;
}
.btn_download::before {
  content: url("/templates/quiz/images/pdf.svg");
  width: 25px;
  display: block;
  margin-right: 10px;
}
.modal-footer-thx {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.ap-btn-main-pict {
  width: 40px;
  height: 40px;
  background: #c72582 url(../images/ap_btn_pict.svg) no-repeat 0 0;
  background-size: cover;
}
.ap-btn-main-pict:hover {
  background-color: #862c89;
}
.pageNotFound {
  color: #fe381f;
  font: 22px/30px roboto;
}
@media (min-width: 2100px) {
  .page_container,
  .footer {
    margin: 0 auto;
  }
  .footer .container {
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media (min-height: 850px) {
  body {
    height: 100vh;
  }
}
@media (max-height: 640px) and (max-width: 840px) {
  .modal {
    padding: 10px 30px;
  }
  #modal-quiz {
    height: 100vh;
    position: static;
    margin: 0 !important;
    top: 0;
    width: 100%;
  }
  .modal-footer {
    position: static;
    justify-content: space-between;
    padding-top: 10px;
  }
  .modal-footer-container {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .quiz-group-wrapper {
    margin-bottom: 0 !important;
  }
  .modal-close {
    right: 10px;
    top: 10px;
    background: #ffffff;
  }
  .thx_desc {
    font-size: 16px;
  }
  .modal_reset_title {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-height: 849px) {
  body {
    height: auto;
  }
  .content_container {
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .header {
    margin-bottom: 20px;
  }
  .page_container {
    margin-bottom: 60px !important;
  }
  .page_container .content.mb70 {
    margin-bottom: 40px !important;
  }
  .footer {
    position: static;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 900px) and (max-height: 1100px) {
  body {
    height: auto;
  }
  .header {
    margin-bottom: 100px;
  }
  .page_container {
    margin-bottom: 100px;
  }
  .footer {
    position: static;
  }
}
@media (max-width: 380px) and (max-height: 568px) {
  .scroll-content {
    max-height: 260px !important;
  }
  .ap-wrapper.scroll-wrapper,
  .ap-wrapper.scroll-content {
    max-height: 100% !important;
  }
}
@media (max-width: 1500px) {
  .page_container,
  .footer .container {
    margin: 0 50px;
  }
}
@media (max-width: 1400px) {
  .page-bg-img img {
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media (max-width: 1200px) {
  .page_container,
  .footer .container {
    margin: 0 10px;
  }
  #modal-quiz {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 900px) {
  .page-bg {
    display: none;
  }
  .header-phone {
    color: #363636;
  }
  .header-email {
    color: #c72582;
  }
  .content_container {
    display: block;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin-bottom: 30px;
  }
  .content_container .col-md-1-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content_container .col-md-1-2:first-child {
    margin-bottom: 50px;
  }
  .content_container h1,
  .content_container .h4,
  .content_container .content,
  .content_container .text-md-left {
    text-align: center;
  }
  .slick-dots button {
    background: #c72582;
  }
  .footer .text-md-left {
    text-align: center;
  }
  .quiz-step-picts-with-text {
    width: 48%;
  }
}
@media (max-width: 780px) {
  .modal_reset_container {
    max-width: 90%;
  }
  .modal-footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: static;
  }
  .modal-footer .modal-footer-container {
    position: static;
    margin-bottom: 10px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
  }
  .modal-footer .btn_send {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .quiz-group-wrapper {
    max-height: 310px;
  }
}
@media (max-width: 640px) {
  .header {
    margin-bottom: 0;
  }
  .header .row .col-md-1-2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .header .row .col-md-1-2:first-child {
    margin-bottom: 20px;
  }
  .content_container {
    margin-left: 0;
    margin-right: 0;
  }
  .content_container .col-md-1-2 {
    padding: 0 !important;
  }
  .content_container h1 {
    font-size: 1.5em;
    line-height: 1.3;
  }
  .content_container .slick-initialized .slick-slide {
    height: 150px;
  }
  #modal-quiz {
    margin: 0 !important;
    padding: 20px;
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
  .quiz-group-padding {
    padding: 0 10px;
  }
  .modal-tip {
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .modal-step-title {
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
  }
  .modal-footer {
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    justify-content: space-between;
  }
  .quiz-group-flex .quiz-step-btn-only {
    width: 100%;
  }
  .quiz-group-width {
    width: 100%;
  }
  .quiz-group-wrapper-flex {
    display: block;
  }
  .quiz-group-wrapper-video {
    display: flex !important;
    flex-direction: column;
  }
  .quiz-group-wrapper-video .quiz_step_video_from_manager,
  .quiz-group-wrapper-video .quiz_step_video {
    width: 100%;
    margin-bottom: 20px;
  }
  .quiz-group-wrapper-video .quiz_step_video {
    min-height: 100px;
  }
  .quiz-group-cal-container {
    flex-wrap: wrap;
  }
  .quiz-group-cal-container li {
    width: 100%;
    margin-bottom: 20px;
  }
  .quiz-step-data {
    width: 100%;
  }
  .quiz-step-picts-with-text .quiz-item-image {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .quiz_step_btns_and_pict_container {
    display: none;
  }
  .modal_reset_btns #reset {
    margin-bottom: 20px;
  }
  .modal_reset_btns #cancel {
    margin: 0;
  }
  .data_title {
    font-size: 16px;
    line-height: 1.5;
  }
  .quiz-group-wrapper-video .quiz_step_video_from_manager,
  .quiz-group-wrapper-video .quiz_step_video {
    min-height: 340px;
  }
  .video-js {
    min-height: 340px;
  }
}
@media (max-width: 480px) {
  .quiz-step-picts-with-text {
    max-width: 150px;
  }
  .quiz-group-wrapper-video .quiz_step_video_from_manager,
  .quiz-group-wrapper-video .quiz_step_video,
  .video-js {
    min-height: 250px;
  }
}
@media (max-width: 380px) {
  .btn {
    padding: 15px 35px;
  }
  .slick-initialized .slick-slide {
    height: 150px;
  }
  .quiz-group-wrapper-video .quiz_step_video_from_manager,
  .quiz-group-wrapper-video .quiz_step_video,
  .video-js {
    min-height: 200px;
  }
}
@media (max-width: 350px) {
  .quiz-step-picts-with-text {
    width: 100%;
    max-width: 100%;
  }
}
