body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
h1 {
  width: 70%;
  margin-bottom: 25px;
  font-family:'Roboto Slab', sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-shadow: none;
}
h2 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 25px;
  font-size: 18px;
  text-shadow: #257db8 1px 1px 0px;
}
.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border: 3px solid #333;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Roboto, sans-serif;
  color: black;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
.button:hover {
  border-width: 3px;
  border-color: #3d9ccc;
  background-color: transparent;
  color: #3d9ccc;
  text-shadow: none;
}
.button.hollow {
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, black 0px 0px 0px 2px inset;
  color: black;
  text-shadow: none;
}
.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px 0px, #489fd9 0px 0px 0px 2px inset;
  color: white;
  text-shadow: none;
}
.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: none;
}
.button.callback {
  margin-right: 0px;
  padding: 5px 40px;
  border-width: 2px;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-size: 15px;
  text-shadow: none;
}
.button.callback:hover {
  text-shadow: none;
}
.logo-text {
  margin-top: 24px;
  font-family:'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 500;
}
.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}
.logo-text.wcolor {
  margin-top: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #e4e8eb;
}
.logo-text.top {
  margin-top: 0px;
}
.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: none;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 15px 0px;
}
.nav-link {
  padding: 26px 34px;
  box-shadow: transparent 0px 3px 0px 0px inset;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family:'Roboto Slab', sans-serif;
  font-weight: 400;
}
.nav-link:hover {
  box-shadow: rgba(181, 181, 181, 0.49) 0px 3px 0px 0px inset;
}
.nav-link.w--current {
  box-shadow: #3d9ccc 0px 3px 0px 0px inset;
  color: #3d9ccc;
}
.nav-link.w--current:hover {
  box-shadow: #ababab 0px 3px 0px 0px inset;
}
.section {
  padding: 70px 10px;
}
.section.blue {
  background-color: #e3f3fc;
}
.section.main {
  background-image: url('../images/woman_left.jpg');
  background-position: 79% 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 10px 15px -10px inset;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.21) 0px 1px 0px;
}
.section.grey {
  background-color: #f0f0f0;
}
.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: white;
}
.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2b2d2e;
  color: #e4e8eb;
}
.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  box-shadow: none;
  color: #939596;
  font-size: 14px;
  text-align: center;
}
.section.purple {
  background-color: #dde7ed;
}
.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
  box-shadow: none;
}
.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}
.section.gray {
  background-color: #262626;
  color: #969696;
}
.section.contacts {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2d2e;
}
.section.service {
  background-color: rgba(245, 245, 245, 0.8);
}
.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}
.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}
.slide._1 {
  background-color: #00ad6e;
}
.slide._2 {
  background-color: #00bdd6;
}
.slide._3 {
  background-color: #ccbe00;
}
.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.nav-menu {
  float: none;
}
.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}
.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-icon:hover {
  opacity: 1;
}
.footer-title {
  margin-top: 0px;
  font-family:'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #3d9ccc;
  text-decoration: none;
}
.page-link:hover {
  border-bottom-color: #489fd9;
}
.page-link.in-footer {
  display: block;
  color: #939596;
  font-size: 25px;
  line-height: 35px;
  text-align: right;
}
.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}
.page-link.white {
  border-bottom-color: rgba(255, 255, 255, 0.49);
  color: white;
}
.page-link.white:hover {
  border-bottom-color: white;
}
.page-link.new {
  text-decoration: none;
}
.page-link.new:hover {
  text-decoration: none;
}
.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}
.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: #489fd9 0px 0px 6px 0px;
}
.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}
.newsletter-button:hover {
  background-color: #489fd9;
  color: white;
}
.form-wrapper {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  text-align: center;
}
.newsletter-form {
  width: 70%;
}
.brand-link {
  text-decoration: none;
}
.success-message {
  background-color: #5f6166;
}
.main-heading {
  margin-bottom: 20px;
  color: white;
  font-size: 38px;
  line-height: 44px;
}
.section-subtitle {
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}
.bold-text {
  font-weight: 400;
}
.plan-wrapper {
  min-height: 370px;
  padding: 20px;
  border-radius: 3px;
  background-color: white;
  color: #2b2b2b;
  text-align: center;
}
.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}
.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}
.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}
.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}
.divider {
  display: block;
  width: 50%;
  height: 1px;
  margin: 13px auto 12px;
  background-color: #dbdbdb;
}
.additional-contact {
  margin-top: 50px;
  font-weight: 400;
  text-align: center;
}
.feature {
  text-align: center;
}
.feature.centered {
  text-align: center;
}
.feature-row {
  margin-bottom: 80px;
}
.testimonial-slider {
  height: auto;
  margin-top: 35px;
  background-color: transparent;
}
.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}
.testimony-text {
  margin-bottom: 21px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}
