/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}
a {
  color: inherit;
  text-decoration: underline;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.5em / 2);
}
.h1,
h1 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}
.h2,
h2 {
  font-size: 40px;
  line-height: 0.88;
  text-transform: uppercase;
}
.h3,
h3 {
  font-size: 23px;
  line-height: 1.09;
}
.h4,
h4 {
  font-size: 19px;
  line-height: 1.32;
}
.h5,
h5 {
  font-size: 12px;
  line-height: 1.5;
}
.h6,
h6 {
  font-size: 10px;
  line-height: 1.2;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.5em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/*
@import "components/_btn.scss";
@import "components/_checkbox.scss";
@import "components/_congratulation.scss";
@import "components/_feature.scss";
@import "components/_features.scss";
@import "components/_field.scss";
@import "components/_footer.scss";
@import "components/_form.scss";
@import "components/_grid.scss";
@import "components/_hamburger.scss";
@import "components/_header.scss";
@import "components/_hero.scss";
@import "components/_hills.scss";
@import "components/_icons.scss";
@import "components/_logo.scss";
@import "components/_main.scss";
@import "components/_map.scss";
@import "components/_nav.scss";
@import "components/_price-circle.scss";
@import "components/_quote.scss";
@import "components/_radio.scss";
@import "components/_section.scss";
@import "components/_select.scss";
@import "components/_shell.scss";
@import "components/_slider.scss";
@import "components/_socials.scss";
@import "components/_step.scss";
@import "components/_steps.scss";
@import "components/_testimonial.scss";
@import "components/_wrapper.scss";
*/
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn--red {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #c75c5c;
  min-width: 332px;
  border: 6px solid #fff;
  border-radius: 46px;
  padding: 19px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--red {
    min-width: 100%;
    padding: 19px 5px;
  }
}
.btn--red:hover {
  color: #1c2846;
}
@media (max-width: 374px) {
  .btn--mobile-small {
    font-size: 15px;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  text-align: center;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.checkbox label {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #4f5d73;
  padding-left: 47px;
}
.checkbox label:before,
.checkbox label:after {
  content: "";
  position: absolute;
}
.checkbox label:before {
  top: -4px;
  left: 2px;
  border: 5px solid #4f5d73;
  padding: 11px;
  background: #edeef3;
}
.checkbox label:after {
  top: 2px;
  left: 15px;
  border: solid #4f5d73;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.checkbox input:checked + label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Congratulation
\* ------------------------------------------------------------ */
.congratulation .congratulation__title,
.congratulation .congratulation__name {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.14;
  color: #232e4c;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .congratulation .congratulation__title {
    font-size: 25px;
  }
}
.congratulation .congratulation__name {
  margin-bottom: 19px;
}
.congratulation .congratulation__entry {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  color: #2a2b2b;
  margin-top: 40px;
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  padding: 0 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    padding: 0;
  }
}
.feature .feature__ico {
  display: inline-block;
  width: 84px;
  height: 84px;
  margin-bottom: 30px;
}
.feature .feature__ico svg {
  width: 100%;
  height: 100%;
}
.feature .feature__title {
  margin-bottom: 25px;
}
.feature .feature__entry {
  max-width: 338px;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__entry {
    max-width: 100%;
    margin: 0 auto;
  }
}
.feature .feature__entry--large {
  font-size: 19px;
  line-height: 1.32;
  max-width: 344px;
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.features li {
  width: 33.333%;
  padding: 0 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features li {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features li + li {
    margin-top: 60px;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 71px;
  border: 4px solid #4f5d73;
  border-radius: 17px;
  padding: 0 21px;
  background: #fff;
}
.field::-webkit-input-placeholder {
  color: #676c67;
}
.field::-moz-placeholder {
  color: #676c67;
}
.field:-ms-input-placeholder {
  color: #676c67;
}
.field::-ms-input-placeholder {
  color: #676c67;
}
.field::placeholder {
  color: #676c67;
}
/*  Field textarea  */
.field--textarea {
  height: 140px;
  resize: none;
  padding: 16px;
}
@media (max-width: 890px) {
  .field--textarea {
    height: 240px;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #4f5d73;
  text-align: center;
  color: #fff;
  padding: 76px 0 51px;
}
.footer .footer__logo {
  display: inline-block;
  margin-bottom: 49px;
}
.footer .footer__title {
  margin-bottom: 7px;
}
.footer .footer__title--margin-large {
  margin-bottom: 54px;
}
.footer .footer__entry {
  line-height: 2.08;
  margin-bottom: 27px;
}
.footer .footer__entry p {
  margin: 0;
}
.footer .footer__copyright {
  margin-top: 31px;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 48px;
}
.form .form__title--small {
  font-size: 28px;
  line-height: 1.156;
  max-width: 644px;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .form .form__title--small {
    margin-bottom: 47px;
  }
}
.form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
  text-align: left;
}
.form .form__row + .form__row {
  margin-top: 27px;
}
.form .form__col {
  width: 100%;
  padding: 0 14px;
}
.form .form__col--1of2 {
  width: 50%;
}
.form .form__col--1of3 {
  width: 33.333%;
}
@media (max-width: 890px) {
  .form .form__col {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .form .form__col + .form__col {
    margin-top: 24px;
  }
}
.form label {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.09;
  color: #4f5d73;
  padding-left: 19px;
  margin-bottom: 9px;
}
.form .form__asterisk {
  color: #fff;
}
.form .form__hint {
  display: block;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #676c67;
  text-align: right;
  padding: 7px 19px 0 0;
}
.form .form__hint span {
  font-size: 23px;
}
.form .form__actions {
  margin-top: 39px;
  text-align: center;
}
@media (max-width: 1199px) {
  .form .form__actions {
    margin-bottom: 26px;
  }
}
.form .form__actions--left {
  text-align: left;
  margin-top: 33px;
}
.form .form__actions--margin-small {
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .form .form__actions--margin-small {
    margin-top: 26px;
  }
}
.form .form__actions--margin-large {
  margin-top: 50px;
}
@media (max-width: 890px) {
  .form .form__actions--margin-large {
    margin: 36px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
/* ------------------------------------------------------------ *\
	Hamburger
\* ------------------------------------------------------------ */
.hamburger {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: 19px;
  width: 20px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  -o-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
}
.hamburger span:first-child,
.hamburger span:last-child {
  position: relative;
  width: 100%;
  left: 0;
}
.hamburger span:first-child {
  top: -4px;
}
.hamburger.hamburger--toggle span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.hamburger span:nth-child(2) {
  opacity: 1;
}
.hamburger.hamburger--toggle span:nth-child(2) {
  opacity: 0;
}
.hamburger span:last-child {
  top: 4px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.hamburger.hamburger--toggle span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #76c2af;
  padding: 23px 0 19px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 20px 0 50px;
  }
}
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    display: block;
  }
}
.header .header__logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav {
    padding-top: 124px;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 473px;
  padding: 70px 0 50px;
}
@media (max-width: 1199px) {
  .hero {
    padding: 65px 0 40px;
    min-height: 1162px;
  }
}
.hero .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 1199px) {
  .hero .hero__image {
    display: none;
  }
}
.hero .hero__car {
  position: absolute;
  right: 15px;
  bottom: 45px;
  z-index: -1;
  width: 415px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__car {
    right: 12px;
    bottom: 15px;
    width: 381px;
    height: 241px;
  }
}
.hero .hero__car img {
  width: 100%;
  height: 100%;
}
.hero .hero__image--mobile {
  display: none;
}
@media (max-width: 1199px) {
  .hero .hero__image--mobile {
    display: block;
  }
}
.hero .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .hero .hero__inner {
    display: block;
  }
}
.hero .hero__steps {
  max-width: 356px;
}
@media (max-width: 1199px) {
  .hero .hero__steps {
    max-width: 100%;
    margin-bottom: 43px;
  }
}
.hero .hero__form {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .hero .hero__form {
    padding: 0 11px;
  }
}
.hero .hero__aside {
  padding-right: 20px;
  margin-left: 36px;
}
@media (max-width: 1199px) {
  .hero .hero__aside {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .hero .hero__aside {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
  }
}
.hero .hero__search-by {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #232f4c;
  max-width: 303px;
}
@media (max-width: 1199px) {
  .hero .hero__search-by {
    max-width: 100%;
  }
}
.hero .hero__search-by a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hero .hero__search-by a:hover {
  color: #c75c5c;
}
.hero--model {
  padding: 70px 0 11px;
}
.hero--model .hero__inner {
  max-width: 1118px;
}
.hero--model .hero__form {
  padding: 0 0 0 80px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: -36px;
}
@media (max-width: 1199px) {
  .hero--model .hero__form {
    padding: 0;
    margin-top: 0;
  }
}
.hero--model .hero__aside {
  margin-left: auto;
  margin-top: 33px;
}
.hero--model .hero__search-by {
  text-transform: uppercase;
  color: #fff;
  max-width: none;
}
.hero--get-quote {
  padding: 70px 0 11px;
  min-height: 647px;
}
@media (max-width: 1199px) {
  .hero--get-quote {
    padding: 65px 0 40px;
    min-height: 1278px;
  }
}
.hero--get-quote .hero__inner {
  max-width: 1118px;
}
.hero--get-quote .hero__form {
  max-width: 690px;
  padding: 0 0 0 6px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1199px) {
  .hero--get-quote .hero__form {
    padding: 0;
    margin-top: 0;
    max-width: none;
  }
}
.hero--quote {
  padding: 70px 0 35px;
}
@media (max-width: 1199px) {
  .hero--quote {
    min-height: 811px;
  }
}
.hero--quote .hero__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero--quote .hero__price {
  padding-left: 80px;
  margin-top: -18px;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero--quote .hero__price {
    padding-left: 0;
    margin-top: 0;
  }
}
.hero--quote .hero__checkbox {
  margin: 14px 0 38px;
}
@media (max-width: 1199px) {
  .hero--quote .hero__checkbox {
    margin: 30px 0 38px;
  }
}
.hero--accept {
  padding: 70px 0 11px;
  min-height: 612px;
}
@media (max-width: 1199px) {
  .hero--accept {
    padding: 65px 0 40px;
    min-height: 1278px;
  }
}
.hero--accept .hero__inner {
  max-width: 1118px;
}
.hero--accept .hero__form {
  max-width: 690px;
  padding: 0 0 0 6px;
  margin-top: -35px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1199px) {
  .hero--accept .hero__form {
    padding: 0;
    margin-top: 0;
    max-width: none;
  }
}
.hero--congratulation {
  padding: 63px 0 11px;
  min-height: 612px;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero--congratulation {
    padding: 65px 0 40px;
    min-height: 731px;
  }
}
.hero--congratulation .hero__image {
  background-position: unset;
}
@media (max-width: 1199px) {
  .hero--congratulation .hero__image {
    background-position-y: 87%;
  }
}
.hero--congratulation .hero__inner {
  max-width: 613px;
  margin: 0 auto;
}
.hero--congratulation .hero__cloud {
  display: none;
  position: relative;
  z-index: -1;
  top: 66px;
  left: 75px;
}
@media (max-width: 1199px) {
  .hero--congratulation .hero__cloud {
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .hero--congratulation .hero__cloud {
    left: 44px;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.modal-overlay {
  z-index: 300;
  background: rgba(0, 0, 0, 0.25);
}
.modal-wrapper {
  z-index: 310;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.modal-content {
  padding: 2.5em 1em 1em;
  font-size: 2em;
}
.modal-close {
  position: absolute;
  top: 0.5em;
  right: 1em;
  z-index: 320;
  font-size: 1em;
  font-style: italic;
  cursor: pointer;
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (min-width: 767.02px) {
  .nav {
    display: block !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    display: none;
  }
}
.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  color: #f6f6f6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav ul {
    display: block;
  }
}
.nav li + li {
  margin-left: 57px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav li + li {
    margin: 17px 0 0;
  }
}
.nav .is-current {
  color: #232f4c;
}
.nav a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.nav a:hover {
  text-decoration: none;
  color: #c75c5c;
}
/* ------------------------------------------------------------ *\
	Price circle
\* ------------------------------------------------------------ */
.price-circle {
  font-size: 50px;
  font-weight: 700;
  border: 10px solid #4f5d73;
  border-radius: 50%;
  background: #edeef3;
  color: #2a2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 228px;
  height: 228px;
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Quote
\* ------------------------------------------------------------ */
.quote .quote__title {
  font-size: 23px;
  color: #232e4c;
  margin-bottom: 8px;
}
.quote .quote__box {
  max-width: 326px;
  width: 100%;
  height: 71px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #1c2846;
  border-radius: 17px;
  padding: 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote span {
  font-size: 28px;
  font-weight: 700;
  color: #676c67;
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  text-align: center;
  padding: 47px 0;
  color: #fff;
}
.section .section__head {
  margin-bottom: 86px;
}
.section .section__head--small {
  margin-bottom: 21px;
}
.section .section__title {
  font-weight: 800;
  color: #fff;
  margin-bottom: 45px;
}
.section .section__title--yellow {
  color: #f6d67d;
}
.section .section__title--blue {
  color: #4f5d73;
}
.section .section__subtitle {
  margin-bottom: 30px;
}
.section .section__ico {
  width: 84px;
  height: 84px;
  margin: 0 auto 31px;
}
.section .section__ico svg {
  width: 100%;
  height: 100%;
}
.section .section__entry {
  font-size: 19px;
  font-weight: 500;
  line-height: 0.79;
}
.section .section__entry p {
  margin: 0;
}
.section .section__entry p + p {
  margin-top: 10px;
}
.section--testimonial {
  padding: 61px 0 30px;
  background: #e0995e;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonial {
    padding: 0 0 60px;
  }
}
.section--margin {
  margin: 5px 0;
}
.section--blue {
  background: #4f5d73;
  padding-bottom: 60px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--blue {
    padding: 61px 0 52px;
  }
}
.section--green {
  background: #57ae65;
  padding-bottom: 58px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--green {
    padding-bottom: 62px;
  }
}
.section--yellow {
  background: #f6d67d;
  color: #4f5d73;
  padding-bottom: 63px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--yellow {
    padding: 50px 0 46px;
  }
}
.section--yellow .section__form {
  max-width: 1052px;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--yellow .section__form {
    padding: 0 10px;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
}
.select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 59%;
  right: 18px;
  border: solid;
  border-width: 14px 9px 9px 9px;
  border-color: #4a4b4a transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select select::-ms-expand {
  display: none;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #676c67;
  background: #fff;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1202px + 28px * 2 );
  padding-left: 28px;
  padding-right: 28px;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
.shell--large {
  max-width: calc( 1230px + 28px * 2 );
}
.shell--medium {
  max-width: calc( 1052px + 28px * 2 );
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slider__dots {
  text-align: center;
}
.slider .slider__dots ul {
  list-style: none;
  margin: 0;
}
.slider .slider__dots li {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f6d67d;
}
.slider .slider__dots li.slick-active {
  background: #fff;
}
.slider .slider__dots li + li {
  margin-left: 7px;
}
.slider .slider__dots button {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.slider--features .slider__slides {
  margin-bottom: 56px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--features .slider__slides {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--features .slider__slide {
    margin-bottom: 44px;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials li + li {
  margin-left: 29px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li + li {
    margin-left: 19px;
  }
}
.socials a {
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials a:hover {
  opacity: 0.6;
}
.socials svg {
  width: 41px;
  height: 41px;
}
/* ------------------------------------------------------------ *\
	Step
\* ------------------------------------------------------------ */
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .step__ico {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 18px;
}
.step .step__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: #232f4c;
}
/* ------------------------------------------------------------ *\
	Steps
\* ------------------------------------------------------------ */
.steps h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 36px;
  color: #232e4c;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps h1 {
    margin-bottom: 32px;
  }
}
.steps .steps__hint,
.steps .steps__edit {
  color: #676c67;
}
.steps .steps__hint,
.steps .steps__info {
  font-size: 28px;
  line-height: 1.14;
}
.steps .steps__hint {
  text-transform: none;
}
.steps .steps__info {
  text-transform: uppercase;
  font-weight: 800;
  color: #232e4c;
  margin-bottom: 7px;
}
.steps .steps__info span {
  display: block;
}
.steps .steps__edit {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.steps .steps__edit:hover {
  color: #c75c5c;
}
.steps ul {
  list-style: none;
}
.steps li + li {
  margin-top: 24px;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  text-align: center;
  color: #f6d67d;
  padding: 18px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    padding: 58px 0 27px;
    margin: 0;
  }
}
.testimonial .testimonial__inner {
  max-width: 1076px;
  margin: 0 auto;
}
.testimonial blockquote p {
  margin: 0;
}
.testimonial blockquote {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.17;
  padding: 0 88px;
  color: #fff;
  margin-bottom: 41px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote {
    padding: 56px 15px;
    margin-bottom: 56px;
  }
}
.testimonial .testimonial__quote {
  font-size: 130px;
  position: absolute;
}
.testimonial .testimonial__quote {
  color: #f6d67d;
  height: 100px;
}
.testimonial .testimonial__quote--open {
  top: -42px;
  left: 0;
  height: 100px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__quote--open {
    top: -41px;
    left: 21px;
  }
}
.testimonial .testimonial__quote--end {
  right: 0;
  bottom: -48px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__quote--end {
    right: 18px;
    bottom: -41px;
  }
}
.testimonial .testimonial__author {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.17;
  text-transform: uppercase;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn--red {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #c75c5c;
  min-width: 332px;
  border: 6px solid #fff;
  border-radius: 46px;
  padding: 19px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--red {
    min-width: 100%;
    padding: 19px 5px;
  }
}
.btn--red:hover {
  color: #1c2846;
}
@media (max-width: 374px) {
  .btn--mobile-small {
    font-size: 15px;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  text-align: center;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.checkbox label {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #4f5d73;
  padding-left: 47px;
}
.checkbox label:before,
.checkbox label:after {
  content: "";
  position: absolute;
}
.checkbox label:before {
  top: -4px;
  left: 2px;
  border: 5px solid #4f5d73;
  padding: 11px;
  background: #edeef3;
}
.checkbox label:after {
  top: 2px;
  left: 15px;
  border: solid #4f5d73;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.checkbox input:checked + label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Congratulation
\* ------------------------------------------------------------ */
.congratulation .congratulation__title,
.congratulation .congratulation__name {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.14;
  color: #232e4c;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .congratulation .congratulation__title {
    font-size: 25px;
  }
}
.congratulation .congratulation__name {
  margin-bottom: 19px;
}
.congratulation .congratulation__entry {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  color: #2a2b2b;
  margin-top: 40px;
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  padding: 0 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    padding: 0;
  }
}
.feature .feature__ico {
  display: inline-block;
  width: 84px;
  height: 84px;
  margin-bottom: 30px;
}
.feature .feature__ico svg {
  width: 100%;
  height: 100%;
}
.feature .feature__title {
  margin-bottom: 25px;
}
.feature .feature__entry {
  max-width: 338px;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__entry {
    max-width: 100%;
    margin: 0 auto;
  }
}
.feature .feature__entry--large {
  font-size: 19px;
  line-height: 1.32;
  max-width: 344px;
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.features li {
  width: 33.333%;
  padding: 0 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features li {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features li + li {
    margin-top: 60px;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 71px;
  border: 4px solid #4f5d73;
  border-radius: 17px;
  padding: 0 21px;
  background: #fff;
}
.field::-webkit-input-placeholder {
  color: #676c67;
}
.field::-moz-placeholder {
  color: #676c67;
}
.field:-ms-input-placeholder {
  color: #676c67;
}
.field::-ms-input-placeholder {
  color: #676c67;
}
.field::placeholder {
  color: #676c67;
}
/*  Field textarea  */
.field--textarea {
  height: 140px;
  resize: none;
  padding: 16px;
}
@media (max-width: 890px) {
  .field--textarea {
    height: 240px;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #4f5d73;
  text-align: center;
  color: #fff;
  padding: 76px 0 51px;
}
.footer .footer__logo {
  display: inline-block;
  margin-bottom: 49px;
}
.footer .footer__title {
  margin-bottom: 7px;
}
.footer .footer__title--margin-large {
  margin-bottom: 54px;
}
.footer .footer__entry {
  line-height: 2.08;
  margin-bottom: 27px;
}
.footer .footer__entry p {
  margin: 0;
}
.footer .footer__copyright {
  margin-top: 31px;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 48px;
}
.form .form__title--small {
  font-size: 28px;
  line-height: 1.156;
  max-width: 644px;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .form .form__title--small {
    margin-bottom: 47px;
  }
}
.form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
  text-align: left;
}
.form .form__row + .form__row {
  margin-top: 27px;
}
.form .form__col {
  width: 100%;
  padding: 0 14px;
}
.form .form__col--1of2 {
  width: 50%;
}
.form .form__col--1of3 {
  width: 33.333%;
}
@media (max-width: 890px) {
  .form .form__col {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .form .form__col + .form__col {
    margin-top: 24px;
  }
}
.form label {
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.09;
  color: #4f5d73;
  padding-left: 19px;
  margin-bottom: 9px;
}
.form .form__asterisk {
  color: #fff;
}
.form .form__hint {
  display: block;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #676c67;
  text-align: right;
  padding: 7px 19px 0 0;
}
.form .form__hint span {
  font-size: 23px;
}
.form .form__actions {
  margin-top: 39px;
  text-align: center;
}
@media (max-width: 1199px) {
  .form .form__actions {
    margin-bottom: 26px;
  }
}
.form .form__actions--left {
  text-align: left;
  margin-top: 33px;
}
.form .form__actions--margin-small {
  margin-top: 3px;
}
@media (max-width: 1199px) {
  .form .form__actions--margin-small {
    margin-top: 26px;
  }
}
.form .form__actions--margin-large {
  margin-top: 50px;
}
@media (max-width: 890px) {
  .form .form__actions--margin-large {
    margin: 36px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
/* ------------------------------------------------------------ *\
	Hamburger
\* ------------------------------------------------------------ */
.hamburger {
  position: absolute;
  cursor: pointer;
  top: 27px;
  right: 19px;
  width: 20px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -o-transition: transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
  -o-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s, -webkit-transform 0.15s;
}
.hamburger span:first-child,
.hamburger span:last-child {
  position: relative;
  width: 100%;
  left: 0;
}
.hamburger span:first-child {
  top: -4px;
}
.hamburger.hamburger--toggle span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.hamburger span:nth-child(2) {
  opacity: 1;
}
.hamburger.hamburger--toggle span:nth-child(2) {
  opacity: 0;
}
.hamburger span:last-child {
  top: 4px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.hamburger.hamburger--toggle span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #76c2af;
  padding: 23px 0 19px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 20px 0 50px;
  }
}
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    display: block;
  }
}
.header .header__logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav {
    padding-top: 124px;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 473px;
  padding: 70px 0 50px;
}
@media (max-width: 1199px) {
  .hero {
    padding: 65px 0 40px;
    min-height: 1162px;
  }
}
.hero .hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 1199px) {
  .hero .hero__image {
    display: none;
  }
}
.hero .hero__car {
  position: absolute;
  right: 15px;
  bottom: 45px;
  z-index: -1;
  width: 415px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__car {
    right: 12px;
    bottom: 15px;
    width: 381px;
    height: 241px;
  }
}
.hero .hero__car img {
  width: 100%;
  height: 100%;
}
.hero .hero__image--mobile {
  display: none;
}
@media (max-width: 1199px) {
  .hero .hero__image--mobile {
    display: block;
  }
}
.hero .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .hero .hero__inner {
    display: block;
  }
}
.hero .hero__steps {
  max-width: 356px;
}
@media (max-width: 1199px) {
  .hero .hero__steps {
    max-width: 100%;
    margin-bottom: 43px;
  }
}
.hero .hero__form {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .hero .hero__form {
    padding: 0 11px;
  }
}
.hero .hero__aside {
  padding-right: 20px;
  margin-left: 36px;
}
@media (max-width: 1199px) {
  .hero .hero__aside {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .hero .hero__aside {
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
  }
}
.hero .hero__search-by {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #232f4c;
  max-width: 303px;
}
@media (max-width: 1199px) {
  .hero .hero__search-by {
    max-width: 100%;
  }
}
.hero .hero__search-by a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hero .hero__search-by a:hover {
  color: #c75c5c;
}
.hero--model {
  padding: 70px 0 11px;
}
.hero--model .hero__inner {
  max-width: 1118px;
}
.hero--model .hero__form {
  padding: 0 0 0 80px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-top: -36px;
}
@media (max-width: 1199px) {
  .hero--model .hero__form {
    padding: 0;
    margin-top: 0;
  }
}
.hero--model .hero__aside {
  margin-left: auto;
  margin-top: 33px;
}
.hero--model .hero__search-by {
  text-transform: uppercase;
  color: #fff;
  max-width: none;
}
.hero--get-quote {
  padding: 70px 0 11px;
  min-height: 647px;
}
@media (max-width: 1199px) {
  .hero--get-quote {
    padding: 65px 0 40px;
    min-height: 1278px;
  }
}
.hero--get-quote .hero__inner {
  max-width: 1118px;
}
.hero--get-quote .hero__form {
  max-width: 690px;
  padding: 0 0 0 6px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1199px) {
  .hero--get-quote .hero__form {
    padding: 0;
    margin-top: 0;
    max-width: none;
  }
}
.hero--quote {
  padding: 70px 0 35px;
}
@media (max-width: 1199px) {
  .hero--quote {
    min-height: 811px;
  }
}
.hero--quote .hero__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero--quote .hero__price {
  padding-left: 80px;
  margin-top: -18px;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero--quote .hero__price {
    padding-left: 0;
    margin-top: 0;
  }
}
.hero--quote .hero__checkbox {
  margin: 14px 0 38px;
}
@media (max-width: 1199px) {
  .hero--quote .hero__checkbox {
    margin: 30px 0 38px;
  }
}
.hero--accept {
  padding: 70px 0 11px;
  min-height: 612px;
}
@media (max-width: 1199px) {
  .hero--accept {
    padding: 65px 0 40px;
    min-height: 1278px;
  }
}
.hero--accept .hero__inner {
  max-width: 1118px;
}
.hero--accept .hero__form {
  max-width: 690px;
  padding: 0 0 0 6px;
  margin-top: -35px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1199px) {
  .hero--accept .hero__form {
    padding: 0;
    margin-top: 0;
    max-width: none;
  }
}
.hero--congratulation {
  padding: 63px 0 11px;
  min-height: 612px;
  text-align: center;
}
@media (max-width: 1199px) {
  .hero--congratulation {
    padding: 65px 0 40px;
    min-height: 731px;
  }
}
.hero--congratulation .hero__image {
  background-position: unset;
}
@media (max-width: 1199px) {
  .hero--congratulation .hero__image {
    background-position-y: 87%;
  }
}
.hero--congratulation .hero__inner {
  max-width: 613px;
  margin: 0 auto;
}
.hero--congratulation .hero__cloud {
  display: none;
  position: relative;
  z-index: -1;
  top: 66px;
  left: 75px;
}
@media (max-width: 1199px) {
  .hero--congratulation .hero__cloud {
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .hero--congratulation .hero__cloud {
    left: 44px;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (min-width: 767.02px) {
  .nav {
    display: block !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    display: none;
  }
}
.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  color: #f6f6f6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav ul {
    display: block;
  }
}
.nav li + li {
  margin-left: 57px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav li + li {
    margin: 17px 0 0;
  }
}
.nav .is-current {
  color: #232f4c;
}
.nav a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.nav a:hover {
  text-decoration: none;
  color: #c75c5c;
}
/* ------------------------------------------------------------ *\
	Price circle
\* ------------------------------------------------------------ */
.price-circle {
  font-size: 50px;
  font-weight: 700;
  border: 10px solid #4f5d73;
  border-radius: 50%;
  background: #edeef3;
  color: #2a2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 228px;
  height: 228px;
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Quote
\* ------------------------------------------------------------ */
.quote .quote__title {
  font-size: 23px;
  color: #232e4c;
  margin-bottom: 8px;
}
.quote .quote__box {
  max-width: 326px;
  width: 100%;
  height: 71px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #1c2846;
  border-radius: 17px;
  padding: 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote span {
  font-size: 28px;
  font-weight: 700;
  color: #676c67;
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  text-align: center;
  padding: 47px 0;
  color: #fff;
}
.section .section__head {
  margin-bottom: 86px;
}
.section .section__head--small {
  margin-bottom: 21px;
}
.section .section__title {
  font-weight: 800;
  color: #fff;
  margin-bottom: 45px;
}
.section .section__title--yellow {
  color: #f6d67d;
}
.section .section__title--blue {
  color: #4f5d73;
}
.section .section__subtitle {
  margin-bottom: 30px;
}
.section .section__ico {
  width: 84px;
  height: 84px;
  margin: 0 auto 31px;
}
.section .section__ico svg {
  width: 100%;
  height: 100%;
}
.section .section__entry {
  font-size: 19px;
  font-weight: 500;
  line-height: 0.79;
}
.section .section__entry p {
  margin: 0;
}
.section .section__entry p + p {
  margin-top: 10px;
}
.section--testimonial {
  padding: 61px 0 30px;
  background: #e0995e;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonial {
    padding: 0 0 60px;
  }
}
.section--margin {
  margin: 5px 0;
}
.section--blue {
  background: #4f5d73;
  padding-bottom: 60px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--blue {
    padding: 61px 0 52px;
  }
}
.section--green {
  background: #57ae65;
  padding-bottom: 58px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--green {
    padding-bottom: 62px;
  }
}
.section--yellow {
  background: #f6d67d;
  color: #4f5d73;
  padding-bottom: 63px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--yellow {
    padding: 50px 0 46px;
  }
}
.section--yellow .section__form {
  max-width: 1052px;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--yellow .section__form {
    padding: 0 10px;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
}
.select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 59%;
  right: 18px;
  border: solid;
  border-width: 14px 9px 9px 9px;
  border-color: #4a4b4a transparent transparent transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select select::-ms-expand {
  display: none;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #676c67;
  background: #fff;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1202px + 28px * 2 );
  padding-left: 28px;
  padding-right: 28px;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
.shell--large {
  max-width: calc( 1230px + 28px * 2 );
}
.shell--medium {
  max-width: calc( 1052px + 28px * 2 );
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slider__dots {
  text-align: center;
}
.slider .slider__dots ul {
  list-style: none;
  margin: 0;
}
.slider .slider__dots li {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f6d67d;
}
.slider .slider__dots li.slick-active {
  background: #fff;
}
.slider .slider__dots li + li {
  margin-left: 7px;
}
.slider .slider__dots button {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.slider--features .slider__slides {
  margin-bottom: 56px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--features .slider__slides {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--features .slider__slide {
    margin-bottom: 44px;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials li + li {
  margin-left: 29px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li + li {
    margin-left: 19px;
  }
}
.socials a {
  display: inline-block;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.socials a:hover {
  opacity: 0.6;
}
.socials svg {
  width: 41px;
  height: 41px;
}
/* ------------------------------------------------------------ *\
	Step
\* ------------------------------------------------------------ */
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step .step__ico {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 18px;
}
.step .step__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  color: #232f4c;
}
/* ------------------------------------------------------------ *\
	Steps
\* ------------------------------------------------------------ */
.steps h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 36px;
  color: #232e4c;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .steps h1 {
    margin-bottom: 32px;
  }
}
.steps .steps__hint,
.steps .steps__edit {
  color: #676c67;
}
.steps .steps__hint,
.steps .steps__info {
  font-size: 28px;
  line-height: 1.14;
}
.steps .steps__hint {
  text-transform: none;
}
.steps .steps__info {
  text-transform: uppercase;
  font-weight: 800;
  color: #232e4c;
  margin-bottom: 7px;
}
.steps .steps__info span {
  display: block;
}
.steps .steps__edit {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.steps .steps__edit:hover {
  color: #c75c5c;
}
.steps ul {
  list-style: none;
}
.steps li + li {
  margin-top: 24px;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  text-align: center;
  color: #f6d67d;
  padding: 18px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    padding: 58px 0 27px;
    margin: 0;
  }
}
.testimonial .testimonial__inner {
  max-width: 1076px;
  margin: 0 auto;
}
.testimonial blockquote p {
  margin: 0;
}
.testimonial blockquote {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.17;
  padding: 0 88px;
  color: #fff;
  margin-bottom: 41px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote {
    padding: 56px 15px;
    margin-bottom: 56px;
  }
}
.testimonial .testimonial__quote {
  font-size: 130px;
  position: absolute;
}
.testimonial .testimonial__quote {
  color: #f6d67d;
  height: 100px;
}
.testimonial .testimonial__quote--open {
  top: -42px;
  left: 0;
  height: 100px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__quote--open {
    top: -41px;
    left: 21px;
  }
}
.testimonial .testimonial__quote--end {
  right: 0;
  bottom: -48px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__quote--end {
    right: 18px;
    bottom: -41px;
  }
}
.testimonial .testimonial__author {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.17;
  text-transform: uppercase;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
form.validate .messages {
  color: red;
  font-size: 1.5em;
  font-weight: bold;
}
/* not using 'make/model quote' link in rhs */
.hero--homepage .hero__steps {
  max-width: 540px;
}
/*# sourceMappingURL=bundle.css.map */
