.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
  font-family: Raleway, sans-serif;
  color: #534f4f;
  font-size: 20px;
}

.main_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1170px;
  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;
}

.main_container.nav-container {
  -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;
}

.main_container.section-1-cont {
  position: relative;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_container.section-2-cont {
  -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;
}

.main_container.section-4-cont {
  position: relative;
}

.main_container.section-5-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.main_container.section-6-cont {
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_container.section-7-cont {
  -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;
}

.main_container.section-8-cont {
  -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;
}

.main_container.nav-footer-cont {
  position: relative;
  padding-top: 33px;
  padding-bottom: 33px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.main_container.hidden {
  display: none;
}

.nav-topmenu {
  height: 50px;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo {
  width: 200px;
}

.logo_container {
  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;
}

.text-block {
  margin-left: 16px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 2px solid #000;
  font-size: 16px;
  font-weight: 300;
}

.phone-container {
  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;
}

.phone-container._2 {
  display: none;
}

.link {
  border-bottom: 1px dashed #000;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.image {
  margin-right: 10px;
}

.image-2 {
  position: static;
  left: auto;
  top: 12%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  height: 415px;
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.text-block-2 {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 22px;
  line-height: 26px;
}

.btn {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 60px;
  margin-top: 30px;
  -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;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 23px;
  text-align: center;
}

.btn:hover {
  box-shadow: 0 0 13px 4px rgba(134, 201, 231, 0.2);
}

.btn.form {
  width: 280px;
  height: 50px;
  margin-top: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.btn.small {
  margin-top: 0px;
  font-size: 18px;
}

.btn.forpopup {
  width: 280px;
  height: 50px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
}

.btn.onpage {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btn.onpage.sliderbut {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 25%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  position: static;
  margin-right: 14px;
  font-size: 18px;
  line-height: 21px;
}

.social-link {
  margin-right: 5px;
}

.social-icon {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.social-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-2 {
  height: 800px;
  margin-top: 0px;
}

.heading-2 {
  position: relative;
  display: block;
  margin-bottom: 12px;
  -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;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.div-block-2 {
  position: relative;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  color: #ededed;
  font-size: 62px;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.points-colomn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paragraph {
  margin-right: -20px;
  margin-bottom: 30px;
  margin-left: -20px;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.text-span {
  color: #1a1a1a;
  font-weight: 700;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a1a1a;
  line-height: 38px;
  font-weight: 600;
}

.heading-3._2 {
  font-size: 44px;
  line-height: 120%;
}

.heading-3._5 {
  font-size: 44px;
  line-height: 120%;
}

.heading-3.qmark {
  font-size: 44px;
  line-height: 120%;
}

.heading-3._3 {
  margin-bottom: 80px;
  font-size: 44px;
  line-height: 120%;
}

.paragraph-2 {
  width: 60%;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.section-4 {
  overflow: hidden;
  height: auto;
  margin-top: 140px;
}

.slider {
  overflow: visible;
  width: 100vw;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.mask {
  z-index: 0;
  overflow: visible;
  width: 40%;
}

.slide-nav {
  display: none;
}

.slide-cl {
  overflow: visible;
}

.image-3 {
  display: inline-block;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5._3 {
  opacity: 0;
}

.las-slide-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow {
  left: 31%;
  top: auto;
  right: 0%;
  bottom: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 25px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.left-arrow:hover {
  -webkit-transform: scale3d(1, 1.1, 1);
  transform: scale3d(1, 1.1, 1);
}

.icon {
  color: #a86fad;
  font-size: 40px;
  cursor: pointer;
}

.right-arrow {
  left: 35%;
  top: auto;
  right: 0%;
  bottom: 0px;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-arrow:hover {
  -webkit-transform: scale3d(1, 1.1, 1);
  transform: scale3d(1, 1.1, 1);
}

.icon-2 {
  color: #a86fad;
  font-size: 40px;
  cursor: pointer;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100vw;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #fff 84%);
}

.text-block-6 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  margin-right: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-image: url('../images/map-mark.png');
  background-position: 0% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  color: #919191;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.div-block-7 {
  position: relative;
  margin-top: 50px;
}

.paragraph-3 {
  width: 450px;
  line-height: 120%;
  text-align: center;
}

.image-4 {
  position: absolute;
  left: -7%;
  top: -23%;
  right: auto;
  bottom: auto;
}

.image-41 {
  position: absolute;
  left: 90%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-7 {
  position: absolute;
  left: 0%;
  top: 29%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 54px;
  font-weight: 600;
  text-align: center;
}

.div-block-9 {
  position: relative;
  display: none;
  overflow: visible;
  width: 160px;
  height: 150px;
}

.image-5 {
  position: absolute;
  z-index: -1;
}

.text-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  text-align: center;
}

.section-5 {
  margin-top: 100px;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #1a1a1a;
  font-size: 44px;
  line-height: 120%;
}

.heading-4.for-sec-6 {
  margin-top: 100px;
}

.heading-4.for-sec-8 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid {
  width: 45%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-9 {
  display: block;
  margin-bottom: 50px;
  color: #534f4f;
  line-height: 120%;
  font-weight: 300;
}

.text-block-9._2 {
  margin-bottom: 50px;
  font-weight: 400;
}

.image-6 {
  display: block;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-11 {
  position: relative;
  top: -130px;
  overflow: hidden;
  width: 540px;
  background-image: url('../images/pomeshenie-jpg.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-10 {
  position: relative;
  margin-top: 30px;
  margin-right: -100px;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 600;
}

.text-span-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -40px;
  color: #777;
  font-size: 32px;
}

.section-6 {
  position: relative;
  overflow: visible;
  height: 980px;
  margin-top: 0px;
}

.div-block-12 {
  position: absolute;
  left: -20%;
  top: 14%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 200%;
  height: 800px;
  background-color: rgba(241, 231, 241, 0.2);
  -webkit-transform: skew(17deg, 0deg) rotate(5deg);
  -ms-transform: skew(17deg, 0deg) rotate(5deg);
  transform: skew(17deg, 0deg) rotate(5deg);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-14 {
  position: relative;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 560px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0.4px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.image-7 {
  position: relative;
  width: 650px;
}

.form-field {
  margin-bottom: 50px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #1a1a1a;
}

.form-field::-webkit-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field:-ms-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field::-ms-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field::placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field.hor {
  margin-right: 16px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-5 {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
}

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}

.checkbox-label {
  width: 80%;
  font-size: 14px;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 30px;
  padding-left: 30px;
}

.link-2 {
  color: #1a1a1a;
  font-weight: 400;
  text-decoration: underline;
}

.section-7 {
  height: 780px;
}

.text-block-11 {
  width: 380px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-weight: 300;
}

.image-8 {
  width: 300px;
  margin-bottom: 40px;
}

.grid-2 {
  position: relative;
  top: 75px;
  margin-left: 130px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.section-8 {
  height: 880px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 524px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column {
  height: 100%;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(83, 79, 79, 0.3);
}

.columns {
  height: 100%;
}

.support-card {
  position: relative;
  width: 375px;
  height: 100%;
  padding: 30px 36px 30px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(83, 79, 79, 0.3);
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.support-car-text {
  margin-bottom: 34px;
  color: #534f4f;
  line-height: 120%;
  font-weight: 300;
  text-indent: -22px;
}

.image-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.nav-footer {
  position: relative;
  height: 260px;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  position: relative;
  right: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-text {
  font-size: 18px;
  line-height: 21px;
  text-align: right;
}

.div-block-17 {
  width: 340px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-heading {
  margin-top: 0px;
  text-align: right;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 33px;
}

.footer-social-links {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  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;
}

.footer-text-2 {
  position: static;
  margin-right: 14px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 21px;
}

.popup-cont {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.popup-cont._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 800px;
  height: 560px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  background-image: url('../images/form-cover.png');
  background-position: 0% 50%;
  background-size: 458px;
  background-repeat: no-repeat;
}

.popup._2 {
  width: 1170px;
  height: 724px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.form-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 560px;
  padding-right: 40px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popup-text {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 80px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 16px;
  line-height: 15px;
  text-align: right;
}

.popup-head {
  margin-top: 50px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 25px;
  text-align: right;
}

.image-10 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.image-10:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-10._2 {
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 60px;
  margin-top: 30px;
  -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;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: border-radius 400ms ease, box-shadow 400ms ease, -webkit-transform 200ms ease;
  transition: border-radius 400ms ease, box-shadow 400ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, border-radius 400ms ease, box-shadow 400ms ease;
  transition: transform 200ms ease, border-radius 400ms ease, box-shadow 400ms ease, -webkit-transform 200ms ease;
  font-size: 23px;
  text-align: center;
}

.submit-button:hover {
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.submit-button.form {
  width: 280px;
  height: 50px;
  margin-top: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-13 {
  width: 333px;
}

.image-15 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 1;
  height: 333px;
  opacity: 1;
  -webkit-filter: blur(0px) invert(100%);
  filter: blur(0px) invert(100%);
}

.image-15.shadow {
  position: absolute;
  bottom: -1%;
  opacity: 0.26;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.big-text-cont {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 12%;
  display: none;
}

.form-field-phone {
  margin-bottom: 50px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #1a1a1a;
}

.form-field-phone::-webkit-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field-phone:-ms-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field-phone::-ms-input-placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field-phone::placeholder {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  text-indent: -1px;
}

.form-field-phone.hor {
  margin-right: 20px;
}

.div-block-23 {
  position: absolute;
  left: auto;
  top: auto;
  right: 34%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  height: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.success-message {
  margin-top: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #1a1a1a;
  text-transform: none;
}

.text-block-12 {
  font-size: 34px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-24 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.checkbox {
  border-width: 0.5px;
  border-color: #919191;
  border-radius: 0px;
}

.text-block-13 {
  margin-top: 20px;
  color: #534f4f;
  font-size: 16px;
  line-height: 15px;
}

.success-message-2 {
  margin-top: 40px;
  background-color: transparent;
}

.text-block-14 {
  margin-right: -40px;
  margin-left: -40px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
}

.checkbox-2 {
  border-style: solid;
  border-width: 0.5px;
  border-color: #919191;
  border-radius: 0px;
}

.popup-cont-msg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.popup-cont-msg._2 {
  z-index: 999;
  display: none;
}

.heading-7 {
  margin-bottom: 30px;
  padding-right: 207px;
  color: #1a1a1a;
}

.image-10_2 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.image-10_2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image-10_2._2 {
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.05;
}

.sec-3-head-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-17 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-3 {
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.benifit_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 366px;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
}

.benifit_card._1 {
  background-image: url('../images/icon1.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._2 {
  background-image: url('../images/icon2.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._3 {
  background-image: url('../images/icon3.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._4 {
  background-image: url('../images/icon4.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._5 {
  background-image: url('../images/icon5.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._6 {
  background-image: url('../images/icon6.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._7 {
  background-image: url('../images/icon7.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._8 {
  background-image: url('../images/icon8.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benifit_card._9 {
  background-image: url('../images/icon9.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.benefit_text {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.sukablyat {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.7px;
}

.subheading-franchiseformat {
  font-size: 84px;
  line-height: 75px;
  font-weight: 300;
}

.bignumber_franchiseformat {
  margin-left: 16px;
  font-size: 28px;
  line-height: 130%;
  font-weight: 400;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-span-3 {
  opacity: 0.7;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  margin-bottom: 20px;
}

.slide-nav-2 {
  display: none;
}

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

.left-arrow-2 {
  left: auto;
  top: 0%;
  right: 4%;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
}

.grid-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr;
}

.grid-5 {
  max-width: 50%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-5._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .main_container.nav-container {
    max-width: 740px;
  }
  .main_container.section-1-cont {
    height: auto;
    max-width: 740px;
    -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;
  }
  .main_container.section-2-cont {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main_container.section-4-cont {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main_container.section-5-cont {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_container.section-6-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_container.section-7-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_container.section-8-cont {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .main_container.nav-footer-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top-style: none;
    border-bottom-style: none;
  }
  .main_container.section-3-cont {
    overflow: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .logo_container {
    margin-left: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .image-2 {
    position: relative;
    top: 40px;
    right: 0%;
    width: 100vw;
    margin-left: 0px;
  }
  .section-1 {
    height: 100vh;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    margin-top: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-block-2 {
    text-align: center;
  }
  .btn.form {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .btn.onpage {
    font-size: 16px;
  }
  .btn.onpage._4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-3 {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-2 {
    height: auto;
  }
  .points-colomn {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-4 {
    width: 75%;
    margin-top: 40px;
    background-position: 91% 83%;
  }
  .section-3 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .heading-3 {
    width: 70%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .heading-3._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading-3.qmark {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .heading-3._3 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .paragraph-2 {
    width: 80%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-4 {
    padding-bottom: 150px;
  }
  .point-container {
    margin-bottom: 30px;
  }
  .slider {
    height: 300px;
  }
  .slide-nav {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 0%;
  }
  .left-arrow {
    left: auto;
    top: auto;
    right: 45px;
    bottom: 0%;
    width: 46px;
    height: 46px;
  }
  .icon {
    font-size: 40px;
  }
  .right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 46px;
    height: 46px;
    font-size: 40px;
  }
  .icon-2 {
    font-size: 40px;
  }
  .div-block-6 {
    display: none;
  }
  .text-block-6 {
    padding-left: 15px;
    background-size: auto 12px;
    font-size: 10px;
  }
  .paragraph-3 {
    text-align: center;
  }
  .div-block-8 {
    -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-block-7 {
    top: 66%;
  }
  .div-block-9 {
    width: 300px;
  }
  .image-5 {
    width: 100%;
  }
  .text-block-8 {
    bottom: -50%;
  }
  .section-5 {
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-4 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
  }
  .heading-4.for-sec-6 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading-4.for-sec-8 {
    margin-top: 160px;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-10 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-11 {
    top: 79px;
    width: 400px;
    height: 400px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-10 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
    margin-bottom: 22px;
    font-size: 40px;
  }
  .text-span-2 {
    bottom: -30px;
    font-size: 26px;
  }
  .section-6 {
    height: 1300px;
    margin-top: 140px;
  }
  .div-block-13 {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-14 {
    position: absolute;
    left: auto;
    top: 250px;
  }
  .image-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-7 {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .text-block-11 {
    line-height: 120%;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .section-8 {
    height: auto;
  }
  .div-block-15 {
    overflow: scroll;
    height: 500px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .support-card {
    width: 350px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-6 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .support-car-text {
    margin-bottom: 22px;
  }
  .nav-footer {
    height: auto;
  }
  .div-block-16 {
    right: 0px;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .div-block-17 {
    width: 340px;
    margin-top: 30px;
    margin-bottom: 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-heading {
    text-align: center;
  }
  .div-block-18 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer-social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text-2 {
    margin-top: 30px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .popup {
    width: 90%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .popup._2 {
    width: 90%;
    padding-right: 0px;
  }
  .form-cont {
    width: 100%;
  }
  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-text {
    margin-bottom: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .popup-head {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .image-10 {
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
  }
  .div-block-20 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .image-11 {
    margin-top: 14px;
    margin-right: 7px;
    margin-left: 7px;
  }
  .div-block-21 {
    margin-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-22 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-23 {
    display: none;
  }
  .heading-7 {
    font-size: 25px;
    line-height: 25px;
  }
  .image-10_2 {
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
  }
  .paragraph-5 {
    padding-right: 50px;
  }
  .div-block-25 {
    overflow: scroll;
  }
  .div-block-26 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
  }
  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-30 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .slider-2 {
    width: 100%;
    height: 1200px;
  }
  .grid-4 {
    margin-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
  }
  .grid-5 {
    max-width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main_container.nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main_container.section-1-cont {
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .main_container.section-2-cont {
    margin-top: 20px;
  }
  .main_container.section-5-cont {
    overflow: hidden;
  }
  .main_container.section-6-cont {
    overflow: hidden;
    max-width: 100%;
  }
  .nav-topmenu {
    margin-top: 20px;
  }
  .logo.header {
    width: 135px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .logo_container {
    margin-bottom: 15px;
  }
  .text-block {
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 120%;
  }
  .phone-container {
    margin-right: 30px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .image-2 {
    top: 85px;
  }
  .section-1 {
    height: 80vh;
  }
  .heading {
    font-size: 30px;
    line-height: 120%;
  }
  .text-block-2 {
    font-size: 18px;
    line-height: 120%;
  }
  .section-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .heading-3 {
    width: 90%;
    font-size: 30px;
    line-height: 120%;
  }
  .heading-3._3 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .slider {
    height: 350px;
  }
  .mask {
    width: 66.666%;
  }
  .div-block-9 {
    margin-top: 40px;
  }
  .section-5 {
    height: 1400px;
    padding-bottom: 40px;
  }
  .heading-4 {
    font-size: 30px;
  }
  .text-block-9 {
    margin-bottom: 0px;
  }
  .div-block-11 {
    margin-left: -191px;
  }
  .text-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    line-height: 30px;
  }
  .text-span-2 {
    bottom: -32px;
    font-size: 24px;
    line-height: 40px;
  }
  .div-block-12 {
    display: none;
  }
  .image-7 {
    position: relative;
    left: 123px;
    display: block;
    width: 650px;
    max-width: none;
  }
  .popup._2 {
    padding-left: 20px;
  }
  .div-block-20 {
    bottom: -2%;
    height: auto;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-block-23 {
    display: none;
  }
  .paragraph-5 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main_container.section-1-cont {
    padding-right: 20px;
    padding-bottom: 140px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main_container.section-2-cont {
    margin-top: -80px;
  }
  .main_container.section-5-cont {
    padding-bottom: 0px;
  }
  .main_container.section-7-cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_container.section-3-cont {
    overflow: auto;
  }
  .phone-container {
    display: none;
  }
  .phone-container._2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .link {
    display: inline-block;
  }
  .image-2 {
    top: 20px;
    width: 100vw;
  }
  .section-1 {
    height: auto;
    margin-bottom: 60px;
  }
  .heading {
    margin-top: 40px;
    font-size: 25px;
  }
  .text-block-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .btn.form {
    width: 220px;
  }
  .btn.forpopup {
    width: 220px;
  }
  .btn.onpage {
    width: 280px;
    height: 50px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .btn.onpage._3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn.onpage._4 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .div-block {
    bottom: 0px;
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-2 {
    margin-top: 0px;
  }
  .heading-2 {
    font-size: 24px;
  }
  .text-block-5 {
    font-size: 15px;
    line-height: 120%;
  }
  .points-colomn {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .paragraph {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 20px;
  }
  .div-block-4 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 100% 74%;
  }
  .section-3 {
    margin-top: 120px;
  }
  .heading-3 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .heading-3._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 30px;
  }
  .heading-3._5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 30px;
  }
  .heading-3.qmark {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 30px;
  }
  .heading-3._3 {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 30px;
  }
  .paragraph-2 {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .section-4 {
    padding-bottom: 90px;
  }
  .point-container {
    margin-bottom: 80px;
  }
  .slider {
    height: auto;
  }
  .mask {
    width: 100%;
  }
  .div-block-5 {
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-5._3 {
    display: none;
  }
  .div-block-5._2 {
    display: none;
  }
  .left-arrow {
    bottom: 0%;
  }
  .right-arrow {
    bottom: 0%;
  }
  .div-block-7 {
    margin-top: 10px;
  }
  .paragraph-3 {
    width: 100%;
  }
  .image-4 {
    left: 3%;
  }
    .image-41 {
    left: 3%;
  }
  .div-block-8 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-5 {
    height: 1300px;
    margin-top: 100px;
  }
  .heading-4.for-sec-6 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 120%;
  }
  .heading-4.for-sec-8 {
    margin-top: 70px;
  }
  .text-block-9 {
    margin-right: -10px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .text-block-9._2 {
    margin-right: 0px;
    font-weight: 500;
    text-align: left;
  }
  .text-block-9.long {
    width: auto;
  }
  .div-block-11 {
    width: 270px;
    height: 270px;
    margin-left: -184px;
  }
  .text-block-10 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-block-10._2 {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .text-span-2 {
    bottom: -39px;
  }
  .section-6 {
    margin-top: 0px;
  }
  .div-block-13 {
    width: 100%;
  }
  .div-block-14 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-7 {
    left: -23px;
  }
  .form-field {
    margin-bottom: 50px;
    border-bottom-width: 1px;
  }
  .form {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-5._2 {
    margin-top: 20px;
  }
  .checkbox-label {
    width: auto;
  }
  .checkbox-field {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .checkbox-field.onpage {
    padding-right: 20px;
  }
  .text-block-11 {
    width: 100%;
  }
  .image-8 {
    width: 236px;
  }
  .grid-2 {
    margin-top: -40px;
    margin-left: 0px;
  }
  .div-block-15 {
    height: 500px;
    padding-right: 10px;
  }
  .support-card {
    width: 350px;
  }
  .image-9 {
    display: none;
  }
  .nav-footer {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-text-2 {
    text-align: center;
  }
  .popup-cont {
    display: none;
  }
  .popup._2 {
    width: 100%;
    padding-left: 10px;
  }
  .form-cont {
    padding-right: 20px;
    padding-left: 20px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .popup-head {
    font-size: 22px;
  }
  .image-10 {
    width: 30px;
  }
  .div-block-20 {
    bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-11 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-21 {
    margin-left: 0px;
  }
  .image-12 {
    margin-top: 30px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .image-13 {
    width: 233px;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .image-14 {
    width: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .form-field-phone {
    margin-bottom: 50px;
    border-bottom-width: 1px;
  }
  .div-block-23 {
    display: none;
  }
  .success-message {
    margin-top: 125px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-block-12 {
    width: 100%;
  }
  .div-block-24 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .popup-cont-msg {
    display: none;
  }
  .popup-cont-msg._2 {
    display: none;
  }
  .heading-7 {
    padding-right: 0px;
    font-size: 20px;
  }
  .image-10_2 {
    width: 30px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .image-16 {
    bottom: 5%;
  }
  .sec-3-head-cont {
    margin-bottom: 20px;
  }
  .grid-3 {
    overflow: auto;
    padding-left: 15px;
  }
  .benifit_card._1 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._2 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._3 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._4 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._5 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._6 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._7 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._8 {
    width: 288px;
    height: 196px;
  }
  .benifit_card._9 {
    width: 288px;
    height: 196px;
  }
  .benefit_text {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 20px;
    line-height: 24px;
  }
  .div-block-27 {
    overflow: auto;
    width: 100vw;
  }
  .text-span-3 {
    font-size: 18px;
  }
  .slide-container {
    margin-top: 50px;
  }
  .slider-2 {
    height: 1100px;
  }
  .left-arrow-2 {
    right: 10%;
  }
  .grid-5 {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9cb91af3b565-b8d7b30d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@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-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@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-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;
}