h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-style: normal;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.navbar {
  display: block;
  height: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section {
  position: relative;
  height: 580px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), -webkit-linear-gradient(225deg, transparent, rgba(0, 0, 0, .67) 70%), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), linear-gradient(225deg, transparent, rgba(0, 0, 0, .67) 70%), url('../images/4.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block {
  position: relative;
  right: -46px;
  bottom: 55px;
  width: 380px;
  padding: 35px 27px 88px;
  float: right;
  background-color: rgba(30, 105, 184, .71);
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .41));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .41));
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.div-block:hover {
  background-color: #1e69b8;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(5, 62, 121, .69));
  background-image: linear-gradient(180deg, transparent, rgba(5, 62, 121, .69));
}

.div-block-2 {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  border-radius: 111px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent 47%, #1e69b8 50%);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 47%, #1e69b8 50%);
}

.bold-text {
  font-weight: 400;
}

.div-block-3 {
  width: 500px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.container-2 {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 50px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-2 {
  display: block;
  height: 80px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
}

.container-3 {
  position: relative;
  top: 50%;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.text-block {
  position: static;
  display: block;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #000;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-right: 5px;
}

.heading {
  font-weight: 600;
}

.black {
  font-family: Raleway, sans-serif;
  color: #373737;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  color: #777;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.heading-2.bot {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}

.div-block-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

.div-block-6:hover {
  background-color: #eceff4;
}

.paragraph {
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.column-3 {
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-7 {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(211, 232, 255, .09), rgba(211, 232, 255, .09)), url('../images/c10a8bes-1920.jpg');
  background-image: linear-gradient(180deg, rgba(211, 232, 255, .09), rgba(211, 232, 255, .09)), url('../images/c10a8bes-1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 960px;
  background-repeat: repeat, no-repeat;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #373737;
  font-weight: 400;
}

.div-block-8 {
  display: block;
  width: 200px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0098ff;
}

.div-block-9 {
  position: relative;
  top: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-3 {
  height: 600px;
  background-color: #f5f5f5;
}

.row {
  height: 100%;
}

.column-4 {
  top: 50%;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-4 {
  margin-bottom: 100px;
  padding-top: 70px;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: Raleway, sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.section-5 {
  padding-top: 70px;
}

.slider {
  height: 500px;
  background-color: transparent;
}

.slide {
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .77) 65%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/engine-repair.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .77) 65%), linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/engine-repair.jpg');
  background-position: 0px 0px, 0px 0px, 50% 79%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.container-4 {
  margin-bottom: 111px;
}

.mask {
  background-color: transparent;
}

.section-6 {
  background-color: transparent;
}

.container-5 {
  position: relative;
  top: 48%;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.paragraph-3 {
  margin-top: 16px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  width: 300px;
  height: 600px;
  border: 1px none #000;
  background-color: transparent;
}

.div-block-11 {
  display: block;
  width: 40px;
  height: 1.5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1e69b8;
}

.div-block-11.wide {
  width: 110px;
  height: 1.5px;
}

.div-block-11.wide._2 {
  height: 2px;
}

.div-block-11.wide._3 {
  margin-top: 13px;
  background-color: #fff;
}

.heading-4 {
  font-family: Raleway, sans-serif;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
}

.heading-5 {
  margin-bottom: 52px;
  font-family: Raleway, sans-serif;
  font-size: 27px;
  font-weight: 300;
}

.heading-6 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-right: 19px;
  padding-left: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #777;
  font-size: 15px;
  font-weight: 500;
}

.row-2 {
  display: block;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.div-block-12 {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icons8-галочка-16.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  padding-top: 1px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.heading-7 {
  font-family: Raleway, sans-serif;
}

.paragraph-4 {
  margin-bottom: 49px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.field-label {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.submit-button {
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 7px;
  background-color: #007cff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #8e44ad;
}

.submit-button.bottom {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.paragraph-5 {
  margin-top: 16px;
  font-family: Raleway, sans-serif;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #1e69b8;
  opacity: 0.65;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.div-block-14:hover {
  opacity: 1;
}

.form-block {
  position: relative;
  z-index: 11;
}

.link-block {
  display: inline-block;
  margin-top: 15px;
  padding: 16px 36px;
  border: 8px none #000;
  border-radius: 6px;
  background-color: #007cff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-block:hover {
  background-color: #8e44ad;
}

.link-block.price {
  display: block;
  width: 250px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link {
  color: #373737;
  text-decoration: none;
}

.text-block-3 {
  font-family: Proximanova, sans-serif;
  color: #373737;
  font-weight: 400;
}

.text-block-4 {
  font-family: Proximanova, sans-serif;
  color: #373737;
  font-weight: 400;
}

.footer {
  height: 100px;
  background-color: #1e69b8;
}

.field-label-2 {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form {
  padding-right: 261px;
  padding-left: 261px;
}

.container-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-6 {
  display: inline-block;
  padding: 15px 0px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.text-spanblue {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  text-align: left;
}

.bold-text-2 {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-15 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-8 {
  position: relative;
  top: 50%;
  display: inline-block;
  width: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-5 {
  position: relative;
  top: 50%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Raleway, sans-serif;
  color: #007cff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-16 {
  display: block;
  height: 70px;
  padding: 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d6d6d6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-16:hover {
  background-color: #e2e2e2;
}

.div-block-16.bot {
  border-bottom-style: none;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid #d6d6d6;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-7 {
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.text-block-7 {
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.bold-text-3 {
  font-weight: 300;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.div-block-17 {
  display: block;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 400px;
  background-image: url('../images/kupit-vaz-2104-novaja-kahovka-448396.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-17._2 {
  background-image: url('../images/Untitled-6.jpg');
  background-position: 50% 50%;
}

.div-block-17._3 {
  background-image: url('../images/Untitled-7.jpg');
}

.text-block-8 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
}

.success-message {
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #1e69b8;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 600;
}

.success-message._2 {
  background-color: transparent;
}

.form-2 {
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .div-block {
    right: 0px;
    bottom: 34px;
    width: 330px;
    padding-top: 16px;
    padding-bottom: 26px;
  }
  .div-block-3 {
    width: 350px;
  }
  .black {
    font-size: 32px;
  }
  .heading-2 {
    font-size: 21px;
  }
  .column-3 {
    display: block;
    padding-right: 10px;
  }
  .div-block-7 {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/c10a8bes-1920.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/c10a8bes-1920.jpg');
    background-size: auto, cover;
  }
  .section-3 {
    height: 730px;
  }
  .column-4 {
    padding-left: 0px;
  }
  .paragraph-3 {
    font-size: 14px;
  }
  .heading-4 {
    font-size: 48px;
  }
  .heading-5 {
    margin-top: 13px;
    margin-bottom: 37px;
    font-size: 22px;
  }
  .heading-6 {
    margin-left: 6px;
    padding-left: 0px;
    font-size: 14px;
  }
  .heading-7 {
    font-size: 28px;
  }
  .text-block-3 {
    text-align: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .form {
    padding-right: 161px;
    padding-left: 161px;
  }
  .heading-8 {
    width: 200px;
    font-size: 14px;
  }
  .div-block-16 {
    height: 80px;
  }
  .div-block-17._3 {
    width: 150px;
    height: 150px;
  }
  .text-block-8 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section {
    height: 520px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .77) 70%), url('../images/4.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), linear-gradient(180deg, transparent, rgba(0, 0, 0, .77) 70%), url('../images/4.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }
  .div-block {
    position: static;
    display: none;
  }
  .div-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .section-2 {
    margin-top: 20px;
    margin-bottom: 16px;
    padding-top: 0px;
  }
  .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .black {
    font-size: 28px;
  }
  .heading-2 {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .column-3 {
    display: none;
  }
  .heading-3 {
    font-size: 28px;
  }
  .div-block-10 {
    padding-right: 37px;
    padding-bottom: 13px;
    padding-left: 37px;
  }
  .section-4 {
    margin-bottom: 6px;
  }
  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }
  .section-5 {
    padding-top: 50px;
  }
  .slider {
    height: 700px;
  }
  .heading-5 {
    line-height: 32px;
  }
  .heading-6 {
    font-size: 16px;
  }
  .column-5 {
    margin-bottom: 9px;
  }
  .div-block-13 {
    text-align: left;
  }
  .text-block-3 {
    width: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 479px) {
  .section {
    height: auto;
  }
  .div-block {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-color: #1e69b8;
  }
  .div-block:hover {
    background-image: none;
  }
  .div-block-3 {
    width: 90%;
  }
  .container-2 {
    padding-top: 20px;
    padding-left: 0px;
  }
  .section-2 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .div-block-4 {
    margin-right: 0px;
  }
  .black {
    line-height: 30px;
  }
  .heading-2 {
    font-size: 16px;
    line-height: 26px;
  }
  .div-block-10 {
    padding-right: 9px;
    padding-left: 13px;
  }
  .section-3 {
    height: 1000px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .section-4 {
    padding-top: 36px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }
  .section-5 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .container-5 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .heading-4 {
    font-size: 38px;
    line-height: 42px;
  }
  .heading-5 {
    font-size: 20px;
    line-height: 26px;
  }
  .link {
    font-size: 16px;
  }
  .form {
    padding-right: 9px;
    padding-left: 9px;
  }
  .heading-8 {
    width: 160px;
  }
  .div-block-16 {
    height: 110px;
  }
  .div-block-16.bot {
    height: 110px;
    border-bottom-style: solid;
  }
  .body {
    overflow: visible;
  }
  .text-block-7 {
    font-size: 12px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova extrabld';
  src: url('../fonts/ProximaNova-Extrabld.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-LightIt.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-ThinIt.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-RegularIt.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-BoldIt.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanovacond';
  src: url('../fonts/ProximaNovaCond-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-BlackIt.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNovaT-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-Extrabld.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-LightIt.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-LightIt.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-BoldIt.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-ExtrabldIt.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-RegularIt.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-BlackIt.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-ThinIt.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-ExtrabldIt.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-ThinIt.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Extrabld.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-BoldIt.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-RegularIt.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-ExtrabldIt.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-BlackIt.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova excn';
  src: url('../fonts/ProximaNovaExCn-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova cond';
  src: url('../fonts/ProximaNovaCond-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold-Italic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}