@charset "UTF-8";
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

:root {
  --bg-color: #fff;
  --font-family: 'Stolzl', 'sans-serif';
  --font-color: #282828;
  --light-font: #585858;
  --dark-font: #262626;
  --transition: .3s all;
  --popup-bg: rgba(255, 255, 255, 0.95); }

.container {
  max-width: 89.375rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0; }
  @media (max-width: 899px) {
    .container {
      padding: 0 4rem; } }
  @media (max-width: 699px) {
    .container {
      padding: 0 15px; } }

.container_fhd {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto; }
 @media(min-width: 900px) { 
.septik_img {
    display: block;
    position: absolute;
    left: 62%;
    bottom: 52%;
    transform: translateY(50%);
    width: 35vw;
}
}



@media (max-width: 1920px) and (min-width: 900px) {
  html {
    font-size: 0.83333vw; } }

@media (max-width: 899px) {
    
.septik_img {
    display: block;
    position: absolute;
    left: 540px;
    bottom: 52%;
    transform: translateY(50%);
    width: 45vw;
}    
    
    
  html {
    font-size: 10px; } }

@media (max-width: 699px) {
  html {
    font-size: 12px; } }

@media (max-width: 409px) {
  html {
    font-size: 12px; } }

body {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
 
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: var(--font-color);
  background-color: var(--bg-color);
  position: relative; }

li {
  list-style: none; }

