html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: bold;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
button,
input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active {
  background-image: none;
}
.collapse {
  display: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
  }
}
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@-ms-viewport {
  width: device-width;
}

a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
}

body {
  background-color: #fff;
  color: #363636;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

h1 {
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
h3:after {
  background-color: #bcbcbc;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  width: 15px;
  position: absolute;
  z-index: 0;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

hr {
  margin: 5px 0;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  line-height: 20px;
}
img {
  max-width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto !important;
}
.row::before,
.row::after {
  content: none;
}
.row > div {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .row {
    flex-direction: row;
    justify-content: space-between;
  }
}

#slider {
  position: relative;
  z-index: 1;
}
#slider .flexslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 750px;
  overflow: hidden;
  border: none;
  margin: 0;
  position: relative;
}
#slider .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
}
#slider .flexslider .slides .slide {
  height: 100%;
}
#slider .flexslider .slides .slide img {
  display: block;
}

.background-color-grey-light {
  background-color: #f3f3f3;
}

.background-color-grey-dark {
  background-color: #363636;
}
.background-color-grey-dark a {
  color: #fff;
}
.background-color-grey-dark a:hover {
  color: #ff6f05;
}

.has-dark-background {
  color: #fff;
}

.width-30 {
  width: 30%;
}

.top-50 {
  margin-top: 50px;
  background-color: #f3f3f3;
  position: relative;
}

.top-180 {
  margin-top: 180px;
  background-color: #f3f3f3;
  position: relative;
}

.agent .agent-id {
  display: table;
  margin-bottom: 20px;
}
.agent .agent-id img {
  max-width: 260px;
  margin-bottom: 30px;
}

.block {
  padding: 40px 0 80px;
}

.box {
  display: table;
}
.box .image {
  background-color: #f3f3f3;
  display: inline-block;
}
.box .image img {
  max-width: 100%;
}
.box .description {
  display: inline-block;
  background-color: #f3f3f3;
}
.box .description .description-wrapper {
  background-color: #363636;
  color: #fff;
  display: inline-block;
  padding: 30px;
}
.description-wrapper > .row {
    flex-direction: row;
}
.description-wrapper > .row > div {
    flex: 0 0 50%;
}
.box .description .description-wrapper h3:after {
  display: none;
}
.box .description .description-wrapper p {
  margin-bottom: 20px;
}

.navigation {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navigation.fixed {
  position: fixed;
  width: 100%;
}
.navigation .navbar-collapse {
  padding-right: 0;
}
.navigation .navbar {
  margin-bottom: 0;
  min-height: inherit;
  padding: 15px 0;
}
.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}
.navigation .navbar .navbar-nav li.active a {
  color: #ff6f05;
}
.navigation .navbar .navbar-nav li a {
  color: #363636;
  line-height: 0;
  margin: 0;
}
.navigation .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #ff6f05;
}
.navigation .navbar .navbar-nav li a:active, .navigation .navbar .navbar-nav li a:focus {
  background-color: transparent;
}

.feature-box h4 {
  margin: 15px 0;
}

.features-list {
  padding-left: 0;
}
.features-list li {
  font-size: 18px;
  list-style: none;
  padding: 10px 0 0 39px;
  background: url('/assets/img/check.svg') left 10px / 24px no-repeat;
}

#footer {
  background-color: #292929;
  color: #fff;
  padding: 20px 0;
}

#form-slider-status {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

#loading-icon {
  bottom: 0;
  font-size: 30px;
  height: 50px;
  left: 0;
  margin: auto;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 5;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}

.slider-banner {
  background-color: #363636;
  color: #fff;
  padding: 35px 0;
}
.slider-banner .title {
  position: relative;
}
.slider-banner .title h2 {
  margin-bottom: 0px;
  margin-top: 0;
}
.slider-banner .title i {
  color: #ff6f05;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  right: 0;
}
.slider-banner .title .subtitle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.subtitle {
  font-size: 18px;
}

.btn, button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  background-color: #ff6f05;
  border: none;
  color: #fff;
  font-weight: bold;
  outline: none !important;
}
.btn:hover, .btn:active, .btn:focus, button:hover, button:active, button:focus {
  color: #fff;
  background-color: #f56800;
}
.btn.btn-large, button.btn-large {
  padding: 15px 20px;
}

.form-group {
  position: relative;
}

.form-slider-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
  opacity: 0.98;
  background-color: #232323;
  bottom: 0;
  display: table;
  height: auto;
  padding: 30px 30px 15px 30px;
  position: absolute;
  width: 360px;
  z-index: 10;
}
.form-slider-wrapper hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  margin: 20px 0;
}
.form-slider-wrapper .btn {
  font-size: 18px;
  margin-top: 10px;
  padding: 15px;
  width: 100%;
  position: relative;
}
.form-slider-wrapper figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

form #form-status {
  color: #fff;
  line-height: 45px;
  position: relative;
  top: -10px;
}

