.footer-policy {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #ffb80e;
    margin: 0 7px;
    text-decoration: underline;
    width:250px }
@font-face {
  font-family: "Space";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Spaceland/Spaceland-SevenOblique.otf.html"); }

@font-face {
  font-family: "Space";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Spaceland/Spaceland-EightOblique.otf.html"); }

@font-face {
  font-family: "Space";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Spaceland/Spaceland-NineOblique.otf.html"); }

@font-face {
  font-family: "Space";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Spaceland/PepperType-Spaceland-Ten.otf.html"); }

@font-face {
  font-family: "Space";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Spaceland/Pepper Type - Spaceland-TenOblique.otf.html"); }

@font-face {
  font-family: "Space";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Spaceland/Spaceland-ElevenOblique.otf.html"); }

body {
  font-family: "Space";
  font-style: italic;
  padding: 0;
  margin: 0; }
h2{
  margin: 0;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase; }
  h2 .dash {
    width: 132px;
    height: 6px;
    border-radius: 3px;
    box-shadow: 0px 13px 40px 0 rgba(255, 91, 56, 0.3);
    background-image: linear-gradient(to top, #ff5935, #ff6645); }
  h1 .dash {
    width: 132px;
    height: 6px;
    border-radius: 3px;
    box-shadow: 0px 13px 40px 0 rgba(255, 91, 56, 0.3);
    background-image: linear-gradient(to top, #ff5935, #ff6645); }

h2.small {
  font-size: 59.5px; }
  h2.small .dash {
    width: 116px;
    height: 5px; }
ul{
  padding: 0;
}
a {
  text-decoration: none; }

p {
  margin: 0;
  padding: 0; }

input {
  border: none;
  outline: none; }

.container {
  width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }

button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent; }

.btn {
  background-image: linear-gradient(to right, #ffbb16, #ffc434, #ffb400);
  border-radius: 8px;
  box-shadow: 0px 4px 0 0 #e6a814, 0px 13px 38px 0 rgba(255, 196, 52, 0.3);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .btn svg {
    margin-left: 23px; }
  .btn span {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 2.33px;
    text-align: center;
    color: #543f0e;
    font-family: "Space";
    font-style: italic;
    text-transform: uppercase;
    z-index: 3; }
  .btn:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: -10px;
    left: -30%;
    height: 120%;
    width: 9px;
    background-color: #fff;
    opacity: 0.65;
    transform: rotate(20deg); }
  .btn:before {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    opacity: 0;
    transition: opacity 0.2s; }

.btn:hover {
  box-shadow: 0px 2px 0 0 #e6a814, 0px 13px 38px 0 rgba(255, 196, 52, 0.3); }
  .btn:hover:after {
    -webkit-animation: 3s linear 0s infinite blick;
    -moz-animation: 3s linear 0s infinite blick;
    animation: 3s linear 0s infinite blick; }
  .btn:hover:before {
    opacity: 0.1; }

header.scrolled {
  background-color: #fff;
  box-shadow: 0px 18px 70px 0px rgba(0, 0, 0, 0.07);
  padding-bottom: 16px; }
  header.scrolled .header-adres-icon {
    width: 17.6px;
    height: 20.8px;
    margin-top: 3.2px; }
  header.scrolled .header-adres-text {
    width: 176.4px;
    font-size: 26.4px;
    line-height: 26.4px;
    margin-left: 15.2px; }
  header.scrolled .header-phone {
    margin-top: 7.2px; }
    .header-phone-num{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    header.scrolled .header-phone-num svg {
      height: 19.2px;
      width: 19.2px;
      margin-right: 12px; }
    header.scrolled .header-phone-num a {
      font-size: 30px;
      line-height: 32px; }
    header.scrolled .header-phone-call {
      font-size: 13.6px;
      margin-top: 7.2px; }
  header.scrolled .header-logo {
    margin-left: 30.4px; }
    header.scrolled .header-logo .logo {
      width: 69.6px;
      height: 48.8px; }
    header.scrolled .header-logo .inst {
      margin-left: 23.2px; }
      header.scrolled .header-logo .inst svg {
        height: 23.8px;
        width: 23.8px; }
    header.scrolled .header-logo .text {
      font-size: 38.8px;
      margin-left: 12px; }

section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }

.burger-btn {
  display: none; }

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s;
  padding-bottom: 20px;
  padding-top: 14px; }
  header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .header-adres {
    display: flex; }
    header .header-adres-icon {
      width: 22px;
      height: 26px;
      margin-top: 4px; }
    header .header-adres-text {
      width: 196px;
      color: #5a5a5a;
      font-family: "Space";
      font-size: 33px;
      font-weight: 500;
      line-height: 33px;
      letter-spacing: 0.82px;
      margin-left: 19px; }
  header .header-phone {
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    header .header-phone-num svg {
      height: 24px;
      width: 24px;
      margin-right: 15px; }
    header .header-phone-num a {
      display: block;
      color: #505050;
      font-family: "Space";
      font-size: 38px;
      font-weight: 800;
      font-style: normal;
      line-height: 40px;
      letter-spacing: 1.05px;
      margin-bottom: 6px; }
    header .header-phone-call {
      cursor: pointer;
      font-family: 'Roboto';
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: 1.05;
      letter-spacing: 0.43px;
      color: #ffb400;
      border-bottom: 1px solid #ffb400;
      margin-left: auto;
      width: max-content; }
  header .header-logo {
    display: flex;
    align-items: center;
    margin-left: 10px; }
    header .header-logo-main {
      display: flex;
      align-items: center; }
    header .header-logo .logo {
      width: 87px;
      height: 61px; }
    header .header-logo .inst {
      margin-left: 29px; }
      header .header-logo .inst svg {
        height: 26px;
        width: 26px; }
    header .header-logo .text {
      font-family: "Space";
      font-size: 48.5px;
      font-weight: 800;
      font-style: italic;
      line-height: 0.48;
      letter-spacing: 2.2px;
      text-transform: uppercase;
      color: #505050;
      margin-left: 15px; }
      header .header-logo .text span {
        color: #ff6949; }

.ellipses {
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  user-select: none; }
  .ellipses .ellipse {
    position: absolute; }

.offer {
  background-image: url(../img/first-screen/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 152px;
  padding-bottom: 50px; }
  .offer .container {
    position: relative; }
  .offer .photo {
    position: absolute;
    left: -372px;
    top: -49px;
    user-select: none; }
  .offer .device {
    position: absolute;
    right: -378px;
    top: -41px;
    user-select: none; }
  .offer .ellipses {
    top: 345px;
    left: 50%; }
  .offer-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .offer-content-garanty {
      width: max-content;
      font-weight: 400;
      font-size: 32px;
      letter-spacing: 1.64px;
      text-align: center;
      color: #474747;
      padding: 13px 39px;
      border-radius: 5px;
      box-shadow: 0px 18px 70px 0px rgba(0, 0, 0, 0.07);
      background-color: #fff;
      transform: skew(170deg);
      display: flex;
      margin-left: 6px; }
      .offer-content-garanty span {
        transform: skew(-170deg); }
    .offer-content-main {
      font-size: 68px;
      font-weight: 800;
      letter-spacing: 3.75px;
      text-align: center;
      color: #474747;
      width: 75%;
      margin-right: auto;
      margin-left: auto;
      text-transform: uppercase;
      margin-top: 19px;
      line-height: 1.15;
     }
     .offer-content-main sup{
       font-size: 40px;
     }
      .offer-content-main .decor {
        color: #ff5935;
        font-weight: 900; }
        .offer-content-desc{
          font-size: 31px;
          font-weight: 800;
          line-height: 1.29;
          letter-spacing: 1.55px;
          text-align: center;
          color: #5b5b5b;
          text-transform: uppercase;
          max-width: 500px;
          margin-top: 18px;
        }
        .offer-content-desc .decor{
          color: #ff5935;
      }
    .offer-content .photo {
      display: none; }
    .offer-content-form {
      width: 825px;
      border-radius: 10px;
      box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
      background-color: #ffffff;
      margin-top: 38px;
      padding-top: 19px;
      padding-bottom: 30px;
      box-sizing: border-box;
      padding-left: 75px;
      padding-right: 65px; }
      .offer-content-form .form-title {
          font-size: 38px;
          color: rgb(95, 95, 95);
          line-height: 1.2;
          text-align: center;
          font-weight: 500;
          letter-spacing: 1.3px;
         }
         .offer-content-form .form-desc{
          font-family: 'Roboto';
          font-size: 19px;
          font-style: normal;
          text-align: center;
          color: #5f5f5f;
          }
          .offer-content-form .form-desc span{
            font-weight: 500;
            color: #323232;
          }
      .offer-content-form input {
        max-width: 100%;
        width: 335px;
        height: 83px;
        border-radius: 8px;
        box-shadow: inset 6px 5.2px 16px 0 rgba(0, 0, 0, 0.07);
        background-color: #ffffff;
        box-sizing: border-box;
        padding-left: 71px;
        font-family: "Roboto";
        font-size: 20.5px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        color: #5f5f5f;
        background-repeat: no-repeat;
        background-position: left 28px center; }
      .offer-content-form .form-content {
        display: flex;
        margin-top: 23px; }
      .offer-content-form input.phone {
        background-image: url(../img/form/phone.png); }
      .offer-content-form button {
        margin-left: 26px;
        width: 323px;
        height: 78px;
        box-sizing: border-box;
        max-width: 100%; }
      .offer-content-form .form-accept {
        display: flex;
        justify-content: center;
        margin-top: 21px; }
        .offer-content-form .form-accept .checked {
          width: 19px;
          height: 18px;
          border-radius: 3px;
          background-image: linear-gradient(to top, #ffbc1b, #ffb505);
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 8px; }
        .offer-content-form .form-accept .text {
          font-family: 'Roboto';
          font-size: 15.5px;
          font-weight: 300;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #676767; }
          .offer-content-form .form-accept .text a {
            color: #543f0e;
            border-bottom: 1px solid #543f0e; }
  .offer .mouse {
    position: relative;
    left: calc(50% - 42px);
    margin-top: 49px;
    user-select: none;
    cursor: pointer; }

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 61px; }
  .features-item {
    width: 22.8%; }
    .features-item .image-box {
      position: relative; }
      .features-item .image-box .box {
        border-radius: 10px;
        background-image: -moz-linear-gradient(40deg, #ff5935 0%, #ff6645 100%);
        background-image: -webkit-linear-gradient(40deg, #ff5935 0%, #ff6645 100%);
        background-image: -ms-linear-gradient(40deg, #ff5935 0%, #ff6645 100%);
        box-shadow: 0px 13px 40px 0px rgba(255, 91, 56, 0.3);
        width: 95px;
        height: 95px;
        margin-left: 64px; }
      .features-item .image-box .icon {
        position: absolute;
        user-select: none; }
    .features-item .text {
      margin-top: 78px;
      padding-left: 12px; }
      .features-item .text .title {
        font-size: 40px;
        font-family: "Space";
        color: #505050;
        line-height: 1.2;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
        color: #505050; }
      .features-item .text .desc {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        text-align: center;
        color: #5d5b5b;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 4px; }
  .features-item.fast .image-box .box {
    margin-left: 66px; }
  .features-item.fast .image-box .icon {
    top: 7px;
    left: 84px; }
  .features-item.doc .image-box .box {
    margin-left: 49px; }
  .features-item.doc .image-box .icon {
    top: 19px;
    left: 76px; }
  .features-item.safe .image-box .icon {
    top: 14px;
    left: 84px; }
  .features-item.everyday .image-box .icon {
    top: 12px;
    left: 50px; }

.problems {
  padding-top: 42px;
  padding-bottom: 60px;
  background-color: #ffffff; }
  .problems-text h2{
    font-size: 34px;
  }
  .problems h2 {
    text-align: center; }
    .problems h2 .dash {
      margin-left: auto;
      margin-right: auto;
      margin-top: 19px; }
  .problems-content{
    border-radius: 8px;
    box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.07);
    background-color: #ffffff;
    margin-top: 36px;
    width: 100%;
    display: flex;
  }
  .problems-tabs{
    display: flex;
    flex-wrap: wrap;
    width: 480px;
    min-width: 480px;
    align-content: flex-start;
  }
  .problems-tab{
    box-sizing: border-box;
    width: 50%;
    height: 180px;
    background-color: #fff;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }
  .problems-tab:before{
    background-image: linear-gradient(to top, #ff5935, #ff6645);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.2s;
    opacity: 0;
    content: "";
  }
  .problems-tab.active:before, .problems-tab:hover:before{
    opacity: 1;
  }
  .problems-tab.active svg, .problems-tab:hover svg{
    fill: #ff6543;
  }
  .problems-tab.active .problems-tab-text, .problems-tab:hover .problems-tab-text{
    color: #fff;
  }
  .problems-tab.active .problems-tab-icon, .problems-tab:hover .problems-tab-icon,
   .problems-tab.active .problems-tab-icon:after, .problems-tab:hover .problems-tab-icon:after{
    background-color: #ffffff;
    background-image: none;
  }
  .problems-tab:first-child svg{
    height: 62px;
    width: 62px;
    position: relative;
    z-index: 2;
  }
  .problems-tab:nth-child(2) svg{
    height: 55px;
    width: 55px;
  }
  .problems-tab:nth-child(3) svg{
    height: 72px;
    width: 72px;
  }
  .problems-tab:nth-child(4) svg{
    width: 68px;
    height: 69px;
  }
  .problems-tab:nth-child(5) svg{
    width: 61px;
    height: 58px;
  }
  .problems-tab:nth-child(6) svg{
    width: 69px;
    height: 69px;
  }
  .problems-tab:last-child svg{
    width: 69px;
    height: 69px;
  }
  .problems-tab:last-child{
    width: 100%;
  }
  .problems-tab-text{
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 1.31px;
    text-align: center;
    color: #616161;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
  .problems-tab-icon{
    position: relative;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-image: linear-gradient(to top, #ff5935, #ff6645);
    margin-top: 17px;
    margin-bottom: 16px;
    box-shadow: 0px 13px 40px 0 rgba(255, 91, 56, 0.3);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .problems-tab-icon-wrap{
    height: 78px;
    width: 78px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .problems-tab-icon:after{
    height: 95px;
    width: 12px;
    background-image: linear-gradient(to top, #ff5935, #ff6645);
    content: '';
    position: absolute;
    top: 0;
    left: 38px;
    transform: rotate(-45deg);
    z-index: 3;
  }
  .problems-tab-icon svg{
    fill: #fff;
  }
  .problems-text{
    flex-grow: 1;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    text-align: left;
    color: #737373;
    padding-left: 38px;
    padding-right: 25px;
    display: none;
  }
  .problems-text.active{
    display: block;
  }
  .problems-text h3{
      margin-top: 17px;
      margin-bottom: 0;
      font-size: 34px;
      font-weight: 700;
      letter-spacing: 2.55px;
      color: #606060;
      font-family: 'Space';
      font-style: italic;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 10px;
  }
  .problems-text h4{
    font-size: 28px;
    margin-bottom: 10px;
    color: #606060;
    font-family: 'Space';
    font-style: italic;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 2.55px;
  }
  .problems-text ul{
    list-style: none;
    margin-top: 0;
    padding-left: 16px;
  }
  .problems-text li{
    position: relative;
    margin-bottom: 10px;
  }
  .problems-text li:before{
    content: '';
    width: 7px;
    height: 7px;
    min-width: 7px;
    min-height: 7px;
    background-color: #ff6442;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -16px;
  }
  .problems form{
    margin-right: auto;
    margin-left: auto;
    margin-top: 11px;
    box-shadow: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
    padding-bottom: 50px;
  }
  .problems form .form-content{
    justify-content: center;
  }
  .quiz {
    padding-top: 45px;
    padding-bottom: 80px;
    background: url('https://pestcorp.ru/img/quiz-bg.jpg') center center no-repeat;
    background-size: cover;
}
.quiz h2{
  max-width: 705px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.quiz h2 .dash{
margin-right: auto;
margin-left: auto;
margin-top: 19px;
}
.quiz h2 span{
color: #ff6645;
}

.quiz-block {
    background-color: #fff;
    box-shadow: 0px 18px 70px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    position: relative;
    overflow: visible;
}
.quiz-block .quiz-block-tabs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 12px 21px 0px rgba(20, 20, 20, 0.03); 
}
.quiz-block .quiz-block-tabs .tab {
    font-family: 'Roboto';
    font-style: normal;
    line-height: 1;
    font-size: 17px;
    color: #8f8f8f;
    padding: 20px 40px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
    background-color: #fff;
}
.quiz-block .quiz-block-tabs .tab span {
    position: relative;
    z-index: 1;
}
.quiz-block .quiz-block-tabs .tab:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffbb16, #ffc434, #ffb400);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    box-shadow: 0px 13px 38px 0 rgba(255, 196, 52, 0.3);
}
.quiz-block .quiz-block-tabs .tab:hover {
    border-color: transparent;
    color: #fff;
    box-shadow: 0px 14px 70px 0px rgba(41, 180, 118, 0.2); 
}
.quiz-block .quiz-block-tabs .tab.active {
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 14px 70px 0px rgba(41, 180, 118, 0.2); 
}
.quiz-block .quiz-block-tabs .tab:hover:before,
.quiz-block .quiz-block-tabs .tab.active:before {
    opacity: 1;
    visibility: visible;
}
.quiz-block-info {
    padding: 0 30px;
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #fff;
}
.quiz-block-info form {
    width: 70%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.quiz-block-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz-block-content .title {
    font-size: 39px;
    color: #474747;
    font-family: 'Space';
    font-style: italic;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}
.quiz form label {
    position: relative;
    width: 18.5%;
    display: flex;
}
.quiz form label img {
    width: 100%;
    border-radius: 5px;
}
.quiz-block-content-variants {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.quiz form input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.quiz form input[type="radio"]:checked ~ .quiz-block-content-img .quiz-block-content-img-radio:before,
.quiz form input[type="radio"]:checked ~ .quiz-block-content-text .quiz-block-content-img-radio:before{
    background-color: #ff6645;
}
.quiz form input[type="radio"]:checked ~ .quiz-block-content-img,
.quiz form input[type="radio"]:checked ~ .quiz-block-content-text {
    opacity: 1;
}
.quiz-block-content-img-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 14.4px 1.6px rgba(28, 28, 28, 0.1);
    /* position: absolute; */
    /* bottom: -10px; */
    margin: auto;
    /* position: relative; */
    z-index: 2; 
    transform: translateY(-10px);
}
.quiz-block-content-img-radio:before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #e5e5e5;
    transition: all 0.4s ease;
    position: relative;
    z-index: 3;
}
.quiz-block-content-img span {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 17px;
    color: #5b5b5b;
    line-height: 1.3;
    font-family: 'Roboto';
    font-style: normal;
}
.quiz form button.quiz-next {
  width: 281px;
  height: 68px;
}
.quiz-buttons {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}
.quiz .btn span{
  font-size: 26px;
}
.quiz-buttons button.quiz-prev {
    font-family: 'Space';
    font-weight: 800;
    font-size: 22px;
    color: #5f5f5f;
    font-style: italic;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    margin-right: 20px;
}
.quiz-buttons button.quiz-prev span{
  border-bottom: 1px solid #919191;
}
.quiz-buttons button.quiz-prev:hover {
    border-color: transparent;
}
.quiz-block-bonus {
    width: 28%;
    border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    background-color: #ff6645;
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    max-height: 450px;
}
.quiz-block-bonus:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 100px;
    bottom: -2px;
    right: 0;
    background: url('../img/gift.png') center center no-repeat;
    background-size: cover;
}
.quiz-block-bonus .title {
    color: #fff;
    font-family: 'Space';
    font-style: italic;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 35px;
    margin-bottom: 15px;
}
.quiz-block-bonus ul {
    list-style-type: none;
}
.quiz-block-bonus ul li {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-family: 'Roboto';
    font-style: normal;
}
.quiz-block-bonus ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffc824;
}
.quiz-block-bonus ul li:last-of-type:after {
    content: '';
    position: absolute;
    right: 110px;
    bottom: -40px;
    width: 30px;
    height: 40px;
    background: url('../img/gift-arrow.png') center center no-repeat;
    background-size: contain;
} 
.quiz-block-text {
    align-items: flex-start;
}
.quiz-block-text .title {
    margin: 0 auto 30px;
}
.quiz form .quiz-block-text label {
    width: 49%;
    margin-bottom: 2%;
}
.quiz-block-content-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 20px 30px;
    width: 100%;
    box-shadow: 0px 11px 32px 0px rgba(20, 20, 20, 0.05);
    line-height: 1;
}
.quiz-block-content-text span {
    font-size: 17px;
    color: #5b5b5b;
    font-family: 'Roboto';
    font-style: normal;
}
.quiz form .quiz-block-text .quiz-block-content-img-radio {
    transform: none;
    width: 26px;
    height: 26px;
    margin: 0;
    margin-right: 20px;
}
.quiz form .quiz-block-text .quiz-block-content-img-radio:before {
    width: 12px;
    height: 12px;
}
.quiz .form-item {
    margin-bottom: 30px;
}
.quiz button[type="submit"] {
    width: 350px;
    margin-left: 0;
}
.places {
  padding-top: 44px;
  padding-bottom: 38px; }
  .places h2 {
    text-align: center; }
    .places h2 .dash {
      margin-right: auto;
      margin-left: auto;
      margin-top: 13px; }
  .places-content {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap; }
    .places-content .item {
      position: relative;
      z-index: 3;
      width: 255px;
      height: 286px;
      border-radius: 8px;
      box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
      background-color: #ffffff;
      margin-bottom: 30px;
      margin-right: 30px;
      transition: all 0.15s;
      cursor: pointer; }
      .places-content .item .title {
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 1.75px;
        text-align: center;
        color: #505050;
        margin-top: 12px;
        padding: 0 30px; }
      .places-content .item .photo {
        user-select: none; }
    .places-content .item:nth-child(4) {
      margin-right: 0; }
    .places-content .item:hover {
      margin-top: -10px;
      margin-bottom: 40px; }
    .places-content .device {
      position: relative;
      user-select: none;
      top: -26px;
      left: 79px; }
.steps {
  background-image: url(../img/steps/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 68px;
  padding-bottom: 58px; }
  .steps h2{
    width: 100%;
    letter-spacing: 3px;
  }
  .steps h2 .dash {
    margin-top: 19px; }
  .steps .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative; }
  .steps-content {
    display: flex;
    flex-wrap: wrap;
    width: 66.6%; }
    .steps-content .item {
      width: 50%;
      margin-top: 71px;
      position: relative;
      z-index: 5; }
      .steps-content .item .step {
        width: 92px;
        height: 92px;
        border-radius: 10px;
        box-shadow: 0px 13px 40px 0 rgba(255, 91, 56, 0.3);
        background-image: linear-gradient(to top, #ff5935, #ff6645);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        user-select: none; }
        .steps-content .item .step .num {
          font-size: 67.5px;
          font-weight: 900;
          letter-spacing: 3.38px;
          color: #ffffff; }
        .steps-content .item .step .photo {
          position: absolute; }
      .steps-content .item .text {
        margin-top: 35px; }
        .steps-content .item .text .title {
          font-size: 37.5px;
          font-weight: 700;
          letter-spacing: 1.88px;
          color: #505050; }
        .steps-content .item .text .desc {
          margin-top: 5px;
          font-family: 'Roboto';
          font-size: 16.5px;
          font-weight: 300;
          font-style: normal;
          line-height: 1.33;
          color: #5d5b5b;
          padding-right: 50px; }
    .steps-content .item:first-child .step .photo {
      top: -36px;
      left: 25px; }
    .steps-content .item:nth-child(2) .step .photo {
      top: -10px;
      left: 50px; }
    .steps-content .item:nth-child(3) .step .photo {
      top: -41px;
      left: 77px; }
    .steps-content .item:nth-child(4) .step .photo {
      top: -25px;
      left: 50px; }
  .steps-photo {
    width: 33.3%;
    position: relative; }
    .steps-photo .photo {
      position: relative;
      margin-top: -145px;
      right: 94px;
      user-select: none; }
    .steps-photo .ellipses {
      transform: scale(0.95);
      top: 291px;
      left: 355px; }
  .steps-clouds {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    bottom: -52px;
    right: -374px;
    user-select: none; }

.questions {
  padding-top: 10px;
  padding-bottom: 93px; }
  .questions h2 .dash {
    margin-top: 13px; }
  .questions-main {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 34px; }
  .questions .request-form {
    margin-top: -110px;
    height: max-content; }
  .questions-content {
    width: 57.2%; }
    .questions-content .item {
      border-radius: 8px;
      box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
      background-color: #ffffff;
      padding-left: 26px;
      padding-right: 21px;
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .questions-content .item .question {
        padding-top: 17px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        padding-bottom: 5px; }
        .questions-content .item .question .text {
          padding-top: 15px;
          font-family: 'Roboto';
          font-size: 19px;
          font-weight: 500;
          font-style: normal;
          color: #676565;
          max-width: 90%;
          padding-bottom: 19px; }
        .questions-content .item .question button {
          width: 43px;
          height: 43px;
          border-radius: 10px;
          box-shadow: 0px 2px 0 0 #e6a814, 0px 13px 38px 0 rgba(255, 196, 52, 0.3);
          background-image: linear-gradient(to right, #ffbb16, #ffc434, #ffb400);
          display: flex;
          justify-content: center;
          align-items: center; }
          .questions-content .item .question button img {
            margin-top: 2px; }
      .questions-content .item .question.active button img {
        transform: rotate(180deg); }
      .questions-content .item .answer {
        font-family: 'Roboto';
        font-size: 16.5px;
        font-weight: 300;
        font-style: normal;
        line-height: 1.45;
        color: #5d5b5b;
        display: none;
        overflow: hidden;
        padding-bottom: 25px;
        width: 100%;
        padding-top: 4px; }

.request-form {
  width: 445px;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .request-form .title, .quiz form .title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2.31px;
    text-align: center;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-top: 23px; }
  .request-form .desc {
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    text-align: center;
    color: #707070;
    padding: 0px 40px;
    margin-top: 4px;
    margin-bottom: 20px; }
  .request-form input, .quiz form .input{
    width: 346px;
    max-width: 100%;
    height: 83px;
    border-radius: 8px;
    box-shadow: inset 6px 5.2px 16px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    box-sizing: border-box;
    padding-left: 72px;
    padding-right: 20px;
    font-family: 'Roboto';
    font-size: 18.5px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #5f5f5f;
    margin-bottom: 18px;
    background-position: left 28px center;
    background-repeat: no-repeat; }
  .request-form input.phone, .quiz form input.phone{
    background-image: url(../img/form/phone.png); }
  .request-form input.user, .quiz form input.user{
    background-image: url(../img/form/user.png); }
  .request-form button, .quiz form button.submit-btn {
    width: 346px;
    height: 78px;
    max-width: 100%; }
  .quiz form .input{
    margin-bottom: 0;
  }
  .request-form .form-accept, .quiz .form-accept{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 22px; }
    .request-form .form-accept .checked,  .quiz .form-accept .checked{
      width: 19px;
      height: 18px;
      border-radius: 3px;
      background-image: linear-gradient(to top, #ffbc1b, #ffb505);
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 8px; }
    .request-form .form-accept .text, .quiz .form-accept .text {
      font-family: 'Roboto';
      font-size: 15.5px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #676767;
      width: 250px; }
      .request-form .form-accept .text a, .quiz .form-accept .text a {
        color: #543f0e;
        border-bottom: 1px solid #543f0e; }
  .request-form .form-contact {
    border-top: 1px solid #efefef;
    padding-bottom: 23px;
    width: 100%;
    text-align: center; }
    .request-form .form-contact .call {
      font-family: 'Roboto';
      font-size: 17px;
      font-weight: 300;
      font-style: normal;
      text-align: center;
      color: #505050;
      margin-top: 15px; }
    .request-form .form-contact .number {
      font-size: 40px;
      font-weight: 800;
      font-style: normal;
      letter-spacing: 1px;
      text-align: center;
      color: #505050;
      margin-top: 17px; }

#map-desktop {
  position: relative;
  width: 100%;
  height: 725px;
  z-index: 100;
  z-index: 5; }

#map-mobile {
  position: relative;
  width: 100%;
  height: 950px;
  z-index: 5;
  display: none; }

.contacts {
  position: relative;
  display: flex;
  justify-content: center; }
  .contacts .container {
    position: absolute;
    height: 100%;
    top: 0; }
  .contacts-content {
    width: 640px;
    float:left;
    padding-top: 15px;
    padding-bottom: 42px;
    border-radius: 10px;
    box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
    background-color: #ffffff;
    margin-top: 64px;
    position: relative;
    z-index: 10;
    padding-left: 35px;
    padding-right: 90px;
    box-sizing: border-box; }
    .contacts-content h2 {
      margin-bottom: 34px; }
      .contacts-content h2 .dash {
        margin-top: 13px; }
  .contacts-content_right{
    width: 310px;
    padding-top: 15px;
    padding-bottom: 42px;
    border-radius: 10px;
    box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
    background-color: #ffffff;
    margin-top: 64px;
    position: relative;
    z-index: 10;
    padding-left: 35px;
    padding-right: 90px;
    box-sizing: border-box;
    float:right;
  }
    .contacts-content_right h2 {
      margin-bottom: 34px; }
      .contacts-content h2 .dash {
        margin-top: 13px; }
  .contacts .item {
    display: flex;
    margin-bottom: 26px; }
    .contacts .item svg {
      min-width: 22px;
      min-height: 22px;
      width: 22px;
      height: 22px; }
    .contacts .item .text {
      margin-left: 18px; }
    .contacts .item .item-name {
      font-family: 'Roboto';
      font-size: 19px;
      font-weight: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.29px;
      text-align: left;
      color: #555555; }
    .contacts .item .item-val, .contacts .item .item-val a {
      font-family: 'Roboto';
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.19;
      letter-spacing: 0.71px;
      color: #555555;
      margin-top: 9px;
      font-size: 22px; }
    .contacts .item .item-val a {
      display: block; }
  .contacts .item:first-child .item-val {
    font-size: 23.5px; }
  .contacts .item.inst svg {
    margin-left: 17px; }
  .contacts button {
    width: 323px;
    height: 78px; }

.funnel{
  padding-top: 41px;
  padding-bottom: 76px;
}
.funnel-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.funnel-text{
  width: 50%;
  padding-top: 101px;
  position: relative;
}
.funnel-text p{
    font-family: 'Roboto';
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.58;
    color: #5e5e5e;
    margin-top: 18px;
    width: 65%;
}
.funnel-text h2 .dash{
  margin-top: 19px;
}

.funnel-photo{
  position: absolute;
  top: -55px;
  left: -403px;
  user-select: none;
}

footer {
  padding-top: 31px; }
  footer .footer-main {
    padding-bottom: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer .footer-logo {
    display: flex;
    align-items: center; }
    footer .footer-logo svg {
      width: 55px;
      height: 55px; }
    footer .footer-logo .text {
      font-size: 43px;
      font-weight: 800;
      font-style: oblique;
      letter-spacing: 2.15px;
      color: #505050;
      text-transform: uppercase;
      margin-left: 23px; }
      footer .footer-logo .text span {
        color: #ff6949; }
  footer .footer-copyright {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #767676; }
  footer .footer-policy .item {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #ffb80e;
    margin: 0 7px;
    text-decoration: underline;
    width:250px }
  footer .footer-dev {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0px;
    width: 100%;
    display: flex;
    justify-content: center; }
    footer .footer-dev a {
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 1.4px;
      text-align: center;
      color: #767676; }
      footer .footer-dev a span {
        color: #ff5e3c;
        border-bottom: 2px solid #ff5e3c; }

.form-popout.active {
  opacity: 1;
  visibility: visible; }

.form-popout {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease; }
  .form-popout .popout-content {
    position: relative;
    max-width: 95%; }
  .form-popout .close {
    position: absolute;
    right: 12px;
    top: 7px;
    cursor: pointer; }
    .form-popout .close svg {
      fill: #5f5f5f; }

#request_form_img .popout-content {
  display: flex;
  border-radius: 8px;
  overflow: hidden; }
  #request_form_img .popout-content .img-wrap {
    width: 600px;
    background-color: #fff;
    display: flex;
    justify-content: center; }
    #request_form_img .popout-content .img-wrap .form-img {
      height: 100%;
      width: auto; }
  #request_form_img .popout-content .request-form {
    border-radius: 0; }

@media (max-width: 1169px) {
  .container {
    width: 930px;
    padding-left: 20px;
    padding-right: 20px; }
  header .header-adres-text {
    width: 180px;
    margin-left: 12px;
    font-size: 28px; }
  header .header-phone-num svg {
    height: 20px;
    width: 20px;
    margin-right: 10px; }
  header .header-phone-num a {
    font-size: 37px;
    line-height: normal; }
  header .header-phone-call {
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.05;
    letter-spacing: 0.43px;
    color: #ffb400;
    margin-top: 9px;
    border-bottom: 1px solid #ffb400; }
  header .header-logo {
    margin-left: 0; }
    header .header-logo .logo {
      width: 50px;
      height: 50px; }
    header .header-logo .inst {
      margin-left: 14px; }
      header .header-logo .inst svg {
        height: 26px;
        width: 26px; }
    header .header-logo .text {
      font-size: 40px; }
  header.scrolled .header-adres-text {
    width: 160px;
    margin-left: 9.6px;
    font-size: 22.4px; }
  header.scrolled .header-phone-num svg {
    height: 16px;
    width: 16px;
    margin-right: 8px; }
  header.scrolled .header-phone-num a {
    font-size: 29.6px;
    line-height: normal; }
  header.scrolled .header-logo {
    margin-left: 0; }
    header.scrolled .header-logo .logo {
      width: 40px;
      height: 40px; }
    header.scrolled .header-logo .inst {
      margin-left: 11.2px; }
      header.scrolled .header-logo .inst svg {
        height: 22.8px;
        width: 22.8px; }
    header.scrolled .header-logo .text {
      font-size: 32px; }
  .offer .photo {
    left: -372px;
    top: -65px;
    width: 975px;
    height: auto; }
  .offer .device {
    right: -378px;
    top: -57px;
    width: 925px;
    height: auto; }
  .offer .ellipses {
    top: 332px;
    left: 50%; }
  .offer-content-main {
    font-size: 55px; }
  .features-item, .features-item.fast {
    width: 24%; }
    .features-item .text .desc, .features-item.fast .text .desc {
      width: 90%;
      font-size: 15px; }
  .places-content {
    justify-content: space-around; }
    .places-content .item {
      margin-right: 0; }
  .steps {
    background-size: cover; }
    .steps-photo {
      width: 33.3%;
      position: relative; }
      .steps-photo .photo {
        width: 650px;
        height: auto;
        margin-top: 60px; }
      .steps-photo .ellipses {
        top: 350px;
        left: 235px; }
        .steps-photo .ellipses .ellipse-1 {
          width: 621.6px;
          height: auto; }
        .steps-photo .ellipses .ellipse-2 {
          width: 521.6px;
          height: auto; }
        .steps-photo .ellipses .ellipse-3 {
          width: 444px;
          height: auto; }
  .questions .request-form {
    margin-top: 0px; }
  .questions-content {
    width: 50%; }
  footer .footer-logo .text {
    font-size: 33px;
    margin-left: 15px; }
  footer .footer-copyright {
    font-size: 13px; }
  footer .footer-policy .item {
    font-size: 12px; }
  #request_form_img .popout-content .img-wrap {
    width: 300px; }
    .funnel-content{
      flex-direction: column;
    }
    .funnel-text{
      width: 65%;
    }
    .funnel-text p{
        width: 80%;
    }
    .funnel-photo{
      left: -330px;
    }
    .funnel form{
      margin: auto;
      margin-top: 40px;
    }
   }

@media (max-width: 969px) {
  .container {
    width: 720px;
    padding-right: 15px;
    padding-left: 15px; }
  header .header-adres-text {
    width: 160px;
    margin-left: 9.6px;
    font-size: 22.4px; }
  header .header-phone-num svg {
    height: 16px;
    width: 16px;
    margin-right: 8px; }
  header .header-phone-num a {
    font-size: 29.6px;
    line-height: normal; }
  header .header-logo {
    margin-left: 0; }
    header .header-logo .logo {
      width: 40px;
      height: 40px; }
    header .header-logo .inst {
      margin-left: 11.2px; }
      header .header-logo .inst svg {
        height: 20.8px;
        width: 20.8px; }
    header .header-logo .text {
      font-size: 32px; }
  .offer .photo {
    left: -250px;
    top: -65px;
    width: 750px; }
  .offer .device {
    right: -230px;
    width: 700px; }
  .offer .ellipses {
    top: 332px;
    left: 50%; }
  .offer-content-garanty {
    font-size: 27px; }
  .offer-content-main {
    font-size: 55px;
    width: 70%; }
    .offer-content-main .decor {
      display: block;
  }
  .offer-content-form {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px; }
    .offer-content-form .form-content {
      flex-direction: column;
      align-items: center; }
    .offer-content-form button {
      margin-left: 0;
      margin-top: 25px; }
    .offer-content-form .form-accept .text {
      width: 245px; }
  .offer .mouse {
    position: relative;
    left: calc(50% - 42px);
    margin-top: 49px;
    user-select: none;
    cursor: pointer; }
  .ellipses .ellipse-1 {
    width: 621.6px;
    height: auto; }
  .ellipses .ellipse-2 {
    width: 521.6px;
    height: auto; }
  .ellipses .ellipse-3 {
    width: 444px;
    height: auto; }
  .features {
    justify-content: space-around; }
    .features-item, .features-item.fast {
      width: 45%;
      margin-bottom: 35px; }
      .features-item .text .desc, .features-item.fast .text .desc {
        font-size: 15px; }
        .problems-tabs{
          display: flex;
          flex-wrap: wrap;
          width: 50%;
          min-width: 50%;
          align-content: flex-start;
        }
        .problems-tab{
          box-sizing: border-box;
          padding-right: 15px;
          padding-left: 15px;
        }
        .problems-tab-icon{
          height: 75px;
          width: 75px;
        }
        .problems-tab-icon-wrap{
          height: 64px;
          width: 64px;
        }
        .problems-tab-text{
          font-size: 22px;
          padding-left: 10px;
          padding-right: 10px;
        }
        .problems-text h3{
          font-size: 24px;
        }
        .problems-text h4{
          font-size: 20px;
        }
        .problems-text {
          font-size: 13px;
        }
  .places-content {
    justify-content: space-around;
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
    .places-content .item {
      margin-right: 0; }
  .steps h1 {
    width: 100%;
    text-align: center; }
    .steps h1 .dash {
      margin-right: auto;
      margin-left: auto; }
  .steps .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative; }
  .steps-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .steps-photo {
    margin-top: 0;
    width: 100%; }
    .steps-photo .photo {
      right: 0;
      margin-top: 10px; }
    .steps-photo .ellipses {
      left: 50%; }
  .steps-clouds {
    bottom: -15px; }
  .questions h1 {
    width: 100%;
    text-align: center; }
    .questions h2 .dash {
      margin-right: auto;
      margin-left: auto; }
  .questions-content {
    width: 100%; }
  .questions .request-form {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto; }
  footer .footer-main {
    flex-direction: column;
    align-items: center; }
  footer .footer-policy {
    margin-top: 15px;
    margin-bottom: 15px; }
  footer .footer-logo svg {
    fill: #ff6949; }
  h1 {
    font-size: 58px; }
  h1.small {
    font-size: 52px; }
  #request_form_img .popout-content {
    width: 445px;
    max-width: 100%;
    flex-direction: column; }
    #request_form_img .popout-content .close svg {
      fill: #000; }
    #request_form_img .popout-content .img-wrap {
      width: auto;
      height: 100px;
      align-items: center; }
      #request_form_img .popout-content .img-wrap .form-img {
        width: 100%;
        height: auto; }
    #request_form_img .popout-content .request-form {
      border-radius: 0; } 
      .quiz-block .quiz-block-tabs .tab {
        font-size: 15px;
        width: 15%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .quiz-block-content-img{
      max-width: 100%;
      width: 100%;
    }
    .quiz-block-content-img span{
      font-size: 13px;
    }
    .quiz-block-bonus{
      padding-bottom: 90px;
      max-height: 600px;
      padding-right: 10px;
      padding-left: 10px;
    }
    }

.privacy-text {
  margin-top: 140px;
  font-family: 'Roboto';
  font-style: normal;
 }

@media (max-width: 749px) {
  .container {
    width: 510px;
    padding-left: 10px;
    padding-right: 10px; }
  header .header-adres {
    display: none; }
  header .header-logo .logo {
    fill: #ff6949; }
  header .header-phone-call {
    font-size: 15px;
    margin-top: 5px; }
  header .header-phone-num svg {
    fill: #ff6949; }
  .offer {
    padding-top: 200px;
    padding-bottom: 75px; }
    
    .offer .container {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .offer .photo {
      display: none; }
    .offer .device {
      position: relative;
      right: 0;
      top: 0;
      order: 3;
      width: 100%;
      display: none; }
    .offer .ellipses {
      top: 50%;
      left: 50%; }
    .offer-content {
      order: 2;
      margin-top: -60px; }
      .offer-content-main {
        width: 100%;
        font-size: 50px; }
      .offer-content .photo {
        width: 150%;
        position: relative;
        top: 0;
        left: 20%;
        max-width: 615px;
        display: block; }
      .offer-content-form {
        margin-top: -150px;
        position: relative;
        z-index: 2; }
        .offer-content-form .form-desc{
          padding: 0 5px;
        }
    .offer .ellipses .ellipse-1 {
      width: 466.2px;
      height: auto; }
    .offer .ellipses .ellipse-2 {
      width: 391.2px;
      height: auto; }
    .offer .ellipses .ellipse-3 {
      width: 333px;
      height: auto; }
    .offer .mouse {
      display: none; }
      .problems-tabs, .problems-text{
        width: 100%;
      }
      .problems-content{
        flex-wrap: wrap;
      }
      .problems-tab{
        width: 25%;
        height: 160px;
      }
      .problems-tab-text{
        font-size: 15px;
      }
      .problems-tab:last-child{
        width: 50%;
      }
      .problems-text{
        padding-left: 10px;
      }
  .steps-content {
    justify-content: center; }
    .steps-content .item {
      width: 70%;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .steps-content .item .step {
        right: 85px; }
      .steps-content .item .text .desc {
        padding-right: 0; }
  .steps-photo .photo {
    width: 100%; }
  .steps-clouds {
    bottom: -50px; }
  #map-desktop {
    display: none; }
  #map-mobile {
    display: block;
    margin-bottom:300px;
  }
  .contacts-content {
    width: 100%;
    padding-right: 40px;
    margin-right: auto;
    float:none;
    margin-left: auto; }
  h1 {
    font-size: 30px; }
  h2{
    font-size: 28px;
    line-height: 1.2;
  }
  h1.small {
    font-size: 42px; }
    .quiz-block-info{
      flex-wrap: wrap;
    }
    .quiz-block-info form{
      width: 100%;
      margin-bottom: 25px;
    }
    .quiz-block-bonus{
      min-width: 225px;
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      box-sizing: border-box;
    }
    .quiz-block-bonus ul li:last-of-type:after{
      display: none;
    }
    .quiz-block .quiz-block-tabs{
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .quiz-block .quiz-block-tabs .tab{
      width: 25%;
      margin-bottom: 15px;
      font-size: 12px;
    }
    .funnel-text{
      width: 100%;
    }
    .funnel-text p{
        font-size: 16px;
    }
    .funnel-photo{
      position: absolute;
      top: 0px;
      left: -103px;
      user-select: none;
      width: 1200px;
      height: auto;
      z-index: -1;
    }
    h2.small{
      font-size: 32px;
    }
    .photo-dezinsector{
      display: none;
    }
   }

@media (max-width: 529px) {
  .container {
    width: 410px; }
  .contacts-content {
      width: 350px;
      float:left;
      padding-top: 15px;
      padding-bottom: 42px;
      border-radius: 10px;
      box-shadow: 0px 22px 62px 0 rgba(34, 34, 34, 0.12);
      background-color: #ffffff;
      margin-top: 64px;
      position: relative;
      z-index: 10;
      padding-left: 35px;
      padding-right: 90px;
      box-sizing: border-box; }

  footer  .container {
      width: 410px; }
  header .header-logo .text, header.scrolled .header-logo .text {
    font-size: 27px; }
  header .header-phone-num a, header.scrolled .header-phone-num a {
    font-size: 22px; }
  header .header-phone-call, header.scrolled .header-phone-call {
    font-size: 13px; }
  .offer {
    padding-top: 175px; }
    .offer .photo {
      width: 130%; }
    .offer-content {
      margin-top: -25px; }
      .offer-content-garanty {
        padding: 8px 12px;
        font-size: 25px; }
      .offer-content-main {
        font-size: 45px;
        line-height: 1.1;
        margin-top: 10px; }
        .offer-content-desc{
          font-size: 20px;
          line-height: 1.5;
      }
      .offer-content-form .form-title {
        font-size: 30px; }
      .offer-content-form input {
        height: 65px;
        font-size: 17px; }
    .offer .ellipses .ellipse-1 {
      width: 349.65px;
      height: auto; }
    .offer .ellipses .ellipse-2 {
      width: 293.4px;
      height: auto; }
    .offer .ellipses .ellipse-3 {
      width: 249.75px;
      height: auto; }
  .features-item, .features-item.fast {
    width: 75%;
    margin-bottom: 35px; }
    .features-item .text .desc, .features-item.fast .text .desc {
      font-size: 15px; }
      .problems-tab-icon{
        height: 55px;
        width: 55px;
      }
      .problems-tab-icon-wrap{
        height: 44px;
        width: 44px;
      }
      .problems-tab{
        width: 33%;
        height: 130px;
      }
      .problems-tab:last-child{
        width: 100%;
      }
  .places-content {
    justify-content: center; }
    .places-content .device {
      left: 0;
      width: 100%;
      height: auto; }
  .questions .request-form {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2.5%;
    padding-left: 2.5%; }
  .questions-content .item {
    padding-left: 10px;
    padding-right: 10px; }
    .questions-content .item .question {
      padding-top: 5px;
      align-items: center; }
      .questions-content .item .question .text {
        padding-top: 10px;
        font-size: 15px;
        max-width: 80%;
        padding-bottom: 10px; }
      .questions-content .item .question button {
        min-width: 35px;
        min-height: 35px;
        width: 35px;
        height: 35px; }
    .questions-content .item .answer {
      font-size: 14px; }
  .request-form .title, .quiz .title {
    font-size: 30px; }
  .request-form .desc {
    font-size: 13px;
    padding: 0; }
  .request-form input, .quiz form .input {
    height: 60px;
    font-size: 14px; }
    .quiz form .input{
      width: 100%;
    }
  .request-form button, .quiz .btn {
    height: 60px; }
  .request-form .form-accept .text, .quiz .form-accept .text{
    font-size: 13px;
    width: 201px; }
  .request-form .form-contact .call {
    font-size: 14px; }
  .request-form .form-contact .number {
    font-size: 28px; }
  .contacts-content {
    padding-right: 10px;
    padding-left: 10px; }
    .contacts-content .item .item-name {
      font-size: 15px; }
    .contacts-content .item .item-val, .contacts-content .item .item-val a {
      font-size: 16px; }
    .contacts-content .item:first-child .item-val {
      font-size: 16px; }
    .contacts-content button {
      max-width: 100%; }
      .quiz form label{
        width: 48.5%;
        margin-bottom: 15px;
      }
      .quiz form .quiz-block-text label{
        width: 100%;
      }
      .quiz-buttons{
        flex-direction: column;
      }
      .quiz form button.quiz-prev{
        order: 2;
        margin-top: 15px;
      }
      .funnel-photo{
        display: none;
      }
      .funnel-text h1 .dash{
        margin-left: auto;
        margin-right: auto;
      }
      .funnel-text h1,.funnel-text p{
        text-align: center;
        width: 100%;
      }
     }

@media (max-width: 429px) {
  .container {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
    box-sizing: border-box; }
  header, header.scrolled {
    flex-wrap: wrap;
    padding: 10px 0; }
    header .header-logo .text, header.scrolled .header-logo .text {
      font-weight: 500;
      margin-left: 5px;
      letter-spacing: 1px; }
    header .header-logo svg, header.scrolled .header-logo svg {
      height: 35px;
      width: 35px; }
    header .header-phone-num a, header.scrolled .header-phone-num a {
      font-size: 21px; }
  .offer {
    padding-top: 145px;
}
  .offer-content-main {
    font-size: 34px; }
  .request-form{
    max-width: 385px;
  }
  .offer-content-form button {
    height: 64px; }
  .offer-content-form .form-title {
    font-size: 25px; }
  .offer-content-form input {
    height: 58px;
    font-size: 13px; }
  .offer-content-form .form-accept .text {
    font-size: 11.5px; }
  .btn svg {
    margin-left: 23px; }
  .btn span {
    font-size: 22px; }
  .btn span {
    font-size: 22px; }
  .btn svg {
    margin-left: 10px; }
  .steps-content .item .text .title {
    font-size: 28px; }
  .steps-content .item .text .desc {
    font-size: 14px; }
  .steps-photo .ellipses {
    left: 50%;
    top: 65%; }
  .steps-photo .ellipses .ellipse-1 {
    width: 310.8px;
    height: auto; }
  .steps-photo .ellipses .ellipse-2 {
    width: 260.8px;
    height: auto; }
  .steps-photo .ellipses .ellipse-3 {
    width: 222px;
    height: auto; }
  footer .footer-policy {
    text-align: center;
    display: flex;
    flex-direction: column; }
    footer .footer-policy .item {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; } }

@media (max-width: 389px) {
    .offer {
    padding-top: 95px;
}
  header, header.scrolled {
    justify-content: center; }
    header .header-phone, header.scrolled .header-phone {
      position: absolute;
      width: 100vw;
      left: 0;
      top: 99%;
      align-items: center;
      margin-top: 0;
      background-color: #fff;
      padding: 10px 0;
      display: none;
      text-align: center; }
      header .header-phone-call, header.scrolled .header-phone-call {
        width: max-content;
        margin-left: auto;
        margin-right: auto; }
    header .header-wrap, header.scrolled .header-wrap {
      align-items: center; }
  .burger-btn {
    position: relative;
    z-index: 500;
    margin-left: 20px;
    background-color: transparent;
    display: flex;
    width: 25px;
    height: 27px;
    cursor: pointer; }
    .burger-btn .dash {
      margin-top: auto;
      margin-bottom: auto;
      height: 3px;
      background-color: #ff6949;
      width: 100%;
      box-shadow: 0 17px 43px 3px rgba(255, 81, 0, 0.35);
      position: relative;
      transition: 0.3s; }
      .burger-btn .dash:after {
        content: '';
        height: 3px;
        background-color: #ff6949;
        width: 100%;
        left: 0;
        top: 7px;
        position: absolute;
        transition: 0.2s; }
      .burger-btn .dash:before {
        content: '';
        height: 3px;
        background-color: #ff6949;
        width: 100%;
        left: 0;
        top: -7px;
        position: absolute;
        transition: 0.3s; }
  .burger-btn.active .dash:after {
    transform: rotate(135deg);
    top: 0;
    box-shadow: 0 17px 43px 3px rgba(255, 81, 0, 0.35); }
  .burger-btn.active .dash:before {
    top: 0;
    box-shadow: 0 17px 43px 3px rgba(255, 81, 0, 0.35);
    transform: rotate(45deg); }
  .burger-btn.active .dash {
    box-shadow: none;
    background-color: transparent; }
  .funnel-form{
    width:100%;}
}

@media (max-width:375px) {
  .request-form{
    max-width: 320px;
  }
  .request-form input{
    width: auto;
  }
}

.pulse {
  -webkit-animation: 1s linear 0s infinite alternate animate;
  -moz-animation: 1s linear 0s infinite alternate animate;
  -o-animation: 1s linear 0s infinite alternate animate;
  animation: 1s linear 0s infinite alternate animate; }

@media (max-height: 700px) {
  .form-popout {
    overflow-y: scroll;
    align-items: flex-start; }
    .form-popout .popout-content {
      margin-top: 20px; } }


@-webkit-keyframes animate {
  from {
    opacity: 0.15; }
  to {
    opacity: 0.65; } }

@-moz-keyframes animate {
  from {
    opacity: 0.15; }
  to {
    opacity: 0.65; } }

@-o-keyframes animate {
  from {
    opacity: 0.15; }
  to {
    opacity: 0.65; } }

@keyframes animate {
  from {
    opacity: 0.15; }
  to {
    opacity: 0.65; } }

@-webkit-keyframes blick {
  0% {
    left: -30%; }
  30% {
    left: 150%; }
  100% {
    left: 150%; } }

@-moz-keyframes blick {
  0% {
    left: -30%; }
  30% {
    left: 150%; }
  100% {
    left: 150%; } }

@keyframes blick {
  0% {
    left: -30%; }
  30% {
    left: 150%; }
  100% {
    left: 150%; } }