ul {
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

img {
  user-select: none; }

button, input {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  font-family: inherit; }
.form1_img_1 {
    position: absolute;
    background-image: url(/img/oblako.webp);
    margin-left: 0px;
    top: -250px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 542px;
    background-position: 0px 0px;
    transition: all 250ms ease 0ms;
    background-size: cover;
}
.form1_img_1 {
    animation-name: nebo;
    animation-timing-function: linear;
    animation-duration: 30000ms;
    animation-fill-mode: backwards, forwards;
    animation-iteration-count: infinite;
}@keyframes nebo {
  0% {
	background-position: 0 0;
  }
  100% {
	background-position: -100% 0;
  }
}
button {
  cursor: pointer; }
.tac {text-align:center;}
.mb2 {margin-bottom:;}
* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

.fw-bold {
  font-weight: bold; }

.fw-black {
  font-weight: 900; }

.fw-normal {
  font-weight: normal; }

.fw-medium {
  font-weight: 500; }

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

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.decor {
  position: absolute; }

picture {
  display: block; }
  picture img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.slick-initialized .slick-slide {
  display: block;
  height: max-content; }

.slick-track {
  height: max-content; }

section {
  position: relative;
  z-index: 1; }

header, footer {
  z-index: 2; }

.logo, .logo__c {
  display: flex;
  align-items: center; }

.logo__img {
  height: 4.625rem;
  width: auto; }

.logo__text {
  font-size: 1.875rem;
  font-weight: 300;
  margin-left: 1.125rem; }
  @media (max-width: 699px) {
    .logo__text,.form1_img_1,.main__subtitle {
      display: none; } }

.rating {
    position: relative;    margin-right: 4.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating__n {
    color: #f8f6f2;
    width: 4rem;
    height: 3.7rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.rating__n img {max-width:100%;}

.rating__t {
    padding-top: 0.4rem;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .7rem;
}
.mbm {
    margin-bottom: 0.7rem;
}
.stars svg {
    width: .8rem;
    margin-right: .3rem;
}

.tsm10 {
    font-size: 0.844rem;
}
.logo__desc {
  max-width: 14rem;
  font-size: 0.75rem;
  line-height: 1.33;
  color: var(--light-font);
  margin-left: 3.3rem;
}
  @media (max-width: 699px) {
      .main__title {

    margin-top: 1.5rem!important;}
    .main__bottom_pseudo {

    left: 50%!important;}
    .logo__desc {
      margin-left: 1rem; display:none;} }

.btn {
  background-image: linear-gradient(to top, var(--grad-from) 40%, var(--grad-to));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .btn::before {
    margin-left: -30px;
    content: " ";
    width: 1.5rem;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    z-index: 5; }
  .btn span, .btn div {
    position: relative;
    z-index: 3; }
  .btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 7px; }
  .btn:hover::after, .btn:focus::after {
    opacity: 0.15; }
  .btn::after {
    z-index: 2;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 100ms linear;
    background-color: #fff; }
  .btn[disabled] {
    opacity: 0.5;
    cursor: no-drop; }
    .btn[disabled]::after, .btn[disabled]::before {
      display: none; }
.btn__load{
	display: none;
	height: 4rem;
	width: 4rem;
}
@keyframes slideme {
  0% {
    left: 10%;
	}
  30% {
    left: 110%; }
  100% {
    left: 110%;
	} 
}

.widget {
  width: 7rem;
  padding-top: 1.5rem;
  font-size: 0.625rem;
  text-align: center;
  color: #eef4e9;
  text-transform: uppercase;
  position: relative;
  transition: var(--transition); }
  .widget.closed {
    opacity: 0;
    pointer-events: none; }
  .widget-close {
    width: 1.5rem;
    height: 1.438rem;
    border: solid 3px #fff;
    background-color: var(--grad-to);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition); }
    .widget-close.active {
      transform: translate(-50%, -50%) rotate(45deg); }
  .widget p {
    position: relative; }
  .widget__wrap {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 200; }
  .widget::before {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-image: linear-gradient(to top, var(--grad-from), var(--grad-to)); }
  .widget__item {
    padding: 1rem;
    position: relative;
    cursor: not-allowed; }
    .widget__item::before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='486.733px' height='486.733px' viewBox='0 0 486.733 486.733' style='enable-background:new 0 0 486.733 486.733;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M403.88,196.563h-9.484v-44.388c0-82.099-65.151-150.681-146.582-152.145c-2.225-0.04-6.671-0.04-8.895,0 C157.486,1.494,92.336,70.076,92.336,152.175v44.388h-9.485c-14.616,0-26.538,15.082-26.538,33.709v222.632 c0,18.606,11.922,33.829,26.539,33.829h321.028c14.616,0,26.539-15.223,26.539-33.829V230.272 C430.419,211.646,418.497,196.563,403.88,196.563z M273.442,341.362v67.271c0,7.703-6.449,14.222-14.158,14.222H227.45 c-7.71,0-14.159-6.519-14.159-14.222v-67.271c-7.477-7.36-11.83-17.537-11.83-28.795c0-21.334,16.491-39.666,37.459-40.513 c2.222-0.09,6.673-0.09,8.895,0c20.968,0.847,37.459,19.179,37.459,40.513C285.272,323.825,280.919,334.002,273.442,341.362z M331.886,196.563h-84.072h-8.895h-84.072v-44.388c0-48.905,39.744-89.342,88.519-89.342c48.775,0,88.521,40.437,88.521,89.342 V196.563z'/%3E%3C/g%3E%3C/svg%3E");
      height: 1.3rem;
      width: 1.3rem;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 3.875rem;
      top: .5rem;
      background-size: contain; }
    .widget__item__icon {
      margin-bottom: 0.65rem; }
      .widget__item__icon img {
        width: 2rem;
        height: auto; }
    .widget__item:not(:last-child) {
      border-bottom: 1px solid #fff; }

.video-widget {
  position: fixed;
  left: 1.7rem;
  bottom: 2.25rem;
  z-index: 20; }
  .video-widget__link {
    width: 9.125rem;
    height: 13.688rem;
    border-radius: 15px;
    box-shadow: 0 0 81px 0 #3535354c;
    border: solid 3px #fff;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden; }
    .video-widget__link img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .video-widget__link-wrap {
      position: relative; }
  .video-widget__play {
    width: 2.063rem;
    height: 2.063rem;
    background-color: #fe6155;
    border-radius: 50%;
    animation: pulse1 2s infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.2 17' style='enable-background:new 0 0 15.2 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M2.7,0.4C1.2-0.5,0,0.3,0,2v13c0,1.8,1.2,2.5,2.8,1.6l11.3-6.5c1.5-0.9,1.5-2.3,0-3.2L2.7,0.4z'/%3E%3C/g%3E%3C/svg%3E"); }
  .video-widget__close {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 0.77rem;
    top: 0.77rem;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.5' style='enable-background:new 0 0 15.6 15.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect x='-2.2' y='6.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2219 7.778)' class='st0' width='20' height='2'/%3E%3Crect x='6.8' y='-2.2' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2218 7.7782)' class='st0' width='2' height='20'/%3E%3C/svg%3E%0A"); }
  .video-widget__action {
    font-size: 0.688rem;
    font-weight: 500;
    letter-spacing: 0.28px;
    color: var(--accent-color);
    margin-bottom: 3.5rem;
    margin-left: 4.5rem;
    position: relative; }
    .video-widget__action img {
      position: absolute;
      left: -2.5rem;
      top: 0.5rem;
      height: 3.25rem;
      width: auto; }

header {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  position: relative; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 560px) {
    .header {
      flex-direction: column; } }
  .header__contact {
    display: flex;
    align-items: center; }
    @media (max-width: 560px) {
      .header__contact {
        margin-top: 2rem; } }
  .header__phone {
    text-align: right; }
    .header__phone__online {
      font-size: 0.844rem;
      letter-spacing: 0.1px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header__phone__online::before {
        width: 0.5rem;
        min-width: .5rem;
        height: 0.438rem;
        border-radius: 50%;
        content: '';
        margin-right: 0.375rem;
        background-color: #4ec35a;
        animation: shine2 1s cubic-bezier(1, 0, 0, 1) infinite; }
    .header__phone__link {
      font-size: 1.5rem;
      color: var(--dark-font);
      margin-top: 0.3rem;
      display: block; }
  .header__whatsapp {
    display: flex;
    align-items: center;
    margin-right: 4.44rem; }
    @media (max-width: 699px) {
      .header__whatsapp {
        margin-right: 1.5rem; } }
    .header__whatsapp__link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 8.5rem;
      height: 3.188rem;
      border-radius: 12px;
      border: solid 1px #dfdfdf;
      background-color: #fff;
      font-size: 0.625rem;
      letter-spacing: 0.0375rem;
      position: relative;
      color: #282728;
      transition: var(--transition);
      padding-left: 1rem;
      padding-right: 1rem; }
      .header__whatsapp__link img, .header__whatsapp__link svg, .header__whatsapp__link path {
        width: 2rem;
        height: 2rem;
        margin-right: 0.75rem; }
      .header__whatsapp__link:hover {
        background-color: var(--msg-color);
        border-color: var(--msg-color);
        color: #fff; }
      .header__whatsapp__link::after {
        width: 0.563rem;
        height: 0.563rem;
        border-radius: 50%;
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(50%, -50%);
        background-color: #4ec35a;
        animation: shine2 1s cubic-bezier(1, 0, 0, 1) infinite; }
    .header__whatsapp__text {
      margin-left: 1rem;
      font-size: 0.844rem;
      line-height: 1.26; }
      @media (max-width: 899px) {
        .header__whatsapp__text {
          display: none; } }
@media (min-width: 768px) {
#screen5 .quiz__answer--txt p {

    width: 14rem;

}

#screen5 .quiz__answer--txt__wrap {
    position: relative;
    margin-right: 2rem;
}}
.mh1vh { min-height: 100vh;}
.first-screen {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column; }
  .first-screen__bg {
    background-size: cover;
    background-position: top center, top left, top right;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%; }
.main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding-bottom: 6rem; }
  @media (max-width: 699px) {
    .main {
      padding-bottom: 7rem; } }
  @media (max-width: 899px) {
    .main--thx {
      padding-bottom: 4rem; } }
  .main__subtitle {
    width: max-content;
    height: 3.75rem;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    background-color: #feea8c;
    font-size: 1.281rem;
    text-align: center;
    transform: skew(-3deg);
    max-width: 100%;
    height: auto; }
    .main__subtitle--skew {
      position: relative;
      transform: skew(3deg);
      display: block; }
  .main__title {
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 1.2;
    width: 75%;
    margin-top: 2.9rem; }
    @media (max-width: 899px) {
      .main__title {
        width: 100%;
        max-width: 50rem; } }
    @media (max-width: 699px) {
        .septik_img {
    display: block;
    position: relative;
    left: 50%;transform: translateX(-50%);max-width:300px;
    bottom: 0;
    width: 80%;
    margin-top: 20px;
}
        
        .main__btn-wrap {
    margin-top: 0!important;}
        .hidden-xs {display:none;}
        .main__advantage::before {display:none;}
        .main__advantages {
    text-align: center;
}
      .main__title {
        font-size: 2.4rem;     text-align: center;} }
  .main__btn {
    height: 7.875rem;
    padding: 0 4.5rem;
    border-radius: 5rem;
   
    color: var(--btn-font-color); }
    .main__btn span {text-align:center;}
    
    .main__btn--min {
      padding: 0 3.3rem; }
    .main__btn__add-text {
      font-size: 0.875rem;
      letter-spacing: 0.35px;
      color: #fffefe;
      margin-top: 1rem; }
    .main__btn__text {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-align: center;
      text-transform: uppercase; }
      .main__btn__text--min {
        font-size: 1.719rem; }
      .main__btn__text svg {
        height: 2.2rem;
        width: 2.2rem; }
        .main__btn__text svg.last {
          transform: scaleX(-1);
          margin-left: 1.4rem; }
        .main__btn__text svg.first {
          margin-right: 1.4rem; }
        .main__btn__text svg .st1, .main__btn__text svg .st2, .main__btn__text svg .st0 {
          animation: shine infinite 1.5s; }
        .main__btn__text svg .st0 {
          animation-delay: 0.6s; }
        .main__btn__text svg .st1 {
          animation-delay: .3s; }
          
    .pseudo-btn_descr {
    display: inline-block;
    background-color: #fff;
    padding: 0.3rem 1.5rem;
    border-radius: 0.2rem;
    transform: skewX(-5deg);
}      
.main__bottom_pseudo {    box-shadow: 0px 0rem 1rem 0.3rem #3d3d3d23;
    position: absolute!important;
    bottom: -0.8rem;    min-width: 20rem;
    left: 20rem;
    z-index: 3;
    font-size: 1rem;
    display: inline-block;
    background-color: #fff;color:#222!important;
    padding: 0.3rem 1.2rem;
    border-radius: 0.2rem;
    transform: skewX(-5deg) translateX(-50%);
}

span.pseudo-btn_inner {
    display: inline-block;
    transform: skewX(5deg);
}


          
          
    @media (max-width: 409px) {
      .main__btn {
        height: 7.2rem;
        padding: 2rem;
        font-size: 1.7rem; } }
    .main__btn-wrap {
      margin-top: 3.5rem;
      display: flex;
      align-items: center;
      position: relative; }
      @media (max-width: 699px) {
        .main__btn-wrap {
          flex-direction: column; } }
    .main__btn__arrow {
      position: absolute;
      left: 35rem;
      top: -3rem;
      width: 17.688rem; }
      @media (max-width: 899px) {
        .main__btn__arrow {
          display: none; } }
    .main__btn__desc {
      margin-left: 6.125rem;
      font-size: 0.875rem;
      letter-spacing: 0.35px;
      position: relative; }
      @media (max-width: 699px) {
        .main__btn__desc {
          margin-left: 3rem;
          margin-top: 5rem; } }
      .main__btn__desc img {
        position: absolute;
        left: -5.4rem;
        top: 50%;
        transform: translateY(-50%);
        width: 5.875rem;
        height: auto; }
      .main__btn__desc::before {
        width: 1.25rem;
        height: 1.25rem;
        content: '';
        position: absolute;
        left: -1.9rem;
        top: -0.3rem;
        background-image: url(../img/ok.png);
        background-size: contain;
        z-index: 4; }
  .main__advantages {
    display: flex;
    margin-top: 3rem; }
    @media (max-width: 699px) {
      .main__advantages {
        flex-wrap: wrap; } }
  .main__advantage {
    <!--display: flex;-->
    align-items: center;
    font-size: 0.875rem;
    letter-spacing: 0.35px;
    position: relative; }
    .main__advantage p {
		margin-top: 0.8rem; 
     <!--margin-left: 0.8rem;--> }
    .main__advantage:not(:last-child) {
      margin-right: 2.5rem; }
    @media (max-width: 699px) {
      .main__advantage {
        margin-bottom: 1.5rem; 
		width: 50%} 
				.main__advantage:not(:last-child){
			margin-right: 0;
		}
		}
    .main__advantage img {
      height: 4.5rem; }
    .main__advantage::before {
      width: 1.25rem;
      height: 1.25rem;
      content: '';
      position: absolute;
      background-image: url(../img/ok.png);
      background-size: contain;
      z-index: 4; }
    .main__advantage:nth-child(1)::before {
      left: 3rem;
      top: 2.5rem; }
    .main__advantage:nth-child(2)::before {
      left: 1.5rem;
      top: 3rem; }
    .main__advantage:nth-child(3)::before {
      left: -.5rem;
      top: 1.5rem; }
    .main__advantage:nth-child(4)::before {
      left: 3rem;
      top: 2.5rem; } }


.v2 {
  padding-bottom: 9.75rem; }
  .v2__c {
    padding-top: 7rem; }
    .v2__c .main__subtitle {
      margin-right: auto;
      margin-left: auto; }
    .v2__c .main__title {
      width: 100%; }
  .v2 .quiz {
    margin-top: 9rem; }

.about {
  width: 100%;
  overflow: hidden; }
  .about__c {
    display: flex;
    align-items: center;
    position: relative; }
  .about__photo {
    width: 59.5rem;
    min-width: 59.5rem;
    height: 59.375rem;
    overflow: hidden;
    position: relative; }
    .about__photo__bg {
      object-fit: cover;
      object-position: top right; }
      .about__photo__bg--scale {
        animation: scale2 10s ease-in-out; }
    .about__photo__man {
      width: 37.5rem;
      height: auto;
      position: absolute;
      bottom: 0;
      left: 51%;
      transform: translateX(-50%); }
  .about__info {
    margin-left: 11.25rem;
    max-width: 29rem;
    position: relative; }
    .about__info--lg {
      font-size: 3.438rem;
      font-weight: 300;
      line-height: 1.27; }
    .about__info--sm {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.5);
      margin-top: 2.3rem; }
  .about__logo {
    position: absolute;
    right: -.5rem;
    top: 50%;
    transform: translateY(-45%);
    width: 15rem; }
  .about__sign {
    position: absolute;
    top: 80%;
    width: 11.313rem;
    height: auto;
    right: 4rem;
    transform: translateY(-50%); }
  .about__person {
    position: absolute;
    text-align: right;
    top: 12.8rem;
    left: 13rem; }
    .about__person__name {
      font-size: 1.875rem;
      font-weight: bold;
      line-height: 0.9; }
    .about__person__desc {
      font-size: 1rem;
      font-weight: 300;
      margin-top: 0.75rem; }
  .about__circle {
    position: absolute;
    left: -16.7rem;
    top: calc(50% - 5.5rem); }
    .about__circle__img {
      width: 11rem;
      height: 11.063rem; }
    .about__circle__text {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      animation: 20s linear 0s normal none infinite running roll; }

.portfolio {
  padding-top: 2.8rem;
  overflow: hidden;
  padding-bottom: 11.5rem; }
  .portfolio__title {
    font-size: 3.125rem;     margin-top: 4rem;
    line-height: 1.2;
    font-weight: 300; }
  .portfolio__slider__wrap {
    margin-top: 4rem;
    position: relative;
    margin-bottom: 6rem; }
  .portfolio__slider__arrows {
    position: absolute;
    width: 120%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: -10%;
    transform: translateY(-105%);
    pointer-events: none; }
    @media (max-width: 899px) {
      .portfolio__slider__arrows {
        width: 100%;
        left: 0; } }
    @media (max-width: 449px) {
      .portfolio__slider__arrows {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        margin-top: 2rem; } }
    .portfolio__slider__arrows .slick-arrow {
      pointer-events: all;
      width: 4.375rem;
      height: 4.375rem;
      background-color: #e8e7e7;
      border-radius: 50%;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
      background-size: 1.25rem;
      background-repeat: no-repeat;
      background-position: center; }
      .portfolio__slider__arrows .slick-arrow:hover {
        background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to top, var(--grad-from), var(--grad-to));
        background-size: 1.25rem, cover; }
      @media (max-width: 449px) {
        .portfolio__slider__arrows .slick-arrow {
          background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to top, var(--grad-from), var(--grad-to));
          background-size: 1.25rem, cover; } }
    .portfolio__slider__arrows .slider-prev {
      transform: scaleX(-1); }
  .portfolio__slider__dots button {
    font-size: 0;
    width: 1.063rem;
    height: 1.063rem;
    border-radius: 50%;
    background-color: #e4e4e4;
    transition: var(--transition); }
  .portfolio__slider__dots li:not(:last-child) {
    margin-right: 0.94rem; }
  .portfolio__slider__dots ul {
    display: flex;
    justify-content: center;
    margin-top: 3.68rem; }
  .portfolio__slider__dots .slick-active button, .portfolio__slider__dots button:hover {
    background-color: var(--accent-color); }
  .portfolio__slide {
    display: flex;
    align-items: center; }
    @media (max-width: 799px) {
   .rating{display:none;}}
    @media (max-width: 699px) {
      .portfolio__slide {
        flex-wrap: wrap; } }
    .portfolio__slide__photo {
      width: 50.68rem;
      min-width: 50.68rem; }
      @media (max-width: 899px) {
        .portfolio__slide__photo {
          width: 45%;
          min-width: 45%; } }
      @media (max-width: 699px) {
        .portfolio__slide__photo {
          width: 100%; } }
      .portfolio__slide__photo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 2.1875rem; }
      .portfolio__slide__photo--big {
        display: block;
        width: 100%;
        height: 39.25rem;
        border-radius: 2.1875rem;
        background-color: #fbfafa; }
        @media (max-width: 449px) {
          .portfolio__slide__photo--big {
            height: 27rem; } }
      .portfolio__slide__photo--sm {
        width: 15.266rem;
        height: 12.5rem;
        border-radius: 2.1875rem;
        background-color: #fbfafa;
        display: block; }
        .portfolio__slide__photo--sm:not(:last-child) {
          margin-right: 2.44rem; }
          @media (max-width: 899px) {
            .portfolio__slide__photo--sm:not(:last-child) {
              margin-right: 2%; } }
        @media (max-width: 899px) {
          .portfolio__slide__photo--sm {
            width: 32%; } }
        @media (max-width: 449px) {
          .portfolio__slide__photo--sm {
            height: 8rem; } }
      .portfolio__slide__photo__bottom {
        display: flex;
        margin-top: 2.313rem; }
    .portfolio__slide__info {
      margin-left: 5rem; }
      @media (max-width: 899px) {
        .portfolio__slide__info {
          margin-left: 2rem; } }
      @media (max-width: 699px) {
        .portfolio__slide__info {
          margin-left: 0;
          margin-top: 3rem; } }
    .portfolio__slide__title {
      font-size: 1.875rem;
      font-weight: 500;
      line-height: 1.6; }
    .portfolio__slide__place {
      font-size: 1.125rem;
      margin-top: 2.5rem;
      display: flex;
      align-items: center; }
      .portfolio__slide__place svg {
        height: 2.3rem;
        width: 2.3rem;
        margin-right: 1rem; }
    .portfolio__slide__desc-title {
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 2.5rem; }
    .portfolio__slide__desc {
      opacity: 0.65;
      font-size: 1.125rem;
      line-height: 1.67;
      margin-top: 1.75rem; }
    .portfolio__slide__spec {
      display: flex;
      margin-top: 3rem; }
      .portfolio__slide__spec__item:not(:last-child) {
        margin-right: 6.5rem; }
      .portfolio__slide__spec__name {
        opacity: 0.65;
        font-size: 1rem; }
      .portfolio__slide__spec__val {
        font-size: 1.875rem;
        font-weight: 500;
        margin-top: 0.8rem; }
  .portfolio .main__btn-wrap {
    flex-direction: column;
    align-items: center; }
  .portfolio .main__btn__desc {
    margin-left: 0;
    margin-top: 2.7rem;
    padding-left: 6rem; }
    .portfolio .main__btn__desc img {
      left: 0; }
  .portfolio .main__btn__desc::before {
    left: 3.6rem; }
#quiz_content {padding-bottom:8rem;}
.quiz {
  border-radius: 10px;    margin-top: 4rem;
  box-shadow: 0 0 125px 0 #19191926;
  background-color: #fff;
    padding-bottom: 3rem;
  margin-bottom: 0;
  padding-top: 1.813rem;
  padding-left: 2.563rem;

  display: flex;
  position: relative;

  min-height: 56.25rem; }
  .quiz__left {
    width: 25rem;
    min-width: 25rem;
    border-radius: 30px;
    background-color: #fff;
    background-image: url(/img/background_manager.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2.875rem;
    padding-bottom: 1.75rem;
    position: relative; }
    @media (max-width: 899px) {
      .quiz__left {
        display: none; } }
  .quiz__manager {
    width: 13.375rem;
    height: 13.938rem;
    margin-right: auto;
    margin-left: auto; }
    .quiz__manager img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: center bottom; }
    .quiz__manager__name {
      width: max-content;
      padding: .8rem 2.875rem .8rem 2.938rem;
      border-radius: 5px;
      background-color: #0E96C0;
      transform: skew(-5deg);
      font-size: 1.125rem;
      letter-spacing: 0.45px;
      text-align: center;
      margin-right: auto;
      margin-left: auto; }
      .quiz__manager__name span {
        display: block;color:#fff;
        transform: skew(5deg); }
    .quiz__manager__post {
      font-size: 0.875rem;
      letter-spacing: 0.35px;
      text-align: center;
      margin-top: 0.5rem; }
  .quiz__help {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.1rem;
    min-height: 6rem; }
    .quiz__help img {
      width: 3.5rem;
      height: auto; }
    .quiz__help p {
      max-width: 14.5rem;
      margin-left: 1.188rem;
      font-size: 0.875rem; }
  .quiz__gift {
    margin-top: 2.1rem; }
    .quiz__gift__title {
      font-size: 1.125rem;
      text-transform: uppercase;
      text-align: center;
      text-transform: uppercase; }
    .quiz__gift ul {
      margin-top: 1.5rem; }
    .quiz__gift li {background: #fff;
    box-shadow: 0px 0rem 1rem 0.3rem rgba(0,0,0,0.04);
  
      width: 21.875rem;
      height: 4.688rem;
      border-radius: 10px;
      margin-right: auto;
      margin-left: auto;
   
      position: relative;
      display: flex;
      align-items: center;
    
      /*cursor: not-allowed;*/ }
      .quiz__gift li:not(:last-child) {
        margin-bottom: 1rem; }
      .quiz__gift li p {
        position: relative;
        z-index: 2;
   padding-left:7rem;
        font-size: 0.938rem;
        letter-spacing: 0.38px;
        }
        /*.quiz__gift li p::before {
          content: '';
          width: 1.438rem;
          height: 1.438rem;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='486.733px' height='486.733px' viewBox='0 0 486.733 486.733' style='enable-background:new 0 0 486.733 486.733;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M403.88,196.563h-9.484v-44.388c0-82.099-65.151-150.681-146.582-152.145c-2.225-0.04-6.671-0.04-8.895,0 C157.486,1.494,92.336,70.076,92.336,152.175v44.388h-9.485c-14.616,0-26.538,15.082-26.538,33.709v222.632 c0,18.606,11.922,33.829,26.539,33.829h321.028c14.616,0,26.539-15.223,26.539-33.829V230.272 C430.419,211.646,418.497,196.563,403.88,196.563z M273.442,341.362v67.271c0,7.703-6.449,14.222-14.158,14.222H227.45 c-7.71,0-14.159-6.519-14.159-14.222v-67.271c-7.477-7.36-11.83-17.537-11.83-28.795c0-21.334,16.491-39.666,37.459-40.513 c2.222-0.09,6.673-0.09,8.895,0c20.968,0.847,37.459,19.179,37.459,40.513C285.272,323.825,280.919,334.002,273.442,341.362z M331.886,196.563h-84.072h-8.895h-84.072v-44.388c0-48.905,39.744-89.342,88.519-89.342c48.775,0,88.521,40.437,88.521,89.342 V196.563z'/%3E%3C/g%3E%3C/svg%3E");
          filter: drop-shadow(0 0 1.25rem var(--grad-from));
          margin-right: 4.188rem; }*/
      /*.quiz__gift li::before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgb(36, 130, 171, .85);
        content: '';
        z-index: 1; }*/
      .quiz__gift li img {
         width: 5rem;
        position: absolute;
        left: 10px;
        bottom:0;
        }
  .quiz__bar {
    width: 49.75rem;
    height: 3rem;
    padding: 0.29rem 0.34rem;
    border-radius: 24px;
    background-color: #f5f6f6;
    margin-left: 4.875rem;
    margin-top: 1.5rem;
    position: relative; }
    @media (max-width: 899px) {
      .quiz__bar {
        margin-left: 0;
        width: 100%; } }
    .quiz__bar--ln {
      width: 100%;
      margin-left: 0; }
    .quiz__bar__prg {
      width: 8.131rem;
      height: 100%;
      background-color: var(--accent-color);
      transition: var(--transition);
      border-radius: inherit;
      position: relative; }
      .quiz__bar__prg::after {
        content: "";
        display: block;
        transition: all .3s;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/lines.png);
        background-size: 2.49rem;
        animation: moveIt 1.5s infinite linear; }
    .quiz__bar__text {
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.7px;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .quiz__main {
    padding-right: 3.438rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem; }
    @media (max-width: 899px) {
      .quiz__main {
        padding-right: 0; } }
  .quiz__question {
    margin-top: 3.3rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .quiz__question:not(.active) {
      display: none; }
    
/*.quiz__question.active + .quiz__question {
    display: block;
    height: 70px;
    overflow: hidden;
    position: absolute;
    bottom: -100px;
    background: #d1d1d1;
    width: 100vw;
    max-width: 89.375rem;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
        border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 125px 0 #19191926;
    background-color: #fff;
    margin-top: 4rem;
    padding-top: 1.813rem;
    opacity: .67;
}

.quiz__question.active + .quiz__question .quiz__content_gift,.quiz__question.active + .quiz__question .hintt {display:none;}

.quiz__question.active + .quiz__question .quiz__question__head {
    margin-left: 25rem;}
    
 .quiz__question.active + .quiz__question .quiz__content_selects-wrapper {
    opacity: 0;}   
*/    
     
    .quiz__question__head {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 4.896rem; }
      @media (max-width: 699px) {
        .quiz__question__head {
          flex-direction: column;
          padding: 0 1rem; } }
    .quiz__question__title {font-weight:500;
      font-size: 1.5rem;
      line-height: 1.25;
      letter-spacing: 0.6px; }
      @media (max-width: 699px) {
        .quiz__question__title {
          text-align: center; } }
    .quiz__question__progress {
      width: 7.688rem;
      min-width: 7.688rem;
      height: 2.313rem;
      border-radius: 10px;
      background-color: #feea8c;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: skew(-4deg);
      margin-right: 1.375rem;
      font-size: 0.781rem;
      letter-spacing: 0.13px;
      text-align: center; }
      @media (max-width: 699px) {
        .quiz__question__progress {
          margin-right: 0;
          margin-bottom: 2rem; } }
      .quiz__question__progress span {
        display: block;
        transform: skew(4deg); }
  .quiz__answers {
    display: flex;
    flex-wrap: wrap;
   
    flex-grow: 1;
    padding-top: 0;
    padding-bottom: 0.5rem; }
    @media (max-width: 899px) {
      .quiz__answers {
        margin: auto;
        max-width: 55rem; } }
    .quiz__answers--img {
      height: 21rem;
      max-height: 21rem;
      overflow: auto;
      margin-top: 0;
      padding-left: 0.4rem; }
      .quiz__answers--img::-webkit-scrollbar {
        width: 0.934rem;
        background-color: #f5f6f6;
        border-radius: 7.5px; }
      .quiz__answers--img::-webkit-scrollbar-thumb {
        border-radius: 7.5px;
        background-color: #d3d5d5; }
      @media (max-width: 899px) {
        .quiz__answers--img {
          margin-top: 2rem; } }
      @media (max-width: 699px) {
        .quiz__answers--img {
          justify-content: space-between;
          padding-right: 1.5rem; } }
    .quiz__answers--desc {
      height: 34rem;
      max-height: 34rem;
      justify-content: center;
      margin-top: 0rem; }
      @media (max-width: 699px) {
        .quiz__answers--desc {
          justify-content: space-between; } }
    .quiz__answers--single {
        width:65%;
      display: flex;
      align-items: center;
      justify-content: left; }
      @media (max-width: 699px) {
        .quiz__answers--single {
          justify-content: space-around; } }
          .quiz__content_selects-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;margin-left: 4.896rem;
}

.hintt {margin-left: 4.896rem;}

.quiz__inputs-block {display: flex;flex-wrap: wrap;
    justify-content: space-between;}
    
.quiz__inputs-block .quiz__input__wrap   {width:50%;} 
.quiz__content_gift {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.quiz__selects-help {display:none;
    margin-top: 2rem;
    position: relative;
}
#screen1 .quiz__selects-help {display:block;}

 .quiz__content_gift.quiz__content_gift2{display:none;}
 
#screen6 .quiz__content_gift{display:none;}
#screen6 .quiz__answers--img {
    padding-top: 0.5rem;
}
#screen6 .quiz__content_gift.quiz__content_gift2 {display:block;}
.quiz__selects-help::before {
    content: "";
    position: absolute;
    background: url(/icons/dashed_arrow_up_icon.png);
    background-size: contain;
    top: -2rem;
    left: 43%;
    width: 5.5rem;
    height: 2.5rem;
}
    .quiz__selects {
     
    flex-wrap: wrap;width: 65%;
      flex-direction: column;

       }
      @media (max-width: 699px) {
        .quiz__answers--text {
          padding-left: 0;
          padding-right: 0; } }
    .quiz__answers__img {
      margin-left: 2.25rem; }
      .quiz__answers__img img {
        width: 28.625rem;
        height: auto; }
      @media (max-width: 699px) {
        .quiz__answers__img {
          margin-left: 0;
          margin-top: 2rem; } }
  .quiz__answers--single .quiz__answer--txt:not(:last-child) {
    margin-bottom: 0.8rem; }
  .quiz__answer-img {
    width: 13rem;
    margin-bottom: 1.58rem;
    position: relative; }
    .quiz__answer-img:not(:nth-child(3n)), .quiz__answer-img:not(:last-child) {
      margin-right: 2.2rem; }
      @media (max-width: 699px) {
        .quiz__answer-img:not(:nth-child(3n)), .quiz__answer-img:not(:last-child) {
          margin-right: 0; } }
    @media (max-width: 699px) {
      .quiz__answer-img {
        width: 47%; } }
  .quiz__answers--text .quiz__answer--txt {
    margin-bottom: 0.94rem; }
  .quiz__answers__block .quiz__answer--txt__wrap:not(:last-child) {
    margin-bottom: 0.8rem; }
  @media (max-width: 699px) {
    .quiz__answers__block {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .quiz__answer--txt__wrap .quiz__answer__hint,
  .quiz__answer--txt__wrap .quiz__answer__video {
    top: -1rem;
    right: -1.7rem; }
  .quiz__answer--txt {
    display: flex;
    align-items: center;
    display: flex; }
    @media (max-width: 699px) {
      .quiz__answer--txt {
        width: 100%; } }
    .quiz__answer--txt__wrap {
      position: relative; }
      @media (max-width: 699px) {
        .quiz__answer--txt__wrap {
          width: 48.5%; } }
      @media (max-width: 449px) {
        .quiz__answer--txt__wrap {
          width: 100%; } }
    .quiz__answer--txt p {
      display: flex;
      align-items: center;
      display: flex;
      align-items: center;
      cursor: pointer;
      width: 30rem;
      height: 4.438rem;
      border-radius: 5px;
      background-color: #fff;
      border: solid 1px #d3d5d5;
      padding: 1rem 1.37rem;
      transition: var(--transition); }
      @media (max-width: 699px) {
        .quiz__answer--txt p {
          width: 100%; } }
      .quiz__answer--txt p::before {
        width: 2.313rem;
		min-width: 2.313rem;
        height: 2.313rem;
        border-radius: 50%;
        background-color: #f5f6f6;
        content: '';
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1rem;
        margin-right: 0.875rem;
        transition: var(--transition);
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23dadcdc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E"); }
      .quiz__answer--txt p:hover {
        box-shadow: 0px 0rem 1rem 0.3rem #3d3d3d23; }
    .quiz__answer--txt input[type="checkbox"] + p::before {
      border-radius: 5px; }
    .quiz__answer--txt input:checked + p::before {
      background-color: var(--accent-color);
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E"); }
    .quiz__answer--txt input:checked + p {
      border-color: var(--accent-color);
      font-weight:700; }
  .quiz__answer__hint {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.6rem;
    right: 0.3rem;
    z-index: 3;
    cursor: help;
    padding: 1rem; }
    .quiz__answer__hint:hover .quiz__answer__hint--text {
      transform: scale(1); }
    .quiz__answer__hint--circle {
      width: 1.563rem;
      height: 1.563rem;
      background-color: var(--accent-color);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.75rem;
      font-weight: bold;
      text-align: center;
      color: #fff;
      animation: pulse1 2s infinite; }
    .quiz__answer__hint--text {
      position: absolute;
      width: 11rem;
      padding: 1rem;
      font-size: 0.65rem;
      background-color: #fff;
      right: 70%;
      top: 70%;
      transform: scale(0);
      transition: var(--transition);
      box-shadow: 0 0 20px 0 #19191955; }
  .quiz__answer__video {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.8rem;
    right: 1rem;
    z-index: 3;
    cursor: pointer;
    padding: 1rem; }
    .quiz__answer__video--circle {
      width: 2rem;
      height: 2rem;
      background-color: var(--accent-color);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: pulse1 2s infinite;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 0.625rem;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.2 17' style='enable-background:new 0 0 15.2 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M2.7,0.4C1.2-0.5,0,0.3,0,2v13c0,1.8,1.2,2.5,2.8,1.6l11.3-6.5c1.5-0.9,1.5-2.3,0-3.2L2.7,0.4z'/%3E%3C/g%3E%3C/svg%3E"); }
  .quiz__answer__label {
    width: 100%;
    display: block; }
  .quiz__answer__label:hover .quiz__answer__img {
    box-shadow: 0px 0rem 1rem .3rem #3d3d3d23; }
  .quiz__answer__box {
    width: 100%;
    cursor: pointer; }
  .quiz__answer__img {
    width: 100%;
    height: 15rem;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    transition: var(--transition); }
    .quiz__answer__img::before {
      width: 2.313rem;
	  min-width: 2.313rem;
      height: 2.313rem;
      border-radius: 50%;
      border: solid 0.375rem #fff;
      background-color: #f5f6f6;
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      box-sizing: border-box;
      background-position: center;
      background-repeat: no-repeat;
      background-size: .75rem;
      transition: var(--transition);
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23dadcdc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E"); }
    .quiz__answer__img img {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      object-fit: inherit;
      object-fit: cover; }
    .quiz__answer__img--lg {
      height: 17.938rem; }
  input[type="checkbox"] + .quiz__answer__box .quiz__answer__img::before {
    border-radius: 0.625rem; }
  input:checked + .quiz__answer__box .quiz__answer__img {
    box-shadow: 0 0 0 2px var(--accent-color); }
    input:checked + .quiz__answer__box .quiz__answer__img::before {
      background-color: var(--accent-color);
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E"); }
  input:checked + .quiz__answer__box .quiz__answer__text,
  input:checked + .quiz__answer__box .quiz__answer__name {
    text-shadow: 0 0 0.8px var(--font-color), 0 0 0.8px var(--font-color); }
  .quiz__answer__text {
    font-size: 0.875rem;
    transition: var(--transition); }
  .quiz__answer__name {
    font-size: 0.875rem;
    line-height: 1.21;
    margin-top: 1.6rem; }
  .quiz__answer-img .quiz__answer__text {
    text-align: center;
    margin-top: 1.5rem; }
  .quiz__answer__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.8rem; }
  .quiz__answer__spec {
    font-size: 0.625rem;
    letter-spacing: 0.1px;
    color: #282728c0; }
  .quiz__answer__val {
    font-size: 1rem;
    font-weight: 500;
    color: var(--accent-color); }
  .quiz__buttons {
    display: flex;
    margin-top: 1rem;
    padding-right: 3.7rem;
    padding-left: 5.5rem; }
  .quiz__btn-next {
    width: 12.5rem;
    height: 4.125rem;
    border-radius: 5rem;
   
    font-size: 1rem;
    letter-spacing: 0.16px;
    text-align: left;
    color: var(--btn-font-color); }
    .quiz__btn-next span {
      display: flex;
      justify-content: center;
      align-items: center; }
      .quiz__btn-next span::after {
        content: '';
        margin-left: 0.5rem;
        background-image: var(--next-arrow);
        height: 1.5625rem;
        width: 1.5625rem;
        background-repeat: no-repeat;
        background-position: center; }
    .quiz__btn-next__wrap {
      margin-left: auto;
      position: relative; }
  .quiz__btn-next[disabled]:hover + .quiz__btn-help {
    transform: translate(-50%, -100%) scale(1); }
  .quiz__btn-help {
    width: 11.563rem;
    padding: 0.625rem 1rem;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 #28272819;
    background-color: #fff;
    text-align: center;
    font-size: 0.5rem;
    line-height: 1.38;
    letter-spacing: 0.08px;
    color: #282728a6;
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translate(-50%, -100%) scale(0);
    transition: var(--transition); }
  .quiz__btn-prev {
    font-size: 1rem;
    letter-spacing: 0.16px;
    color: #282728c0; }
    .quiz__btn-prev span {
      display: flex;
      justify-content: center;
      align-items: center; }
      .quiz__btn-prev span::before {
        margin-right: 0.5rem;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.8 14.1' style='enable-background:new 0 0 21.8 14.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23282728;%7D .st1%7Bopacity:0.4;fill-rule:evenodd;clip-rule:evenodd;fill:%23282728;enable-background:new ;%7D .st2%7Bopacity:0.25;fill-rule:evenodd;clip-rule:evenodd;fill:%23282728;enable-background:new ;%7D%0A%3C/style%3E%3Cpath id='bupath-1' class='st0' d='M21.8,7.1L21.8,7.1l-6.9,7L13.8,13l5.9-5.9l-5.9-6L14.9,0L21.8,7.1L21.8,7.1z'/%3E%3Cpath id='bupath-1_1_' class='st1' d='M14.9,7.1L14.9,7.1l-6.9,7L6.9,13l5.9-5.9l-5.9-6L8,0L14.9,7.1L14.9,7.1z'/%3E%3Cpath id='bupath-1_2_' class='st2' d='M8,7.1L8,7.1l-6.9,7L0,13l5.9-5.9L0,1.1L1.1,0L8,7.1L8,7.1z'/%3E%3C/svg%3E%0A");
        height: 1.5625rem;
        width: 1.5625rem;
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        transform: scaleX(-1); }
        
    input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}    
        
  .quiz__input {
    width: 18.813rem;
    height: 4.438rem;
 
    border-radius: 5px;
    border: solid 1px #d3d5d5;
    background-color: #fff; }
    .quiz__input__wrap:not(:last-child) {
      margin-bottom: 3.1rem; }
    .quiz__input__title {
      font-size: 0.9rem;
      line-height: 0.86;
      margin-bottom: 0.875rem; }
    .quiz__input__group {
      display: flex;
      align-items: center; }
    .quiz__input__ms {
      margin-left: .75rem; }
    .quiz__input, .quiz__input__ms {
      font-size: 0.875rem;
      line-height: 1.14;
      color: #282728; }
  .quiz__online {
    width: 6.25rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #4ec35a;
    position: absolute;
    top: 1.3rem;
    right: 1.25rem;
    font-size: 0.844rem;
    letter-spacing: 0.41px;
    color: #fff; }
    .quiz__online::before {
      width: 0.5rem;
      height: 0.438rem;
      background-color: #fff;
      margin-right: 0.375rem;
      content: '';
      border-radius: 50%;
      animation: shine2 1s cubic-bezier(1, 0, 0, 1) infinite; }
  .quiz__final {
    width: 100%;
    padding-left: 3.3rem;
    padding-right: 5.875rem;
    padding-bottom: 2.2rem; }
    @media (max-width: 899px) {
      .quiz__final {
        padding-left: 0;
        padding-right: 0; } }
    .quiz__final:not(.active) {
      display: none; }
    .quiz__final__agreement {
      font-size: 0.688rem;
      color: #282728;
      margin-top: 1.125rem;
      display: flex;
      align-items: center; }
      .quiz__final__agreement a {
        font-weight: 500;
        text-decoration: underline; }
      .quiz__final__agreement__check {
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 3px;
        background-color: var(--accent-color);
        margin-right: 0.44rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.55rem; }
      input:checked + .quiz__final__agreement__check {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E"); }
    .quiz__final__form {
      max-width: 31.188rem;
      margin-top: 1.2rem; }
      .quiz__final__form__title {
        font-size: 1.875rem;
        line-height: 1.2;
        letter-spacing: 0.75px; }
      .quiz__final__form__input {
        width: 100%;
        height: 4.063rem;
        padding: 0 2.313rem;
        border-radius: 15px;
        background-color: #f6f6f6;
        font-size: 1rem;
        color: #282728;
        margin-top: 1.875rem; }
    .quiz__final__btn {
      width: 31.25rem;
      height: 5.688rem;
      border-radius: 5rem;
      margin-top: 0.75rem;
 
      font-size: 1.188rem;
      letter-spacing: 0.19px;
      color: var(--btn-font-color); }
.quiz__final__btn.loading{
	opacity: 1;
	cursor: wait;
}
      @media (max-width: 699px) {
        .quiz__final__btn {
          max-width: 100%; } }
      .quiz__final__btn__text {
        display: flex;
        align-items: center; }
      .quiz__final__btn--bonus {
        padding: 0.5rem;
        border-radius: 5px;
        background-color: #fff;
        color: #282728;
        margin-left: 0.75rem;
        display: block; }
    .quiz__final__gift {
      width: 100%;
      height: 9.938rem;
      border-radius: 10px;
      box-shadow: 0 0 70px 0 #28272826;
      background-color: #fff;
      display: flex;
      align-items: center;
      padding-left: 2.188rem;
      margin-top: 1.25rem; }
      @media (max-width: 699px) {
        .quiz__final__gift {
          max-width: 100%;
          height: auto;
          flex-wrap: wrap;
          padding-top: 2rem;
          padding-bottom: 2rem;
          justify-content: center;
          padding-left: 0; } }
      @media (max-width: 449px) {
        .quiz__final__gift {
          display: none; } }
      .quiz__final__gift__title {
        font-size: 1rem;
        text-transform: uppercase;
        margin-right: 1.875rem; }
        @media (max-width: 699px) {
          .quiz__final__gift__title {
            width: 100%;
            margin: 1rem 0;
            text-align: center; } }
      .quiz__final__gift__item {
        font-size: 0.875rem;
        letter-spacing: 0.35px; }
        .quiz__final__gift__item:not(:last-child) {
          margin-right: 1.2rem; }
      .quiz__final__gift__img {
        width: 5.5rem;
        height: 5rem;
        position: relative; }
        .quiz__final__gift__img::after {
          position: absolute;
          content: '';
          bottom: .4rem;
          left: 3rem;
          width: 1.75rem;
          height: 1.75rem;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(../img/lock.png); }
        .quiz__final__gift__img img {
          max-width: 5.5rem;
          height: auto;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          max-width: 5.5rem;
          height: 100%;
          object-fit: contain; }
  .quiz__final .quiz__bar {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .quiz__final .quiz__question__progress {
    width: 11.25rem;
    height: 2.313rem;
    margin-top: 1.8rem; }
  .quiz__contact {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem; }
    .quiz__contact__box {
      width: 7.563rem;
      height: 8.563rem;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      transition: var(--transition); }
    input:checked + .quiz__contact__box, .quiz__contact__box:hover {
      box-shadow: 0px 7px 27px 0 #28282819;
      background-color: #fff; }
    .quiz__contact__icon {
      width: 4.375rem;
      height: 4.438rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-bottom: 0.8rem;
      background-color: var(--accent-color); }
      .quiz__contact__icon--wa {
        background-color: #25d266; }
      .quiz__contact__icon--viber {
        background-color: #7460f3; }
      .quiz__contact__icon--tg {
        background-color: #00a2f2; }
      .quiz__contact__icon img {
        height: 2.2rem;
        width: 2.2rem; }
  .quiz__hand {
    width: 40.5rem;
    height: auto;
    position: relative;
    bottom: 0; }
    .quiz__hand__wrap {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media (max-width: 899px) {
        .quiz__hand__wrap {
          right: 0; } }
      @media (max-width: 699px) {
          
          .quiz__question.active + .quiz__question {

    width: 100%;
   }
   .quiz__question.active + .quiz__question .quiz__question__head {
    margin-left: 0;
}

.quiz__question.active + .quiz__question {

    height: 100px;

    bottom: -120px;}
        .quiz__hand__wrap {display:none;
          position: relative;
          bottom: 0;
          max-width: 100%;
          margin-right: auto;
          margin-left: auto;
          right: 0; } }
    .quiz__hand__circle {
      width: 9.5rem;
      height: 9.438rem;
      background-color: #feea8c;
      border-radius: 50%;
      position: absolute;
      top: 0rem;
      right: 0rem;
      top: 8.5rem;
      right: 12.1rem; }
      @media (max-width: 699px) {
        .quiz__hand__circle {
          top: 2.5rem;
          right: -1.9rem; } }
      .quiz__hand__circle--roll {
        height: 100%;
        width: 100%;
        animation: 15s linear 0s normal none infinite running roll; }
      .quiz__hand__circle__text {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 0.75rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .quiz__hand__circle__text--timer {
          font-size: 1.875rem;
          font-weight: 500;
          padding-left: 1.5rem;
          position: relative;
          margin: .3rem 0; }
          .quiz__hand__circle__text--timer::before {
            content: '';
            width: 3.3125rem;
            height: 2.25rem;
            background-image: url(../img/clock.png);
            position: absolute;
            background-size: contain;
            left: -1.3rem;
            top: 50%;
            transform: translate(0, -50%); }
  .quiz__arrow {
    position: absolute; }
    @media (max-width: 899px) {
      .quiz__arrow {
        display: none; } }
    .quiz__arrow-2 {
      left: 38rem;
      top: 30rem;
      width: 10.125rem;
      height: 4.625rem; }
    .quiz__arrow-1 {
      left: 38rem;
      top: 36rem;
      width: 2.5rem;
      height: 10.813rem; }
  .quiz__load {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 30;
    background-color: #fff;
    left: 0;
    top: 0; }
    .quiz__load p {
      font-size: 1.3rem;
      font-weight: 500; }

.popup {
  background-color: var(--popup-bg);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  display: none; }
  .popup-wrap {
    width: 100%;
    height: 100%;
    overflow: auto; }
    .popup-wrap::-webkit-scrollbar {
      width: 0px; }
    .popup-wrap--center {
      display: flex;
      justify-content: center;
      align-items: center; }
  .popup .close {
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 23.008px;
    background-size: 8px; }
    .br_mob {display:none;}
    
    @media (max-width: 449px) {
        .main__title {
    font-size: 1.9rem;
}
       .br_mob {display:block;} 
        
      .popup .close {
        top: 0.5rem;
        right: 0.5rem; } }

.v2 .close,#quiz_content .close{
  display: none; }

.close { 
  width: 24px;
  height: 23.008px;
  border: solid 0.1875rem #fff;
  background-color: var(--grad-to);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 45% 45%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 15.5' style='enable-background:new 0 0 15.6 15.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Crect x='-2.2' y='6.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2219 7.778)' class='st0' width='20' height='2'/%3E%3Crect x='6.8' y='-2.2' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -3.2218 7.7782)' class='st0' width='2' height='20'/%3E%3C/svg%3E%0A"); }

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 19;
}

.footer {
  width: 100%;
  position: relative;
  z-index: 5;
  display: none; background: rgba(255, 255, 255, 0.5);
    background-size: cover;

}
  .footer__c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    font-size: 0.813rem;
    line-height: 1.54;
    letter-spacing: 0.33px; }
    @media (max-width: 699px) {
      .footer__c {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  .footer a {
    color: var(--accent-color);
    text-decoration: underline; }
  .footer__policy {
    text-align: center; }
    @media (max-width: 699px) {
      .footer__policy {
        margin: 2rem 0; } }
  .footer__dev {
    text-align: right; }
  .footer__btn {
    z-index: 6;
    top: 0;
    width: 1.938rem;
    height: 1.938rem;
    background-image: url(../img/arrow.png), linear-gradient(to top, #cecdcb, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.625rem, cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: var(--transition); }
    .footer__btn:not(.active) {
      transform: translateX(-50%) rotate(180deg); }

.policy {
  background: #fff;
  border-radius: 7px;
  padding: 3rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative;
  width: 80rem;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 125px 0 #19191926;
  background-color: #fff;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .policy__title {
    font-weight: bold;
    font-size: 1.5rem; }
  .policy-text {
    font-size: 1rem;
    margin-top: 2rem; }
    .policy-text p {
      margin-bottom: 1rem; }
  @media (max-width: 699px) {
      #quiz_content {padding-bottom:15rem;}
    .policy {
      padding-right: 1rem;
      padding-left: 1rem; } }

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@keyframes shine {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes shine2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  from {
    transform: scale(0);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 0.8; }
  to {
    transform: scale(2);
    opacity: 0; } }

@keyframes nxt {
  from {
    transform: translateX(-0.1rem); }
  to {
    transform: translateX(0.1rem); } }

@keyframes pulsation {
  0% {
    opacity: 1;
    transform: scale(0); }
  75% {
    opacity: 0.6;
    transform: scale(0.75); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes floating {
  0% {
    transform: translateY(0em); }
  100% {
    transform: translateY(0.8em); } }

@keyframes roll {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--accent-color-rgb), 0.6); }
  70% {
    box-shadow: 0 0 0 1rem rgba(var(--accent-color-rgb), 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--accent-color-rgb), 0); } }

@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 146, 255, 0.6); }
  70% {
    box-shadow: 0 0 0 0.7rem rgba(0, 146, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 146, 255, 0); } }

@keyframes progres {
  from {
    background-position: 0 0, 0 0; }
  to {
    background-position: 2000px 0, 0 0; } }

@keyframes moveIt {
  from {
    background-position: 0 center; }
  to {
    background-position: 2.49rem center; } }

@keyframes scale {
  from {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@keyframes scale2 {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }

.catalog__knocking {
   /* top: calc(100% - 7rem);
    position: absolute;*/
    transition: 0.2s linear;
    width: 100%;
    animation: knock 2s infinite;
    transform-origin: center top;
}

@keyframes knock {
	0%,
	20%,
	53%,
	100% {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, 34px, 0) scaleY(1.1);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, 15px, 0) scaleY(1.05);
	}
	80% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0) scaleY(0.95);
	}
	90% {
		transform: translate3d(0, 4px, 0) scaleY(1.02);
	}
}

.catalog__pointer {
    background: linear-gradient(to bottom, #4ec35a, #7fff75);
    width: 10rem;
    height: 5rem;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__pointer_arrows {
    display: flex;
    flex-direction: column;
}

.hide {
    display: none !important;
}

.quantity_inner {
    display: inline-flex;
    align-items: center;
    background: #f5f6f6;
    border-radius: 0.3rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.quantity_inner .bt_minus, .quantity_inner .bt_plus {
    font-size: 1rem;
    height: 1.2rem;
    width: 1.2rem;
    background: #fff;
    border-radius: 50%;
    font-weight: 500;
}

.quantity_inner .bt_minus, .quantity_inner .bt_plus, .quantity_inner .quantity {
    border: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
}

.quantity_inner .quantity {
    height: 2.5rem;
    width: 3.5rem;
    text-align: center;
    font-size: 1.5rem;
    background: transparent;
}
.quiz__content_gift-wrapper {
    width: 100%;
    min-height: 17rem;
    background: #fff;
    border: 0.15rem solid #0E96C0;
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem 1rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.quiz__content_gift-stickers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 0.5rem;
    left: -2rem;
    color: #fff;
}
.quiz__content_gift-wrapper > *:not(:last-child) {
    margin-bottom: 0.5rem;
}
.quiz__content_gift-wrapper > :first-child {
    margin-bottom: 1rem;
}
.gift__sticker {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.1rem 5rem 5rem 5rem;
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.6rem;
}
.gift__sticker-orange {
    background: linear-gradient(to right, #ea5203, #f9a40d);
}
.gift__sticker > img {
    width: 1rem;
    margin-right: 0.4rem;
}
.gift__sticker > span {
    text-align: left;
}
.gift__sticker-blue {
    background: linear-gradient(to right, #0d409d, #0d409d);
}
.quiz__content_gift-wrapper  img.img {
    width: 80%;
    height: auto;
}
.res {margin-bottom:5px;}
.continue {margin-top:5px;}
.quiz__content_gift-wrapper > *:not(:last-child) {
    margin-bottom: 0.5rem;
}
.fcb {
    color: #49baec;
}
.quiz__content_gift-wrapper > *:not(:last-child) {
    margin-bottom: 0.5rem;
}
.quiz__main .fz10 {
    font-size: 0.75rem;
}
.quiz__content_gift-bottom {
    text-decoration: underline;
}
.fw700 {
    font-weight: 700;
}
.gift__sticker-red {
    background: linear-gradient(to right, #cc1e07, #f33134);
}
.gift__sticker-violet {
    background: linear-gradient(to right, #5c44a2, #8f69c3);
}
.gift__sticker-blue {
    background: linear-gradient(to right, #0d409d, #0d409d);
}
.fz20 {
    font-size: 1.2rem;
}
.fz18 {
    font-size: 1.1rem;
}
.fz14 {
    font-size: 0.9rem;
}
.fz13 {
    font-size: 0.8rem;
}
.fz12 {
    font-size: 0.7rem;
}
.fz8 {
    font-size: 0.5rem;
}
.catalog {padding-bottom:10rem;}
.catalog__outer {
    margin: 2rem auto; margin-bottom:0;
    width: 90%;
    min-height: 90vh;
    border-radius: 0.5rem;
    box-shadow: 0 0 5rem 0 rgb(25 25 25 / 15%);
    position: relative;
    padding-bottom: 3rem;
}

.catalog__knocking .catalog__outer {
    position: relative;
    min-height: 0;
}

.catalog__knocking .layout {
    border-radius: 0.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #282728;
    opacity: 0.5;
    z-index: 9;
}

.catalog__leaves {
    position: absolute;
    top: 5rem;
    left: 10rem;
    width: 9rem;
    z-index: 2;
}

.catalog__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.catalog__pointer {
    background: linear-gradient(to bottom, #4ec35a, #7fff75);
    width: 10rem;
    height: 5rem;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog__pointer_arrows {
    display: flex;
    flex-direction: column;
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.catalog__pointer_arrows > img {
    width: 1rem;
    margin-bottom: 0.3rem;
}
.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}
.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.catalog__created {
    margin-top: 1.5rem;
    line-height: 1.5;
    text-align: center;
    z-index: 3;
}

.catalog__tabs_title {
    margin: 1.5rem 0;
    text-align: center;
}

.catalog__tabs_switchers {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.tabs__switch {
    width: 45%;
    height: 3.5rem;
    border-radius: 0.5rem;
    color: #fff;
    background-color: rgba(29, 137, 201, 0.6);
    transition: all 0.4s;
}



.catalog__unlocked {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #49baec;
    color: #fff;
    padding: 0.6rem 2rem;
    border-radius: 0.2rem;
    transform: skewX(-5deg);
    margin: 1.5rem 0 0.6rem;
}

.catalog__unlocked > img {
    width: 1rem;
    margin-right: 0.5rem;
}

span.pseudo-btn_inner {
    display: inline-block;
    transform: skewX(5deg);
}
.quiz__help {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.5rem;


    position: relative;
    z-index: 2;
    font-size: 0.9rem;
}

@media (max-width: 786px){
    .quiz__selects-help {text-align:center;}
    .quiz {
    padding-left: 15px;}
    .widget__wrap,.quiz__selects-help::before {display:none;}
    .quiz__selects {padding-top:2rem;}
    .quiz__answers--single {
    width: 100%;}
    #quiz_content .quiz__selects .quiz__input__wrap {
  
    width: 47%;
}
.quiz__content_selects-wrapper {
    flex-direction: column;
}
    
 .quiz__selects {
    align-items: center;
    width: 100%;
}
.hintt {text-align:center;margin-top:10px;}
.quiz__content_selects-wrapper,.hintt {

    margin-left: 0;
}
.quiz__content_gift {
    width: 70%;
    margin: 0 auto; margin-bottom:20px;
}   
#screen1 .quiz__selects-help {margin-bottom:30px;}    
    
}


@media (max-width: 576px){
    .catalog__tabs_switchers {
    flex-direction: row;
    align-items: center;
}
.catalog__tabs .tabs__switch {
    width: 47% !important;
    margin-right: 2% !important;
    margin-left: 2% !important;
    margin-bottom: 1.5rem !important;
}
    .quiz__contact__box {
    width: 6rem;}
    .quiz__content_gift-stickers {

    left: -4rem;}
    .quiz__question {
    margin-top: 1rem;}
    .quiz__btn-help {

    font-size: 0.85rem;}
    .quiz__answer--txt p {

    height: auto;}
    .quiz__answer__hint--text {
    font-size: 0.85rem;}
    .fz8 {
    font-size: 0.8rem;
}
    .quiz__buttons {
    padding-right: 1rem;
    padding-left: 1rem;
}
    .quiz__answer--txt p {

    font-size: 1.2rem;}
    .quiz__input__title {
    font-size: 1rem;}
.quantity_inner .bt_minus, .quantity_inner .bt_plus {
    height: 1.8rem;
    width: 1.8rem;    font-size: 1.5rem;
}
.quantity_inner {
    width: 100%;
    justify-content: space-around;
}}
.green {color:#007BC4;}




























.small__form {
	position: relative;
	background-color: #fbfbfb;
	border-radius: 0.5rem;
	padding: 1rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.small__form-label {
	position: absolute;
	top: -1rem;
	display: inline-block;
	background-color: #49baec;
	color: #fff;
	padding: 0.4rem 1.5rem;
	border-radius: 0.2rem;
	transform: skewX(-5deg);
}
.small__form .sending__form_question {
	margin: 1rem;
}
.small__form .sending__form_input,
.small__form .sending__form_btn {
	width: 100%;
}
.sending__form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.sending__form_warning {
	color: red;
	font-size: 0.7rem;
	margin-bottom: 0.5rem;
}
.sending__form_question {
	margin-top: 0.6rem;
}
.sending__form_socials {
	margin: 0.6rem 0 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sending__form_input {
	width: 24rem;
	border-radius: 5rem;
	background: #f6f6f6;
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
	padding: 1rem 2rem;
	margin-bottom: 0.6rem;
}
.sending__form_note {
	padding-left: 0.5rem;
}
.sending__form_btn {
	width: 24rem;
	height: 4rem;
	margin: 0.6rem 0;
}
.sending__form_btn-bonus {
	background: #fff;
	color: #282728;
	padding: 0.4rem;
	border-radius: 0.3rem;
}
.sending__form_privacy {
	margin: 0.8rem 0;
}
.sending__form_privacy-link {
	color: #282728;
	text-decoration: underline;
}
.sending__form_privacy label {
	padding-left: 1.5rem;
}
.sending__form_privacy label {
	position: relative;
	cursor: pointer;
}
.sending__form_privacy input[type="checkbox"]:checked,
.sending__form_privacy input[type="checkbox"] {
	display: none;
}
.sending__form_privacy input[type="checkbox"]:checked + label::before {
	background: url(../icons/checkbox_checked_icon.png);
}
.sending__form_privacy input[type="checkbox"] + label::before {
	background: url(../icons/checkbox_disabled.png);
}
.sending__form_privacy input[type="checkbox"]:checked + label::before,
.sending__form_privacy input[type="checkbox"] + label::before {
	content: "";
	background-size: contain;
	position: absolute;
	top: -0.1rem;
	left: 0;
	height: 1.1rem;
	width: 1.1rem;
}

.btn_large {
    width: 31rem;
    height: 6rem;
    border-radius: 5px;
    
        background: #3BC661;
    color: #fff;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}
.sending__form_btn {
    width: 24rem;
    height: 4rem;
    margin: 0.6rem 0;
}
@media (max-width: 786px) {
	.sending__form {
		align-items: center;
	}
	.sending__form_question {
		margin-top: 23rem;
	}
	.sending__form_title br {
		display: none;
	}
	.sending__form_privacy {
		margin: 1rem 0;
		font-size: 0.8rem;
	}
	.sending__form_note {
		font-size: 0.8rem;
	}
	.sending__form input,
	.sending__form button {
		font-size: 0.9rem;
	}
	.small__form {
		padding: 1rem;
	}
	.small__form input,
	.small__form button {
		font-size: 0.9rem;
	}
}
.catalog__created {
	margin-top: 1.5rem;
	line-height: 1.5;
	text-align: center;
	z-index: 3;
}
.catalog__leaves {
	position: absolute;
	top: 5rem;
	left: 10rem;
	width: 9rem;
	z-index: 2;
}
.catalog__pointer {
	background: linear-gradient(to bottom, #4ec35a, #7fff75);
	width: 10rem;
	height: 5rem;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog__pointer_arrows {
	display: flex;
	flex-direction: column;
}
.catalog__pointer_arrows > img {
	width: 1rem;
	margin-bottom: 0.3rem;
}
.catalog__outer {
	margin: 2rem auto;
	width: 90%;
	min-height: 90vh;
	border-radius: 0.5rem;
	box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
	position: relative;
	padding-bottom: 3rem;
}
.catalog__inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}
.catalog__unlocked {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #49baec;
	color: #fff;
	padding: 0.6rem 2rem;
	border-radius: 0.2rem;
	transform: skewX(-5deg);
	margin: 1.5rem 0 0.6rem;
}
.catalog__unlocked > img {
	width: 1rem;
	margin-right: 0.5rem;
}
.catalog__remark {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 3rem auto 0 auto;
	background: url(../img/background_remark.png) center center/cover no-repeat;
	padding: 2rem;
	border-radius: 0.6rem;
}
.catalog__remark_title {
	text-align: center;
	margin-bottom: 1.5rem;
}
.catalog__remark_content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.catalog__remark_item {
	min-width: 10rem;
	padding-left: 2.3rem;
	position: relative;
	margin-bottom: 1.2rem;
}
.catalog__remark_item::before {
	content: "";
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	background: url(../icons/success_blue_icon.png);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.catalog__remark_item:not(:last-child) {
	margin-right: 2rem;
}
.catalog__engineer {
	margin: 3rem auto 0 auto;
	width: 80%;
	overflow: hidden;
	position: relative;
}
.catalog__engineer_title {
	text-align: center;
	margin-bottom: 1.5rem;
}
.catalog__engineer_wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: url(../img/background_engineer.jpg) center center/cover no-repeat;
	padding: 2rem 2rem 1.5rem 1.5rem;
	border-radius: 0.6rem;
}
.catalog__engineer_left {
	width: 80%;
	position: relative;
	bottom: -4.6rem;
	margin-right: 1rem;
}
.catalog__engineer_left > div {
	position: absolute;
	top: 2.5rem;
	right: -3.5rem;
    width: 8rem;
}
.catalog__engineer_left span {
	display: inline-block;
	margin-bottom: 0.4rem;
}
.catalog__engineer_right {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.catalog__engineer_subtitle {
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.3rem;
}
.catalog__engineer_list {
	text-align: left;
	margin-bottom: 3rem;
}
.catalog__engineer_list > li:not(:last-child) {
	margin-bottom: 1rem;
}
.catalog__engineer_list > li {
	padding: 0 3rem 0 6rem;
	position: relative;
}
.catalog__engineer_list > li::before {
	content: "";
	width: 2rem;
	height: 2rem;
	position: absolute;
	background: url(../icons/success_icon1.png);
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	left: 3.5rem;
}
.catalog__engineer_form {
	width: 100%;
}
.catalog__engineer_form .label {
	padding: 0.6rem 1.5rem;
	position: absolute;
	top: -1rem;
	left: 8rem;
}
.catalog__photos {
	position: relative;
	margin: 3rem auto 0 auto;
	width: 80%;
}
.catalog__photos_title {
	text-align: center;
	margin-bottom: 1.5rem;
}
.catalog__photos_descr {
	text-align: center;
	margin-bottom: 1.5rem;
}
.catalog__photos_gallery {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.catalog__photos_gallery > a {
	width: 16rem;
	margin: 1.5rem;
}
.catalog__photos_btn {
    display: block;
    margin: 0 auto 2rem auto;
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog__photos_arrow {
	position: absolute;
	bottom: 5rem;
	right: 2rem;
	width: 8rem;
}
.catalog__photos_smile {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog__photos_smile > img {
	width: 2rem;
}
.catalog__tabs_title {
	margin: 1.5rem 0;
	text-align: center;
}
.catalog__tabs_switchers {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.catalog__tabs_wrapper {
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.catalog__tabs_wrapper.active {
	display: flex;
}
.catalog__tabs_item {
	width: 16rem;
	margin: 1.5rem;
}

.catalog__knocking .layout {
	border-radius: 0.5rem;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #282728;
	opacity: 0.5;
	z-index: 9;
}
.catalog__knocking .catalog__outer {
	position: relative;
	min-height: 0;
}
.tabs__switch {
	width: 45%;
	height: 3.5rem;
	border-radius: 0.5rem;
	color: #fff;
	background-color: rgba(29, 137, 201, 0.6);
	transition: all 0.4s;
}
.tabs__switch:hover {

}
.active.tabs__switch {

	    background: #3BC661;
}
@media (max-width: 992px) {
	.catalog {
		padding: 0;
	}
	.catalog__outer {
		margin: 0;
		width: 100%;
	}
	.catalog__engineer_left {
		bottom: -5.2rem;
	}

	.catalog .container {
		max-width: 100%;
	}
}
@media (max-width: 786px) {
	.catalog__remark_title br {
		display: none;
	}
	.catalog__remark_content {
		padding-left: 20%;
		justify-content: flex-start;
	}
	.catalog__engineer_title br {
		display: none;
	}
	.catalog__engineer_list {
		font-size: 1rem;
	}
	.catalog__engineer_form {
		margin: 24rem auto 0 auto;
		width: 80%;
	}
	.catalog__engineer_left {
		position: absolute;
		left: 50%;
		width: 20rem;
		top: 19rem;
		transform: translateX(-50%);
	}
	.catalog__tabs_notice {
		font-size: 0.8rem;
	}
	.catalog__photos_btn {
		font-size: 0.8rem;
	}
	.catalog__photos_title br {
		display: none;
	}
	.catalog__photos_arrow {
		display: none;
	}
	.catalog__photos_smile::before {
		left: 34%;
	}
	.card__tech,
	.card__links {
		font-size: 0.8rem;
	}
	.loading__inner {
		margin-top: 0;
	}
	.pic-mob {
		display: block;
	}
	.pic-desc {
		display: none;
		width: 0;
	}
}
@media (max-width: 576px) {
	.catalog__pointer {
		width: 8rem;
		height: 4rem;
	}
	.sending__form_title {
		font-size: 1.35rem;
	}
	.sending__form {
		width: 92%;
	}
	.loading__picture {
		margin-top: 1.4rem;
	    height: 14rem;
	    width: 13rem;
	}
	.loading__picture-small > img:first-child {
		width: 9rem;
		top: 6rem;
		right: 1rem;
	}
	.loading__picture-small > img:last-child {
		width: 8rem;
		top: 6.5rem;
		right: 1.5rem;
	}
	.sending__form_input {
		width: 95vw;
	}
	.catalog__engineer_subtitle br {
		display: none;
	}
	.catalog__photos .btn_large {
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	/* .loading__content_wrapper {
		padding: 1rem 1rem 0.4rem 0;
	} */

	.catalog__tabs_switchers {
		flex-direction: column;
		align-items: center;
	}
	.catalog__engineer {
		width: 100%;
	}
	.catalog__engineer_wrapper {
		padding: 2rem 1rem;
	}
	.catalog__engineer_form {
		margin: 20rem auto 0 auto;
		width: 80%;
	}
	.catalog__engineer_left {
		position: absolute;
		left: 50%;
		width: 18rem;
		top: 18rem;
		transform: translateX(-50%);
	}
	.catalog__engineer_left > div {
		top: 1.5rem;
		right: -2rem;
	}
	.catalog__photos_smile::before {
		left: 28%;
	}
	.tabs__switch:first-child {
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 420px) {
	.catalog__engineer_form {
		margin: 20rem auto 0 auto;
		width: 100%;
	}
	.catalog__engineer_left {
		width: 16rem;
		top: 23rem;
		transform: translateX(-50%);
	}
	.tabs__switch {
		width: 50%;
	}
}
.card__desr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.card__picture > img {
	width: 70%;
}
.card__title {
	margin: 0.6rem 0;
}
.card__title > a {
	color: #282728;
	font-weight: 900;
}
.card__tech {
	line-height: 1.5;
}
.card__links {
	margin-top: 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.card__btn {
	width: 55%;
	border-radius: 3px;
	
	background: #3BC661;
	color: #fff;
	transition: all 0.4s;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card__btn span {
	padding: 0.6rem;
}
.card__btn:hover {

}
.card__calc {
	color: #487844;
	text-decoration: underline;
	transition: all 0.4s;
}
.card__calc:hover {
	color: #60c858;
}
.popup-small {
	display: none;
	border-radius: 0.5rem;
	box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
}
.popup-small_title {
	text-align: center;
	margin-bottom: 1rem;
}
.popup-small > form {
	padding: 3rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-large {
	display: none;
	overflow: visible;
	border-radius: 1rem;
	box-shadow: 0 0 5rem 0 rgba(25, 25, 25, 0.15);
	padding: 1rem;
	background: url(../img/background_large_form.png) center center/cover no-repeat;
}
.popup-large__wrapper {
	display: block;
	border-radius: 1rem;
	position: relative;
	width: 50vw;
}
.popup-large__content {
	padding: 3rem 2rem;
}
.popup-large__picture {
	position: absolute;
	bottom: 2rem;
	right: -5rem;
	width: 25rem;
}
.privacy-policy {
	display: none;
}
.privacy-policy__wrapper {
	background: #fff;
	padding: 3rem 2rem;
	border-radius: 1rem;
	width: 65vw;
}
.fancybox-content {
	padding: 0;
}
@media (min-width: 1400px) {
	.catalog__engineer_left img{
	    width: 100%;
	}
	.loading__picture {
        width: 52%;
    }
    .loading__picture-small > img:first-child {
        width: 9rem;
        right: 5rem;
    }
    .loading__picture-small > img:last-child {
        width: 7.5rem;
        top: 7.78rem;
        right: 5.7rem;
    }
    /*.loading__outer{*/
    /*    min-height: 10vw;*/
    /*}*/
}
@media (max-width: 992px) {
	.popup-large .sending__form {
		align-items: center;
	}
	.popup-large .sending__form_question {
		margin-top: 21rem;
	}
	.popup-large__picture {
		width: 19rem;
		height: 19rem;
		left: 50%;
		transform: translateX(-50%);
		top: 6rem;
	}
}
@media (max-width: 786px) {
	.popup-large__wrapper {
		width: 65vw;
	}
	.popup-large .sending__form_title {
		text-align: center;
	}
	.popup-large__picture {
		width: 19rem;
		height: 19rem;
		left: 50%;
		transform: translateX(-50%);
		top: 6rem;
	}
	.loading__loader {
		height: 120vw;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.loading__picture {
		margin-right: 0;
		bottom: 0;
		transform: none;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		/* top: auto; */
		/* top: 8rem; */
	}
	.loading__picture img {
		margin-right: 0;
	}
	.fz22 {
		font-size: 1.5rem;
	}
	.sending__form_question {
		margin-top: 0;
	}
}
@media (max-width: 576px) {
	.popup-large__wrapper {
		width: 80vw;
	}
	.privacy-policy__wrapper {
		width: 80vw;
	}
	.quiz__content2 .quiz__selects > div {
		margin: 1rem 1.5%;
		width: 47%;
	}
	.quantity_inner {
		width: 100%;
		justify-content: space-around;
	}
	.quantity_inner .bt_minus,
	.quantity_inner .bt_plus {
		height: 1.8rem;
		width: 1.8rem;
	}
	.quiz__select-name > img {
		height: 1.4rem;
		margin-right: 0.3rem;
	}
	.quiz__selects-help {
		width: 80% !important;
		text-align: center;
	}
	.quiz__selects-help br {
		display: none;
	}
	html {
		overflow-x: hidden;
	}
	.label_custom {
		width: 100%;
	}
	.qa-5 > div {
		width: 46%;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	.qa-5 .label_custom {
		width: 100% !important;
	}
	.qa-5 .label_gift {
		width: 100% !important;
		height: 41vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.loading__loader {
		height: 120vw;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.loading__picture {
		margin-right: 0;
		bottom: 0;
		transform: none;
		top: auto;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		/* top: auto; */
		/* top: 8rem; */
	}
	.loading__picture img {
		margin-right: 0;
	}
	.fz22 {
		font-size: 1.5rem;
	}
	.sending__form_question {
		margin-top: 0;
	}
	.catalog__inner {
		width: 90%;
	}
	.catalog__tabs {
		text-align: center;
	}
	.catalog__tabs .tabs__switch {
		width: 47% !important;
		margin-right: 2% !important;
		margin-left: 2% !important;
		margin-bottom: 1.5rem !important;
	}
	.catalog__tabs_switchers {
		flex-direction: row;
		align-items: center;
	}
	.catalog__photos_btn {
		width: auto;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.catalog__photos_gallery > a {
		margin: 0.55rem 1.5%;
		width: 47%;
	}
	.catalog__engineer_left {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin-left: auto;
		margin-right: auto;
		transform: none;
	}
	.catalog__engineer_wrapper {
		flex-wrap: wrap;
	}
	.catalog__engineer_form {
		margin-top: 0 !important;
	}
	.catalog__remark_content {
		padding-left: 10%;
	}
	.catalog__remark_content br {
		display: none;
	}
}
@media (max-width: 420px) {
	.popup-small .sending__form_privacy-link {
		font-size: 0.7rem;
	}
	.popup-large .sending__form_privacy {
		font-size: 0.7rem;
	}
	.popup-large__wrapper {
		width: 94vw;
	}
	.popup-large__picture {
		top: 8rem;
	}
	.privacy-policy__wrapper {
		width: 94vw;
	}

}


.catalog__tabs_item .gift__sticker {

    display: none;
}

@media (max-width: 576px){
    .catalog__tabs .tabs__switch {
    font-size: 11px;}
.catalog__leaves {
      display: none;
}
}


.contacts-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-right {
    width: 40%;
}

@media (max-width: 1099px){
.contacts-left {
    text-align: center;
    padding: 1rem;
}
    
.social {
    text-align: center;
    display: flex;
    justify-content: center;
}  

.contacts-left {
    text-align: center;
    padding: 1rem;
}

.contacts-center {
    text-align: center;
    padding: 1rem;
}

.contacts-right {
    text-align: center;
    padding: 1rem;
}
    
}
  .contacts {padding-bottom: 6rem;}
@media (max-width: 699px){
   .contacts {padding-bottom: 15rem;}
    .contacts-right {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.contacts-cont {
    display: flex;
    flex-direction: column;
}}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
	-moz-appearance: number-input;
}


.form-consult{width:46.875rem;min-height:40.625rem;padding-bottom:3rem;border-radius:25px;background-color:#ededed;margin:auto;
background-size:cover;padding-top:4.3rem;position:relative}.form-consult--lg{width:53.125rem;max-width:100%;padding-left:4.375rem;padding-right:3.44rem}.form-consult__c{display:flex}.form-consult--lg
.form-consult__form{margin-left:0;width:18rem;min-width:18rem}.form-consult .quiz__contact__box{width:5.313rem;height:5.938rem}.form-consult .quiz__contact__icon{width:3.063rem;height:3.063rem}.form-consult .quiz__contact__icon
img{width:1.8rem;height:1.8rem}.form-consult .quiz__contact__name{font-size:.8rem}.form-consult .quiz__final__form__input{width:100%;height:4.188rem;padding-left:1.625rem;font-size:1.1rem;margin-top:.875rem}.form-consult
.btn{height:3.938rem;width:100%}.form-consult
.quiz__final__agreement{margin-right:auto;margin-left:auto;justify-content:center}.form-consult__btn-text{font-size:1rem;color:var(--btn-font-color)}.form-consult__contact-title{font-size:1.1rem;color:rgb(40,39,40);text-align:center}.form-consult__img{position:absolute;bottom:-1.5rem;right:-8rem;width:26.625rem}.form-consult__form{margin-left:4.44rem;width:22rem;margin-top:2rem}.popup-wrap--flex{display:flex}.form-consult__title{font-size:1.875rem;font-weight:500;color:rgb(40,40,40);text-align:center}.form-consult__subtitle{font-size:.906rem;text-align:center;color:rgb(40,39,40);width:max-content;height:3.75rem;padding:1rem
1.4rem;border-radius:10px;background-color:#feea8c;transform:skew(-3deg);max-width:100%;height:auto;margin-right:auto;margin-left:auto;margin-top:1.6rem}.popup--drk{background-color:rgba(0,0,0,.85)}.form-consult__subtitle--skew{position:relative;transform:skew(3deg);display:block}.form-consult__title2{font-size:1.5rem;font-weight:500;line-height:1.5;text-align:center;color:rgb(40,40,40);max-width:30rem;margin-right:auto;margin-left:auto;margin-top:1rem}.form-consult__list-title{font-size:1.125rem;padding-right:1rem;font-weight:500;line-height:1.39;letter-spacing:.45px;color:rgb(40,40,40);margin-bottom:2rem}.form-consult__list{margin-top:4rem}.form-consult__list
li{margin-top:1.5rem;font-size:.938rem;line-height:1.67;letter-spacing:.38px;color:rgb(40,40,40);display:flex;align-items:center}.header__callback{color:#007bc4;text-decoration:underline;font-size:0.9rem;margin-bottom:1.5rem;margin-left:.5rem}.form-consult__list
li::before{min-width:2.313rem;width:2.313rem;height:2.313rem;border-radius:50%;background-color:var(--grad-from);margin-right:1.2rem;content:'';background-size:.75rem;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E")}
.form-consult__person{display:flex;align-items:center;margin-top:1.3rem;color:rgb(40,39,40);margin-bottom:1.5rem}.form-consult__person__info{font-size:1.1rem;margin-left:1.75rem}.form-consult__person__name{font-size:1.5rem;font-weight:500}.form-consult__person__post{margin-top:.8rem}.form-consult__person__photo{border-radius:4rem;position:relative;width:8.063rem;min-width:8.063rem;height:8.063rem;background-color:#fff}.form-consult__person__photo
img{position:absolute;width:100%;height:auto;bottom:0;left:0;border-radius:5rem}@media
(max-width:699px){.form-consult{padding-left:2rem;padding-right:2rem}.form-consult__form{margin-right:auto;margin-left:auto;max-width:100%}.form-consult__img{position:relative;display:block;margin-right:auto;margin-left:auto;margin-top:2rem;margin-bottom:2rem;max-width:20rem}.form-consult__img{bottom:0;right:0;width:20rem}.form-consult__list{display:none}.form-consult--lg
.form-consult__form{margin-left:auto;margin-right:auto}}