@font-face {
  font-family: 'Madetheartistsans';
  src: url('../fonts/Madetheartistsans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firasansregular';
  src: url('../fonts/Firasansregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    font-family: Firasansregular;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 40px;
    margin-top: 0;
    font-family: Lato,sans-serif;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1.2!important;
    font-weight: bold;
  }
  h2 {
    font-size: 40px!important;
    margin: 0.3em 0;
    letter-spacing: 1px;
    font-family: Lato,sans-serif;
    letter-spacing: -0.01em;
    line-height: 1!important;
    font-weight: normal;
  }
  h3 {
    font-size: 28px;
    margin: 0.3em 0;
    letter-spacing: 1px;
    font-family: Lato,sans-serif;
    letter-spacing: -0.01em;
    line-height: 1!important;
    font-weight: normal;
  }
  h4 {
    font-size: 1.2rem;
    letter-spacing: 1px!important;

  }
  p{
    font-size: 20px;
  }
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  p{
    margin-bottom: 0!important;
  }
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus, .form-control {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

*:focus {outline:none !important}


.slick-slide{text-align: center;}
.slick-prev:before, .slick-next:before{
font-size: 40px;
color: #ffa091;
opacity:0.5;
}
.slick-slide{
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #ffa091;
    opacity: 0.5;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #47721C!important;
    font-size: 10px!important;
}
.slick-dots li button:before {
    font-size: 8px!important;
}
.phone_container a{
	-webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #2c851c;
  font-size: 18px;
  text-decoration: none;
}
.hero-button.wide {
  background: #fd9c00;
  cursor: pointer!important;
}
.slide-item:focus{
border:none;
}
.slick-prev:before, .slick-next:before{
font-size: 40px;
color: #fff;
opacity:0.8;
}
.slick-next{
right: 60px;
z-index: 9;
}
.slick-prev{
left: 60px;
z-index: 9;
}
.slick-dots button {
    font-size: 0;
  }


.container{
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
    }

header{
    position: fixed;
    z-index: 5;
    width: 100%;
    min-height: 60px;
    z-index: 999;
  }

nav{
  background: #325cbd;
  color: #fff;
  font-family: Firasansregular;
  padding-top: 5px;
  padding-left: 20px;
}
nav a{
  color: #fff;
  text-decoration: none;
}
nav a:hover{
  color: #fff;
}
.nav-link{
  color: #fff!important;
}
.nav-item{
  padding-right: 10px;
}
.nav-contact{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nav-contact-quiz{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu-top__phone{
  padding-right: 15px;
  margin-top: 0;
}
.nav-menu{
  display: flex;
  justify-content: center;
}
.menu-content{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}

.phone-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 55px;
  color: #fff;
  background: #4e8716;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 55px;
  font-size: 35px;
}
.phone-link_quiz{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 55px;
  color: #fff;
  background: #4e8716;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 35px;
}
.hamburger{
  width: 40px;
  height: 55px;
}
.home{
/*  background-image: url(../img/img-home.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.home-quiz{
 /* background-image: linear-gradient(78deg,#6d9cc5,#0d2f4e);*/
background: #6D9DC6;
background: -webkit-radial-gradient(bottom right, #6D9DC6, #FEC86E);
background: -moz-radial-gradient(bottom right, #6D9DC6, #FEC86E);
background: radial-gradient(to top left, #6D9DC6, #FEC86E);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.wrap-home{
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: space-between;
}
.info{
  margin-top: 30px;
  color: #fff;
  border-left: 1px solid #6c824d;
  padding-left: 15px;
}
.info-heading-h3{
  font-family: Madetheartistsans;
}
.home-content{
  width: 60%;
}

.logo-quiz img{
  width: 130px;
}
.info-2{
  color: #9cb57a;
  font-size: 16px;
}
.message{
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-align: right;
}
.message a{
  transition: all 400ms ease;
}
.message p{
  font-size: 16px;
}

.message a:hover{
  color: #b7d8f7;
}
.home-content-text{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
}
.home-content-services{
  width: 50%;
  display: flex;
  padding: 20px 0;
}
.home-content-services-icon{
  width: 20%;
  padding-right: 10px;
}
.home-content-services-icon i{
  font-size: 42px;
}
.descript-home{
  color: #fff;
}

.home-content-text_pr{
  color: #333;
}
.info-heading-h3{
  font-size: 24px;
}

.comfortable{
  padding: 7vh 20px 7vh 20px;
}
.comfortable-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.comfortable-text{
  width:75%;
  font-size: 20px;
  padding-top: 20px;
}
.comfortable-img{
  width:50%;
  display: flex;
  ustify-content: flex-end;
}
.comfortable-img img{
  width: 100%;
}
.home-content-video{
  display: flex;
  justify-content: flex-end;
  width: 40%;
  height: 100%;
  padding-right: 20px;
}
.home-content-video-block{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-content-video img{
  width: 80%;
  position: absolute;
  bottom: 45px;
}
.comfortable-text-min{
  color: #FF5516;
  font-family: Madetheartistsans;
  font-size: 14px;
  text-transform: uppercase;
}
.district{
  padding: 7vh 20px 7vh 20px;
  background: linear-gradient(180deg, #528C19 0%, #3E720A 100%);
}
.district-content{
  text-align: center;
}
.district-icon{
  padding-bottom: 10px;
}
.district-icon img{
  width: 35px;
}

.dogovor-wrap{
  padding: 3vh 20px 3vh 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dogovor{
  width: 49%;
  height: 50px;
  background-color: #eee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dogovor i{
  padding-right: 10px;
}
.dogovor a{
  text-decoration: none;
  transition: 200ms all ease;
}
.dogovor a:hover{
  color: #ff9d00;
}
.descriptor{
    width: 182px;
    /* border-left: 1px solid #fff; */
    padding-left: 20px;
    color: #fff;
    /* line-height: 1.2; */
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    height: 32px;
    align-items: flex-end;
    position: relative;
}
.descriptor::after{
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  height: 36px;
  left: 10px;
  display: block;
}
.help{
  padding: 7vh 20px 7vh 20px;
  background: #EFF8EC;
}
.help-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.help-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}
.help-box{
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.help-text{
  font-size: 18px;
}
.help-img{
  padding-bottom: 20px;
}

.p-bold{
  font-weight: bold;
}
.comfortable-text_work{
  padding-top: 0;
}
.comfortable-box{
  padding-bottom: 15px;
}
.btn-menu_center{
  margin: 20px auto;
}

.price{
  padding: 7vh 20px 7vh 20px;
  text-align: center;
}
.price-item{
  width: 25%;
  text-align: center;
  position: relative;
}
.price-block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}
.price-item-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #528C19 0%, #3E720A 100%);
  position: absolute;
  z-index: 9;
  top: 0;
  right: 50px;
  color: #fff;
  font-family: Madetheartistsans;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
}
.price-text{
  font-weight: 600;
  font-size: 20px;
  color: #FF5516;
  line-height: 2;
}

.chart{
  background: #EFF8EC;
  padding: 7vh 20px 7vh 20px;
}
.chart-content{
  display: flex;
  flex-direction: row;
}
.chart-content-text{
    width: 50%;
}
.chart-content-img{
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.chart-content-block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.chart-content-box{
  width: 50%;
  padding: 0 10px 0 0;
}
.chart-content-block{
  padding-top: 15px;
}
.chart-desc{
  padding-top: 10px;
}
.chart-content-img img{
  width: 90%;
}


.addservices{
  padding: 7vh 20px 7vh 20px;
  background: linear-gradient(180deg, #528C19 0%, #3E720A 100%);
  color: #fff;
}
.addservices-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.addservices-content h2{
  text-align: center;
}
.addservices-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
}
.addservices-box{
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}
.addservices-text{
  font-size: 18px;
  padding-top: 10px;
}
.addservices-img{
  padding-bottom: 20px;
  width: 100%;
}

.reviews{
  padding: 7vh 20px 7vh 20px;
  text-align: center;
}
.reviews-slider-item{
  border: 2px solid #E0E0E0;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  margin: 0 20px;
}
.reviews-slider{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.comfortable-text{
  padding-top: 10px;
}

.p-bold_adetheartistsans{
  font-family: 'Madetheartistsans';
  text-align: left;
}
.comfortable-text_sl{
  width: 100%;
 }
.quiz{
  padding: 7vh 20px 7vh 20px;
  background: #EFF8EC;
}
.quiz-content{
  text-align: center;
}
.comfortable-text_quiz{
  margin: 0 auto;
}

.loscut{
  padding: 10vh 20px 10vh 20px;
  background-image: url(../img/loscut.png);
}
.loscut-content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
.loscut-block{
  background: #FFFFFF;
  box-shadow: 0px 6px 32px rgba(57, 93, 17, 0.1);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}
.phone{
  padding-top: 20px;
  color: #FF5516;
  font-size: 28px;
}
.phone a{
  text-decoration: none;
}
.loscut-block a:hover{
  color: #c73d09!important;
}
.map{
  height: 400px;
}

footer{
  background: #393939;
  color: #9fbbfb;
  padding-left: 20px;
  padding-right: 20px;
}
/*.footer-top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}*/
.footer-text{
  width: 33%;
  text-align: center;
}
.footer-text a{
  color: #9fbbfb;
}
.footer-top-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 40px 0;
}
.footer-bottom-content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 40px 0;
}
.footer-icon-text{
  width: 70%;
}
 .footer-block-icon{
  width: 60%;
 }
.footer-block-icon{
  display: flex;
  flex-direction: row;
}
.footer-block-icon img{
  width: 50px;
  height: 50px;
}
.footer-block-icon_end img{
  width: 150px;
  height: 50px;
}
footer p{
  font-size: 16px;
}
.footer-icon-text{
  padding-left: 10px;
}
.footer-icon{
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-icon_1{
  background-image: url(../img/assotiation2.png);

}
.footer-icon_2{
  background-image: url(../img/assotiation.png);

}
.footer-icon_3{
  background-image: url(../img/googleplay.jpg);
  width: 100px;
  height: 30px;
}
.home-content-services_modal{
  text-decoration: none;
  transition: all ease 400ms;
  color: #fff;
}
.home-content-services_modal:hover{
  color: #444;
}
/*quiz*/
.owl-prev.disabled, .owl-next.disabled {display:none;}
.owl-carousel .owl-stage-outer{
height: 330px;
}
.owl-carousel {
  display: block;
}
.text-block-64 {
  color: hsla(0, 0%, 100%, 0.74);
  text-decoration: none;
}
.heading-59 {
  font-size: 18px;
}
.div-block-328 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form1{
  position: relative;
}
.quiz-form {
  display: block;
  overflow: hidden;
  height: 490px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-block-2 {
  height: auto;
  margin-bottom: 0px;
  padding: 20px;
}
.quiz-section {
  margin-top: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  box-shadow: 0 15px 100px 0 rgb(0 0 0 / 15%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.text-num{color:#ff5516;}
.question-title {
  display: inline-block;
  max-width: 680px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Madetheartistsans, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 400;
  text-transform: none;
  padding-top: 20px;
}
.question-title._2 {
  max-width: 610px;
}
.radiobuttonwrapper {
  margin-top: 30px;
  margin-bottom: 31px;
}
.quizbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33%;
  height: 55px;
  max-width: 220px;
  margin: 5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  cursor: pointer;
}

.quizbox:hover {
  z-index: 1;
  box-shadow: 0 15px 100px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.quizbox:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.quizbox.half {
  width: 45%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quizbox.half.quizbox-sl4 {
  width: 45%;
  cursor: pointer;
}

.quizbox.wide {
  width: 30%;
  height: 55px;
  max-width: 350px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}

.quizbox.wide.quiz-input {
  height: auto;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 46, 46, 0.55);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.check.activated {
  background-color: #FF5516;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.check.activated:active {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.check.activated:focus {
  width: 29px;
  height: 30px;
}

.radiobuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 20px auto 5px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radiobuttonwrapper._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radiobuttonwrapper._3 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.numbers {
  display: block;
  overflow: visible;
  margin-top: 3px;
}

.quiz-form {
  display: block;
  overflow: hidden;
  height: 420px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.number-box {
  display: inline-block;
  overflow: hidden;
  height: 18px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.question-title {
  display: inline-block;
  max-width: 680px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Madetheartistsans, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 400;
  text-transform: none;
  padding-top: 20px;
}
.radio-button-hide {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding-right: 9px;
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
    .progress {
      background-image: linear-gradient(to right, #ff2e2e, #ff2e2e);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size .4s ease;
    }
    
    .check {
      opacity: 0
    }
    
    .check.activated {
      opacity: 1
    }
    
    *:focus {
      outline: none!important
    }
.success-message {
    margin: 50px auto 60px;
    width: 91%;
    padding: 70px 50px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 11px 60px 0 rgb(0 0 0 / 10%);
    color: #000;
}

.w-form-done{
  position: absolute;
  top: 20px;
  display:none;
  padding:20px;
  text-align:center;
  background: rgb(2,217,0);
  background: linear-gradient(90deg, rgba(2,217,0,1) 0%, rgba(124,236,0,1) 66%, rgba(251,254,0,1) 100%);
}
.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}
.owl-next{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 55px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff!important;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #4c721d!important;
    color: #4c721d!important;
}

.owl-prev{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 55px;
    margin-top: 0px;
    margin-right: 10px;
    padding: 20px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: none;
    border: 1px solid #ff5516!important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #ff5516!important;
    font-size: 18px;
    line-height: 22;
    text-decoration: none;
    cursor: pointer;
}
.owl-nav{
  display: flex;
    height: 40%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 99;
}
.owl-prev.disabled, .owl-next.disabled {display:none;}
.owl-carousel .owl-stage-outer{
height: 330px;
}
.text-num{color:#ff5516;}
.check img {
    display: block;
    width: 60%!important;
}
.w-input{
  height: 55px!important;
}
.hero-button {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 5px;
  background: #f99900
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  text-decoration: none;
}

.hero-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.hero-button:active {
  box-shadow: 0 5px 10px 0 rgba(173, 0, 0, 0.37);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero-button.wide {
  width: 100%;
  border: none;
}
.submit_btn{
  width: 190px!important;
}
.field-label {
  font-size: 9px;
  line-height: 1.5em!important;
  text-align: left;
}
.text-field-3 {
    height: 40px!important;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}
.w-input, .w-select {
    display: block;
    width: auto;
    height: 38px;
    padding: 8px 12px;
    margin: 15px auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.div-block-137 {
  display: inline-block;
  padding: 25px 19px;
  border-radius: 7px;
  background-color: #fff;
}
.text-block-46 {
  font-family: Madetheartistsans, sans-serif;
  color: #f00000;
  font-size: 18px;
  font-weight: 400;
}
.text-span-37 {
  color: #f60c1b;
}
.div-block-137>label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    line-height: 0.5;
}
.slide-text{
  color: #333;
}
.quizbox.wide {
    width: 30%;
    height: 55px;
    max-width: 350px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
}
.checkbox-field {
    display: block;
    max-width: 240px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    color: #bdbdbd;
}
.slide1-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
}

.slide2-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide3-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide4-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slide5-items {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.slide6-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide7-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slide-desc{
  color: #333;
}
/*quiz*/

/*modal*/
.modal_div2 {
  width: 50%;
  height: auto!important;
  margin: 0 auto;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  top: 10%!important;
  left: 25%;
  display: none;
  opacity: 0;
  z-index: 999999;
  padding: 20px 10px;
  overflow: auto;
  color: #444;
}
.modal_div {
    width: 50%;
    height: 80vh;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    top: 10%!important;
    left: 25%;
    /* margin-top: -150px; */
    /* margin-left: -150px; */
    display: none;
    opacity: 0;
    z-index: 999999;
    padding: 20px 10px;
    overflow: auto;
    color: #444;
}


/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_close {
   width: 21px;
   height: 21px;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   display: block;
   color: #777;
}
/* Пoдлoжкa */
#overlay {
   z-index: 999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
   position:fixed; /* всегдa перекрывaет весь сaйт */
   background-color:#333; /* чернaя */
   opacity:0.8; /* нo немнoгo прoзрaчнa */
   -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
   filter:alpha(opacity=80);
   width:100%;
   height:100%; /* рaзмерoм вo весь экрaн */
   top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
   left:0;
   cursor:pointer;
   display:none; /* в oбычнoм сoстoянии её нет) */
}
.wide-modal{
  width: auto!important;
}
.form-modal{
  text-align: center;
}
/*end modal*/

/*menu*/
.hamburger{
  background: #ff5516;
  position: absolute;
  top: 0;
  width: 55px;
  right: 0px;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: #ffffff;
  border: 0;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  height: 66px;
  z-index: 999;
}
.cross{
  background: none;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 15px 17px 0px 17px;
  color: #fff;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 999;
}
.menu{
  z-index: 999;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%!important;
  background: #333;
  position: absolute;
  text-align: center;
  font-size: 12px;
  left: 0;
  top: 65px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.menu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #5f5f5f 1px solid;
}
.menu li:hover{
  display: block;
  background: #ffffff;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}
.menu ul li a {
  text-decoration:none;
  margin: 0;
  color:#666;
}
.menu ul li a:hover {  
  color: #666;
  text-decoration: none;
}
.menu a{
  text-decoration: none;
  color: #666;
}
.menu a:hover{
  text-decoration: none;
  color: #666;}

.glyphicon-home{
  color: white; 
  font-size: 1.5em; 
  margin-top: 5px; 
  margin: 0 auto;
}
header{
  display: inline-block;
}



.navbar-nav{
  display: flex;
  list-style: none;
}
/*end menu*/
.footer-icon-text_mb0{
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
.home{
  padding-left: 20px;
}
.reviews {
  padding: 7vh 20px 7vh 20px;
  text-align: center;
  width: 88%;
  margin: 0 auto;
}
}

@media screen and (max-width: 991px) {
  .home-content {
    width: 65%;
}
  .home-content-video {
    width: 35%;
}
  h1 {
    font-size: 30px;
  }
.slick-next {
    display: none!important;
}
.slick-prev {
  display: none!important;
}

.hamburger-wrap{
  display: block!important;
}

.phone-icon{
  display: block!important;
}
.help-box {
    width: 100%;
}
.help-block-right{
  padding-left: 20px;
}
.help-block-right{
  display: flex;
  flex-direction: column;
}
.help-box{
  display: flex;
  flex-direction: row;
}
.navbar-nav {
  align-items: center;
}
.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
}
.addservices-img {
    width: 40%;
}
  }

@media screen and (max-width: 767px) {
.comfortable-content {
  flex-direction: column;
}
.chart-content {
  flex-direction: column;
}
.chart-content-box {
  width: 100%;
}
.chart-content-text {
  width: 100%;
}
.chart-content-img {
  width: 60%;
  margin: 20px auto;
}
.quizbox{
  height: 40px;
  width: 45%;
  font-size: 14px;
}
.quizbox.wide {
  height: 40px;
}
 .chart-content-img img {
    width: 100%;
    height: 150px;
}
h2 {
  font-size: 30px!important;
  letter-spacing: 1px;
}
.footer-block-icon {
    width: 100%;
    padding-bottom: 10px;
}
.home{
  padding-left: 20px;
}
.price-item {
    width: 50%;
}
  }
@media screen and (max-width: 650px) {
.home-content-video {
  display: none;
}
.home-content {
  width: 100%;
}
.wrap-home {
  padding-right: 20px;
}
.descriptor{
  display: none;
}
.dogovor-wrap{
  flex-direction: column;
}
.dogovor {
  width: 100%;
  margin-bottom: 10px;
}
.dogovor2 {
  margin-bottom:0;
}
}

@media screen and (max-width: 600px) {
.footer-text {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
}
  .btn-menu_fixed{
    display: none;
  }
  .help-box{
    display: block;
  }
  .home-content{
    width: 100%;
  }
  .comfortable-img{
    display: none;
  }
  .comfortable-text{
    width: 100%;
  }
  .addservices-block{
    display: block;
  }
  .addservices-box{
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom-content{
    display: block;
  }
  .chart-content-text{
    width: 100%;
  }
  .price-item{
    width: 50%;
  }
  h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  h2 {
  font-size: 30px!important;
}
.quiz{
  padding: 4vh 20px 10vh 20px;
}
.comfortable, .district, .help, .price, .addservices, .reviews{
  padding: 4vh 20px 4vh 20px;
}
.reviews{
  padding: 4vh 10px 4vh 10px;
}
  }
@media screen and (max-width: 479px) {
.quizbox_mobile{
  width: 100%!important;
  }
  .quizbox.wide {
    height: 30px;
}
.wrap-home {
    height: 90vh;
}
.home-quiz {
  height: 90vh!important;
}
  .footer-top-content {
    padding: 30px 0 20px 0;
}
  h1 {
    font-size: 26px;
}
.home-content-text {
    font-size: 14px;
}
.home-content-services-icon i {
    font-size: 34px;
}
.home-content-services-icon {
    padding-right: 15px;
}
  .help-img{
    width: 90%;
  }
  .help-box{
    padding: 0;
  }
  .home-content {
    width: 100%;
    position: relative;
    z-index: 10;
}
  .descriptor{
    display: none;
  }
  .menu-top_text-quiz{
    display: none;
  }
  .logo-quiz img{
    width: 105px;
  }
  .header-quiz{
    min-height: 40px;
  }


  /**/
  .descriptor{
    width: 170px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    height: 25px;
  }
  .navbar-quiz{
    height: 46px;
  }
  .phone-link_quiz {
    width: 30px;
  }

  .descriptor-mobile{
    display: block!important;
    width: 170px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    height: 40px;
  }
  .phone-link_quiz {
    height: 41px;
  }
  .menu-content {
    display: flex;
    flex-direction: row;
    align-items: start;
}
h1{
  font-size: 30px;
}
.chart-content-box {
    width: 100%;
    padding: 15px 10px 0 0;
}
  .back-top {
    width: 50px;
    height: 50px;
  }
  .quizbox.wide{
  width: 45%;
}
.quizbox{
  font-size: 12px;
}
  .addservices-img {
    padding-bottom: 20px;
    width: 100%;
}
  .price-item{
    width: 100%;
  }
 .footer-text {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
}
h2 {
  font-size: 30px!important;
}
.btn-quiz a{
  font-size: 1rem;
}
  }

  .menu-top__phone{
    margin-bottom: 0;
  }
  .btn-menu_fixed{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 6px;
    background: #FF5516;
    color: #fff;
    border: none;
    transition: all 400ms ease;
  }
  .btn-menu_fixed:hover{
    background: #e84a0f;
  }
  .back-top {
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  left: 0px;
  z-index: 999;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(180deg, #528C19 0%, #3E720A 100%);
}
.menu-top__address-quiz{
  display: flex;
}
.menu-top_text-quiz{
  padding-right: 30px;
}
.logo{
  display: flex;
  align-items: center;
}
.btn-quiz{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #ff9d00;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0 20px 0;
}
.btn-quiz p{
  margin: 0;
}
.quiz-bg{
/*  background-image: url(../img/loscut.png);*/
    background: #f5f5f5;
}
.btn-quiz-icon{
  padding-left: 10px;
}
.btn-quiz a{
  text-decoration: none;
  color: #fff!important;
  font-size: 1.2rem;
  padding: 0 20px 0 20px;
}