input[type="text"], textarea, .form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: inherit;
  padding: 12px;
}
input[type="text"]:focus, input[type="text"]:active, textarea:focus, textarea:active, .form-control:focus, .form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .form-slider-wrapper {
    bottom: 0;
  }

  .box .image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  input[type="text"], textarea, .form-control {
    padding: 9px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    line-height: 18px;
  }

  .box .image img {
    width: 100%;
  }

  .block {
    padding: 30px 0px;
  }

  .form-slider-wrapper {
    bottom: 60px;
    padding: 20px;
  }

}
@media (max-width: 767px) {

  header {
    text-align: center;
  }
  header h3:after {
    right: 0;
    margin: auto;
  }

  .agent {
    margin-bottom: 60px;
  }

  .box {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .box div {
    width: 100% !important;
  }
  .box div img {
    width: 100% !important;
  }

  .feature-box {
    text-align: center;
    margin-bottom: 50px;
  }

  .form-slider-wrapper {
    bottom: 0;
    position: relative;
    width: 100% !important;
  }

  .navbar-collapse {
    overflow-x: hidden;
    padding-left: 0;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 0;
  }
  .navbar-collapse .navbar-nav li a {
    padding: 20px 0;
  }

  .navbar-toggle {
    margin: 0;
  }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle .icon-bar {
    background-color: #363636;
  }

  .top-50, .top-180 {
    margin-top: 0 !important;
  }

  .slider-banner .title {
    margin-bottom: 70px;
    text-align: center;
  }
  .slider-banner .title i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: inherit !important;
    bottom: -50px;
    left: 0;
  }
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 3;
}

.main-gen {
  position: absolute;
  left: 10%;
  bottom: 0;
  aspect-ratio: 1/1;
  width: clamp(320px, 40%, 600px);
  background: url('/assets/img/main-gen.png') center center / contain no-repeat;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,.7));
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0,0,0,.7));
}
.price {
    background: #f56800;
    width: fit-content;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 12px 24px;
    font-size: 32px;
    position: absolute;
    right: -30px;
    top: 60px;
}

.main-title {
  top: -90px;
  width: 200%;
}

@media screen and (max-width: 767px) {
  .main-title {
    top: -90px;
    width: 200%;
    max-width: calc(100vw - 60px);
    max-width: -webkit-calc(100vw - 60px);
    font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (767 - 300)));
    font-size: -webkit-calc(24px + (32 - 24) * ((100vw - 300px) / (767 - 300)));
  }
}

.text-white {
  color: #fff;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.w-100 {
  width: 100%;
}
.font-bold {
  font-weight: bold;
}
.text-xl {
  font-size: 3rem;
}
.text-l {
  font-size: 1.7rem;
}

.feature-box svg {
    width: 80px;
    height: 80px;
}
.box .description h3 {
  margin-bottom: 0;
}
.width-75 {
  width: 75%;
}
.width-25-plus {
  width: calc(25% + 30px);
  width: -webkit-calc(25% + 30px);
}
.description-over-right {
  margin-left: -30px;
}
.description-over-left {
  margin-right: -30px;
}
.width-70-plus {
  width: calc(70% + 30px);
  width: -webkit-calc(70% + 30px);
}
.masonry {
	column-count: 4;
	column-gap: 16px;
}

.masonry img {
  width: 100%;
}

.masonry .mItem {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}

@media (max-width: 1199px) {
  .masonry {
    column-count: 3;
  }
}

@media (max-width: 991px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .masonry {
    column-count: 2;
  }
}

a[href^="tel:"] {
  color: #f56800;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .block {
    padding: 40px 0 0px;
  }
  #contact {
    padding: 40px 0 80px;
  }
  .masonry {
    column-count: 1;
  }
  
}

@media screen and (max-width: 600px) {
  #features img {
    width: 100%;
  }
   
  .agent {
    text-align: center;
  }
  .agent .agent-id {
    margin: 0 auto;
  }
  .agent-contact {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .description-over-right {
    margin-left: 0;
  }
  .box .description {
    position: relative !important;
  }
  #boxes .box:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
  
}
@media screen and (max-width: 991px) {
  .agent .agent-id img {
    margin-right: 30px;
  }
  .text-xl {
    font-size: 2.5rem;
  }
  #slider .flexslider {
    height: calc(60vh + 70px) !important;
    height: -webkit-calc(60vh + 70px) !important;
  }
}
.flexslider .slide img {
    width: auto;
    height: 100%;
    position: inherit;
  }
  @media screen and (min-width: 481px) {
  .features-box { 
    flex-direction: row;
    justify-content: space-between;
  }
  .features-box > div {
    flex: 0 0 25% !important;
  }
}
@media screen and (min-width: 601px) {
  .contacts,
  .main-form { 
    flex-direction: row;
    justify-content: space-between;
  }
  .main-form {
    min-height: 360px;
  }
  .form-slider-wrapper {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .main-form {
    min-height: 300px;
  }
  #form-contact .inputs {
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
  }

}