.slide-nav {
  display: none;
  font-size: 10px;
}
.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}
.name {
  font-weight: 500;
}
.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}
.slider-arrow:hover {
  color: black;
}
.feature-icon {
  margin-bottom: 12px;
}
.main-feature-group {
  margin-top: 30px;
}
.center-contents {
  text-align: center;
}
.small-features-row {
  margin-top: 70px;
}
.client-logo {
  width: 16.6%;
}
.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}
.small-text {
  color: rgba(255, 255, 255, 0.29);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.nabigation2 {
  position: relative;
  z-index: 1;
  border-top: 1px solid #cfcfcf;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px -10px 10px -10px inset;
}
.fontawesome {
  font-family: Fontawesome, sans-serif;
  font-size: 28px;
}
.fontawesome.icon {
  margin-top: 10px;
  text-align: left;
}
.fontawesome.icon.right {
  text-align: right;
}
.fontawesome.icon.center {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
}
.fontawesome.icon.center.big {
  margin-top: 25px;
  margin-bottom: 25px;
}
.fontawesome.icon2 {
  margin-top: 10px;
}
.paragraph2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}
.paragraph2.right {
  text-align: right;
  text-shadow: none;
}
.paragraph2.center {
  margin-bottom: 0px;
  text-align: center;
  text-shadow: none;
}
.heading-left {
  text-align: left;
}
.column.center {
  text-align: center;
}
.bold {
  font-weight: 500;
}
.icon {
  margin-bottom: 15px;
}
.image {
  margin-bottom: 15px;
}
.row {
  margin-bottom: 20px;
}
.reviews {
  font-family:'Roboto Slab', sans-serif;
  line-height: 30px;
  text-shadow: none;
}
.heading_contacts {
  margin-bottom: 15px;
  color: #dbdbdb;
  font-size: 25px;
}
.heading_contacts.tel {
  font-size: 30px;
}
.heading_contacts.mail {
  font-size: 28px;
}
.heading_contacts.top-tel {
  margin-bottom: 0px;
}
.div_forma {
  min-height: 350px;
  padding: 30px 70px;
  border-radius: 3px;
  background-color: white;
  text-align: center;
}
.div_forma.contacts1 {
  padding-top: 143px;
  padding-bottom: 143px;
}
.text-form {
  margin-bottom: 15px;
  color: #969696;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
}
.text-form.necessarily {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.text-form.necessarily.call {
  color: #333;
}
.row-contacts {
  margin-top: 50px;
}
.submit {
  margin-top: 10px;
  padding: 15px 20px;
  border-radius: 3px;
  background-color: #c0392b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.submit:hover {
  background-color: #e74c3c;
}
.submit:active {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.map {
  position: relative;
  z-index: 0;
}
.whait {
  margin-bottom: 15px;
  color: #dbdbdb;
}
.field {
  display: block;
  width: 49%;
  height: 50px;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 42px;
  float: left;
  border: 0px solid transparent;
  background-color: #404040;
  background-image: url('../images/user.png');
  background-position: 2% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: transparent 0px 0px 0px 2px inset, #4f4f4f 0px 0px 0px 1px inset;
  -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  color: #3d9ccc;
  line-height: 20px;
}
.field:hover {
  background-color: #4a4a4a;
}
.field:focus {
  background-image: url('../images/icons-05_1.png');
  box-shadow: #33a7e1 0px 0px 0px 2px inset, #4f4f4f 0px 0px 0px 1px inset;
}
.field.fierst-name {
  width: 49%;
  margin-right: 2%;
}
.field.f1 {
  width: 49%;
  height: 50px;
  margin-right: 2%;
  float: left;
  background-position: 15px 15px;
}
.field.f1:focus {
  background-image: url('../images/icons-05.png');
}
.field.f1.call {
  width: 100%;
  margin-right: 0%;
  background-color: white;
  color: #333;
}
.field.f2 {
  width: 50%;
  margin-right: 0%;
  padding-left: 42px;
  float: left;
  border-radius: 2px;
  background-image: url('../images/phone.png');
  background-position: 15px 15px;
}
.field.f2:focus {
  background-image: url('../images/icons-06.png');
}
.field.f2.call {
  width: 100%;
  background-color: white;
  color: #333;
}
.field.f3 {
  width: 100%;
  float: none;
  background-image: url('../images/mail.png');
  background-position: 15px 15px;
}
.field.f3:focus {
  background-image: url('../images/icons-07.png');
}
.field.area {
  width: 100%;
  min-height: 110px;
  float: none;
  background-image: url('../images/comment.png');
  background-position: 15px 15px;
}
.field.area:focus {
  background-image: url('../images/icons-08.png');
}
.button3d {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 24px;
  border: 2px solid #3d9ccc;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #3d9ccc;
  font-size: 18px;
  line-height: 20px;
}
.button3d:hover {
  border-color: white;
  color: white;
}
.button3d:active {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}
.button3d.call {
  padding-right: 54px;
  padding-left: 54px;
  border-color: #333;
  color: #333;
}
.button3d.call:hover {
  background-color: white;
}
.column-footer {
  min-height: 50px;
}
.copy {
  color: #939596;
}
.min {
  font-size: 22px;
}
.min2 {
  font-size: 20px;
}
.form {
  text-align: center;
}
.paragrpah-hero {
  width: 55.3%;
  color: #333;
  text-shadow: none;
}
.message {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  text-shadow: none;
}
.success {
  background-color: white;
}
.error {
  margin-top: 30px;
  padding: 10px 0px;
  background-color: #ffd1d1;
}
.error-p {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  text-shadow: none;
}
.contacts-line {
  background-color: rgba(245, 245, 245, 0.8);
}
.column-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.column-2 {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
}
.tel-top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
}
.tel-top:hover {
  color: #3d9ccc;
}
.span-tel-min {
  font-size: 18px;
}
.container-nav {
  text-align: center;
}
.column-3 {
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
}
.box {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.window {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  width: 25%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border: 3px solid #dfe8e4;
  border-radius: 5px;
  background-color: #ecf0f1;
  box-shadow: black 0px 5px 15px 0px;
  opacity: 0;
}
.callback-title {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}
html.w-mod-js *[data-ix="right"] {
  opacity: 0;
  -webkit-transform: translate(-320px, 0px);
  -ms-transform: translate(-320px, 0px);
  transform: translate(-320px, 0px);
}
html.w-mod-js *[data-ix="right-2"] {
  opacity: 0;
  -webkit-transform: translate(-320px, 0px);
  -ms-transform: translate(-320px, 0px);
  transform: translate(-320px, 0px);
}
html.w-mod-js *[data-ix="down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -520px);
  -ms-transform: translate(0px, -520px);
  transform: translate(0px, -520px);
}
html.w-mod-js *[data-ix="left"] {
  opacity: 0;
  -webkit-transform: translate(320px, 0px);
  -ms-transform: translate(320px, 0px);
  transform: translate(320px, 0px);
}
html.w-mod-js *[data-ix="left-2"] {
  opacity: 0;
  -webkit-transform: translate(320px, 0px);
  -ms-transform: translate(320px, 0px);
  transform: translate(320px, 0px);
}
@media (max-width: 991px) {
  h1 {
    width: 80%;
    color: black;
    font-size: 35px;
    text-shadow: none;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  .button {
    padding: 10px 20px;
    border-width: 3px;
    border-color: black;
    color: black;
    font-size: 14px;
    text-shadow: none;
  }
  .button:hover {
    border-color: #2d7db3;
    color: #2d7db3;
    text-shadow: none;
  }
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .button.callback {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    text-shadow: none;
  }
  .nav-link {
    padding: 18px 0px;
    color: white;
  }
  .nav-link:hover {
    box-shadow: transparent 0px 3px 0px 0px inset;
  }
  .nav-link.w--current {
    box-shadow: transparent 0px 1px 0px 0px inset;
  }
  .nav-link.w--current:hover {
    box-shadow: none;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: black;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: black;
    color: white;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: none;
  }
  .section.main {
    background-image: -webkit-radial-gradient(14% 80%, circle, white, rgba(255, 255, 255, 0) 55%), url('../images/slaids_700_c.jpg');
    background-image: radial-gradient(circle at 14% 80%, white, rgba(255, 255, 255, 0) 55%), url('../images/slaids_700_c.jpg');
    background-position: 0% 0%, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    box-shadow: none;
  }
  .section.footer {
    box-shadow: none;
  }
  .section.purple {
    box-shadow: none;
  }
  .section.gray {
    box-shadow: none;
  }
  .section.contacts {
    box-shadow: none;
  }
  .section.re {
    box-shadow: none;
  }
  .section.service {
    box-shadow: none;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: black;
  }
  .form-wrapper {
    max-width: 940px;
  }
  .plan-wrapper {
    min-height: 420px;
  }
  .additional-contact {
    margin-top: 40px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .paragraph2 {
    font-size: 14px;
    text-shadow: none;
  }
  .paragraph2.center {
    margin-bottom: 20px;
    text-shadow: none;
  }
  .heading-left {
    font-size: 20px;
  }
  .reviews {
    font-size: 14px;
    text-shadow: none;
  }
  .field.area {
    margin-right: 0px;
    float: none;
  }
  .paragrpah-hero {
    width: 60%;
    color: black;
    font-size: 15px;
    font-weight: 500;
    text-shadow: none;
  }
  .tel-top {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  h1 {
    width: 100%;
    text-shadow: none;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .button {
    text-shadow: none;
  }
  .button.callback {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    text-shadow: none;
  }
  .logo-text {
    margin-top: 15px;
    font-size: 20px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: none;
    text-align: center;
  }
  .section.main {
    background-image: -webkit-radial-gradient(50% 100%, circle farthest-side, white, rgba(255, 255, 255, 0.2)), url('../images/slaids_700_c.jpg');
    background-image: radial-gradient(circle farthest-side at 50% 100%, white, rgba(255, 255, 255, 0.2)), url('../images/slaids_700_c.jpg');
    background-position: 0% 0%, 50% 50%;
    background-repeat: repeat, no-repeat;
    box-shadow: none;
  }
  .section.footer {
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: none;
  }
  .section.purple {
    box-shadow: none;
  }
  .section.gray {
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: none;
  }
  .section.contacts {
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: none;
  }
  .section.service {
    box-shadow: none;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .page-link {
    font-size: 16px;
  }
  .page-link.in-footer {
    font-size: 22px;
    text-align: center;
  }
  .page-link.tel {
    font-size: 22px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
    font-size: 16px;
  }
  .plan-wrapper {
    min-height: 200px;
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .additional-contact {
    margin-top: 0px;
    font-size: 13px;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-row {
    margin-bottom: 40px;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .small-features-row {
    margin-top: 20px;
  }
  .fontawesome {
    font-size: 23px;
  }
  .fontawesome.icon {
    text-align: center;
  }
  .paragraph2 {
    font-size: 15px;
    text-align: center;
    text-shadow: none;
  }
  .heading-left {
    text-align: center;
  }
  .column.center {
    margin-top: 15px;
  }
  .row {
    margin-bottom: 0px;
  }
  .heading_contacts {
    font-size: 18px;
  }
  .heading_contacts.tel {
    font-size: 20px;
  }
  .text-form {
    font-size: 16px;
  }
  .whait {
    font-size: 25px;
  }
  .button3d {
    padding: 10px 20px;
    font-size: 16px;
  }
  .copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .min {
    font-size: 18px;
  }
  .min2 {
    font-size: 18px;
  }
  .paragrpah-hero {
    width: 100%;
    text-shadow: none;
  }
  .tel-top {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  h3 {
    font-size: 14px;
    line-height: 25px;
  }
  .button {
    text-shadow: none;
  }
  .button.callback {
    text-shadow: none;
  }
  .section {
    box-shadow: none;
  }
  .section.main {
    box-shadow: none;
  }
  .section.footer {
    box-shadow: none;
  }
  .section.gray {
    box-shadow: none;
  }
  .section.re {
    display: none;
    box-shadow: none;
  }
  .section.service {
    box-shadow: none;
  }
  .page-link {
    font-size: 13px;
  }
  .page-link.tel {
    font-size: 22px;
  }
  .brand-link.w--current {
    display: inline-block;
    float: none;
  }
  .section-subtitle {
    font-size: 14px;
  }
  .plan-wrapper {
    min-height: 150px;
  }
  .feature-row {
    margin-bottom: 20px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .paragraph2 {
    text-shadow: none;
  }
  .reviews {
    font-size: 12px;
    line-height: 25px;
    text-shadow: none;
  }
  .heading_contacts.mail {
    font-size: 20px;
  }
  .button3d {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 14px;
  }
  .copy {
    font-size: 14px;
  }
  .min {
    font-size: 16px;
  }
  .paragrpah-hero {
    font-size: 15px;
    text-shadow: none;
  }
  .column-1 {
    display: none;
    text-align: center;
  }
  .tel-top {
    font-size: 25px;
  }
  .span-tel-min {
    font-size: 20px;
  }
  .column-3 {
    display: none;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: , , , , ;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: ;
  font-weight: 400;
  font-style: normal;
}